diff options
author | Manuel Buil <mbuil@suse.com> | 2017-12-15 18:41:56 +0100 |
---|---|---|
committer | Manuel Buil <mbuil@suse.com> | 2017-12-15 18:41:56 +0100 |
commit | 0ec85c11b92f238c3fd28f412b711d9b53460e16 (patch) | |
tree | 63e971675f90e49ee326bad621f80ad29afa08df /xci | |
parent | 6c728e29fee8e36b8ad66964e13ed2b311ef7bee (diff) |
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 <mbuil@suse.com>
Diffstat (limited to 'xci')
-rw-r--r-- | xci/file/setup-openstack.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |