Merge "Introduce Octavia implementation services"
[apex-tripleo-heat-templates.git] / extraconfig / tasks / major_upgrade_controller_pacemaker_4.sh
1 #!/bin/bash
2
3 set -eu
4
5 start_or_enable_service rabbitmq
6 check_resource rabbitmq started 600
7 start_or_enable_service redis
8 check_resource redis started 600
9 start_or_enable_service openstack-cinder-volume
10 check_resource openstack-cinder-volume started 600
11
12 # start httpd so keystone is available for gnocchi
13 # upgrade to run.
14 systemctl start httpd
15
16 # Swift isn't controled by pacemaker
17 systemctl_swift start