summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2018-10-17 04:36:05 -0400
committerJesse Luehrs <doy@tozt.net>2018-10-17 04:36:05 -0400
commitfc719c5e4284a948bc3ccdbe0718fca0efd3cd40 (patch)
treeb8ab306d0f469fa0374a96df84cf253e47777d3a /bin
parent0e6cde8ea6fa59435f89ad3511ac585286d4314e (diff)
downloadpuppet-tozt-fc719c5e4284a948bc3ccdbe0718fca0efd3cd40.tar.gz
puppet-tozt-fc719c5e4284a948bc3ccdbe0718fca0efd3cd40.zip
install algo config after launching algo instance
Diffstat (limited to 'bin')
-rwxr-xr-xbin/helpers/launch-algo3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/helpers/launch-algo b/bin/helpers/launch-algo
index bf32290..2aa8a00 100755
--- a/bin/helpers/launch-algo
+++ b/bin/helpers/launch-algo
@@ -35,6 +35,9 @@ ansible-playbook main.yml -e "
region=nyc3
do_token=$do_token
" >> "$logfile"
+
+"${script_path}/../algo-config"
+
# need to wait for the controlmaster process to exit
# XXX there should be a way to tell it to exit, but i don't know how to
# calculate the correct controlpath