From 65382d04e147b9061a97ed4f48111401b89bec95 Mon Sep 17 00:00:00 2001 From: Logan V Date: Fri, 10 May 2019 17:52:50 -0500 Subject: [PATCH] Clean up placement test vars Change-Id: I055c7da4080a5e7efc438aa4da04b35ad4d9f6d6 --- test-vars.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/test-vars.yml b/test-vars.yml index 4517f789..ea48142f 100644 --- a/test-vars.yml +++ b/test-vars.yml @@ -34,7 +34,6 @@ test_keystone_group: "{{ ((groups['keystone_all'] is defined) and (groups['keyst test_glance_group: "{{ ((groups['glance_all'] is defined) and (groups['glance_all'] | length > 0)) | ternary('glance_all', 'all_containers') }}" test_nova_api_metadata_group: "{{ ((groups['nova_api_metadata'] is defined) and (groups['nova_api_metadata'] | length > 0)) | ternary('nova_api_metadata', 'all_containers') }}" test_nova_api_compute_group: "{{ ((groups['nova_api_os_compute'] is defined) and (groups['nova_api_os_compute'] | length > 0)) | ternary('nova_api_os_compute', 'all_containers') }}" -test_nova_api_placement_group: "{{ ((groups['nova_api_placement'] is defined) and (groups['nova_api_placement'] | length > 0)) | ternary('nova_api_placement', 'all_containers') }}" test_nova_console_group: "{{ ((groups['nova_console'] is defined) and (groups['nova_console'] | length > 0)) | ternary('nova_console', 'all_containers') }}" test_neutron_server_group: "{{ ((groups['neutron_server'] is defined) and (groups['neutron_server'] | length > 0)) | ternary('neutron_server', 'all_containers') }}" test_swift_proxy_group: "{{ ((groups['swift_proxy'] is defined) and (groups['swift_proxy'] | length > 0)) | ternary('swift_proxy', 'all_containers') }}" @@ -48,7 +47,6 @@ test_keystone_host: "{{ hostvars[groups[test_keystone_group][0]]['ansible_host'] test_glance_host: "{{ hostvars[groups[test_glance_group][0]]['ansible_host'] }}" test_nova_api_metadata_host: "{{ hostvars[groups[test_nova_api_metadata_group][0]]['ansible_host'] }}" test_nova_api_compute_host: "{{ hostvars[groups[test_nova_api_compute_group][0]]['ansible_host'] }}" -test_nova_api_placement_host: "{{ hostvars[groups[test_nova_api_placement_group][0]]['ansible_host'] }}" test_nova_console_host: "{{ hostvars[groups[test_nova_console_group][0]]['ansible_host'] }}" test_neutron_server_host: "{{ hostvars[groups[test_neutron_server_group][0]]['ansible_host'] }}" test_swift_proxy_host: "{{ hostvars[groups[test_swift_proxy_group][0]]['ansible_host'] }}" @@ -202,14 +200,6 @@ nova_venv_tag: "testing" nova_discover_hosts_in_cells_interval: '-1' # lxd specific vars lxd_trust_password: "SuperSecrete" -# nova placement vars -nova_placement_service_password: "secrete" -nova_placement_service_publicuri: "http://{{ test_nova_api_placement_host }}:8780" -nova_placement_service_publicurl: "{{ nova_placement_service_publicuri }}" -nova_placement_service_adminuri: "http://{{ test_nova_api_placement_host }}:8780" -nova_placement_service_adminurl: "{{ nova_placement_service_adminuri }}" -nova_placement_service_internaluri: "http://{{ test_nova_api_placement_host }}:8780" -nova_placement_service_internalurl: "{{ nova_placement_service_internaluri }}" nova_cell0_database: "nova_cell0" # Neutron specific settings