Include redis/mongo hiera when using pacemaker

This patch updates the pacemaker composable service templates for
mongo and redis to extend the proper base (redis.yaml and mongo.yaml)
templates instead of the -base.yaml versions. This was causing
some missing hiera settings for these services which caused symptoms
like missing firewall rules for these services.

Change-Id: I3f94acbf4d1baadbb151b1c4d34b4a0ab28ad5e5
Partial-bug: #1629934
This commit is contained in:
Dan Prince 2016-10-04 10:04:44 -04:00
parent ccbc75a814
commit 3fa2ab420c
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ parameters:
resources:
MongoDbBase:
type: ../../database/mongodb-base.yaml
type: ../../database/mongodb.yaml
properties:
ServiceNetMap: {get_param: ServiceNetMap}
DefaultPasswords: {get_param: DefaultPasswords}

View File

@ -21,7 +21,7 @@ parameters:
resources:
RedisBase:
type: ../../database/redis-base.yaml
type: ../../database/redis.yaml
properties:
ServiceNetMap: {get_param: ServiceNetMap}
DefaultPasswords: {get_param: DefaultPasswords}