Merge "Stop running gitea k8s cluster playbooks"
This commit is contained in:
commit
a3dac3913b
23
run_all.sh
23
run_all.sh
@ -78,16 +78,6 @@ start_timer
|
|||||||
timeout -k 2m 10m ansible-playbook ${ANSIBLE_PLAYBOOKS}/bridge.yaml
|
timeout -k 2m 10m ansible-playbook ${ANSIBLE_PLAYBOOKS}/bridge.yaml
|
||||||
send_timer bridge
|
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
|
# Update the puppet version
|
||||||
# We run this before base because base enforces the specified 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.
|
# 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
|
timeout -k 2m 120m ansible-playbook -f 50 ${ANSIBLE_PLAYBOOKS}/base.yaml
|
||||||
send_timer base
|
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
|
# Run the git/gerrit/zuul sequence, since it's important that they all work together
|
||||||
start_timer
|
start_timer
|
||||||
timeout -k 2m 30m ansible-playbook -f 50 ${ANSIBLE_PLAYBOOKS}/remote_puppet_git.yaml
|
timeout -k 2m 30m ansible-playbook -f 50 ${ANSIBLE_PLAYBOOKS}/remote_puppet_git.yaml
|
||||||
|
Loading…
Reference in New Issue
Block a user