Skip to content

Commit

Permalink
Merge pull request #77 from ntnusky/ocata
Browse files Browse the repository at this point in the history
Recommended puppet modules for our openstack-platform running ocata
  • Loading branch information
obrestad authored Jun 18, 2018
2 parents 4dffa9c + d7b2928 commit 00b8cc7
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions Puppetfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ mod 'profile',
:tag => 'v1.0.0'
mod 'ntnuopenstack',
:git => 'https://github.com/ntnusky/ntnuopenstack.git',
:tag => 'vN.0.0'
:branch => 'vO.0.0'

# Misc modules from git.
mod 'ceph',
Expand Down Expand Up @@ -83,34 +83,34 @@ mod 'tftp',
# Openstack modules
mod 'cinder',
:git => 'https://github.com/openstack/puppet-cinder.git',
:branch => 'stable/newton'
:branch => 'stable/ocata'
mod 'glance',
:git => 'https://github.com/openstack/puppet-glance.git',
:branch => 'stable/newton'
:branch => 'stable/ocata'
mod 'horizon',
:git => 'https://github.com/openstack/puppet-horizon.git',
:branch => 'stable/newton'
:branch => 'stable/ocata'
mod 'heat',
:git => 'https://github.com/openstack/puppet-heat.git',
:branch => 'stable/newton'
:branch => 'stable/ocata'
mod 'keystone',
:git => 'https://github.com/openstack/puppet-keystone.git',
:branch => 'stable/newton'
:branch => 'stable/ocata'
mod 'neutron',
:git => 'https://github.com/openstack/puppet-neutron.git',
:branch => 'stable/newton'
:branch => 'stable/ocata'
mod 'nova',
:git => 'https://github.com/openstack/puppet-nova.git',
:branch => 'stable/newton'
:branch => 'stable/ocata'
mod 'openstack_extras',
:git => 'https://github.com/openstack/puppet-openstack_extras.git',
:branch => 'stable/newton'
:branch => 'stable/ocata'
mod 'openstacklib',
:git => 'https://github.com/openstack/puppet-openstacklib.git',
:branch => 'stable/newton'
:branch => 'stable/ocata'
mod 'oslo',
:git => 'https://github.com/openstack/puppet-oslo.git',
:branch => 'stable/newton'
:branch => 'stable/ocata'
mod 'vswitch',
:git => 'https://github.com/openstack/puppet-vswitch.git',
:branch => 'stable/newton'
:branch => 'stable/ocata'

0 comments on commit 00b8cc7

Please sign in to comment.