Fix new mirror system errors
Fix the reported stat name for the mirror playbook. Run the mirror job in gate. Set follow=false so that we're telling Ansible to set the perms on the link rather than the target (which is the default). Change-Id: Id594cf3f7ab1dacae423cd2b7e158a701d086af6
This commit is contained in:
parent
5e908c739b
commit
a92ac59e15
@ -668,6 +668,7 @@
|
|||||||
- system-config-run-dns
|
- system-config-run-dns
|
||||||
- system-config-run-eavesdrop
|
- system-config-run-eavesdrop
|
||||||
- system-config-run-nodepool
|
- system-config-run-nodepool
|
||||||
|
- system-config-run-mirror
|
||||||
- system-config-run-docker-registry
|
- system-config-run-docker-registry
|
||||||
- system-config-run-gitea:
|
- system-config-run-gitea:
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -75,6 +75,7 @@
|
|||||||
state: link
|
state: link
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
|
follow: false
|
||||||
with_items:
|
with_items:
|
||||||
- centos
|
- centos
|
||||||
- ceph-deb-hammer
|
- ceph-deb-hammer
|
||||||
|
@ -106,7 +106,7 @@ send_timer nodepool
|
|||||||
|
|
||||||
start_timer
|
start_timer
|
||||||
timeout -k 2m 30m ansible-playbook -f 50 ${ANSIBLE_PLAYBOOKS}/service-mirror.yaml
|
timeout -k 2m 30m ansible-playbook -f 50 ${ANSIBLE_PLAYBOOKS}/service-mirror.yaml
|
||||||
send_timer nodepool
|
send_timer mirror
|
||||||
|
|
||||||
start_timer
|
start_timer
|
||||||
timeout -k 2m 30m ansible-playbook -f 50 ${ANSIBLE_PLAYBOOKS}/service-registry.yaml
|
timeout -k 2m 30m ansible-playbook -f 50 ${ANSIBLE_PLAYBOOKS}/service-registry.yaml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user