diff --git a/roles.yml b/roles.yml new file mode 100644 index 0000000000..90d532fad3 --- /dev/null +++ b/roles.yml @@ -0,0 +1,4 @@ +--- +- src: git+git://git.openstack.org/openstack-infra/ansible-puppet.git + version: HEAD + name: puppet diff --git a/run_all.sh b/run_all.sh index 42dad62f89..b0b6325e81 100755 --- a/run_all.sh +++ b/run_all.sh @@ -22,6 +22,7 @@ set -e cd /opt/system-config/production git fetch -a && git reset -q --hard @{u} ./install_modules.sh +ansible-galaxy install -r roles.yml # One must touch manifests/site.pp to trick puppet into re-loading modules # some times