summaryrefslogtreecommitdiffstats
path: root/xci/installer/osh/playbooks/install-openstack-helm.yml
diff options
context:
space:
mode:
Diffstat (limited to 'xci/installer/osh/playbooks/install-openstack-helm.yml')
-rw-r--r--xci/installer/osh/playbooks/install-openstack-helm.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/xci/installer/osh/playbooks/install-openstack-helm.yml b/xci/installer/osh/playbooks/install-openstack-helm.yml
index 10d8d6d4..a16572a5 100644
--- a/xci/installer/osh/playbooks/install-openstack-helm.yml
+++ b/xci/installer/osh/playbooks/install-openstack-helm.yml
@@ -11,11 +11,14 @@
remote_user: root
vars_files:
- "{{ xci_path }}/xci/var/opnfv.yml"
-
roles:
- role: prepare-opnfvhost-osh
- role: prepare-osh
- role: install-osh-mini
when: xci_flavor == 'mini'
+ environment:
+ - CONTAINER_DISTRO_NAME: "{{ container_distro_name }}"
+ - CONTAINER_DISTRO_VERSION: "{{ container_distro_version }}"
+ - OPENSTACK_RELEASE: "{{ openstack_osh_version }}"
- role: install-osh-noha
when: xci_flavor == 'noha'