From: Bob Ball Date: Tue, 16 Feb 2016 16:01:16 +0000 (+0000) Subject: osci.config script needs to be added to project-config X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=57d6464d7577ccf396ce939a74244abf4149af5d;p=openstack%2Fci-loop-config.git osci.config script needs to be added to project-config --- diff --git a/install_master.sh b/install_master.sh index c4c7ff3..e66ae0d 100644 --- a/install_master.sh +++ b/install_master.sh @@ -75,4 +75,6 @@ sudo puppet apply --verbose /etc/puppet/manifests/site.pp # Copy the osci config file (which includes the swift API key) to the # nodepool-scripts directory so it will be added to nodes. -cp /root/os-ext-data/osci.config /etc/nodepool/scripts +cp /root/os-ext-data/osci.config /etc/project-config/nodepool/scripts +# Need to re-run puppet as the first invocation will clone project-config using git. +sudo puppet apply --verbose /etc/puppet/manifests/site.pp