From e2267e82f609baae526de42673c1dd849a269484 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Mon, 14 Jan 2019 12:55:13 +0000 Subject: [PATCH] Remove tempest service enable vars With I524df4c5a24c21057bd11ffa8cec3dad8b118384 implemented, we no longer need these in group_vars because they're in the tempest role instead. Change-Id: Ic645f8bafcc1d9f893c3bb521ecf632ab2e70806 --- inventory/group_vars/utility_all.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/inventory/group_vars/utility_all.yml b/inventory/group_vars/utility_all.yml index 93721a5b9a..0f7f89acd0 100644 --- a/inventory/group_vars/utility_all.yml +++ b/inventory/group_vars/utility_all.yml @@ -53,18 +53,6 @@ cinder_service_backup_program_enabled: "{{ hostvars['localhost']['cinder_service # If cinder has a backup service enabled, make sure that Tempest tests it tempest_volume_backup_enabled: "{{ cinder_service_backup_program_enabled | bool }}" -# Activate tempest testing based on the inventory content -tempest_service_available_aodh: "{{ groups['aodh_all'] is defined and groups['aodh_all'] | length > 0 }}" -tempest_service_available_ceilometer: "{{ groups['ceilometer_all'] is defined and groups['ceilometer_all'] | length > 0 }}" -tempest_service_available_cinder: "{{ groups['cinder_all'] is defined and groups['cinder_all'] | length > 0 }}" -tempest_service_available_glance: "{{ groups['glance_all'] is defined and groups['glance_all'] | length > 0 }}" -tempest_service_available_heat: "{{ groups['heat_all'] is defined and groups['heat_all'] | length > 0 }}" -tempest_service_available_horizon: "{{ groups['horizon_all'] is defined and groups['horizon_all'] | length > 0 }}" -tempest_service_available_neutron: "{{ groups['neutron_all'] is defined and groups['neutron_all'] | length > 0 }}" -tempest_service_available_nova: "{{ groups['nova_all'] is defined and groups['nova_all'] | length > 0 }}" -tempest_service_available_swift: "{{ (groups['swift_all'] is defined and groups['swift_all'] | length > 0) or (groups['ceph-rgw'] is defined and groups['ceph-rgw'] | length > 0) or (ceph_rgws | length > 0) }}" -tempest_service_available_congress: "{{ groups['congress_all'] is defined and groups['congress_all'] | length > 0 }}" - tempest_log_dir: /var/log/utility # This sets the tempest group to the utility group