From 5430851d6923dc07da9bcfad879229f5afd98cad Mon Sep 17 00:00:00 2001 From: Peter Martini Date: Thu, 18 Jun 2015 22:35:05 -0400 Subject: [PATCH] Remove old variables from ironic-install defaults These variables aren't used anymore, so removing them to avoid confusion. Change-Id: I03d88c1dad4703ab76b38dd3a2a17dfb5444050b --- playbooks/roles/ironic-install/defaults/main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/playbooks/roles/ironic-install/defaults/main.yml b/playbooks/roles/ironic-install/defaults/main.yml index ab9865131..ca9f6cbcb 100644 --- a/playbooks/roles/ironic-install/defaults/main.yml +++ b/playbooks/roles/ironic-install/defaults/main.yml @@ -21,8 +21,6 @@ transform_boot_image: false # virtual machines for the hardware instead of real hardware. 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_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"