[Baremetal] - Change roles and playbooks names 31/63131/3
authorManuel Buil <mbuil@suse.com>
Wed, 3 Oct 2018 16:18:05 +0000 (18:18 +0200)
committerManuel Buil <mbuil@suse.com>
Wed, 3 Oct 2018 17:44:03 +0000 (19:44 +0200)
commitf54c78e2c36d7db53260bc868b5b538cb8e9d911
treef4a7954c1e283a55eb051df3043aa82efc479713
parent6158af2f83842e3d6bdcba8c7ba93b4116b405ae
[Baremetal] - Change roles and playbooks names

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>
15 files changed:
xci/infra/bifrost/infra-provision.sh
xci/infra/bifrost/playbooks/xci-prepare-env.yml [moved from xci/infra/bifrost/playbooks/xci-prepare-virtual.yml with 100% similarity]
xci/infra/bifrost/playbooks/xci-setup-nodes.yml [moved from xci/infra/bifrost/playbooks/xci-create-virtual.yml with 98% similarity]
xci/playbooks/roles/create-nodes/README.md [moved from xci/playbooks/roles/create-vm-nodes/README.md with 84% similarity]
xci/playbooks/roles/create-nodes/defaults/main.yml [moved from xci/playbooks/roles/create-vm-nodes/defaults/main.yml with 100% similarity]
xci/playbooks/roles/create-nodes/tasks/create_vm.yml [moved from xci/playbooks/roles/create-vm-nodes/tasks/create_vm.yml with 100% similarity]
xci/playbooks/roles/create-nodes/tasks/download_opnfvimage.yml [moved from xci/playbooks/roles/create-vm-nodes/tasks/download_opnfvimage.yml with 100% similarity]
xci/playbooks/roles/create-nodes/tasks/main.yml [moved from xci/playbooks/roles/create-vm-nodes/tasks/main.yml with 100% similarity]
xci/playbooks/roles/create-nodes/tasks/prepare_libvirt.yml [moved from xci/playbooks/roles/create-vm-nodes/tasks/prepare_libvirt.yml with 100% similarity]
xci/playbooks/roles/create-nodes/templates/net.xml.j2 [moved from xci/playbooks/roles/create-vm-nodes/templates/net.xml.j2 with 100% similarity]
xci/playbooks/roles/create-nodes/templates/pool_dir.xml.j2 [moved from xci/playbooks/roles/create-vm-nodes/templates/pool_dir.xml.j2 with 100% similarity]
xci/playbooks/roles/create-nodes/templates/vm.xml.j2 [moved from xci/playbooks/roles/create-vm-nodes/templates/vm.xml.j2 with 100% similarity]
xci/playbooks/roles/create-nodes/vars/debian.yml [moved from xci/playbooks/roles/create-vm-nodes/vars/debian.yml with 100% similarity]
xci/playbooks/roles/create-nodes/vars/redhat.yml [moved from xci/playbooks/roles/create-vm-nodes/vars/redhat.yml with 100% similarity]
xci/playbooks/roles/create-nodes/vars/suse.yml [moved from xci/playbooks/roles/create-vm-nodes/vars/suse.yml with 100% similarity]