Include redis/mongo hiera when using pacemaker
authorDan Prince <dprince@redhat.com>
Tue, 4 Oct 2016 14:04:44 +0000 (10:04 -0400)
committerDan Prince <dprince@redhat.com>
Tue, 4 Oct 2016 14:04:44 +0000 (10:04 -0400)
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

puppet/services/pacemaker/database/mongodb.yaml
puppet/services/pacemaker/database/redis.yaml

index 64ae2e9..982b606 100644 (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}
index d9156e6..196754e 100644 (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}