Puppetfile: add puppet-oslo & puppet-octavia

Change-Id: I912689c09b5988361be7d01e89945ab2924447c3
Depends-On: Ieeb5f5c94f093c163fd15ff80672b1f0e4a66ba0
This commit is contained in:
Emilien Macchi 2016-03-09 17:46:04 -05:00
parent 7f2bc36a99
commit ed35cac033

View File

@ -72,6 +72,10 @@ mod 'nova',
:git => 'https://git.openstack.org/openstack/puppet-nova', :git => 'https://git.openstack.org/openstack/puppet-nova',
:ref => 'master' :ref => 'master'
mod 'octavia',
:git => 'https://git.openstack.org/openstack/puppet-octavia',
:ref => 'master'
mod 'openstack_integration', mod 'openstack_integration',
:git => 'https://git.openstack.org/openstack/puppet-openstack-integration', :git => 'https://git.openstack.org/openstack/puppet-openstack-integration',
:ref => 'master' :ref => 'master'
@ -84,6 +88,10 @@ mod 'openstacklib',
:git => 'https://git.openstack.org/openstack/puppet-openstacklib', :git => 'https://git.openstack.org/openstack/puppet-openstacklib',
:ref => 'master' :ref => 'master'
mod 'oslo',
:git => 'https://git.openstack.org/openstack/puppet-oslo',
:ref => 'master'
mod 'sahara', mod 'sahara',
:git => 'https://git.openstack.org/openstack/puppet-sahara', :git => 'https://git.openstack.org/openstack/puppet-sahara',
:ref => 'master' :ref => 'master'