From 7a14359fbcd732373e74a634626d802666d58a4a Mon Sep 17 00:00:00 2001 From: Mathieu Bultel Date: Mon, 6 Feb 2017 16:39:54 +0100 Subject: Remove precheck on services which run on httpd for upgrade Those services is not handle with systemctl Change-Id: Ia57dffd42a11070696fda14f1e91de2993e63479 --- puppet/services/gnocchi-api.yaml | 3 --- 1 file changed, 3 deletions(-) (limited to 'puppet/services/gnocchi-api.yaml') diff --git a/puppet/services/gnocchi-api.yaml b/puppet/services/gnocchi-api.yaml index 2aea29fd..bb2ff581 100644 --- a/puppet/services/gnocchi-api.yaml +++ b/puppet/services/gnocchi-api.yaml @@ -134,9 +134,6 @@ outputs: metadata_settings: get_attr: [ApacheServiceBase, role_data, metadata_settings] upgrade_tasks: - - name: "PreUpgrade step0,validation: Check service openstack-gnocchi-api is running" - shell: /usr/bin/systemctl show 'openstack-gnocchi-api' --property ActiveState | grep '\bactive\b' - tags: step0,validation - name: Stop gnocchi_api service (running under httpd) tags: step2 service: name=httpd state=stopped -- cgit 1.2.3-korg