summaryrefslogtreecommitdiffstats
path: root/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/deploy.sh b/deploy.sh
index a491158..2b1e3ce 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -43,6 +43,12 @@ ansible-playbook -i "$CURRENTPATH"/inventory/localhost.ini \
"$CURRENTPATH"/playbooks/jump-vm.yaml
# ---------------------------------------------------------------------
+# Create BMRA config based on IDF and PDF
+# ---------------------------------------------------------------------
+ansible-playbook -i "$CURRENTPATH"/inventory/localhost.ini \
+ "$CURRENTPATH"/playbooks/bmra-config.yaml
+
+# ---------------------------------------------------------------------
# Copy files needed by Infra engine & BMRA in the jumphost VM
# ---------------------------------------------------------------------
copy_files_jump