Test dashboard only for horizon scenario

We should not run horizon tempest test for each lxc-based job. Instead
we want to run it only when we change os_horizon.

Additionally we disable SSL validation since at the moment self-signed
SSLs are not trusted.

Change-Id: Iace7c54dd19709e4cf7aebb98fd8756299390d67
This commit is contained in:
Dmitriy Rabotyagov
2021-03-23 10:44:02 +02:00
parent d2940e425e
commit bb368ac553
3 changed files with 24 additions and 1 deletions

View File

@@ -185,6 +185,9 @@
- src: user_variables_neutron_ovs.yml.j2
dest: user_variables_neutron_ovs.yml
condition: "{{ 'ovs' in bootstrap_host_scenarios_expanded }}"
- src: user_variables_horizon.yml.j2
dest: user_variables_horizon.yml
condition: "{{ 'horizon' in bootstrap_host_scenarios }}"
- name: Copy modified cinder-volume env.d file for ceph scenario
copy: