Enable Debug: True for all OVB jobs

Like we already do for multinode jobs, enable Debug: True in all OVB
jobs run by TripleO and RDO CIs.

It will activate debug=true for OpenStack services which should help
people who debug the CI jobs to have more verbosity.

Note: we have to override workers_args and include the defaults values
again:
bdb69476fd/roles/overcloud-deploy/tasks/pre-deploy.yml (L169)

Change-Id: Icb46dd9d0b59c26b1e2dcbec0d2574daee9ebf6a
This commit is contained in:
Emilien Macchi 2017-09-25 12:17:21 -07:00
parent 7e91cb1ccb
commit 7ecd1f417d
2 changed files with 8 additions and 0 deletions

View File

@ -13,3 +13,7 @@ undercloud_undercloud_nameservers: "{{ custom_nameserver }}"
external_net: '38.145.32.0/22'
overcloud_dns_servers: "{{ custom_nameserver }}"
ntp_server: 'pool.ntp.org'
workers_args: >-
-e {{ overcloud_templates_path }}/environments/low-memory-usage.yaml
-e {{ tripleo_root }}/tripleo-ci/test-environments/worker-config.yaml
-e {{ overcloud_templates_path }}/environments/debug.yaml

View File

@ -4,6 +4,10 @@ ssh_user: "{{ undercloud_user }}"
enable_vbmc: false
gating_repo_enabled: true
workers_args: >-
-e {{ overcloud_templates_path }}/environments/low-memory-usage.yaml
-e {{ tripleo_root }}/tripleo-ci/test-environments/worker-config.yaml
-e {{ overcloud_templates_path }}/environments/debug.yaml
# Undercloud setup
undercloud_ironic_ipxe_port: 3816
non_root_user_setup: false