Rendering BMRA inventory from IDF and PDF via ansible
[kuberef.git] / deploy.sh
index a491158..2b1e3ce 100755 (executable)
--- a/deploy.sh
+++ b/deploy.sh
@@ -42,6 +42,12 @@ ansible-playbook -i "$CURRENTPATH"/inventory/localhost.ini \
 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
 # ---------------------------------------------------------------------