Skip to content

Commit

Permalink
Merge pull request #78 from ntnusky/pike
Browse files Browse the repository at this point in the history
Pike
  • Loading branch information
obrestad authored Jun 18, 2018
2 parents 00b8cc7 + 1b4ebca commit 15bc304
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',
:branch => 'vO.0.0'
:tag => 'vP.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/ocata'
:branch => 'stable/pike'
mod 'glance',
:git => 'https://github.com/openstack/puppet-glance.git',
:branch => 'stable/ocata'
:branch => 'stable/pike'
mod 'horizon',
:git => 'https://github.com/openstack/puppet-horizon.git',
:branch => 'stable/ocata'
:branch => 'stable/pike'
mod 'heat',
:git => 'https://github.com/openstack/puppet-heat.git',
:branch => 'stable/ocata'
:branch => 'stable/pike'
mod 'keystone',
:git => 'https://github.com/openstack/puppet-keystone.git',
:branch => 'stable/ocata'
:branch => 'stable/pike'
mod 'neutron',
:git => 'https://github.com/openstack/puppet-neutron.git',
:branch => 'stable/ocata'
:branch => 'stable/pike'
mod 'nova',
:git => 'https://github.com/openstack/puppet-nova.git',
:branch => 'stable/ocata'
:branch => 'stable/pike'
mod 'openstack_extras',
:git => 'https://github.com/openstack/puppet-openstack_extras.git',
:branch => 'stable/ocata'
:branch => 'stable/pike'
mod 'openstacklib',
:git => 'https://github.com/openstack/puppet-openstacklib.git',
:branch => 'stable/ocata'
:branch => 'stable/pike'
mod 'oslo',
:git => 'https://github.com/openstack/puppet-oslo.git',
:branch => 'stable/ocata'
:branch => 'stable/pike'
mod 'vswitch',
:git => 'https://github.com/openstack/puppet-vswitch.git',
:branch => 'stable/ocata'
:branch => 'stable/pike'

0 comments on commit 15bc304

Please sign in to comment.