Repository: brooklyn-server Updated Branches: refs/heads/0.12.0 047128103 -> 216fe7f33
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/216fe7f3 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/216fe7f3 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/216fe7f3 Branch: refs/heads/0.12.0 Commit: 216fe7f337a84df0b9cb5a11026218e951df67f0 Parents: 0471281 Author: Duncan Godwin <[email protected]> Authored: Thu Sep 21 11:37:55 2017 +0100 Committer: Duncan Godwin <[email protected]> Committed: Thu Sep 21 13:43:29 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/216fe7f3/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 993fb80..4f3da82 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/216fe7f3/policy/src/main/resources/catalog.bom ---------------------------------------------------------------------- diff --git a/policy/src/main/resources/catalog.bom b/policy/src/main/resources/catalog.bom index 48fd6a4..eb3c42f 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/216fe7f3/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 50d4375..dbcb4e8 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
