diff options
author | Yolanda Robla <yroblamo@redhat.com> | 2017-06-02 18:31:31 +0200 |
---|---|---|
committer | Yolanda Robla <yroblamo@redhat.com> | 2017-06-05 12:27:46 +0200 |
commit | 0bd432aa2b6ef044d0c1f1081000a5ddf727235b (patch) | |
tree | e0cd8b37348b31f40e6d1c5516f38371a0c49cdd /prototypes/xci/var | |
parent | 71363357702c788bd938564d589752a95990099d (diff) |
Define an extra vars path and copy into playbooks
This will allow to define the XCI_EXTRA_VARS_PATH, that can
contain group_vars/all (or any other valid files), and those
will be copied inside releng and bifrost playbooks.
Change-Id: I95e4b0bfb67f26bfa1eb10c97096784eb7f3a87a
Signed-Off-By: Yolanda Robla <yroblamo@redhat.com>
Diffstat (limited to 'prototypes/xci/var')
-rw-r--r-- | prototypes/xci/var/opnfv.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/prototypes/xci/var/opnfv.yml b/prototypes/xci/var/opnfv.yml index 85f532ad2..aeafaceb1 100644 --- a/prototypes/xci/var/opnfv.yml +++ b/prototypes/xci/var/opnfv.yml @@ -27,3 +27,4 @@ XCI_LOOP: "{{ lookup('env','XCI_LOOP') }}" LOG_PATH: "{{ lookup('env','LOG_PATH') }}" OPNFV_HOST_IP: "{{ lookup('env','OPNFV_HOST_IP') }}" OPNFV_SSH_HOST_KEYS_PATH: "{{ lookup('env', 'OPNFV_SSH_HOST_KEYS_PATH') }}" +XCI_EXTRA_VARS_PATH: "{{ lookup('env', 'XCI_EXTRA_VARS_PATH') }}" |