Jelajahi Sumber

Add prerequisites.yml to papr.sh script

Atomic CI is currently not running prerequisites play.

This commit calls the play prior to deploy_cluster.
Michael Gugino 7 tahun lalu
induk
melakukan
d34ea27955
1 mengubah file dengan 3 tambahan dan 0 penghapusan
  1. 3 0
      .papr.sh

+ 3 - 0
.papr.sh

@@ -39,6 +39,9 @@ trap upload_journals ERR
 # Store ansible log separately
 export ANSIBLE_LOG_PATH=ansible.log
 
+# run the prerequisites play
+ansible-playbook -v -i $PAPR_INVENTORY playbooks/prerequisites.yml
+
 # run the actual installer
 ansible-playbook -v -i $PAPR_INVENTORY playbooks/deploy_cluster.yml