From 7ecd1f417dc9e14531fe5e3619ab3bf7df471667 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Mon, 25 Sep 2017 12:17:21 -0700 Subject: [PATCH] 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: https://github.com/openstack/tripleo-quickstart-extras/blob/bdb69476fde9813ddfa20c62b246576c0fc306a9/roles/overcloud-deploy/tasks/pre-deploy.yml#L169 Change-Id: Icb46dd9d0b59c26b1e2dcbec0d2574daee9ebf6a --- toci-quickstart/config/testenv/ovb-rdocloud.yml | 4 ++++ toci-quickstart/config/testenv/ovb.yml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/toci-quickstart/config/testenv/ovb-rdocloud.yml b/toci-quickstart/config/testenv/ovb-rdocloud.yml index 91f7f934a..d12a20175 100644 --- a/toci-quickstart/config/testenv/ovb-rdocloud.yml +++ b/toci-quickstart/config/testenv/ovb-rdocloud.yml @@ -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 diff --git a/toci-quickstart/config/testenv/ovb.yml b/toci-quickstart/config/testenv/ovb.yml index b05d41499..592e6332f 100644 --- a/toci-quickstart/config/testenv/ovb.yml +++ b/toci-quickstart/config/testenv/ovb.yml @@ -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