Remove old variables from ironic-install defaults

These variables aren't used anymore, so removing them to
avoid confusion.

Change-Id: I03d88c1dad4703ab76b38dd3a2a17dfb5444050b
This commit is contained in:
Peter Martini 2015-06-18 22:35:05 -04:00
parent c818324326
commit 5430851d69

View File

@ -21,8 +21,6 @@ transform_boot_image: false
# virtual machines for the hardware instead of real hardware. # virtual machines for the hardware instead of real hardware.
testing: false testing: false
ci_testing: false ci_testing: false
latest_os_ironic_url: https://raw.githubusercontent.com/juliakreger/ansible-modules-extras/features/new-openstack/cloud/os_ironic.py
latest_os_ironic_node_url: https://raw.githubusercontent.com/juliakreger/ansible-modules-extras/features/new-openstack/cloud/os_ironic_node.py
deploy_kernel: "{{http_boot_folder}}/coreos_production_pxe.vmlinuz" deploy_kernel: "{{http_boot_folder}}/coreos_production_pxe.vmlinuz"
deploy_ramdisk: "{{http_boot_folder}}/coreos_production_pxe_image-oem.cpio.gz" deploy_ramdisk: "{{http_boot_folder}}/coreos_production_pxe_image-oem.cpio.gz"
deploy_kernel_url: "http://{{ hostvars[inventory_hostname]['ansible_' + network_interface]['ipv4']['address'] }}:{{nginx_port}}/coreos_production_pxe.vmlinuz" deploy_kernel_url: "http://{{ hostvars[inventory_hostname]['ansible_' + network_interface]['ipv4']['address'] }}:{{nginx_port}}/coreos_production_pxe.vmlinuz"