summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Miller <admiller@redhat.com>2017-08-07 19:01:27 +0000
committerAdam Miller <admiller@redhat.com>2017-08-07 19:01:27 +0000
commit41f15abb5562162a7ca7fd74023299930fac4888 (patch)
tree6e0ed284b2d6c2e885f4e48dcc83702d86f20b8b
parente0121791ae51406530be2fa5e4e538b36b56d134 (diff)
downloadansible-41f15abb5562162a7ca7fd74023299930fac4888.tar.gz
ansible-41f15abb5562162a7ca7fd74023299930fac4888.tar.xz
ansible-41f15abb5562162a7ca7fd74023299930fac4888.zip
scrap the osbs delegate_to, just run a play on that system
Signed-off-by: Adam Miller <admiller@redhat.com>
-rw-r--r--playbooks/groups/osbs-orchestrator-cluster.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/playbooks/groups/osbs-orchestrator-cluster.yml b/playbooks/groups/osbs-orchestrator-cluster.yml
index 57e47129c..31598aa2c 100644
--- a/playbooks/groups/osbs-orchestrator-cluster.yml
+++ b/playbooks/groups/osbs-orchestrator-cluster.yml
@@ -584,8 +584,8 @@
src: "{{files}}/osbs/cleanup-old-osbs-builds"
dest: "/etc/cron.d/cleanup-old-osbs-builds"
-- name: Manage docker images
- hosts: batcave01.phx2.fedoraproject.org
+- name: Manage docker images - stage
+ hosts: composer-01.stg.phx2.fedoraproject.org
tags:
- osbs-post-install
- manage-docker-images
@@ -601,7 +601,6 @@
- name: skopeo sync openshift required docker images
shell: "skopeo copy docker://docker.io/{{item}}:{{origin_release}} docker://{{candidate_registry}}/{{item}}:{{origin_release}}"
with_items: "{{openshift_required_images}}"
- delegate_to: composer-01.stg.phx2.fedoraproject.org
register: docker_pull_openshift_delegated
changed_when: "'Skipping fetch of repeat blob' not in docker_pull_openshift_delegated.stdout"
when: env == "staging"