Fixing deployment image default for install role
The install role had the old file name from before image creation via DIB was supported. Updated the filename to be the generic deployment-image.qcow2 filename. Change-Id: I1fdbd48945eada3db44efcf9237e33c43065b242
This commit is contained in:
parent
16c19775ad
commit
8452e4e7a5
@ -27,7 +27,7 @@ deploy_kernel_url: "http://{{ hostvars[inventory_hostname]['ansible_' + network_
|
||||
deploy_kernel_upstream_url: http://tarballs.openstack.org/ironic-python-agent/coreos/files/coreos_production_pxe.vmlinuz
|
||||
deploy_ramdisk_url: "http://{{ hostvars[inventory_hostname]['ansible_' + network_interface]['ipv4']['address'] }}:{{nginx_port}}/coreos_production_pxe_image-oem.cpio.gz"
|
||||
deploy_ramdisk_upstream_url: http://tarballs.openstack.org/ironic-python-agent/coreos/files/coreos_production_pxe_image-oem.cpio.gz
|
||||
deploy_image_filename: "trusty-server-cloudimg-amd64.img"
|
||||
deploy_image_filename: "deployment_image.qcow2"
|
||||
deploy_image_upstream_url: http://cloud-images.ubuntu.com/releases/trusty/release/ubuntu-14.04-server-cloudimg-amd64.tar.gz
|
||||
deploy_image: "{{http_boot_folder}}/{{deploy_image_filename}}"
|
||||
# Use cirros instead of building an image via diskimage-builder
|
||||
|
Loading…
Reference in New Issue
Block a user