From 08c8b2df09cac382d3ece628f708405450eacf03 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Tue, 7 May 2019 16:05:21 -0700 Subject: [PATCH] Stop running gitea k8s cluster playbooks The gitea k8s cluster is not currently in use; don't run playbooks relating to it. Change-Id: I87c0dd71b2284ea5e9b580999242e901a8fee235 --- run_all.sh | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/run_all.sh b/run_all.sh index 6d3f826e52..0505c50dc2 100755 --- a/run_all.sh +++ b/run_all.sh @@ -78,16 +78,6 @@ start_timer timeout -k 2m 10m ansible-playbook ${ANSIBLE_PLAYBOOKS}/bridge.yaml send_timer bridge -# Run k8s-on-openstack -start_timer -timeout -k 2m 120m ${SYSTEM_CONFIG}/run_k8s_ansible.sh -send_timer k8s - -# Run the k8s nodes bootstrap playbook -start_timer -timeout -k 2m 120m ansible-playbook -f 50 ${ANSIBLE_PLAYBOOKS}/bootstrap-k8s-nodes.yaml -send_timer k8s_bootstrap - # Update the puppet version # We run this before base because base enforces the specified puppet version # but does not transition from an older version to a newer version. @@ -102,19 +92,6 @@ start_timer timeout -k 2m 120m ansible-playbook -f 50 ${ANSIBLE_PLAYBOOKS}/base.yaml send_timer base -# These playbooks run on the gitea k8s cluster -start_timer -timeout -k 2m 10m 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 10m 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 10m ansible-playbook -f 50 -e @/etc/ansible/hosts/gitea-cluster.yaml ${SYSTEM_CONFIG}/kubernetes/gitea/gitea-playbook.yaml -send_timer gitea_gitea - # Run the git/gerrit/zuul sequence, since it's important that they all work together start_timer timeout -k 2m 30m ansible-playbook -f 50 ${ANSIBLE_PLAYBOOKS}/remote_puppet_git.yaml