Comment 15 for bug 1714905

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to tripleo-quickstart-extras (master)

Reviewed: https://review.openstack.org/500546
Committed: https://git.openstack.org/cgit/openstack/tripleo-quickstart-extras/commit/?id=fe88bef95b7aae56bc02f5795f58a36c710bbf31
Submitter: Jenkins
Branch: master

commit fe88bef95b7aae56bc02f5795f58a36c710bbf31
Author: Martin André <email address hidden>
Date: Mon Sep 4 14:29:48 2017 +0200

    Use different variables for deploy and upgrade scenarios

    Introduce an upgrade_composable_scenario variable to hold the path to
    the scenario file used in the upgrade command to differentiate with the
    composable_scenario variable for the path of the scenario file used in
    deploy command. Remove the deploy_composable_scenario variable that was
    previously holding a boolean value, which can be inferred from the
    content of the composable_scenario variable.

    Reorder the arguments passed to the deploy command so that the default
    from the docker.yaml environment doesn't overwrite the setting coming
    from the scenario.

    Co-Authored-By: Jiří Stránský <email address hidden>
    Depends-On: Ie08bbe08530bd48a0ca58667f0704f360e0a4dd7
    Change-Id: Iece70e22cd40cb119f2f9eb3c51be7bd4631fade
    Related-Bug: #1714905