From 50a8e72a230114e52f6bf09e0ba057db8407cc81 Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Tue, 5 Dec 2017 17:08:12 +0000 Subject: [PATCH] Only check presence of locally built IPA image on first controller The image is only built on the first controller, so will not be present on other controllers. --- ansible/kolla-openstack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/kolla-openstack.yml b/ansible/kolla-openstack.yml index ef1b40401..7c0c95659 100644 --- a/ansible/kolla-openstack.yml +++ b/ansible/kolla-openstack.yml @@ -8,7 +8,7 @@ key: "controllers_with_ironic_enabled_{{ kolla_enable_ironic | bool }}" - name: Ensure locally built Ironic Python Agent images are copied - hosts: controllers_with_ironic_enabled_True + hosts: controllers_with_ironic_enabled_True[0] vars: # These are the filenames generated by overcloud-ipa-build.yml. ipa_image_name: "ipa"