Repository: brooklyn-server
Updated Branches:
  refs/heads/master 2a63d8e57 -> 228f5655b


Fix catalog YAML


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/0d5b031f
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/0d5b031f
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/0d5b031f

Branch: refs/heads/master
Commit: 0d5b031fdf0cddda9d65741c2e4fc05a72485091
Parents: 2a63d8e
Author: Duncan Godwin <duncan.god...@cloudsoftcorp.com>
Authored: Thu Sep 21 11:37:55 2017 +0100
Committer: Duncan Godwin <duncan.god...@cloudsoftcorp.com>
Committed: Thu Sep 21 11:37:55 2017 +0100

----------------------------------------------------------------------
 karaf/init/src/main/resources/catalog-classes.bom | 12 ++++++------
 policy/src/main/resources/catalog.bom             |  8 ++++----
 test-framework/src/main/resources/catalog.bom     |  4 ++--
 3 files changed, 12 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/0d5b031f/karaf/init/src/main/resources/catalog-classes.bom
----------------------------------------------------------------------
diff --git a/karaf/init/src/main/resources/catalog-classes.bom 
b/karaf/init/src/main/resources/catalog-classes.bom
index d89d9c8..96afc8f 100644
--- a/karaf/init/src/main/resources/catalog-classes.bom
+++ b/karaf/init/src/main/resources/catalog-classes.bom
@@ -239,8 +239,8 @@ brooklyn.catalog:
       itemType: enricher
       item:
         type: org.apache.brooklyn.policy.enricher.RollingTimeWindowMeanEnricher
-        name: [DEPRECATED] Rolling Mean in Time Window
-        description: [DEPRECATED] Prefer YamlRollingTimeWindowMeanEnricher
+        name: "[DEPRECATED] Rolling Mean in Time Window"
+        description: "[DEPRECATED] Prefer YamlRollingTimeWindowMeanEnricher"
     - id: org.apache.brooklyn.policy.enricher.TimeFractionDeltaEnricher
       itemType: enricher
       item:
@@ -253,8 +253,8 @@ brooklyn.catalog:
       itemType: enricher
       item:
         type: org.apache.brooklyn.policy.enricher.TimeWeightedDeltaEnricher
-        name: [DEPRECATED] Time Weighted Delta
-        description: [DEPRECATED] prefer 'YamlTimeWeightedDeltaEnricher'
+        name: "[DEPRECATED] Time Weighted Delta"
+        description: "[DEPRECATED] prefer 'YamlTimeWeightedDeltaEnricher'"
     - id: org.apache.brooklyn.policy.ha.ServiceFailureDetector
       itemType: enricher
       item:
@@ -332,8 +332,8 @@ brooklyn.catalog:
     - id: org.apache.brooklyn.test.framework.SimpleShellCommandTest
       item:
         type: org.apache.brooklyn.test.framework.SimpleShellCommandTest
-        name: [DEPRECATED] Simple Shell Command Test
-        description:  [DEPRECATED] Instead use TestSshCommand
+        name: "[DEPRECATED] Simple Shell Command Test"
+        description:  "[DEPRECATED] Instead use TestSshCommand"
     - id: org.apache.brooklyn.test.framework.ParallelTestCase
       item:
         type: org.apache.brooklyn.test.framework.ParallelTestCase

http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/0d5b031f/policy/src/main/resources/catalog.bom
----------------------------------------------------------------------
diff --git a/policy/src/main/resources/catalog.bom 
b/policy/src/main/resources/catalog.bom
index f10a957..29747d1 100644
--- a/policy/src/main/resources/catalog.bom
+++ b/policy/src/main/resources/catalog.bom
@@ -101,8 +101,8 @@ brooklyn.catalog:
     - id: org.apache.brooklyn.policy.enricher.RollingTimeWindowMeanEnricher
       item:
         type: org.apache.brooklyn.policy.enricher.RollingTimeWindowMeanEnricher
-        name: [DEPRECATED] Rolling Mean in Time Window
-        description: [DEPRECATED] Prefer YamlRollingTimeWindowMeanEnricher
+        name: "[DEPRECATED] Rolling Mean in Time Window"
+        description: "[DEPRECATED] Prefer YamlRollingTimeWindowMeanEnricher"
     - id: org.apache.brooklyn.policy.enricher.TimeFractionDeltaEnricher
       item:
         type: org.apache.brooklyn.policy.enricher.TimeFractionDeltaEnricher
@@ -113,8 +113,8 @@ brooklyn.catalog:
     - id: org.apache.brooklyn.policy.enricher.TimeWeightedDeltaEnricher
       item:
         type: org.apache.brooklyn.policy.enricher.TimeWeightedDeltaEnricher
-        name: [DEPRECATED] Time Weighted Delta
-        description: [DEPRECATED] prefer 'YamlTimeWeightedDeltaEnricher'
+        name: "[DEPRECATED] Time Weighted Delta"
+        description: "[DEPRECATED] prefer 'YamlTimeWeightedDeltaEnricher'"
     - id: org.apache.brooklyn.policy.ha.ServiceFailureDetector
       item:
         type: org.apache.brooklyn.policy.ha.ServiceFailureDetector

http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/0d5b031f/test-framework/src/main/resources/catalog.bom
----------------------------------------------------------------------
diff --git a/test-framework/src/main/resources/catalog.bom 
b/test-framework/src/main/resources/catalog.bom
index aa9ef62..a9cf59a 100644
--- a/test-framework/src/main/resources/catalog.bom
+++ b/test-framework/src/main/resources/catalog.bom
@@ -26,8 +26,8 @@ brooklyn.catalog:
     - id: org.apache.brooklyn.test.framework.SimpleShellCommandTest
       item:
         type: org.apache.brooklyn.test.framework.SimpleShellCommandTest
-        name: [DEPRECATED] Simple Shell Command Test
-        description:  [DEPRECATED] Instead use TestSshCommand
+        name: "[DEPRECATED] Simple Shell Command Test"
+        description:  "[DEPRECATED] Instead use TestSshCommand"
     - id: org.apache.brooklyn.test.framework.ParallelTestCase
       item:
         type: org.apache.brooklyn.test.framework.ParallelTestCase

Reply via email to