summaryrefslogtreecommitdiffstats
path: root/xci/infra/bifrost/playbooks
diff options
context:
space:
mode:
authorManuel Buil <mbuil@suse.com>2018-08-09 15:53:40 +0200
committerManuel Buil <mbuil@suse.com>2018-09-28 17:47:00 +0200
commit3fe75598de97c73c95d83739e6ed11277b619988 (patch)
tree5012ff76ed7ed9d00f02181d0de369cf5aa29b05 /xci/infra/bifrost/playbooks
parent013bfffe38ab9a6c86a4a6e3bc2d08a5b5aedcbd (diff)
[baremetal] idf for opnfv_vm and update the pdf
Physical hardware PODs provide a pdf and a idf to describe hardware and other information (e.g. what is the purpose for each interface). To reuse the same code for opnfv vm and also become consistent, we should also describe the opnfv vm with an idf and a pdf. This patch simplifies what needs to be done for baremetal, especially for this (future) patch: https://gerrit.opnfv.org/gerrit/#/c/60797/11 As we add an idf, we should update dynamic_inventory and how we create the opnfv vm. Obviously, he opnfv_vm.yml gets removed. Change-Id: I930728474631fc214e4a9adc8581e0c16d230176 Signed-off-by: Manuel Buil <mbuil@suse.com>
Diffstat (limited to 'xci/infra/bifrost/playbooks')
-rw-r--r--xci/infra/bifrost/playbooks/xci-create-virtual.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/xci/infra/bifrost/playbooks/xci-create-virtual.yml b/xci/infra/bifrost/playbooks/xci-create-virtual.yml
index bc40d108..381c4fd4 100644
--- a/xci/infra/bifrost/playbooks/xci-create-virtual.yml
+++ b/xci/infra/bifrost/playbooks/xci-create-virtual.yml
@@ -14,7 +14,8 @@
vars_files:
- "{{ pdf_file }}"
- "{{ idf_file }}"
- - "{{ xci_path }}/xci/var/opnfv_vm.yml"
+ - "{{ xci_path }}/xci/var/opnfv_vm_pdf.yml"
+ - "{{ xci_path }}/xci/var/opnfv_vm_idf.yml"
- "{{ xci_path }}/xci/var/opnfv.yml"
pre_tasks:
- name: Load distribution variables