From df1e016ad75ae82d163e20600d3779932a24153b Mon Sep 17 00:00:00 2001 From: Steven Hardy Date: Wed, 18 Jan 2017 17:50:35 +0000 Subject: Don't start all services during upgrade steps Currently we start all OpenStack services in step6, but puppet already does this, and sometimes services require configuration to account for the new version after the yum update before they will start. So instead of reimplementing that configuration management in ansible, just defer starting the services until puppet has run which will happen right after the ansible upgrade steps complete. Note there are some DB sync operations etc that we may also be able to remove and let puppet do those steps, but I've left those in for now, as we know there are some actions during that phase e.g nova cells setup, which aren't yet handled by puppet. Change-Id: Idc8e253167a4bc74b086830cfabf28d4aab97d28 --- puppet/services/cinder-volume.yaml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'puppet/services/cinder-volume.yaml') diff --git a/puppet/services/cinder-volume.yaml b/puppet/services/cinder-volume.yaml index cc06d87b..e25d9944 100644 --- a/puppet/services/cinder-volume.yaml +++ b/puppet/services/cinder-volume.yaml @@ -117,7 +117,3 @@ outputs: - name: Sync cinder_volume DB tags: step5 command: cinder-manage db sync - - name: Start cinder_volume service - tags: step6 - service: name=openstack-cinder-volume state=started - -- cgit 1.2.3-korg