From ed35cac0338f0a5907010a55ad82d393c6acca03 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Wed, 9 Mar 2016 17:46:04 -0500 Subject: [PATCH] Puppetfile: add puppet-oslo & puppet-octavia Change-Id: I912689c09b5988361be7d01e89945ab2924447c3 Depends-On: Ieeb5f5c94f093c163fd15ff80672b1f0e4a66ba0 --- Puppetfile | 8 ++++++++ 1 file changed, 8 insertions(+) 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'