summaryrefslogtreecommitdiff
path: root/deploy_a_system.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deploy_a_system.sh')
-rwxr-xr-x[-rw-r--r--]deploy_a_system.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/deploy_a_system.sh b/deploy_a_system.sh
index 99ac9b9..ef99ce9 100644..100755
--- a/deploy_a_system.sh
+++ b/deploy_a_system.sh
@@ -7,6 +7,10 @@ cluster_name="$1"
definitions_dir=/home/patrickdarley/definitions
ybd_dir=/home/patrickdarley/ybd
+# Can only deploy with a single instance of ybd. Crashes
+# with >1
+sed -i '/^instances: /c\instances: 1' /home/patrickdarley/ybd/config/ybd.conf
+
# try changing to the definitions dir then building
# ybd seems to set the "target" to be current dir, regardless
# Of it being definitions or not