From ff4532789cc602b8bb6a10a364f36ea16cc2fbb2 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Thu, 7 Feb 2019 10:55:03 -0800 Subject: [PATCH] Add gitea-cluster extra vars Since the gitea cluster doesn't appear in any ansible inventory, we need to create a dedicated file to hold the extra variables. Change-Id: Ib2365c9204bff549fdc0116243376d6e895f2296 --- run_all.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/run_all.sh b/run_all.sh index 57e37f8a43..11f9e55ca3 100755 --- a/run_all.sh +++ b/run_all.sh @@ -89,15 +89,15 @@ send_timer k8s # These playbooks run on the gitea k8s cluster start_timer -timeout -k 2m 120m ansible-playbook -f 50 ${SYSTEM_CONFIG}/kubernetes/rook/rook-playbook.yaml +timeout -k 2m 120m ansible-playbook -f 50 -e /etc/ansible/hosts/gitea-cluster.yaml ${SYSTEM_CONFIG}/kubernetes/rook/rook-playbook.yaml send_timer gitea_rook start_timer -timeout -k 2m 120m ansible-playbook -f 50 ${SYSTEM_CONFIG}/kubernetes/percona-xtradb-cluster/pxc-playbook.yaml +timeout -k 2m 120m ansible-playbook -f 50 -e /etc/ansible/hosts/gitea-cluster.yaml ${SYSTEM_CONFIG}/kubernetes/percona-xtradb-cluster/pxc-playbook.yaml send_timer gitea_pxc start_timer -timeout -k 2m 120m ansible-playbook -f 50 ${SYSTEM_CONFIG}/kubernetes/gitea/gitea-playbook.yaml +timeout -k 2m 120m ansible-playbook -f 50 -e /etc/ansible/hosts/gitea-cluster.yaml ${SYSTEM_CONFIG}/kubernetes/gitea/gitea-playbook.yaml send_timer gitea_gitea # Update the puppet version