Comment 8 for bug 1844446

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to python-tripleoclient (stable/stein)

Reviewed: https://review.opendev.org/683027
Committed: https://git.openstack.org/cgit/openstack/python-tripleoclient/commit/?id=499b487c51aa91e5b035e9fadcb2e148ad4e8508
Submitter: Zuul
Branch: stable/stein

commit 499b487c51aa91e5b035e9fadcb2e148ad4e8508
Author: Cédric Jeanneret <email address hidden>
Date: Thu Aug 15 11:44:32 2019 +0200

    (squash) Clean backport of inflight-validations for UC/OC/standalone

    Adds new "--no-inflight-validations" option to deploy CLI

    This provides an independant way to activate or not the in-flight
    validations within a deploy.
    The default is to have them running, and this option allows to
    deactivate the in-flight ones.

    Change-Id: I81e934e2978cad4e2713d54e19a57c84a6ac0b52
    (cherry picked from commit bf48dbc84405208dd86ae3dd4879fc7735b99838)

    Disable inflight validations by default

    The inflight validations caused timeouts in the TripleO CI.
    They should not be enabled by default. New features should not be
    enabled by default in general, they should be optional.

    So this patch changes the option to be --inflight-validations,
    and make sure the inflights are disabled by default everywhere it's
    called.

    Change-Id: I082628a9480686d6a7801056c3b4bf332b4e3d95
    Related-Bug: #1844446
    (cherry picked from commit 89be0d17c5d380777070e8f3dd6369289697d2a9)

    Introduce --inflight-validations for standalone / undercloud

    Like we do for the overcloud, add the --inflight-validations option,
    disabled by default. Disable by default, we'll skip the
    "opendev-validations" Ansible tags when running the playbooks.

    Related-Bug: #1844446
    Change-Id: Ia37b3d4cc657d994b6a63412d5792930d54a14dd
    (cherry picked from commit 64af3ae1fb9adda02efcfd93d99cf5deca1104cb)