diff options
author | Sofer Athlan-Guyot <sathlang@redhat.com> | 2017-02-24 22:31:29 +0100 |
---|---|---|
committer | Sofer Athlan-Guyot <sathlang@redhat.com> | 2017-02-28 19:20:13 +0100 |
commit | fb7821378242e595184a38e1e0cb7e9978c0f806 (patch) | |
tree | e46ac5dd92a0d43f67b09e93ccf5c3fae440fe1f /puppet/services/disabled | |
parent | d54532679edce04a5bdc3159489b77baf90b14ca (diff) |
Put service stop at step1 and quiesce at step2.
In the previous release[1], the services were stopped before the
pacemaker services, so that they get a chance to send last message to
the database/rabbitmq queue:
Let's do the upgrade in the same order.
[1] https://github.com/openstack/tripleo-heat-templates/blob/stable/newton/extraconfig/tasks/major_upgrade_controller_pacemaker_2.sh#L13-L71
Change-Id: I1c4045e8b9167396c9dfa4da99973102f1af1218
Diffstat (limited to 'puppet/services/disabled')
-rw-r--r-- | puppet/services/disabled/glance-registry.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/services/disabled/glance-registry.yaml b/puppet/services/disabled/glance-registry.yaml index 4d22bddc..7bf4a1fd 100644 --- a/puppet/services/disabled/glance-registry.yaml +++ b/puppet/services/disabled/glance-registry.yaml @@ -26,5 +26,5 @@ outputs: service_name: glance_registry upgrade_tasks: - name: Stop and disable glance_registry service on upgrade - tags: step2 + tags: step1 service: name=openstack-glance-registry state=stopped enabled=no |