diff options
author | 2017-03-02 02:35:34 +0000 | |
---|---|---|
committer | 2017-03-02 02:35:34 +0000 | |
commit | 4bd50db263c8dd989e17fd7656bff4a3fc4a04a2 (patch) | |
tree | 73324d87aa86793a9a8ea241e4a5c7a3472de4e6 /puppet/services/README.rst | |
parent | 37b7c8eb47e02e207ff4c58384ebc40481dd9cda (diff) | |
parent | d968747826e4045db1ba277485172e9262d8ada3 (diff) |
Merge "Put service stop at step1 and quiesce at step2." into stable/ocata
Diffstat (limited to 'puppet/services/README.rst')
-rw-r--r-- | puppet/services/README.rst | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/puppet/services/README.rst b/puppet/services/README.rst index d9afe602..a61e971a 100644 --- a/puppet/services/README.rst +++ b/puppet/services/README.rst @@ -87,9 +87,22 @@ step, "step2" for the second, etc. Steps/tages correlate to the following: - 1) Quiesce the control-plane, e.g disable LoadBalancer, stop pacemaker cluster - - 2) Stop all control-plane services, ready for upgrade + 1) Stop all control-plane services. + + 2) Quiesce the control-plane, e.g disable LoadBalancer, stop + pacemaker cluster: this will stop the following resource: + - ocata: + - galera + - rabbit + - redis + - haproxy + - vips + - cinder-volumes + - cinder-backup + - manilla-share + - rbd-mirror + + The exact order is controlled by the cluster constraints. 3) Perform a package update and install new packages: A general upgrade is done, and only new package should go into service |