summaryrefslogtreecommitdiffstats
path: root/xci/playbooks/roles/create-vm-nodes/vars/debian.yml
AgeCommit message (Collapse)AuthorFilesLines
2018-10-03[Baremetal] - Change roles and playbooks namesManuel Buil1-13/+0
A few playbooks and the create-vm-nodes role should change the name to reflect the new reality once the baremetal patches are merged. The playbooks that must change the name are: - xci-prepare-virtual.yml - xci-create-virtual.yml Change-Id: Iaed1f93561fa9d39c7916e0643a5445cdddf4f97 Signed-off-by: Manuel Buil <mbuil@suse.com>
2018-06-26xci: roles: create-vm-nodes: Add role for creating XCI VM nodesManuel Buil1-0/+13
Add a new role based on the bifrost one to create nodes for the bifrost virtual deployments. This role will install and configure libvirt on the host, download a prebuilt OPNFV VM image and deploy the OPNFV VM using that image. Moreover, it will create the rest of the nodes for the virtual deployment which will be configured by bifrost later on. Change-Id: I9fbd084261351d3b53ae373060f43df046191c5e Co-Authored-by: Markos Chandras <mchandras@suse.de> Signed-off-by: Manuel Buil <mbuil@suse.com>