Skip to content

Commit

Permalink
Merge pull request #80 from ntnusky/queens
Browse files Browse the repository at this point in the history
Queens
  • Loading branch information
obrestad authored Jun 25, 2018
2 parents 5db7dca + 56eafe0 commit 8c5cc27
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions Puppetfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ mod 'role',
:tag => 'v1.0.0'
mod 'profile',
:git => 'https://github.com/ntnusky/profile.git',
:tag => 'v1.0.0'
:tag => 'v1.1.0'
mod 'ntnuopenstack',
:git => 'https://github.com/ntnusky/ntnuopenstack.git',
:tag => 'vP.0.0'
:tag => 'vQ.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/pike'
:branch => 'stable/queens'
mod 'glance',
:git => 'https://github.com/openstack/puppet-glance.git',
:branch => 'stable/pike'
:branch => 'stable/queens'
mod 'horizon',
:git => 'https://github.com/openstack/puppet-horizon.git',
:branch => 'stable/pike'
:git => 'https://github.com/obrestad/puppet-horizon.git',
:branch => 'domaindropdown'
mod 'heat',
:git => 'https://github.com/openstack/puppet-heat.git',
:branch => 'stable/pike'
:branch => 'stable/queens'
mod 'keystone',
:git => 'https://github.com/openstack/puppet-keystone.git',
:branch => 'stable/pike'
:branch => 'stable/queens'
mod 'neutron',
:git => 'https://github.com/openstack/puppet-neutron.git',
:branch => 'stable/pike'
:branch => 'stable/queens'
mod 'nova',
:git => 'https://github.com/openstack/puppet-nova.git',
:branch => 'stable/pike'
:branch => 'stable/queens'
mod 'openstack_extras',
:git => 'https://github.com/openstack/puppet-openstack_extras.git',
:branch => 'stable/pike'
:branch => 'stable/queens'
mod 'openstacklib',
:git => 'https://github.com/openstack/puppet-openstacklib.git',
:branch => 'stable/pike'
:branch => 'stable/queens'
mod 'oslo',
:git => 'https://github.com/openstack/puppet-oslo.git',
:branch => 'stable/pike'
:branch => 'stable/queens'
mod 'vswitch',
:git => 'https://github.com/openstack/puppet-vswitch.git',
:branch => 'stable/pike'
:branch => 'stable/queens'

0 comments on commit 8c5cc27

Please sign in to comment.