diff --git a/run_all.sh b/run_all.sh index f4688a20c4..03c4406c20 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