Introduce the Barbican in XCI for SFC-HA scenario 77/62877/5
authorPanagiotis Karalis <pkaralis@intracom-telecom.com>
Wed, 19 Sep 2018 14:45:09 +0000 (17:45 +0300)
committerPanagiotis Karalis <pkaralis@intracom-telecom.com>
Fri, 19 Oct 2018 06:40:43 +0000 (09:40 +0300)
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>
xci/installer/osa/files/setup-openstack.yml

index 8c20eed..904215b 100644 (file)
@@ -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