From f0c60234bd35f4dd864d058dab71d0dd4ab4bced Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Thu, 30 Mar 2017 14:07:06 +0200 Subject: xci: Ensure using flavor inventory This is needed in order to configure target hosts that are in the flavor inventory file rather than what is there by default, which is aio. Change-Id: Iab27ed71a3d7c03f8fbbec8ceb7af92259320412 --- xci/playbooks/configure-localhost.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'xci/playbooks/configure-localhost.yml') diff --git a/xci/playbooks/configure-localhost.yml b/xci/playbooks/configure-localhost.yml index 6a298e01..2a559645 100644 --- a/xci/playbooks/configure-localhost.yml +++ b/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" -- cgit 1.2.3-korg