Comment 4 for bug 1735731

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-common (stable/pike)

Reviewed: https://review.openstack.org/526047
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=40dd940f2a05807a300dc6bcddb04e7a408af897
Submitter: Zuul
Branch: stable/pike

commit 40dd940f2a05807a300dc6bcddb04e7a408af897
Author: marios <email address hidden>
Date: Thu Nov 30 15:49:58 2017 +0200

    Add --ansible-opts for upgrade-non-controller.sh O->P upgrade

    This allows the operator to pass extra options to the invocation
    of ansible-playbook. In particular this can be used to skip the
    validation tasks using the --skip-tags option, for example:
    --ansible-opts "--skip-tags validation -vvv" to skip validation
    and enable verbose logging

    Change-Id: If4690d86904554cece641ec8ba87880201e14679
    Closes-Bug: 1735731
    (cherry picked from commit 1386a57989976f09dc9214e25cbdc8f306303bd9)