diff options
author | 2018-10-03 18:18:05 +0200 | |
---|---|---|
committer | 2018-10-03 19:44:03 +0200 | |
commit | f54c78e2c36d7db53260bc868b5b538cb8e9d911 (patch) | |
tree | f4a7954c1e283a55eb051df3043aa82efc479713 /xci/playbooks/roles/create-vm-nodes/defaults | |
parent | 6158af2f83842e3d6bdcba8c7ba93b4116b405ae (diff) |
[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>
Diffstat (limited to 'xci/playbooks/roles/create-vm-nodes/defaults')
-rw-r--r-- | xci/playbooks/roles/create-vm-nodes/defaults/main.yml | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/xci/playbooks/roles/create-vm-nodes/defaults/main.yml b/xci/playbooks/roles/create-vm-nodes/defaults/main.yml deleted file mode 100644 index 6ac266a5..00000000 --- a/xci/playbooks/roles/create-vm-nodes/defaults/main.yml +++ /dev/null @@ -1,27 +0,0 @@ ---- -# defaults file for bifrost-create-vm-nodes -baremetal_json_file: '/tmp/baremetal.json' - -# We collect these parameters from the pdf -vm_nic: "virtio" -vm_groups: {} -vm_default_groups: "{{ lookup('env', 'DEFAULT_HOST_GROUPS').split() | default(['baremetal'], true) }}" -vm_disk_cache: unsafe -node_names: "{{ lookup('env', 'NODE_NAMES').split() }}" - -# NOTE(pas-ha) name and default are chosen to be the same -# as in 'bifrost-ironic-install' role -network_interface: "virbr0" -# NOTE(pas-ha) these correspond to settings for the libvirt network created by default -vm_network: "{{ lookup('env', 'VM_NET_BRIDGE') | default('default', true) }}" -node_network_netmask: "255.255.255.0" - -node_storage_pool: "{{ lookup('env', 'LIBVIRT_STORAGE_POOL') | default('default', true) }}" -node_storage_pool_path: "/var/lib/libvirt/images" -node_logdir: "/var/log/libvirt/baremetal_logs" -# NOTE(pas-ha) next two are generic values for most OSes, overridden by distro-specifc vars -vm_emulator: "/usr/bin/qemu-system-x86_64" -# NOTE(pas-ha) not really tested with non-local qemu connections -vm_libvirt_uri: "{{ lookup('env', 'LIBVIRT_CONNECT_URI') | default('qemu:///system', true) }}" - -opnfv_image_path: "/var/lib/libvirt/images" |