Comment 3 for bug 1592284

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-heat-templates (master)

Reviewed: https://review.openstack.org/336119
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=0327fc2bbb1be9972d99e2e83d54d07410ad01d9
Submitter: Jenkins
Branch: master

commit 0327fc2bbb1be9972d99e2e83d54d07410ad01d9
Author: Steven Hardy <email address hidden>
Date: Thu Jun 30 17:50:28 2016 +0100

    Add Sahara services to ControllerServices list

    https://review.openstack.org/#/c/318840/ decomposed the Sahara services
    but they weren't added to the ControllerServices list, thus are now disabled.

    Since we shipped mitaka with sahara enabled by default, we should probably add
    them so the behavior is consistent when folks upgrade.

    This also fixes a couple of issues we missed when landing the initial service
    templates (partly because CI didn't test them).

    In order for each service to operate independently when used with Pacemaker,
    the roles needed to be separated. This commit also does this.

    Depends-On: Id61eb15b1e2366f5b73c6e7d47941651e40651b1
    Change-Id: I0846b328e9d938275e373d58f0b99219b19b326c
    Closes-Bug: #1592284
    Co-Authored-By: Brad P. Crochet <email address hidden>