summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPanagiotis Karalis <pkaralis@intracom-telecom.com>2018-09-19 17:45:09 +0300
committerPanagiotis Karalis <pkaralis@intracom-telecom.com>2018-10-19 09:40:43 +0300
commitaaa9ed39bbf656849496851d88851a2faee68e2d (patch)
treeca48a7bc0862aea3afaa068888f9bf8146317a51
parentebe6bd459f7751fe7a82a6f5c5f78c393465e3fc (diff)
Introduce the Barbican in XCI for SFC-HA scenario
The barbican OS component is introduced for SFC HA deployed scenario. The reason behind is that In HA scenarios we need Openstack Barbican to gather and store the fernet keys so Tacker can access them and be able to register new VIMs. deploy-scenario:os-odl-sfc installer-type:osa JIRA: SFC-131 Change-Id: Ife416fb2a7dc04ddadc93f962695aee4ed448501 Signed-off-by: Panagiotis Karalis <pkaralis@intracom-telecom.com>
-rw-r--r--xci/installer/osa/files/setup-openstack.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/xci/installer/osa/files/setup-openstack.yml b/xci/installer/osa/files/setup-openstack.yml
index 8c20eed2..904215b7 100644
--- a/xci/installer/osa/files/setup-openstack.yml
+++ b/xci/installer/osa/files/setup-openstack.yml
@@ -25,6 +25,7 @@
- include: os-swift-install.yml
- include: os-ironic-install.yml
when: not core_openstack | default(False)
+- include: os-barbican-install.yml
- include: os-tacker-install.yml
- include: os-tempest-install.yml
when: (tempest_install | default(False)) | bool or (tempest_run | default(False)) | bool