Browse Source

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 năm trước cách đây
mục cha
commit
d34ea27955
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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