Remove legacy tripleo-validations roles calls
This patch remove useless tripleo-validations calls in the tripleo-quickstart-extras playbook. Only validations and standalone is used for now in CI. The other implementations was legacy implementation that is not used anymore in CI Change-Id: I2ef1f06007c646ef4307c0cc0b6f60af414f9234
This commit is contained in:
parent
31d1492a13
commit
7a5ed70cf8
@ -40,8 +40,6 @@ mtu_interface:
|
||||
undercloud_local_mtu: "{{ mtu }}"
|
||||
overcloud_neutron_global_physnet_mtu: "{{ mtu }}"
|
||||
|
||||
run_tripleo_validations: true
|
||||
|
||||
# Browbeat settings
|
||||
elastic_host: browbeat.test.com
|
||||
grafana_host: browbeat.test.com
|
||||
|
@ -31,20 +31,6 @@
|
||||
tags:
|
||||
- overcloud-prep-containers
|
||||
|
||||
- name: Run tripleo-validations pre-introspection tests
|
||||
hosts: undercloud
|
||||
gather_facts: false
|
||||
tags:
|
||||
- tripleo-validations
|
||||
vars:
|
||||
validations_group: ['pre-introspection']
|
||||
tasks:
|
||||
- include_role:
|
||||
name: tripleo_validations
|
||||
when:
|
||||
- (run_tripleo_validations|bool or run_tripleo_validations_negative_tests|bool)
|
||||
- release not in ['queens', 'stein']
|
||||
|
||||
- name: Prepare the overcloud images for deployment
|
||||
hosts: undercloud
|
||||
gather_facts: false
|
||||
@ -69,17 +55,3 @@
|
||||
- {role: overcloud-ssl}
|
||||
tags:
|
||||
- overcloud-ssl
|
||||
|
||||
- name: Run tripleo-validations pre-deployment tests
|
||||
hosts: undercloud
|
||||
gather_facts: false
|
||||
tags:
|
||||
- tripleo-validations
|
||||
vars:
|
||||
validations_group: ['pre-deployment']
|
||||
tasks:
|
||||
- include_role:
|
||||
name: tripleo_validations
|
||||
when:
|
||||
- (run_tripleo_validations|bool or run_tripleo_validations_negative_tests|bool)
|
||||
- release not in ['queens', 'stein']
|
||||
|
@ -20,17 +20,3 @@
|
||||
debug: var=overcloud_deploy_result
|
||||
failed_when: overcloud_deploy_result == "failed"
|
||||
delegate_to: localhost
|
||||
|
||||
- name: Run tripleo-validations post-deployment tests
|
||||
hosts: undercloud
|
||||
gather_facts: false
|
||||
tags:
|
||||
- tripleo-validations
|
||||
vars:
|
||||
validations_group: ['post-deployment']
|
||||
tasks:
|
||||
- include_role:
|
||||
name: tripleo_validations
|
||||
when:
|
||||
- (run_tripleo_validations|bool or run_tripleo_validations_negative_tests|bool)
|
||||
- release not in ['queens', 'stein']
|
||||
|
@ -7,20 +7,6 @@
|
||||
tags:
|
||||
- undercloud-deploy
|
||||
|
||||
- name: Configure tripleo-validations
|
||||
hosts: undercloud
|
||||
gather_facts: false
|
||||
tags:
|
||||
- tripleo-validations
|
||||
vars:
|
||||
run_tripleo_validations_setup: true
|
||||
tasks:
|
||||
- include_role:
|
||||
name: tripleo_validations
|
||||
when:
|
||||
- (run_tripleo_validations|bool or run_tripleo_validations_negative_tests|bool)
|
||||
- release not in ['queens', 'stein']
|
||||
|
||||
- name: Validate the undercloud
|
||||
hosts: undercloud
|
||||
roles:
|
||||
|
@ -69,20 +69,6 @@
|
||||
failed_when: overcloud_deploy_result == "failed"
|
||||
delegate_to: localhost
|
||||
|
||||
- name: Run tripleo-validations post-deployment tests
|
||||
hosts: undercloud
|
||||
gather_facts: false
|
||||
tags:
|
||||
- tripleo-validations
|
||||
vars:
|
||||
validations_group: ['post-deployment']
|
||||
tasks:
|
||||
- include_role:
|
||||
name: tripleo_validations
|
||||
when:
|
||||
- (run_tripleo_validations|bool or run_tripleo_validations_negative_tests|bool)
|
||||
- release not in ['queens', 'stein']
|
||||
|
||||
######################################
|
||||
# Run tempest on overcloud-two stack #
|
||||
######################################
|
||||
|
@ -18,20 +18,6 @@
|
||||
step_glance_upload: true,
|
||||
step_register: false}
|
||||
|
||||
- name: Run tripleo-validations pre-introspection tests
|
||||
hosts: undercloud
|
||||
gather_facts: false
|
||||
tags:
|
||||
- tripleo-validations
|
||||
vars:
|
||||
validations_group: ['pre-introspection']
|
||||
tasks:
|
||||
- include_role:
|
||||
name: tripleo_validations
|
||||
when:
|
||||
- (run_tripleo_validations|bool or run_tripleo_validations_negative_tests|bool)
|
||||
- release not in ['queens', 'stein']
|
||||
|
||||
- name: Prepare for containerized deployment
|
||||
hosts: undercloud
|
||||
gather_facts: false
|
||||
@ -42,20 +28,6 @@
|
||||
use_overcloud_mixed_upgrade: "{{ mixed_upgrade|default(false) }}"
|
||||
when: containerized_overcloud|bool
|
||||
|
||||
- name: Run tripleo-validations pre-deployment tests
|
||||
hosts: undercloud
|
||||
gather_facts: false
|
||||
tags:
|
||||
- tripleo-validations
|
||||
vars:
|
||||
validations_group: ['pre-deployment']
|
||||
tasks:
|
||||
- include_role:
|
||||
name: tripleo_validations
|
||||
when:
|
||||
- (run_tripleo_validations|bool or run_tripleo_validations_negative_tests|bool)
|
||||
- release not in ['queens', 'stein']
|
||||
|
||||
- name: Ensure openvswitch is started and enabled
|
||||
hosts: overcloud
|
||||
tags:
|
||||
|
@ -24,17 +24,3 @@
|
||||
debug: var=overcloud_deploy_result
|
||||
failed_when: overcloud_deploy_result == "failed"
|
||||
delegate_to: localhost
|
||||
|
||||
- name: Run tripleo-validations post-deployment tests
|
||||
hosts: undercloud
|
||||
gather_facts: false
|
||||
tags:
|
||||
- tripleo-validations
|
||||
vars:
|
||||
validations_group: ['post-deployment']
|
||||
tasks:
|
||||
- include_role:
|
||||
name: tripleo_validations
|
||||
when:
|
||||
- (run_tripleo_validations|bool or run_tripleo_validations_negative_tests|bool)
|
||||
- release not in ['queens', 'stein']
|
||||
|
@ -69,20 +69,6 @@
|
||||
roles:
|
||||
- undercloud-deploy
|
||||
|
||||
- name: Run tripleo-validations standalone and CLI tests
|
||||
hosts: undercloud
|
||||
gather_facts: false
|
||||
vars:
|
||||
validation_command: "openstack tripleo validator"
|
||||
tags:
|
||||
- tripleo-validations
|
||||
tasks:
|
||||
- include_role:
|
||||
name: tripleo_validations
|
||||
when:
|
||||
- job.enable_validation|default(false)|bool
|
||||
- release not in ['queens', 'stein']
|
||||
|
||||
- name: Validate the undercloud
|
||||
hosts: undercloud
|
||||
roles:
|
||||
|
@ -26,20 +26,6 @@
|
||||
roles:
|
||||
- overcloud-prep-images
|
||||
|
||||
- name: Run tripleo-validations pre-introspection tests
|
||||
hosts: undercloud
|
||||
gather_facts: false
|
||||
tags:
|
||||
- tripleo-validations
|
||||
vars:
|
||||
validations_group: ['pre-introspection']
|
||||
tasks:
|
||||
- include_role:
|
||||
name: tripleo_validations
|
||||
when:
|
||||
- (run_tripleo_validations|bool or run_tripleo_validations_negative_tests|bool)
|
||||
- release not in ['queens', 'stein']
|
||||
|
||||
# Prepare the overcloud flavor configuration
|
||||
- name: Prepare overcloud flavors
|
||||
hosts: undercloud
|
||||
@ -59,20 +45,6 @@
|
||||
roles:
|
||||
- overcloud-prep-network
|
||||
|
||||
- name: Run tripleo-validations pre-deployment tests
|
||||
hosts: undercloud
|
||||
gather_facts: false
|
||||
tags:
|
||||
- tripleo-validations
|
||||
vars:
|
||||
validations_group: ['pre-deployment']
|
||||
tasks:
|
||||
- include_role:
|
||||
name: tripleo_validations
|
||||
when:
|
||||
- (run_tripleo_validations|bool or run_tripleo_validations_negative_tests|bool)
|
||||
- release not in ['queens', 'stein']
|
||||
|
||||
- name: Prepare the SSL Configuration for the overcloud deployment
|
||||
hosts: undercloud
|
||||
gather_facts: false
|
||||
|
@ -19,20 +19,6 @@
|
||||
roles:
|
||||
- tripleo-inventory
|
||||
|
||||
- name: Run tripleo-validations post-deployment tests
|
||||
hosts: undercloud
|
||||
gather_facts: false
|
||||
tags:
|
||||
- tripleo-validations
|
||||
vars:
|
||||
validations_group: ['post-deployment']
|
||||
tasks:
|
||||
- include_role:
|
||||
name: tripleo_validations
|
||||
when:
|
||||
- (run_tripleo_validations|bool or run_tripleo_validations_negative_tests|bool)
|
||||
- release not in ['queens', 'stein']
|
||||
|
||||
# Check the results of the deployment, note after inventory has executed
|
||||
- name: Check the result of the deployment
|
||||
hosts: undercloud
|
||||
|
@ -28,20 +28,6 @@
|
||||
roles:
|
||||
- undercloud-deploy
|
||||
|
||||
- name: Configure tripleo-validations
|
||||
hosts: undercloud
|
||||
gather_facts: false
|
||||
tags:
|
||||
- tripleo-validations
|
||||
vars:
|
||||
run_tripleo_validations_setup: true
|
||||
tasks:
|
||||
- include_role:
|
||||
name: tripleo_validations
|
||||
when:
|
||||
- (run_tripleo_validations|bool or run_tripleo_validations_negative_tests|bool)
|
||||
- release not in ['queens', 'stein']
|
||||
|
||||
- name: Download amphora image for octavia
|
||||
hosts: undercloud
|
||||
gather_facts: false
|
||||
|
@ -2,35 +2,30 @@
|
||||
'/root/.ansible/plugins/modules',
|
||||
'/usr/share/ansible/tripleo-plugins/modules',
|
||||
'/usr/share/ansible/plugins/modules',
|
||||
'/usr/share/openstack-tripleo-validations/library'
|
||||
]
|
||||
%}
|
||||
{% set lookups_path = [
|
||||
'/root/.ansible/plugins/lookup',
|
||||
'/usr/share/ansible/tripleo-plugins/lookup',
|
||||
'/usr/share/ansible/plugins/lookup',
|
||||
'/usr/share/openstack-tripleo-validations/lookup'
|
||||
]
|
||||
%}
|
||||
{% set callbacks_path = [
|
||||
'/root/.ansible/plugins/callback',
|
||||
'/usr/share/ansible/tripleo-plugins/callback',
|
||||
'/usr/share/ansible/plugins/callback',
|
||||
'/usr/share/openstack-tripleo-validations/callback_plugins'
|
||||
]
|
||||
%}
|
||||
{% set action_plugins_path = [
|
||||
'/root/.ansible/plugins/action',
|
||||
'/usr/share/ansible/tripleo-plugins/action',
|
||||
'/usr/share/ansible/plugins/action',
|
||||
'/usr/share/openstack-tripleo-validations/action_plugins'
|
||||
]
|
||||
%}
|
||||
{% set filter_plugins_path = [
|
||||
'/root/.ansible/plugins/filter',
|
||||
'/usr/share/ansible/tripleo-plugins/filter',
|
||||
'/usr/share/ansible/plugins/filter',
|
||||
'/usr/share/openstack-tripleo-validations/filter_plugins'
|
||||
]
|
||||
%}
|
||||
{% set roles_path = [
|
||||
@ -38,7 +33,6 @@
|
||||
'/usr/share/ansible/tripleo-roles',
|
||||
'/usr/share/ansible/roles',
|
||||
'/etc/ansible/roles',
|
||||
'/usr/share/openstack-tripleo-validations/roles'
|
||||
]
|
||||
%}
|
||||
{% if ansible_python.version.major == 3 %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user