Fix base service type inheriting ceilometer service pcmk templates
authorPradeep Kilambi <pkilambi@redhat.com>
Thu, 25 Aug 2016 18:37:32 +0000 (14:37 -0400)
committerPradeep Kilambi <pkilambi@redhat.com>
Thu, 25 Aug 2016 18:37:53 +0000 (14:37 -0400)
Change-Id: Id2227bedee098e0f18704a3dc82fb0be311ff4d2

puppet/services/pacemaker/ceilometer-agent-central.yaml
puppet/services/pacemaker/ceilometer-agent-notification.yaml
puppet/services/pacemaker/ceilometer-api.yaml
puppet/services/pacemaker/ceilometer-collector.yaml

index ac4bdcf..7871487 100644 (file)
@@ -21,7 +21,7 @@ parameters:
 
 resources:
   CeilometerServiceBase:
-    type: ../ceilometer-base.yaml
+    type: ../ceilometer-agent-central.yaml
     properties:
       ServiceNetMap: {get_param: ServiceNetMap}
       DefaultPasswords: {get_param: DefaultPasswords}
index 112dde1..6290203 100644 (file)
@@ -21,7 +21,7 @@ parameters:
 
 resources:
   CeilometerServiceBase:
-    type: ../ceilometer-base.yaml
+    type: ../ceilometer-agent-notification.yaml
     properties:
       ServiceNetMap: {get_param: ServiceNetMap}
       DefaultPasswords: {get_param: DefaultPasswords}
index f50e4a1..d130a4b 100644 (file)
@@ -21,7 +21,7 @@ parameters:
 
 resources:
   CeilometerServiceBase:
-    type: ../ceilometer-base.yaml
+    type: ../ceilometer-api.yaml
     properties:
       ServiceNetMap: {get_param: ServiceNetMap}
       DefaultPasswords: {get_param: DefaultPasswords}
index 8d4348d..97da92e 100644 (file)
@@ -21,7 +21,7 @@ parameters:
 
 resources:
   CeilometerServiceBase:
-    type: ../ceilometer-base.yaml
+    type: ../ceilometer-collector.yaml
     properties:
       ServiceNetMap: {get_param: ServiceNetMap}
       DefaultPasswords: {get_param: DefaultPasswords}