Fix base service type inheriting gnocchi service templates
authorPradeep Kilambi <pkilambi@redhat.com>
Thu, 25 Aug 2016 18:39:41 +0000 (14:39 -0400)
committerPradeep Kilambi <pkilambi@redhat.com>
Thu, 25 Aug 2016 18:39:41 +0000 (14:39 -0400)
Change-Id: I5018e4cdb1e5df7c2d67a8c1248d7453941b725f

puppet/services/pacemaker/gnocchi-api.yaml
puppet/services/pacemaker/gnocchi-metricd.yaml
puppet/services/pacemaker/gnocchi-statsd.yaml

index 50bd3fa..42c7131 100644 (file)
@@ -21,7 +21,7 @@ parameters:
 
 resources:
   GnocchiServiceBase:
-    type: ../gnocchi-base.yaml
+    type: ../gnocchi-api.yaml
     properties:
       ServiceNetMap: {get_param: ServiceNetMap}
       DefaultPasswords: {get_param: DefaultPasswords}
index 0a6b03e..177d774 100644 (file)
@@ -21,7 +21,7 @@ parameters:
 
 resources:
   GnocchiServiceBase:
-    type: ../gnocchi-base.yaml
+    type: ../gnocchi-metricd.yaml
     properties:
       ServiceNetMap: {get_param: ServiceNetMap}
       DefaultPasswords: {get_param: DefaultPasswords}
index 12256d3..a247a51 100644 (file)
@@ -21,7 +21,7 @@ parameters:
 
 resources:
   GnocchiServiceBase:
-    type: ../gnocchi-base.yaml
+    type: ../gnocchi-statsd.yaml
     properties:
       ServiceNetMap: {get_param: ServiceNetMap}
       DefaultPasswords: {get_param: DefaultPasswords}