summaryrefslogtreecommitdiffstats
path: root/xci/installer/osa
diff options
context:
space:
mode:
Diffstat (limited to 'xci/installer/osa')
-rw-r--r--xci/installer/osa/files/ansible-role-requirements.yml2
-rw-r--r--xci/installer/osa/files/setup-openstack.yml1
2 files changed, 2 insertions, 1 deletions
diff --git a/xci/installer/osa/files/ansible-role-requirements.yml b/xci/installer/osa/files/ansible-role-requirements.yml
index ccd0542d..bbc92e08 100644
--- a/xci/installer/osa/files/ansible-role-requirements.yml
+++ b/xci/installer/osa/files/ansible-role-requirements.yml
@@ -116,7 +116,7 @@
- name: os_neutron
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-os_neutron
- version: a8c7e0b506a0c347a363dde3f60077aa0cab5641
+ version: 200fa4a7aaa15a6d6758418eafffe093174d2f72
- name: os_nova
scm: git
src: https://git.openstack.org/openstack/openstack-ansible-os_nova
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