diff options
author | Markos Chandras <mchandras@suse.de> | 2017-11-14 09:08:55 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-11-14 09:08:55 +0000 |
commit | c578685552b7d147132b548496d5c2e615ec5934 (patch) | |
tree | 4d8ffc77a5a6bbe4c62d36e8345c5049a605ac01 /xci/file/aio/configure-opnfvhost.yml | |
parent | 4ca1dc6895c8bac48c80f36181893385d9a8fc02 (diff) | |
parent | d0b985617d8a167147157a70b448db43c50e6474 (diff) |
Merge "Integrate ceph in XCI"
Diffstat (limited to 'xci/file/aio/configure-opnfvhost.yml')
-rw-r--r-- | xci/file/aio/configure-opnfvhost.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xci/file/aio/configure-opnfvhost.yml b/xci/file/aio/configure-opnfvhost.yml index c9279d64..6b140c15 100644 --- a/xci/file/aio/configure-opnfvhost.yml +++ b/xci/file/aio/configure-opnfvhost.yml @@ -31,3 +31,5 @@ command: "/bin/bash ./scripts/bootstrap-aio.sh" args: chdir: "{{OPENSTACK_OSA_PATH}}" + environment: + SCENARIO: "{{ (XCI_CEPH_ENABLED == 'true') | ternary('ceph', 'aio') }}" |