base-test: Remove unused parameter and move variable declaration
The ara_generate_html variable is no longer used in the new role. We're moving the variable declaration in the base-test playbook out to make it easier to test and iterate on the various parameters before making the role live. Change-Id: Iab3f32fdd1e1c02d9c411573fcae2fbb981f6c31
This commit is contained in:
parent
5586939170
commit
27f1174139
@ -3,8 +3,6 @@
|
|||||||
- role: add-fileserver
|
- role: add-fileserver
|
||||||
fileserver: "{{ site_logs }}"
|
fileserver: "{{ site_logs }}"
|
||||||
- role: ara-report
|
- role: ara-report
|
||||||
ara_report_type: database
|
|
||||||
ara_report_path: ara-report
|
|
||||||
|
|
||||||
- hosts: "{{ site_logs.fqdn }}"
|
- hosts: "{{ site_logs.fqdn }}"
|
||||||
gather_facts: False
|
gather_facts: False
|
||||||
|
@ -114,9 +114,6 @@
|
|||||||
roles:
|
roles:
|
||||||
- zuul: openstack-infra/zuul-jobs
|
- zuul: openstack-infra/zuul-jobs
|
||||||
- zuul: openstack-infra/openstack-zuul-jobs
|
- zuul: openstack-infra/openstack-zuul-jobs
|
||||||
vars:
|
|
||||||
# TODO: Deprecated, remove ara_generate_html once emit-ara-html is gone
|
|
||||||
ara_generate_html: failure
|
|
||||||
timeout: 1800
|
timeout: 1800
|
||||||
post-timeout: 1800
|
post-timeout: 1800
|
||||||
nodeset:
|
nodeset:
|
||||||
|
Loading…
Reference in New Issue
Block a user