diff options
Diffstat (limited to 'xci/var')
-rw-r--r-- | xci/var/opnfv.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xci/var/opnfv.yml b/xci/var/opnfv.yml index e7e3b76c..b24a6d98 100644 --- a/xci/var/opnfv.yml +++ b/xci/var/opnfv.yml @@ -49,3 +49,6 @@ 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') }}" + +# baremetal variables +baremetal: "{{ lookup('env','BAREMETAL') }}" |