From f0dec96d5f0898fcc1e6c93a5d11d5706c48d79a Mon Sep 17 00:00:00 2001 From: Douglas Viroel Date: Tue, 26 Oct 2021 14:45:49 -0300 Subject: [PATCH] Set ironic power state timeout to 180 in ovb jobs This patch sets undercloud_ironic_power_state_change_timeout to 180 for all ovb jobs. See LP #1947403 for more info. Related-Bug: #1947403 Depends-On: https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/815540 Change-Id: I76057481a53bc1541ff4abe80ccf5f8361317c4e Signed-off-by: Douglas Viroel --- toci-quickstart/config/testenv/ovb.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/toci-quickstart/config/testenv/ovb.yml b/toci-quickstart/config/testenv/ovb.yml index 2f2900bc7..2effd7389 100644 --- a/toci-quickstart/config/testenv/ovb.yml +++ b/toci-quickstart/config/testenv/ovb.yml @@ -13,8 +13,12 @@ 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 +# set power state timeout to 180s in train, 60s will remain the default +# for more details, see https://bugs.launchpad.net/tripleo/+bug/1947403 +undercloud_ironic_power_state_change_timeout: "{{ '180' if release is defined and release in ['train'] else '60' }}" non_root_user_setup: false step_set_undercloud_hostname: true undercloud_hostname: undercloud