Repository: brooklyn-docs Updated Branches: refs/heads/master 9d9028de7 -> 40c59c6c1
Update outdated blueprint examples Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/64ac92a6 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/64ac92a6 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/64ac92a6 Branch: refs/heads/master Commit: 64ac92a6535c40d834b67ac67b62210d8cc363a6 Parents: 9d9028d Author: Thomas Bouron <[email protected]> Authored: Thu Nov 9 15:56:20 2017 +0000 Committer: Thomas Bouron <[email protected]> Committed: Thu Nov 9 15:56:20 2017 +0000 ---------------------------------------------------------------------- guide/blueprints/entity-configuration.md | 4 ++-- .../blueprints/example_yaml/fabric-with-multiple-locations.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/64ac92a6/guide/blueprints/entity-configuration.md ---------------------------------------------------------------------- diff --git a/guide/blueprints/entity-configuration.md b/guide/blueprints/entity-configuration.md index 4383f41..c2d5794 100644 --- a/guide/blueprints/entity-configuration.md +++ b/guide/blueprints/entity-configuration.md @@ -22,7 +22,7 @@ services: brooklyn.config: webapp.enabledProtocols: http http.port: 9080 - wars.root: http://search.maven.org/remotecontent?filepath=org/apache/brooklyn/example/brooklyn-example-hello-world-webapp/0.9.0/brooklyn-example-hello-world-webapp-0.9.0.war + wars.root: https://search.maven.org/remotecontent?filepath=org/apache/brooklyn/example/brooklyn-example-hello-world-webapp/0.12.0/brooklyn-example-hello-world-webapp-0.12.0.war # BROOKLYN_VERSION ``` If no config value is supplied, the default for that config key will be used. For example, @@ -194,7 +194,7 @@ under the cluster, so they will use that war: services: - type: org.apache.brooklyn.entity.group.DynamicCluster brooklyn.config: - wars.root: http://search.maven.org/remotecontent?filepath=org/apache/brooklyn/example/brooklyn-example-hello-world-webapp/0.9.0/brooklyn-example-hello-world-webapp-0.9.0.war + wars.root: https://search.maven.org/remotecontent?filepath=org/apache/brooklyn/example/brooklyn-example-hello-world-webapp/0.12.0/brooklyn-example-hello-world-webapp-0.12.0.war # BROOKLYN_VERSION dynamiccluster.memberspec: $brooklyn:entitySpec: type: org.apache.brooklyn.entity.webapp.tomcat.TomcatServer http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/64ac92a6/guide/blueprints/example_yaml/fabric-with-multiple-locations.yaml ---------------------------------------------------------------------- diff --git a/guide/blueprints/example_yaml/fabric-with-multiple-locations.yaml b/guide/blueprints/example_yaml/fabric-with-multiple-locations.yaml index d923025..7a2a14f 100644 --- a/guide/blueprints/example_yaml/fabric-with-multiple-locations.yaml +++ b/guide/blueprints/example_yaml/fabric-with-multiple-locations.yaml @@ -5,7 +5,7 @@ locations: services: - type: org.apache.brooklyn.entity.group.DynamicFabric brooklyn.config: - dynamiccluster.memberspec: + dynamiccfabric.memberspec: $brooklyn:entitySpec: type: org.apache.brooklyn.entity.group.DynamicCluster brooklyn.config:
