summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Tantsur <divius.inside@gmail.com>2019-03-01 18:57:50 +0100
committerDmitry Tantsur <divius.inside@gmail.com>2019-03-01 18:57:50 +0100
commitdd300fe49e0799936111832a869631b9ea6775f6 (patch)
tree7ab331f7593b630615b37adf199d150633340d2b
parent5b6bf0b6c86aad352db271cf530a6321ad4248eb (diff)
downloadironic-python-agent-dd300fe49e0799936111832a869631b9ea6775f6.tar.gz
Run the imagebuild post playbook on all hosts
The "primary" host is an artifact of legacy playbooks. It does not exist in new zuul v3 jobs, and thus the publish does not happen. We probably need to rework the whole job again one day, but for now use hosts:all. Change-Id: I398e3b2b36795c7773afc27ead08d70eee0069ed
-rw-r--r--playbooks/ironic-python-agent-buildimage/post.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/ironic-python-agent-buildimage/post.yaml b/playbooks/ironic-python-agent-buildimage/post.yaml
index 765f2b39..f5a518a1 100644
--- a/playbooks/ironic-python-agent-buildimage/post.yaml
+++ b/playbooks/ironic-python-agent-buildimage/post.yaml
@@ -1,4 +1,4 @@
-- hosts: primary
+- hosts: all
tasks:
- name: Ensure artifacts directory exists