diff --git a/Puppetfile b/Puppetfile index 0f1f62ee7..92104c19d 100644 --- a/Puppetfile +++ b/Puppetfile @@ -72,6 +72,10 @@ mod 'nova', :git => 'https://git.openstack.org/openstack/puppet-nova', :ref => 'master' +mod 'octavia', + :git => 'https://git.openstack.org/openstack/puppet-octavia', + :ref => 'master' + mod 'openstack_integration', :git => 'https://git.openstack.org/openstack/puppet-openstack-integration', :ref => 'master' @@ -84,6 +88,10 @@ mod 'openstacklib', :git => 'https://git.openstack.org/openstack/puppet-openstacklib', :ref => 'master' +mod 'oslo', + :git => 'https://git.openstack.org/openstack/puppet-oslo', + :ref => 'master' + mod 'sahara', :git => 'https://git.openstack.org/openstack/puppet-sahara', :ref => 'master'