[BROOKLYN-162] Renaming package policy
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/42553569 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/42553569 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/42553569 Branch: refs/heads/0.8.0-incubating Commit: 4255356946df1638e1b1600975dc7e827ff607d9 Parents: f62c255 Author: Ivana Yovcheva <[email protected]> Authored: Mon Aug 17 14:49:58 2015 +0300 Committer: Ivana Yovcheva <[email protected]> Committed: Tue Aug 18 12:30:48 2015 +0300 ---------------------------------------------------------------------- docs/guide/yaml/example_yaml/appserver-w-policy.yaml | 2 +- .../guide/yaml/example_yaml/vanilla-bash-netcat-restarter.yaml | 4 ++-- docs/guide/yaml/example_yaml/vanilla-bash-netcat-w-client.yaml | 4 ++-- ...rooklyn.policy.followthesun.DefaultFollowTheSunModel$1.html | 6 +++--- 4 files changed, 8 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/42553569/docs/guide/yaml/example_yaml/appserver-w-policy.yaml ---------------------------------------------------------------------- diff --git a/docs/guide/yaml/example_yaml/appserver-w-policy.yaml b/docs/guide/yaml/example_yaml/appserver-w-policy.yaml index cada61f..d096818 100644 --- a/docs/guide/yaml/example_yaml/appserver-w-policy.yaml +++ b/docs/guide/yaml/example_yaml/appserver-w-policy.yaml @@ -12,7 +12,7 @@ services: brooklyn.example.db.url: $brooklyn:formatString("jdbc:%s%s?user=%s\\&password=%s", component("db").attributeWhenReady("datastore.url"), "visitors", "brooklyn", "br00k11n") brooklyn.policies: - - policyType: brooklyn.policy.autoscaling.AutoScalerPolicy + - policyType: org.apache.brooklyn.policy.autoscaling.AutoScalerPolicy brooklyn.config: metric: $brooklyn:sensor("brooklyn.entity.webapp.DynamicWebAppCluster", "webapp.reqs.perSec.windowed.perNode") metricLowerBound: 10 http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/42553569/docs/guide/yaml/example_yaml/vanilla-bash-netcat-restarter.yaml ---------------------------------------------------------------------- diff --git a/docs/guide/yaml/example_yaml/vanilla-bash-netcat-restarter.yaml b/docs/guide/yaml/example_yaml/vanilla-bash-netcat-restarter.yaml index 1fd70c3..6752980 100644 --- a/docs/guide/yaml/example_yaml/vanilla-bash-netcat-restarter.yaml +++ b/docs/guide/yaml/example_yaml/vanilla-bash-netcat-restarter.yaml @@ -8,12 +8,12 @@ services: echo hello | nc -l 4321 & echo $! > $PID_FILE brooklyn.enrichers: - - type: brooklyn.policy.ha.ServiceFailureDetector + - type: org.apache.brooklyn.policy.ha.ServiceFailureDetector brooklyn.config: # wait 15s after service fails before propagating failure serviceFailedStabilizationDelay: 15s brooklyn.policies: - - type: brooklyn.policy.ha.ServiceRestarter + - type: org.apache.brooklyn.policy.ha.ServiceRestarter brooklyn.config: # repeated failures in a time window can cause the restarter to abort, # propagating the failure; a time window of 0 will mean it always restarts! http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/42553569/docs/guide/yaml/example_yaml/vanilla-bash-netcat-w-client.yaml ---------------------------------------------------------------------- diff --git a/docs/guide/yaml/example_yaml/vanilla-bash-netcat-w-client.yaml b/docs/guide/yaml/example_yaml/vanilla-bash-netcat-w-client.yaml index fbf0505..4893968 100644 --- a/docs/guide/yaml/example_yaml/vanilla-bash-netcat-w-client.yaml +++ b/docs/guide/yaml/example_yaml/vanilla-bash-netcat-w-client.yaml @@ -14,13 +14,13 @@ services: # a failure detector and a service restarter work together brooklyn.enrichers: - - type: brooklyn.policy.ha.ServiceFailureDetector + - type: org.apache.brooklyn.policy.ha.ServiceFailureDetector brooklyn.config: # wait 15s after service fails before propagating failure serviceFailedStabilizationDelay: 15s brooklyn.policies: - - type: brooklyn.policy.ha.ServiceRestarter + - type: org.apache.brooklyn.policy.ha.ServiceRestarter brooklyn.config: # repeated failures in a time window can cause the restarter to abort, # propagating the failure; a time window of 0 will mean it always restarts! http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/42553569/docs/website/learnmore/catalog/locations/brooklyn.policy.followthesun.DefaultFollowTheSunModel$1.html ---------------------------------------------------------------------- diff --git a/docs/website/learnmore/catalog/locations/brooklyn.policy.followthesun.DefaultFollowTheSunModel$1.html b/docs/website/learnmore/catalog/locations/brooklyn.policy.followthesun.DefaultFollowTheSunModel$1.html index 4bf0fd3..8172d3a 100644 --- a/docs/website/learnmore/catalog/locations/brooklyn.policy.followthesun.DefaultFollowTheSunModel$1.html +++ b/docs/website/learnmore/catalog/locations/brooklyn.policy.followthesun.DefaultFollowTheSunModel$1.html @@ -18,7 +18,7 @@ under the License. --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> - <title>Brooklyn Location - brooklyn.policy.followthesun.DefaultFollowTheSunModel$1</title> + <title>Brooklyn Location - org.apache.brooklyn.policy.followthesun.DefaultFollowTheSunModel$1</title> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/> <link rel="stylesheet" href="../items.css" type="text/css" media="screen"/> </head> @@ -30,7 +30,7 @@ under the License. </div> </div> <div id="content" class="objectContent"> - <h1>brooklyn.policy.followthesun.DefaultFollowTheSunModel$1</h1> + <h1>org.apache.brooklyn.policy.followthesun.DefaultFollowTheSunModel$1</h1> <h2 class="typeLabel">Type:</h2><span id="type"></span> <h2>Config Keys</h2> @@ -50,7 +50,7 @@ under the License. <script type="text/javascript"> $(document).ready(function () { var item = $.grep((items.locations), function (entity) { - return entity.type == "brooklyn.policy.followthesun.DefaultFollowTheSunModel$1"; + return entity.type == "org.apache.brooklyn.policy.followthesun.DefaultFollowTheSunModel$1"; })[0]; $("#type").html(item.type); item.config.forEach(function (element) {
