From b7cfc006206e3d508922d15d2cbbfd80ab5cb99f Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Sun, 22 Feb 2015 23:04:45 -0500 Subject: [PATCH] Install standalone ansible roles Similar to how we install puppet modules from standalone repos, start using the ansible-galaxy command to install roles from standalone role repos. Change-Id: Iae7d8e4626479e565bc194496de289027a4668ed Depends-On: I76d5cab55942beaff44ea5f289f93ff6ce772c5f --- roles.yml | 4 ++++ run_all.sh | 1 + 2 files changed, 5 insertions(+) create mode 100644 roles.yml 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