diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2017-03-30 13:29:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-03-30 13:29:43 +0000 |
commit | d0f72ad5325b200bfbbc9ae661adacd72f27afa7 (patch) | |
tree | 6b847612724c860338045c5993a24854fb139b5e | |
parent | e7491c89ac3a78ccf4d682e0741dd51c4817b6a5 (diff) | |
parent | c88ee15be620f579c2b4b56457e73c0690bf8470 (diff) |
Merge "xci: Ensure using flavor inventory"
-rw-r--r-- | prototypes/xci/playbooks/configure-localhost.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/prototypes/xci/playbooks/configure-localhost.yml b/prototypes/xci/playbooks/configure-localhost.yml index 6a298e012..2a559645e 100644 --- a/prototypes/xci/playbooks/configure-localhost.yml +++ b/prototypes/xci/playbooks/configure-localhost.yml @@ -33,6 +33,10 @@ src: "{{XCI_FLAVOR_ANSIBLE_FILE_PATH}}/configure-opnfvhost.yml" dest: "{{OPNFV_RELENG_PATH}}/prototypes/xci/playbooks" when: XCI_FLAVOR == "aio" + - name: copy flavor inventory + copy: + src: "{{XCI_FLAVOR_ANSIBLE_FILE_PATH}}/inventory" + dest: "{{OPNFV_RELENG_PATH}}/prototypes/xci/playbooks" - name: copy flavor vars copy: src: "{{XCI_FLAVOR_ANSIBLE_FILE_PATH}}/flavor-vars.yml" |