From a595d1d1d05e9439080952b29ad93e9d99ff8486 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Tue, 16 Jul 2019 09:59:46 +1000 Subject: [PATCH] Add mirror-update to run_all.sh It looks like I forgot to add this in I525ac18b55f0e11b0a541b51fa97ee5d6512bf70 so the mirror-update specific roles aren't running automatically. Change-Id: Iee60906c367c9dec1143ee5ce2735ed72160e13d --- run_all.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/run_all.sh b/run_all.sh index a155d44aaf..e1617e3205 100755 --- a/run_all.sh +++ b/run_all.sh @@ -109,6 +109,10 @@ start_timer timeout -k 2m 30m ansible-playbook -f 50 ${ANSIBLE_PLAYBOOKS}/service-nodepool.yaml send_timer nodepool +start_timer +timeout -k 2m 30m ansible-playbook -f 50 ${ANSIBLE_PLAYBOOKS}/service-mirror-update.yaml +send_timer mirror-update + start_timer timeout -k 2m 30m ansible-playbook -f 50 ${ANSIBLE_PLAYBOOKS}/service-mirror.yaml send_timer mirror