From: Emilien Macchi Date: Sun, 12 Feb 2017 19:51:23 +0000 (-0500) Subject: nova-placement: support upgrade X-Git-Tag: opnfv-6.0.0~1091^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=ef7b38a3dfb7eb307e31a5e23f6b10a7fd28256d;p=apex-tripleo-heat-templates.git nova-placement: support upgrade Upgrade nova-placement service with Ansible. Change-Id: I43cac37afbc8b39708389895d9f7350b6bd4bcfd --- diff --git a/puppet/services/nova-placement.yaml b/puppet/services/nova-placement.yaml index 82b83561..4cbebae4 100644 --- a/puppet/services/nova-placement.yaml +++ b/puppet/services/nova-placement.yaml @@ -118,3 +118,7 @@ outputs: nova::db::mysql_placement::allowed_hosts: - '%' - "%{hiera('mysql_bind_host')}" + upgrade_tasks: + - name: Stop nova_placement service (running under httpd) + tags: step2 + service: name=httpd state=stopped