From: Manuel Buil Date: Fri, 15 Dec 2017 17:41:56 +0000 (+0100) Subject: Add tacker to the list of components to install X-Git-Tag: 6.0.0~204^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F93%2F49093%2F1;p=releng-xci.git Add tacker to the list of components to install Tacker is already part of the upstream setup-openstack.yml but as releng-xci overwrites it, tacker does not get deployed. Adding it to the setup-openstack.yml of releng-xci does not disturb the other scenarios as it will only be deployed when the tacker container is defined which only happens when deploying odl-sfc Change-Id: Ifd76fc49369c114c55e966eb20658d82c99e14cb Signed-off-by: Manuel Buil --- diff --git a/xci/file/setup-openstack.yml b/xci/file/setup-openstack.yml index 5d20adec..c2cb1c79 100644 --- a/xci/file/setup-openstack.yml +++ b/xci/file/setup-openstack.yml @@ -22,5 +22,6 @@ - include: os-horizon-install.yml - include: os-swift-install.yml - include: os-ironic-install.yml +- include: os-tacker-install.yml - include: os-tempest-install.yml when: (tempest_install | default(False)) | bool or (tempest_run | default(False)) | bool