Comment 11 for bug 1715557

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to tripleo-heat-templates (stable/pike)

Reviewed: https://review.openstack.org/510408
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=911edab71e435736dc094c9633520315d310f60c
Submitter: Jenkins
Branch: stable/pike

commit 911edab71e435736dc094c9633520315d310f60c
Author: marios <email address hidden>
Date: Mon Jul 24 14:01:06 2017 +0300

    Adds pacemaker update_tasks for Pike minor update workflow

    Adds update_tasks for the minor update workflow. These will be
    collected into playbooks during an initial 'update init' heat
    stack update and then invoked later by the operator as ansible
    playbooks.

    Current understanding/workflow:
     Step=1: stop the cluster on the updated node
     Step=2: Pull the latest image and retag the it pcmklatest
     Step=3: yum upgrade happens on the host
     Step=4: Restart the cluster on the node
     Step=5: Verification: test pacemaker services are running.

    https://etherpad.openstack.org/p/tripleo-pike-updates-upgrades

    Related-Bug: 1715557
    Co-Authored-By: Damien Ciabrini <email address hidden>
    Co-Authored-By: Sofer Athlan-Guyot <email address hidden>
    Change-Id: I101e0f5d221045fbf94fb9dc11a2f30706843806
    (cherry picked from commit a953bda0ae615dc44d3e8a70aa7ab0160e26f3af)