From 8452e4e7a5f9658de4dd6ffd68165823badeb4eb Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Tue, 7 Jul 2015 15:08:03 -0400 Subject: [PATCH] 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 --- playbooks/roles/ironic-install/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/roles/ironic-install/defaults/main.yml b/playbooks/roles/ironic-install/defaults/main.yml index 39f0a3384..72077b996 100644 --- a/playbooks/roles/ironic-install/defaults/main.yml +++ b/playbooks/roles/ironic-install/defaults/main.yml @@ -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