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
This commit is contained in:
Sofer Athlan-Guyot 2017-02-24 22:31:29 +01:00
parent d54532679e
commit fb78213782
49 changed files with 67 additions and 54 deletions

View File

@ -100,9 +100,22 @@ step, "step2" for the second, etc.
Steps/tages correlate to the following: Steps/tages correlate to the following:
1) Quiesce the control-plane, e.g disable LoadBalancer, stop pacemaker cluster 1) Stop all control-plane services.
2) Stop all control-plane services, ready for upgrade 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 3) Perform a package update and install new packages: A general
upgrade is done, and only new package should go into service upgrade is done, and only new package should go into service

View File

@ -87,5 +87,5 @@ outputs:
get_attr: [ApacheServiceBase, role_data, metadata_settings] get_attr: [ApacheServiceBase, role_data, metadata_settings]
upgrade_tasks: upgrade_tasks:
- name: Stop aodh_api service (running under httpd) - name: Stop aodh_api service (running under httpd)
tags: step2 tags: step1
service: name=httpd state=stopped service: name=httpd state=stopped

View File

@ -45,5 +45,5 @@ outputs:
shell: /usr/bin/systemctl show 'openstack-aodh-evaluator' --property ActiveState | grep '\bactive\b' shell: /usr/bin/systemctl show 'openstack-aodh-evaluator' --property ActiveState | grep '\bactive\b'
tags: step0,validation tags: step0,validation
- name: Stop aodh_evaluator service - name: Stop aodh_evaluator service
tags: step2 tags: step1
service: name=openstack-aodh-evaluator state=stopped service: name=openstack-aodh-evaluator state=stopped

View File

@ -45,5 +45,5 @@ outputs:
shell: /usr/bin/systemctl show 'openstack-aodh-listener' --property ActiveState | grep '\bactive\b' shell: /usr/bin/systemctl show 'openstack-aodh-listener' --property ActiveState | grep '\bactive\b'
tags: step0,validation tags: step0,validation
- name: Stop aodh_listener service - name: Stop aodh_listener service
tags: step2 tags: step1
service: name=openstack-aodh-listener state=stopped service: name=openstack-aodh-listener state=stopped

View File

@ -45,5 +45,5 @@ outputs:
shell: /usr/bin/systemctl show 'openstack-aodh-notifier' --property ActiveState | grep '\bactive\b' shell: /usr/bin/systemctl show 'openstack-aodh-notifier' --property ActiveState | grep '\bactive\b'
tags: step0,validation tags: step0,validation
- name: Stop aodh_notifier service - name: Stop aodh_notifier service
tags: step2 tags: step1
service: name=openstack-aodh-notifier state=stopped service: name=openstack-aodh-notifier state=stopped

View File

@ -60,5 +60,5 @@ outputs:
shell: /usr/bin/systemctl show 'openstack-ceilometer-central' --property ActiveState | grep '\bactive\b' shell: /usr/bin/systemctl show 'openstack-ceilometer-central' --property ActiveState | grep '\bactive\b'
tags: step0,validation tags: step0,validation
- name: Stop ceilometer_agent_central service - name: Stop ceilometer_agent_central service
tags: step2 tags: step1
service: name=openstack-ceilometer-central state=stopped service: name=openstack-ceilometer-central state=stopped

View File

@ -54,5 +54,5 @@ outputs:
shell: /usr/bin/systemctl show 'openstack-ceilometer-compute' --property ActiveState | grep '\bactive\b' shell: /usr/bin/systemctl show 'openstack-ceilometer-compute' --property ActiveState | grep '\bactive\b'
tags: step0,validation tags: step0,validation
- name: Stop ceilometer_agent_compute service - name: Stop ceilometer_agent_compute service
tags: step2 tags: step1
service: name=openstack-ceilometer-compute state=stopped service: name=openstack-ceilometer-compute state=stopped

View File

@ -54,5 +54,5 @@ outputs:
shell: /usr/bin/systemctl show 'openstack-ceilometer-notification' --property ActiveState | grep '\bactive\b' shell: /usr/bin/systemctl show 'openstack-ceilometer-notification' --property ActiveState | grep '\bactive\b'
tags: step0,validation tags: step0,validation
- name: Stop ceilometer_agent_notification service - name: Stop ceilometer_agent_notification service
tags: step2 tags: step1
service: name=openstack-ceilometer-notification state=stopped service: name=openstack-ceilometer-notification state=stopped

View File

@ -94,5 +94,5 @@ outputs:
get_attr: [ApacheServiceBase, role_data, metadata_settings] get_attr: [ApacheServiceBase, role_data, metadata_settings]
upgrade_tasks: upgrade_tasks:
- name: Stop ceilometer_api service (running under httpd) - name: Stop ceilometer_api service (running under httpd)
tags: step2 tags: step1
service: name=httpd state=stopped service: name=httpd state=stopped

View File

@ -64,5 +64,5 @@ outputs:
shell: /usr/bin/systemctl show 'openstack-ceilometer-collector' --property ActiveState | grep '\bactive\b' shell: /usr/bin/systemctl show 'openstack-ceilometer-collector' --property ActiveState | grep '\bactive\b'
tags: step0,validation tags: step0,validation
- name: Stop ceilometer_collector service - name: Stop ceilometer_collector service
tags: step2 tags: step1
service: name=openstack-ceilometer-collector state=stopped service: name=openstack-ceilometer-collector state=stopped

View File

@ -154,14 +154,14 @@ outputs:
shell: /usr/bin/systemctl show 'openstack-cinder-api' --property ActiveState | grep '\bactive\b' shell: /usr/bin/systemctl show 'openstack-cinder-api' --property ActiveState | grep '\bactive\b'
tags: step0,validation tags: step0,validation
- name: check for cinder running under apache (post upgrade) - name: check for cinder running under apache (post upgrade)
tags: step2 tags: step1
shell: "apachectl -t -D DUMP_VHOSTS | grep -q cinder" shell: "apachectl -t -D DUMP_VHOSTS | grep -q cinder"
register: cinder_apache register: cinder_apache
ignore_errors: true ignore_errors: true
- name: Stop cinder_api service (running under httpd) - name: Stop cinder_api service (running under httpd)
tags: step2 tags: step1
service: name=httpd state=stopped service: name=httpd state=stopped
when: "cinder_apache.rc == 0" when: "cinder_apache.rc == 0"
- name: Stop and disable cinder_api service (pre-upgrade not under httpd) - name: Stop and disable cinder_api service (pre-upgrade not under httpd)
tags: step2 tags: step1
service: name=openstack-cinder-api state=stopped enabled=no service: name=openstack-cinder-api state=stopped enabled=no

View File

@ -56,5 +56,5 @@ outputs:
shell: /usr/bin/systemctl show 'openstack-cinder-scheduler' --property ActiveState | grep '\bactive\b' shell: /usr/bin/systemctl show 'openstack-cinder-scheduler' --property ActiveState | grep '\bactive\b'
tags: step0,validation tags: step0,validation
- name: Stop cinder_scheduler service - name: Stop cinder_scheduler service
tags: step2 tags: step1
service: name=openstack-cinder-scheduler state=stopped service: name=openstack-cinder-scheduler state=stopped

View File

@ -120,5 +120,5 @@ outputs:
shell: /usr/bin/systemctl show 'openstack-cinder-volume' --property ActiveState | grep '\bactive\b' shell: /usr/bin/systemctl show 'openstack-cinder-volume' --property ActiveState | grep '\bactive\b'
tags: step0,validation tags: step0,validation
- name: Stop cinder_volume service - name: Stop cinder_volume service
tags: step2 tags: step1
service: name=openstack-cinder-volume state=stopped service: name=openstack-cinder-volume state=stopped

View File

@ -93,5 +93,5 @@ outputs:
shell: /usr/bin/systemctl show 'openstack-congress-server' --property ActiveState | grep '\bactive\b' shell: /usr/bin/systemctl show 'openstack-congress-server' --property ActiveState | grep '\bactive\b'
tags: step0,validation tags: step0,validation
- name: Stop congress service - name: Stop congress service
tags: step2 tags: step1
service: name=openstack-congress-server state=stopped service: name=openstack-congress-server state=stopped

View File

@ -26,5 +26,5 @@ outputs:
service_name: glance_registry service_name: glance_registry
upgrade_tasks: upgrade_tasks:
- name: Stop and disable glance_registry service on upgrade - name: Stop and disable glance_registry service on upgrade
tags: step2 tags: step1
service: name=openstack-glance-registry state=stopped enabled=no service: name=openstack-glance-registry state=stopped enabled=no

View File

@ -141,8 +141,8 @@ outputs:
shell: /usr/bin/systemctl show 'openstack-glance-api' --property ActiveState | grep '\bactive\b' shell: /usr/bin/systemctl show 'openstack-glance-api' --property ActiveState | grep '\bactive\b'
tags: step0,validation tags: step0,validation
- name: Stop glance_api service - name: Stop glance_api service
tags: step2 tags: step1
service: name=openstack-glance-api state=stopped service: name=openstack-glance-api state=stopped
- name: Stop and disable glance registry (removed for Ocata) - name: Stop and disable glance registry (removed for Ocata)
tags: step2 tags: step1
service: name=openstack-glance-registry state=stopped enabled=no service: name=openstack-glance-registry state=stopped enabled=no

View File

@ -129,5 +129,5 @@ outputs:
get_attr: [ApacheServiceBase, role_data, metadata_settings] get_attr: [ApacheServiceBase, role_data, metadata_settings]
upgrade_tasks: upgrade_tasks:
- name: Stop gnocchi_api service (running under httpd) - name: Stop gnocchi_api service (running under httpd)
tags: step2 tags: step1
service: name=httpd state=stopped service: name=httpd state=stopped

View File

@ -51,5 +51,5 @@ outputs:
shell: /usr/bin/systemctl show 'openstack-gnocchi-metricd' --property ActiveState | grep '\bactive\b' shell: /usr/bin/systemctl show 'openstack-gnocchi-metricd' --property ActiveState | grep '\bactive\b'
tags: step0,validation tags: step0,validation
- name: Stop gnocchi_metricd service - name: Stop gnocchi_metricd service
tags: step2 tags: step1
service: name=openstack-gnocchi-metricd state=stopped service: name=openstack-gnocchi-metricd state=stopped

View File

@ -50,5 +50,5 @@ outputs:
shell: /usr/bin/systemctl show 'openstack-gnocchi-statsd' --property ActiveState | grep '\bactive\b' shell: /usr/bin/systemctl show 'openstack-gnocchi-statsd' --property ActiveState | grep '\bactive\b'
tags: step0,validation tags: step0,validation
- name: Stop gnocchi_statsd service - name: Stop gnocchi_statsd service
tags: step2 tags: step1
service: name=openstack-gnocchi-statsd state=stopped service: name=openstack-gnocchi-statsd state=stopped

View File

@ -82,7 +82,7 @@ outputs:
shell: /usr/bin/systemctl show 'haproxy' --property ActiveState | grep '\bactive\b' shell: /usr/bin/systemctl show 'haproxy' --property ActiveState | grep '\bactive\b'
tags: step0,validation tags: step0,validation
- name: Stop haproxy service - name: Stop haproxy service
tags: step1 tags: step2
service: name=haproxy state=stopped service: name=haproxy state=stopped
- name: Start haproxy service - name: Start haproxy service
tags: step4 # Needed at step 4 for mysql tags: step4 # Needed at step 4 for mysql

View File

@ -89,5 +89,5 @@ outputs:
shell: /usr/bin/systemctl show 'openstack-heat-api-cfn' --property ActiveState | grep '\bactive\b' shell: /usr/bin/systemctl show 'openstack-heat-api-cfn' --property ActiveState | grep '\bactive\b'
tags: step0,validation tags: step0,validation
- name: Stop heat_api_cfn service - name: Stop heat_api_cfn service
tags: step2 tags: step1
service: name=openstack-heat-api-cfn state=stopped service: name=openstack-heat-api-cfn state=stopped

View File

@ -71,5 +71,5 @@ outputs:
shell: /usr/bin/systemctl show 'openstack-heat-api-cloudwatch' --property ActiveState | grep '\bactive\b' shell: /usr/bin/systemctl show 'openstack-heat-api-cloudwatch' --property ActiveState | grep '\bactive\b'
tags: step0,validation tags: step0,validation
- name: Stop heat_api_cloudwatch service - name: Stop heat_api_cloudwatch service
tags: step2 tags: step1
service: name=openstack-heat-api-cloudwatch state=stopped service: name=openstack-heat-api-cloudwatch state=stopped

View File

@ -89,5 +89,5 @@ outputs:
shell: /usr/bin/systemctl show 'openstack-heat-api' --property ActiveState | grep '\bactive\b' shell: /usr/bin/systemctl show 'openstack-heat-api' --property ActiveState | grep '\bactive\b'
tags: step0,validation tags: step0,validation
- name: Stop heat_api service - name: Stop heat_api service
tags: step2 tags: step1
service: name=openstack-heat-api state=stopped service: name=openstack-heat-api state=stopped

View File

@ -141,5 +141,5 @@ outputs:
shell: /usr/bin/systemctl show 'openstack-heat-engine' --property ActiveState | grep '\bactive\b' shell: /usr/bin/systemctl show 'openstack-heat-engine' --property ActiveState | grep '\bactive\b'
tags: step0,validation tags: step0,validation
- name: Stop heat_engine service - name: Stop heat_engine service
tags: step2 tags: step1
service: name=openstack-heat-engine state=stopped service: name=openstack-heat-engine state=stopped

View File

@ -110,5 +110,5 @@ outputs:
when: httpd_enabled.rc == 0 when: httpd_enabled.rc == 0
tags: step0,validation tags: step0,validation
- name: Stop Horizon (under httpd) - name: Stop Horizon (under httpd)
tags: step2 tags: step1
service: name=httpd state=stopped service: name=httpd state=stopped

View File

@ -88,5 +88,5 @@ outputs:
- "%{hiera('mysql_bind_host')}" - "%{hiera('mysql_bind_host')}"
upgrade_tasks: upgrade_tasks:
- name: Stop ironic_api service - name: Stop ironic_api service
tags: step2 tags: step1
service: name=openstack-ironic-api state=stopped service: name=openstack-ironic-api state=stopped

View File

@ -109,5 +109,5 @@ outputs:
include ::tripleo::profile::base::ironic::conductor include ::tripleo::profile::base::ironic::conductor
upgrade_tasks: upgrade_tasks:
- name: Stop ironic_conductor service - name: Stop ironic_conductor service
tags: step2 tags: step1
service: name=openstack-ironic-conductor state=stopped service: name=openstack-ironic-conductor state=stopped

View File

@ -308,7 +308,7 @@ outputs:
# Ansible tasks to handle upgrade # Ansible tasks to handle upgrade
upgrade_tasks: upgrade_tasks:
- name: Stop keystone service (running under httpd) - name: Stop keystone service (running under httpd)
tags: step2 tags: step1
service: name=httpd state=stopped service: name=httpd state=stopped
metadata_settings: metadata_settings:
get_attr: [ApacheServiceBase, role_data, metadata_settings] get_attr: [ApacheServiceBase, role_data, metadata_settings]

View File

@ -69,5 +69,5 @@ outputs:
grep '\bactive\b' grep '\bactive\b'
tags: step0,validation tags: step0,validation
- name: Stop fluentd service - name: Stop fluentd service
tags: step2 tags: step1
service: name=fluentd state=stopped service: name=fluentd state=stopped

View File

@ -116,5 +116,5 @@ outputs:
grep '\bactive\b' grep '\bactive\b'
tags: step0,validation tags: step0,validation
- name: Stop collectd service - name: Stop collectd service
tags: step2 tags: step1
service: name=collectd state=stopped service: name=collectd state=stopped

View File

@ -69,5 +69,5 @@ outputs:
grep '\bactive\b' grep '\bactive\b'
tags: step0,validation tags: step0,validation
- name: Stop sensu-client service - name: Stop sensu-client service
tags: step2 tags: step1
service: name=sensu-client state=stopped service: name=sensu-client state=stopped

View File

@ -193,5 +193,5 @@ outputs:
shell: /usr/bin/systemctl show 'neutron-server' --property ActiveState | grep '\bactive\b' shell: /usr/bin/systemctl show 'neutron-server' --property ActiveState | grep '\bactive\b'
tags: step0,validation tags: step0,validation
- name: Stop neutron_api service - name: Stop neutron_api service
tags: step2 tags: step1
service: name=neutron-server state=stopped service: name=neutron-server state=stopped

View File

@ -84,5 +84,5 @@ outputs:
shell: /usr/bin/systemctl show 'neutron-dhcp-agent' --property ActiveState | grep '\bactive\b' shell: /usr/bin/systemctl show 'neutron-dhcp-agent' --property ActiveState | grep '\bactive\b'
tags: step0,validation tags: step0,validation
- name: Stop neutron_dhcp service - name: Stop neutron_dhcp service
tags: step2 tags: step1
service: name=neutron-dhcp-agent state=stopped service: name=neutron-dhcp-agent state=stopped

View File

@ -89,5 +89,5 @@ outputs:
shell: /usr/bin/systemctl show 'neutron-l3-agent' --property ActiveState | grep '\bactive\b' shell: /usr/bin/systemctl show 'neutron-l3-agent' --property ActiveState | grep '\bactive\b'
tags: step0,validation tags: step0,validation
- name: Stop neutron_l3 service - name: Stop neutron_l3 service
tags: step2 tags: step1
service: name=neutron-l3-agent state=stopped service: name=neutron-l3-agent state=stopped

View File

@ -80,5 +80,5 @@ outputs:
shell: /usr/bin/systemctl show 'neutron-metadata-agent' --property ActiveState | grep '\bactive\b' shell: /usr/bin/systemctl show 'neutron-metadata-agent' --property ActiveState | grep '\bactive\b'
tags: step0,validation tags: step0,validation
- name: Stop neutron_metadata service - name: Stop neutron_metadata service
tags: step2 tags: step1
service: name=neutron-metadata-agent state=stopped service: name=neutron-metadata-agent state=stopped

View File

@ -125,5 +125,5 @@ outputs:
shell: /usr/bin/systemctl show 'neutron-openvswitch-agent' --property ActiveState | grep '\bactive\b' shell: /usr/bin/systemctl show 'neutron-openvswitch-agent' --property ActiveState | grep '\bactive\b'
tags: step0,validation tags: step0,validation
- name: Stop neutron_ovs_agent service - name: Stop neutron_ovs_agent service
tags: step2 tags: step1
service: name=neutron-openvswitch-agent state=stopped service: name=neutron-openvswitch-agent state=stopped

View File

@ -152,7 +152,7 @@ outputs:
collectd::plugins::virt::connection: "qemu:///system" collectd::plugins::virt::connection: "qemu:///system"
upgrade_tasks: upgrade_tasks:
- name: Stop nova-compute service - name: Stop nova-compute service
tags: step2 tags: step1
service: name=openstack-nova-compute state=stopped service: name=openstack-nova-compute state=stopped
# If not already set by puppet (e.g a pre-ocata version), set the # If not already set by puppet (e.g a pre-ocata version), set the
# upgrade_level for compute to "auto" # upgrade_level for compute to "auto"

View File

@ -67,12 +67,12 @@ outputs:
include tripleo::profile::base::nova::conductor include tripleo::profile::base::nova::conductor
upgrade_tasks: upgrade_tasks:
- name: Stop nova_conductor service - name: Stop nova_conductor service
tags: step2 tags: step1
service: name=openstack-nova-conductor state=stopped service: name=openstack-nova-conductor state=stopped
# If not already set by puppet (e.g a pre-ocata version), set the # If not already set by puppet (e.g a pre-ocata version), set the
# upgrade_level for compute to "auto" # upgrade_level for compute to "auto"
- name: Set compute upgrade level to auto - name: Set compute upgrade level to auto
tags: step2 tags: step1
ini_file: ini_file:
str_replace: str_replace:
template: "dest=/etc/nova/nova.conf section=upgrade_levels option=compute value=LEVEL" template: "dest=/etc/nova/nova.conf section=upgrade_levels option=compute value=LEVEL"

View File

@ -50,5 +50,5 @@ outputs:
include tripleo::profile::base::nova::consoleauth include tripleo::profile::base::nova::consoleauth
upgrade_tasks: upgrade_tasks:
- name: Stop nova_consoleauth service - name: Stop nova_consoleauth service
tags: step2 tags: step1
service: name=openstack-nova-consoleauth state=stopped service: name=openstack-nova-consoleauth state=stopped

View File

@ -124,7 +124,7 @@ outputs:
- "%{hiera('mysql_bind_host')}" - "%{hiera('mysql_bind_host')}"
upgrade_tasks: upgrade_tasks:
- name: Stop nova_placement service (running under httpd) - name: Stop nova_placement service (running under httpd)
tags: step2 tags: step1
service: name=httpd state=stopped service: name=httpd state=stopped
# The nova placement API isn't installed in newton images, so install # The nova placement API isn't installed in newton images, so install
# it on upgrade # it on upgrade

View File

@ -65,5 +65,5 @@ outputs:
include tripleo::profile::base::nova::scheduler include tripleo::profile::base::nova::scheduler
upgrade_tasks: upgrade_tasks:
- name: Stop nova_scheduler service - name: Stop nova_scheduler service
tags: step2 tags: step1
service: name=openstack-nova-scheduler state=stopped service: name=openstack-nova-scheduler state=stopped

View File

@ -66,5 +66,5 @@ outputs:
include tripleo::profile::base::nova::vncproxy include tripleo::profile::base::nova::vncproxy
upgrade_tasks: upgrade_tasks:
- name: Stop nova_vnc_proxy service - name: Stop nova_vnc_proxy service
tags: step2 tags: step1
service: name=openstack-nova-consoleauth state=stopped service: name=openstack-nova-consoleauth state=stopped

View File

@ -136,7 +136,7 @@ outputs:
tags: step0,validation tags: step0,validation
pacemaker_cluster: state=online check_and_fail=true pacemaker_cluster: state=online check_and_fail=true
- name: Stop pacemaker cluster - name: Stop pacemaker cluster
tags: step1 tags: step2
pacemaker_cluster: state=offline pacemaker_cluster: state=offline
- name: Start pacemaker cluster - name: Start pacemaker cluster
tags: step4 tags: step4

View File

@ -92,5 +92,5 @@ outputs:
- "%{hiera('mysql_bind_host')}" - "%{hiera('mysql_bind_host')}"
upgrade_tasks: upgrade_tasks:
- name: Stop sahara_api service - name: Stop sahara_api service
tags: step2 tags: step1
service: name=openstack-sahara-api state=stopped service: name=openstack-sahara-api state=stopped

View File

@ -51,5 +51,5 @@ outputs:
include ::tripleo::profile::base::sahara::engine include ::tripleo::profile::base::sahara::engine
upgrade_tasks: upgrade_tasks:
- name: Stop sahara_engine service - name: Stop sahara_engine service
tags: step2 tags: step1
service: name=openstack-sahara-engine state=stopped service: name=openstack-sahara-engine state=stopped

View File

@ -45,5 +45,5 @@ outputs:
include ::tripleo::profile::base::snmp include ::tripleo::profile::base::snmp
upgrade_tasks: upgrade_tasks:
- name: Stop snmp service - name: Stop snmp service
tags: step2 tags: step1
service: name=snmpd state=stopped service: name=snmpd state=stopped

View File

@ -167,5 +167,5 @@ outputs:
- ResellerAdmin - ResellerAdmin
upgrade_tasks: upgrade_tasks:
- name: Stop swift_proxy service - name: Stop swift_proxy service
tags: step2 tags: step1
service: name=openstack-swift-proxy state=stopped service: name=openstack-swift-proxy state=stopped

View File

@ -103,7 +103,7 @@ outputs:
include ::tripleo::profile::base::swift::storage include ::tripleo::profile::base::swift::storage
upgrade_tasks: upgrade_tasks:
- name: Stop swift storage services - name: Stop swift storage services
tags: step2 tags: step1
service: name={{ item }} state=stopped service: name={{ item }} state=stopped
with_items: with_items:
- openstack-swift-account-auditor - openstack-swift-account-auditor

View File

@ -93,5 +93,5 @@ outputs:
shell: /usr/bin/systemctl show 'openstack-tacker-server' --property ActiveState | grep '\bactive\b' shell: /usr/bin/systemctl show 'openstack-tacker-server' --property ActiveState | grep '\bactive\b'
tags: step0,validation tags: step0,validation
- name: Stop tacker service - name: Stop tacker service
tags: step2 tags: step1
service: name=openstack-tacker-server state=stopped service: name=openstack-tacker-server state=stopped