diff options
author | 2019-07-18 12:01:51 +0300 | |
---|---|---|
committer | 2019-08-05 15:06:45 +0200 | |
commit | 02cb076db485fde5500093d35abbf31d0d038978 (patch) | |
tree | 3dc0c07957458b27c16adbe37c6db9e7e188cb45 /xci/var | |
parent | 0d6907e04a51aface7ed6cd456f4e20f2d2ad0e2 (diff) |
Support of opensuse in OSH-XCI
deploy-scenario:k8-calico-nofeature
installer-type:osh
Change-Id: Ie198ee7e25579f1438561f71fd965518b067fe42
Signed-off-by: Nikos Mimigiannis <nmimi@intracom-telecom.com>
Diffstat (limited to 'xci/var')
-rw-r--r-- | xci/var/opnfv.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xci/var/opnfv.yml b/xci/var/opnfv.yml index 62ac9fdf..8e4f9b8d 100644 --- a/xci/var/opnfv.yml +++ b/xci/var/opnfv.yml @@ -37,6 +37,7 @@ osh_infra_git_url: "{{ lookup('env','OSH_INFRA_GIT_URL') }}" osh_infra_version: "{{ lookup('env','OSH_INFRA_VERSION') }}" osh_helm_binary_url: "{{ lookup('env','OSH_HELM_BINARY_URL') }}" osh_helm_binary_version: "{{ lookup('env','OSH_HELM_BINARY_VERSION') }}" +openstack_osh_version: "{{ lookup('env','OPENSTACK_OSH_VERSION') }}" # variables for other components keepalived_git_url: "{{ lookup('env','KEEPALIVED_GIT_URL') }}" @@ -57,6 +58,7 @@ run_tempest: "{{ lookup('env', 'RUN_TEMPEST') }}" core_openstack_install: "{{ lookup('env', 'CORE_OPENSTACK_INSTALL') }}" deploy_scenario: "{{ lookup('env','DEPLOY_SCENARIO') }}" installer_type: "{{ lookup('env','INSTALLER_TYPE') }}" +osh_distro: "{{ lookup('env', 'OSH_DISTRO') }}" # baremetal variables baremetal: "{{ lookup('env','BAREMETAL') }}" |