From 0e7d6a507c299652712c359d958f82faae87b7ed Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Wed, 6 Feb 2019 09:28:04 -0800 Subject: [PATCH] Run the gitea k8s playbooks We have playbooks to manage the resources in the gitea k8s, run them from run_all.sh. Change-Id: If4c8e6d87995d466505e7b78c7d8eb04d17318de --- run_all.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/run_all.sh b/run_all.sh index e1ef6e48d4..57e37f8a43 100755 --- a/run_all.sh +++ b/run_all.sh @@ -87,6 +87,19 @@ start_timer timeout -k 2m 120m ansible-playbook -f 50 ${ANSIBLE_PLAYBOOKS}/run-k8s-on-openstack.yaml 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 +send_timer gitea_rook + +start_timer +timeout -k 2m 120m ansible-playbook -f 50 ${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 +send_timer gitea_gitea + # Update the puppet version start_timer timeout -k 2m 120m ansible-playbook -f 50 ${ANSIBLE_PLAYBOOKS}/update_puppet_version.yaml