Catalog items Load an entity using one html file
Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/cbe6f8e6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/cbe6f8e6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/cbe6f8e6 Branch: refs/heads/master Commit: cbe6f8e6f1affffea39ea87fe9fd89d887219f16 Parents: 671fda3 Author: Valentin Aitken <[email protected]> Authored: Sun Feb 22 00:00:35 2015 +0200 Committer: Valentin Aitken <[email protected]> Committed: Sun Feb 22 00:00:35 2015 +0200 ---------------------------------------------------------------------- docs/style/js/catalog/common.js | 6 +- .../learnmore/catalog/brooklyn-node.html | 90 ++++++++++++++++++++ .../brooklyn.enricher.DeltaEnricher.html | 59 ------------- .../brooklyn.enricher.HttpLatencyDetector.html | 59 ------------- .../brooklyn.enricher.RollingMeanEnricher.html | 59 ------------- ....enricher.RollingTimeWindowMeanEnricher.html | 59 ------------- ...klyn.enricher.TimeFractionDeltaEnricher.html | 59 ------------- ...klyn.enricher.TimeWeightedDeltaEnricher.html | 59 ------------- .../brooklyn.enricher.basic.Aggregator.html | 59 ------------- .../brooklyn.enricher.basic.Combiner.html | 59 ------------- .../brooklyn.enricher.basic.Propagator.html | 59 ------------- .../brooklyn.enricher.basic.Transformer.html | 59 ------------- ...ooklyn.policy.ha.ServiceFailureDetector.html | 59 ------------- ...lyn.entity.basic.VanillaSoftwareProcess.html | 66 -------------- ...ntity.brooklynnode.BrooklynEntityMirror.html | 66 -------------- ...ooklyn.entity.brooklynnode.BrooklynNode.html | 66 -------------- ...lyn.entity.database.mariadb.MariaDbNode.html | 66 -------------- ...rooklyn.entity.database.mysql.MySqlNode.html | 66 -------------- ...tity.database.postgresql.PostgreSqlNode.html | 66 -------------- ...lyn.entity.database.rubyrep.RubyRepNode.html | 66 -------------- .../brooklyn.entity.machine.MachineEntity.html | 66 -------------- ...ntity.messaging.activemq.ActiveMQBroker.html | 66 -------------- ...lyn.entity.messaging.kafka.KafkaCluster.html | 66 -------------- ...ooklyn.entity.messaging.qpid.QpidBroker.html | 66 -------------- ...yn.entity.messaging.rabbit.RabbitBroker.html | 66 -------------- .../brooklyn.entity.messaging.storm.Storm.html | 66 -------------- ....entity.messaging.storm.StormDeployment.html | 66 -------------- ...oklyn.entity.monitoring.monit.MonitNode.html | 66 -------------- ...oklyn.entity.network.bind.BindDnsServer.html | 66 -------------- ...ity.nosql.cassandra.CassandraDatacenter.html | 66 -------------- ....entity.nosql.cassandra.CassandraFabric.html | 66 -------------- ...yn.entity.nosql.cassandra.CassandraNode.html | 66 -------------- ...entity.nosql.couchbase.CouchbaseCluster.html | 66 -------------- ...yn.entity.nosql.couchbase.CouchbaseNode.html | 66 -------------- ...ooklyn.entity.nosql.couchdb.CouchDBNode.html | 66 -------------- ...osql.elasticsearch.ElasticSearchCluster.html | 66 -------------- ...y.nosql.elasticsearch.ElasticSearchNode.html | 66 -------------- ...klyn.entity.nosql.mongodb.MongoDBServer.html | 66 -------------- ...ty.nosql.mongodb.sharding.MongoDBRouter.html | 66 -------------- ...ngodb.sharding.MongoDBShardedDeployment.html | 66 -------------- ...rooklyn.entity.nosql.redis.RedisCluster.html | 66 -------------- .../brooklyn.entity.nosql.redis.RedisStore.html | 66 -------------- .../brooklyn.entity.nosql.riak.RiakCluster.html | 66 -------------- .../brooklyn.entity.nosql.riak.RiakNode.html | 66 -------------- .../brooklyn.entity.nosql.solr.SolrServer.html | 66 -------------- ...ooklyn.entity.osgi.karaf.KarafContainer.html | 66 -------------- .../brooklyn.entity.pool.ServerPool.html | 66 -------------- ...klyn.entity.proxy.nginx.NginxController.html | 66 -------------- ...y.webapp.ControlledDynamicWebAppCluster.html | 66 -------------- ...klyn.entity.webapp.DynamicWebAppCluster.html | 66 -------------- ...ooklyn.entity.webapp.jboss.JBoss6Server.html | 66 -------------- ...ooklyn.entity.webapp.jboss.JBoss7Server.html | 66 -------------- ...ooklyn.entity.webapp.jetty.Jetty6Server.html | 66 -------------- ...ntity.webapp.nodejs.NodeJsWebAppService.html | 66 -------------- ...oklyn.entity.webapp.tomcat.TomcatServer.html | 66 -------------- ...klyn.entity.zookeeper.ZooKeeperEnsemble.html | 66 -------------- ...brooklyn.entity.zookeeper.ZooKeeperNode.html | 66 -------------- ...lyn.policy.autoscaling.AutoScalerPolicy.html | 59 ------------- ....policy.followthesun.FollowTheSunPolicy.html | 59 ------------- ...lyn.policy.ha.ConnectionFailureDetector.html | 59 ------------- .../brooklyn.policy.ha.ServiceReplacer.html | 59 ------------- .../brooklyn.policy.ha.ServiceRestarter.html | 59 ------------- ...olicy.loadbalancing.LoadBalancingPolicy.html | 59 ------------- 63 files changed, 93 insertions(+), 3910 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/cbe6f8e6/docs/style/js/catalog/common.js ---------------------------------------------------------------------- diff --git a/docs/style/js/catalog/common.js b/docs/style/js/catalog/common.js index 8e8a45f..3b95313 100644 --- a/docs/style/js/catalog/common.js +++ b/docs/style/js/catalog/common.js @@ -25,7 +25,7 @@ var brooklyn = (function ($, _) { }, entityCard: _.template( - "<a class='plain' data-type='<%= type %>' href='entities/<%= type %>.html'>" + + "<a class='plain' data-type='<%= type %>' href='brooklyn-node.html#entities/<%= type %>'>" + "<div class='card'>" + "<span class='glyphicon glyphicon-chevron-right'/>" + "<div class='name'><%=name%></div>" + @@ -35,7 +35,7 @@ var brooklyn = (function ($, _) { "</a>" ), policyCard: _.template( - "<a class='plain' data-type='<%= type %>' href='policies/<%= type %>.html'>" + + "<a class='plain' data-type='<%= type %>' href='brooklyn-node.html#policies/<%= type %>'>" + "<div class='card'>" + "<span class='glyphicon glyphicon-chevron-right'/>" + "<div class='name'><%=name%></div>" + @@ -45,7 +45,7 @@ var brooklyn = (function ($, _) { "</a>" ), enricherCard: _.template( - "<a class='plain' data-type='<%= type %>' href='enrichers/<%= type %>.html'>" + + "<a class='plain' data-type='<%= type %>' href='brooklyn-node.html#enrichers/<%= type %>'>" + "<div class='card'>" + "<span class='glyphicon glyphicon-chevron-right'/>" + "<div class='name'><%=name%></div>" + http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/cbe6f8e6/docs/website/learnmore/catalog/brooklyn-node.html ---------------------------------------------------------------------- diff --git a/docs/website/learnmore/catalog/brooklyn-node.html b/docs/website/learnmore/catalog/brooklyn-node.html new file mode 100644 index 0000000..3b07cf6 --- /dev/null +++ b/docs/website/learnmore/catalog/brooklyn-node.html @@ -0,0 +1,90 @@ +--- +title: Catalog +--- +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> +<head> + <title>Brooklyn Entity - Brooklyn Node</title> + {% include base-head.html %} + <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/> + <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"> + <link rel="stylesheet" href="{{site.path.style}}/css/catalog_items.css" type="text/css" media="screen"/> +</head> +<body> +{% include topmenu.html %} +<div id="container"> + <div id="header"> + <div id="identity"> + <a href="http://brooklyncentral.github.com/" rel="home">Brooklyn</a> + </div> + </div> + + <div id="summary"></div> + + <ul class="nav nav-tabs"> + <li class="active"><a href="#configKeys" data-toggle="tab">Config Keys</a></li> + <li><a href="#sensors" data-toggle="tab">Sensors</a></li> + <li><a href="#effectors" data-toggle="tab">Effectors</a></li> + </ul> + + <div class="tab-content"> + <div class="tab-pane active" id="configKeys"></div> + <div class="tab-pane" id="sensors"></div> + <div class="tab-pane" id="effectors"></div> + </div> +</div> + +<script src="{{site.path.style}}/js/underscore-min.js" type="text/javascript"></script> +<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js" type="text/javascript"></script> +<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> +<script src="{{site.path.style}}/js/catalog/common.js" type="text/javascript"></script> +<script src="{{site.path.style}}/js/catalog/items.js" type="text/javascript"></script> +<script type="text/javascript"> + $(document).ready(function () { + updateItems(); + + $(window).on('hashchange', updateItems); + + function updateItems() { + var args; + var hash = window.location.hash; + if(!hash) { + alert('No class selected'); + return; + } + args = hash.substring(1).split('/'); + if(args.length!=2) { + alert('bad entity format') + return; + } + + // entities/brooklyn.entity.brooklynnode.BrooklynNode + var item = brooklyn.findItemOfType(items[args[0]], args[1]); + $("#summary").html(brooklyn.typeSummary(item)); + item.config.forEach(function (element) { $("#configKeys").append(brooklyn.configKeyCard(element)); }); + item.sensors.forEach(function (element) { $("#sensors").append(brooklyn.sensorCard(element)); }); + if (item.effectors != undefined) { + item.effectors.forEach(function (element) { $("#effectors").append(brooklyn.effectorCard(element)); }); + } + } + }); +</script> +</body> +</html> http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/cbe6f8e6/docs/website/learnmore/catalog/enrichers/brooklyn.enricher.DeltaEnricher.html ---------------------------------------------------------------------- diff --git a/docs/website/learnmore/catalog/enrichers/brooklyn.enricher.DeltaEnricher.html b/docs/website/learnmore/catalog/enrichers/brooklyn.enricher.DeltaEnricher.html deleted file mode 100644 index d888b8c..0000000 --- a/docs/website/learnmore/catalog/enrichers/brooklyn.enricher.DeltaEnricher.html +++ /dev/null @@ -1,59 +0,0 @@ -<!-- -Licensed to the Apache Software Foundation (ASF) under one -or more contributor license agreements. See the NOTICE file -distributed with this work for additional information -regarding copyright ownership. The ASF licenses this file -to you under the Apache License, Version 2.0 (the -"License"); you may not use this file except in compliance -with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, -software distributed under the License is distributed on an -"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -KIND, either express or implied. See the License for the -specific language governing permissions and limitations -under the License. ---> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> - <head> - <title>Brooklyn Enricher - Delta</title> - <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/> - <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"> - <link rel="stylesheet" href="../items.css" type="text/css" media="screen"/> - </head> - <body> - <div id="container"> - <div id="header"> - <div id="identity"> - <a href="http://brooklyncentral.github.com/" rel="home">Brooklyn</a> - </div> - </div> - - <div id="summary"></div> - - <ul class="nav nav-tabs"> - <li class="active"><a href="#configKeys" data-toggle="tab">Config Keys</a></li> - </ul> - - <div class="tab-content"> - <div id="configKeys"></div> - </div> - - </div> - - <script src="../../../style/js/underscore-min.js" type="text/javascript"></script> - <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js" type="text/javascript"></script> - <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> - <script src="../common.js" type="text/javascript"></script> - <script src="../items.js" type="text/javascript"></script> - <script type="text/javascript"> - $(document).ready(function () { - var item = brooklyn.findItemOfType(items.enrichers, "brooklyn.enricher.DeltaEnricher"); - $("#summary").html(brooklyn.typeSummary(item)); - item.config.forEach(function (element) { $("#configKeys").append(brooklyn.configKeyCard(element)); }); - }); - </script> - </body> -</html> http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/cbe6f8e6/docs/website/learnmore/catalog/enrichers/brooklyn.enricher.HttpLatencyDetector.html ---------------------------------------------------------------------- diff --git a/docs/website/learnmore/catalog/enrichers/brooklyn.enricher.HttpLatencyDetector.html b/docs/website/learnmore/catalog/enrichers/brooklyn.enricher.HttpLatencyDetector.html deleted file mode 100644 index 47b3a54..0000000 --- a/docs/website/learnmore/catalog/enrichers/brooklyn.enricher.HttpLatencyDetector.html +++ /dev/null @@ -1,59 +0,0 @@ -<!-- -Licensed to the Apache Software Foundation (ASF) under one -or more contributor license agreements. See the NOTICE file -distributed with this work for additional information -regarding copyright ownership. The ASF licenses this file -to you under the Apache License, Version 2.0 (the -"License"); you may not use this file except in compliance -with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, -software distributed under the License is distributed on an -"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -KIND, either express or implied. See the License for the -specific language governing permissions and limitations -under the License. ---> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> - <head> - <title>Brooklyn Enricher - HTTP Latency Detector</title> - <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/> - <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"> - <link rel="stylesheet" href="../items.css" type="text/css" media="screen"/> - </head> - <body> - <div id="container"> - <div id="header"> - <div id="identity"> - <a href="http://brooklyncentral.github.com/" rel="home">Brooklyn</a> - </div> - </div> - - <div id="summary"></div> - - <ul class="nav nav-tabs"> - <li class="active"><a href="#configKeys" data-toggle="tab">Config Keys</a></li> - </ul> - - <div class="tab-content"> - <div id="configKeys"></div> - </div> - - </div> - - <script src="../../../style/js/underscore-min.js" type="text/javascript"></script> - <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js" type="text/javascript"></script> - <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> - <script src="../common.js" type="text/javascript"></script> - <script src="../items.js" type="text/javascript"></script> - <script type="text/javascript"> - $(document).ready(function () { - var item = brooklyn.findItemOfType(items.enrichers, "brooklyn.enricher.HttpLatencyDetector"); - $("#summary").html(brooklyn.typeSummary(item)); - item.config.forEach(function (element) { $("#configKeys").append(brooklyn.configKeyCard(element)); }); - }); - </script> - </body> -</html> http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/cbe6f8e6/docs/website/learnmore/catalog/enrichers/brooklyn.enricher.RollingMeanEnricher.html ---------------------------------------------------------------------- diff --git a/docs/website/learnmore/catalog/enrichers/brooklyn.enricher.RollingMeanEnricher.html b/docs/website/learnmore/catalog/enrichers/brooklyn.enricher.RollingMeanEnricher.html deleted file mode 100644 index ba4c179..0000000 --- a/docs/website/learnmore/catalog/enrichers/brooklyn.enricher.RollingMeanEnricher.html +++ /dev/null @@ -1,59 +0,0 @@ -<!-- -Licensed to the Apache Software Foundation (ASF) under one -or more contributor license agreements. See the NOTICE file -distributed with this work for additional information -regarding copyright ownership. The ASF licenses this file -to you under the Apache License, Version 2.0 (the -"License"); you may not use this file except in compliance -with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, -software distributed under the License is distributed on an -"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -KIND, either express or implied. See the License for the -specific language governing permissions and limitations -under the License. ---> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> - <head> - <title>Brooklyn Enricher - Rolling Mean</title> - <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/> - <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"> - <link rel="stylesheet" href="../items.css" type="text/css" media="screen"/> - </head> - <body> - <div id="container"> - <div id="header"> - <div id="identity"> - <a href="http://brooklyncentral.github.com/" rel="home">Brooklyn</a> - </div> - </div> - - <div id="summary"></div> - - <ul class="nav nav-tabs"> - <li class="active"><a href="#configKeys" data-toggle="tab">Config Keys</a></li> - </ul> - - <div class="tab-content"> - <div id="configKeys"></div> - </div> - - </div> - - <script src="../../../style/js/underscore-min.js" type="text/javascript"></script> - <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js" type="text/javascript"></script> - <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> - <script src="../common.js" type="text/javascript"></script> - <script src="../items.js" type="text/javascript"></script> - <script type="text/javascript"> - $(document).ready(function () { - var item = brooklyn.findItemOfType(items.enrichers, "brooklyn.enricher.RollingMeanEnricher"); - $("#summary").html(brooklyn.typeSummary(item)); - item.config.forEach(function (element) { $("#configKeys").append(brooklyn.configKeyCard(element)); }); - }); - </script> - </body> -</html> http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/cbe6f8e6/docs/website/learnmore/catalog/enrichers/brooklyn.enricher.RollingTimeWindowMeanEnricher.html ---------------------------------------------------------------------- diff --git a/docs/website/learnmore/catalog/enrichers/brooklyn.enricher.RollingTimeWindowMeanEnricher.html b/docs/website/learnmore/catalog/enrichers/brooklyn.enricher.RollingTimeWindowMeanEnricher.html deleted file mode 100644 index acc9a84..0000000 --- a/docs/website/learnmore/catalog/enrichers/brooklyn.enricher.RollingTimeWindowMeanEnricher.html +++ /dev/null @@ -1,59 +0,0 @@ -<!-- -Licensed to the Apache Software Foundation (ASF) under one -or more contributor license agreements. See the NOTICE file -distributed with this work for additional information -regarding copyright ownership. The ASF licenses this file -to you under the Apache License, Version 2.0 (the -"License"); you may not use this file except in compliance -with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, -software distributed under the License is distributed on an -"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -KIND, either express or implied. See the License for the -specific language governing permissions and limitations -under the License. ---> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> - <head> - <title>Brooklyn Enricher - Rolling Mean in Time Window</title> - <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/> - <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"> - <link rel="stylesheet" href="../items.css" type="text/css" media="screen"/> - </head> - <body> - <div id="container"> - <div id="header"> - <div id="identity"> - <a href="http://brooklyncentral.github.com/" rel="home">Brooklyn</a> - </div> - </div> - - <div id="summary"></div> - - <ul class="nav nav-tabs"> - <li class="active"><a href="#configKeys" data-toggle="tab">Config Keys</a></li> - </ul> - - <div class="tab-content"> - <div id="configKeys"></div> - </div> - - </div> - - <script src="../../../style/js/underscore-min.js" type="text/javascript"></script> - <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js" type="text/javascript"></script> - <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> - <script src="../common.js" type="text/javascript"></script> - <script src="../items.js" type="text/javascript"></script> - <script type="text/javascript"> - $(document).ready(function () { - var item = brooklyn.findItemOfType(items.enrichers, "brooklyn.enricher.RollingTimeWindowMeanEnricher"); - $("#summary").html(brooklyn.typeSummary(item)); - item.config.forEach(function (element) { $("#configKeys").append(brooklyn.configKeyCard(element)); }); - }); - </script> - </body> -</html> http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/cbe6f8e6/docs/website/learnmore/catalog/enrichers/brooklyn.enricher.TimeFractionDeltaEnricher.html ---------------------------------------------------------------------- diff --git a/docs/website/learnmore/catalog/enrichers/brooklyn.enricher.TimeFractionDeltaEnricher.html b/docs/website/learnmore/catalog/enrichers/brooklyn.enricher.TimeFractionDeltaEnricher.html deleted file mode 100644 index f21846b..0000000 --- a/docs/website/learnmore/catalog/enrichers/brooklyn.enricher.TimeFractionDeltaEnricher.html +++ /dev/null @@ -1,59 +0,0 @@ -<!-- -Licensed to the Apache Software Foundation (ASF) under one -or more contributor license agreements. See the NOTICE file -distributed with this work for additional information -regarding copyright ownership. The ASF licenses this file -to you under the Apache License, Version 2.0 (the -"License"); you may not use this file except in compliance -with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, -software distributed under the License is distributed on an -"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -KIND, either express or implied. See the License for the -specific language governing permissions and limitations -under the License. ---> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> - <head> - <title>Brooklyn Enricher - Time-fraction Delta</title> - <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/> - <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"> - <link rel="stylesheet" href="../items.css" type="text/css" media="screen"/> - </head> - <body> - <div id="container"> - <div id="header"> - <div id="identity"> - <a href="http://brooklyncentral.github.com/" rel="home">Brooklyn</a> - </div> - </div> - - <div id="summary"></div> - - <ul class="nav nav-tabs"> - <li class="active"><a href="#configKeys" data-toggle="tab">Config Keys</a></li> - </ul> - - <div class="tab-content"> - <div id="configKeys"></div> - </div> - - </div> - - <script src="../../../style/js/underscore-min.js" type="text/javascript"></script> - <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js" type="text/javascript"></script> - <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> - <script src="../common.js" type="text/javascript"></script> - <script src="../items.js" type="text/javascript"></script> - <script type="text/javascript"> - $(document).ready(function () { - var item = brooklyn.findItemOfType(items.enrichers, "brooklyn.enricher.TimeFractionDeltaEnricher"); - $("#summary").html(brooklyn.typeSummary(item)); - item.config.forEach(function (element) { $("#configKeys").append(brooklyn.configKeyCard(element)); }); - }); - </script> - </body> -</html> http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/cbe6f8e6/docs/website/learnmore/catalog/enrichers/brooklyn.enricher.TimeWeightedDeltaEnricher.html ---------------------------------------------------------------------- diff --git a/docs/website/learnmore/catalog/enrichers/brooklyn.enricher.TimeWeightedDeltaEnricher.html b/docs/website/learnmore/catalog/enrichers/brooklyn.enricher.TimeWeightedDeltaEnricher.html deleted file mode 100644 index 6679d8a..0000000 --- a/docs/website/learnmore/catalog/enrichers/brooklyn.enricher.TimeWeightedDeltaEnricher.html +++ /dev/null @@ -1,59 +0,0 @@ -<!-- -Licensed to the Apache Software Foundation (ASF) under one -or more contributor license agreements. See the NOTICE file -distributed with this work for additional information -regarding copyright ownership. The ASF licenses this file -to you under the Apache License, Version 2.0 (the -"License"); you may not use this file except in compliance -with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, -software distributed under the License is distributed on an -"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -KIND, either express or implied. See the License for the -specific language governing permissions and limitations -under the License. ---> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> - <head> - <title>Brooklyn Enricher - Time-weighted Delta</title> - <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/> - <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"> - <link rel="stylesheet" href="../items.css" type="text/css" media="screen"/> - </head> - <body> - <div id="container"> - <div id="header"> - <div id="identity"> - <a href="http://brooklyncentral.github.com/" rel="home">Brooklyn</a> - </div> - </div> - - <div id="summary"></div> - - <ul class="nav nav-tabs"> - <li class="active"><a href="#configKeys" data-toggle="tab">Config Keys</a></li> - </ul> - - <div class="tab-content"> - <div id="configKeys"></div> - </div> - - </div> - - <script src="../../../style/js/underscore-min.js" type="text/javascript"></script> - <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js" type="text/javascript"></script> - <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> - <script src="../common.js" type="text/javascript"></script> - <script src="../items.js" type="text/javascript"></script> - <script type="text/javascript"> - $(document).ready(function () { - var item = brooklyn.findItemOfType(items.enrichers, "brooklyn.enricher.TimeWeightedDeltaEnricher"); - $("#summary").html(brooklyn.typeSummary(item)); - item.config.forEach(function (element) { $("#configKeys").append(brooklyn.configKeyCard(element)); }); - }); - </script> - </body> -</html> http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/cbe6f8e6/docs/website/learnmore/catalog/enrichers/brooklyn.enricher.basic.Aggregator.html ---------------------------------------------------------------------- diff --git a/docs/website/learnmore/catalog/enrichers/brooklyn.enricher.basic.Aggregator.html b/docs/website/learnmore/catalog/enrichers/brooklyn.enricher.basic.Aggregator.html deleted file mode 100644 index 920d74e..0000000 --- a/docs/website/learnmore/catalog/enrichers/brooklyn.enricher.basic.Aggregator.html +++ /dev/null @@ -1,59 +0,0 @@ -<!-- -Licensed to the Apache Software Foundation (ASF) under one -or more contributor license agreements. See the NOTICE file -distributed with this work for additional information -regarding copyright ownership. The ASF licenses this file -to you under the Apache License, Version 2.0 (the -"License"); you may not use this file except in compliance -with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, -software distributed under the License is distributed on an -"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -KIND, either express or implied. See the License for the -specific language governing permissions and limitations -under the License. ---> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> - <head> - <title>Brooklyn Enricher - Aggregator</title> - <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/> - <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"> - <link rel="stylesheet" href="../items.css" type="text/css" media="screen"/> - </head> - <body> - <div id="container"> - <div id="header"> - <div id="identity"> - <a href="http://brooklyncentral.github.com/" rel="home">Brooklyn</a> - </div> - </div> - - <div id="summary"></div> - - <ul class="nav nav-tabs"> - <li class="active"><a href="#configKeys" data-toggle="tab">Config Keys</a></li> - </ul> - - <div class="tab-content"> - <div id="configKeys"></div> - </div> - - </div> - - <script src="../../../style/js/underscore-min.js" type="text/javascript"></script> - <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js" type="text/javascript"></script> - <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> - <script src="../common.js" type="text/javascript"></script> - <script src="../items.js" type="text/javascript"></script> - <script type="text/javascript"> - $(document).ready(function () { - var item = brooklyn.findItemOfType(items.enrichers, "brooklyn.enricher.basic.Aggregator"); - $("#summary").html(brooklyn.typeSummary(item)); - item.config.forEach(function (element) { $("#configKeys").append(brooklyn.configKeyCard(element)); }); - }); - </script> - </body> -</html> http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/cbe6f8e6/docs/website/learnmore/catalog/enrichers/brooklyn.enricher.basic.Combiner.html ---------------------------------------------------------------------- diff --git a/docs/website/learnmore/catalog/enrichers/brooklyn.enricher.basic.Combiner.html b/docs/website/learnmore/catalog/enrichers/brooklyn.enricher.basic.Combiner.html deleted file mode 100644 index d489eb3..0000000 --- a/docs/website/learnmore/catalog/enrichers/brooklyn.enricher.basic.Combiner.html +++ /dev/null @@ -1,59 +0,0 @@ -<!-- -Licensed to the Apache Software Foundation (ASF) under one -or more contributor license agreements. See the NOTICE file -distributed with this work for additional information -regarding copyright ownership. The ASF licenses this file -to you under the Apache License, Version 2.0 (the -"License"); you may not use this file except in compliance -with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, -software distributed under the License is distributed on an -"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -KIND, either express or implied. See the License for the -specific language governing permissions and limitations -under the License. ---> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> - <head> - <title>Brooklyn Enricher - Combiner</title> - <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/> - <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"> - <link rel="stylesheet" href="../items.css" type="text/css" media="screen"/> - </head> - <body> - <div id="container"> - <div id="header"> - <div id="identity"> - <a href="http://brooklyncentral.github.com/" rel="home">Brooklyn</a> - </div> - </div> - - <div id="summary"></div> - - <ul class="nav nav-tabs"> - <li class="active"><a href="#configKeys" data-toggle="tab">Config Keys</a></li> - </ul> - - <div class="tab-content"> - <div id="configKeys"></div> - </div> - - </div> - - <script src="../../../style/js/underscore-min.js" type="text/javascript"></script> - <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js" type="text/javascript"></script> - <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> - <script src="../common.js" type="text/javascript"></script> - <script src="../items.js" type="text/javascript"></script> - <script type="text/javascript"> - $(document).ready(function () { - var item = brooklyn.findItemOfType(items.enrichers, "brooklyn.enricher.basic.Combiner"); - $("#summary").html(brooklyn.typeSummary(item)); - item.config.forEach(function (element) { $("#configKeys").append(brooklyn.configKeyCard(element)); }); - }); - </script> - </body> -</html> http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/cbe6f8e6/docs/website/learnmore/catalog/enrichers/brooklyn.enricher.basic.Propagator.html ---------------------------------------------------------------------- diff --git a/docs/website/learnmore/catalog/enrichers/brooklyn.enricher.basic.Propagator.html b/docs/website/learnmore/catalog/enrichers/brooklyn.enricher.basic.Propagator.html deleted file mode 100644 index 62136af..0000000 --- a/docs/website/learnmore/catalog/enrichers/brooklyn.enricher.basic.Propagator.html +++ /dev/null @@ -1,59 +0,0 @@ -<!-- -Licensed to the Apache Software Foundation (ASF) under one -or more contributor license agreements. See the NOTICE file -distributed with this work for additional information -regarding copyright ownership. The ASF licenses this file -to you under the Apache License, Version 2.0 (the -"License"); you may not use this file except in compliance -with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, -software distributed under the License is distributed on an -"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -KIND, either express or implied. See the License for the -specific language governing permissions and limitations -under the License. ---> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> - <head> - <title>Brooklyn Enricher - Propagator</title> - <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/> - <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"> - <link rel="stylesheet" href="../items.css" type="text/css" media="screen"/> - </head> - <body> - <div id="container"> - <div id="header"> - <div id="identity"> - <a href="http://brooklyncentral.github.com/" rel="home">Brooklyn</a> - </div> - </div> - - <div id="summary"></div> - - <ul class="nav nav-tabs"> - <li class="active"><a href="#configKeys" data-toggle="tab">Config Keys</a></li> - </ul> - - <div class="tab-content"> - <div id="configKeys"></div> - </div> - - </div> - - <script src="../../../style/js/underscore-min.js" type="text/javascript"></script> - <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js" type="text/javascript"></script> - <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> - <script src="../common.js" type="text/javascript"></script> - <script src="../items.js" type="text/javascript"></script> - <script type="text/javascript"> - $(document).ready(function () { - var item = brooklyn.findItemOfType(items.enrichers, "brooklyn.enricher.basic.Propagator"); - $("#summary").html(brooklyn.typeSummary(item)); - item.config.forEach(function (element) { $("#configKeys").append(brooklyn.configKeyCard(element)); }); - }); - </script> - </body> -</html> http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/cbe6f8e6/docs/website/learnmore/catalog/enrichers/brooklyn.enricher.basic.Transformer.html ---------------------------------------------------------------------- diff --git a/docs/website/learnmore/catalog/enrichers/brooklyn.enricher.basic.Transformer.html b/docs/website/learnmore/catalog/enrichers/brooklyn.enricher.basic.Transformer.html deleted file mode 100644 index 2c27f4d..0000000 --- a/docs/website/learnmore/catalog/enrichers/brooklyn.enricher.basic.Transformer.html +++ /dev/null @@ -1,59 +0,0 @@ -<!-- -Licensed to the Apache Software Foundation (ASF) under one -or more contributor license agreements. See the NOTICE file -distributed with this work for additional information -regarding copyright ownership. The ASF licenses this file -to you under the Apache License, Version 2.0 (the -"License"); you may not use this file except in compliance -with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, -software distributed under the License is distributed on an -"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -KIND, either express or implied. See the License for the -specific language governing permissions and limitations -under the License. ---> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> - <head> - <title>Brooklyn Enricher - Transformer</title> - <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/> - <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"> - <link rel="stylesheet" href="../items.css" type="text/css" media="screen"/> - </head> - <body> - <div id="container"> - <div id="header"> - <div id="identity"> - <a href="http://brooklyncentral.github.com/" rel="home">Brooklyn</a> - </div> - </div> - - <div id="summary"></div> - - <ul class="nav nav-tabs"> - <li class="active"><a href="#configKeys" data-toggle="tab">Config Keys</a></li> - </ul> - - <div class="tab-content"> - <div id="configKeys"></div> - </div> - - </div> - - <script src="../../../style/js/underscore-min.js" type="text/javascript"></script> - <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js" type="text/javascript"></script> - <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> - <script src="../common.js" type="text/javascript"></script> - <script src="../items.js" type="text/javascript"></script> - <script type="text/javascript"> - $(document).ready(function () { - var item = brooklyn.findItemOfType(items.enrichers, "brooklyn.enricher.basic.Transformer"); - $("#summary").html(brooklyn.typeSummary(item)); - item.config.forEach(function (element) { $("#configKeys").append(brooklyn.configKeyCard(element)); }); - }); - </script> - </body> -</html> http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/cbe6f8e6/docs/website/learnmore/catalog/enrichers/brooklyn.policy.ha.ServiceFailureDetector.html ---------------------------------------------------------------------- diff --git a/docs/website/learnmore/catalog/enrichers/brooklyn.policy.ha.ServiceFailureDetector.html b/docs/website/learnmore/catalog/enrichers/brooklyn.policy.ha.ServiceFailureDetector.html deleted file mode 100644 index a2c06af..0000000 --- a/docs/website/learnmore/catalog/enrichers/brooklyn.policy.ha.ServiceFailureDetector.html +++ /dev/null @@ -1,59 +0,0 @@ -<!-- -Licensed to the Apache Software Foundation (ASF) under one -or more contributor license agreements. See the NOTICE file -distributed with this work for additional information -regarding copyright ownership. The ASF licenses this file -to you under the Apache License, Version 2.0 (the -"License"); you may not use this file except in compliance -with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, -software distributed under the License is distributed on an -"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -KIND, either express or implied. See the License for the -specific language governing permissions and limitations -under the License. ---> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> - <head> - <title>Brooklyn Enricher - Service Failure Detector</title> - <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/> - <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"> - <link rel="stylesheet" href="../items.css" type="text/css" media="screen"/> - </head> - <body> - <div id="container"> - <div id="header"> - <div id="identity"> - <a href="http://brooklyncentral.github.com/" rel="home">Brooklyn</a> - </div> - </div> - - <div id="summary"></div> - - <ul class="nav nav-tabs"> - <li class="active"><a href="#configKeys" data-toggle="tab">Config Keys</a></li> - </ul> - - <div class="tab-content"> - <div id="configKeys"></div> - </div> - - </div> - - <script src="../../../style/js/underscore-min.js" type="text/javascript"></script> - <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js" type="text/javascript"></script> - <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> - <script src="../common.js" type="text/javascript"></script> - <script src="../items.js" type="text/javascript"></script> - <script type="text/javascript"> - $(document).ready(function () { - var item = brooklyn.findItemOfType(items.enrichers, "brooklyn.policy.ha.ServiceFailureDetector"); - $("#summary").html(brooklyn.typeSummary(item)); - item.config.forEach(function (element) { $("#configKeys").append(brooklyn.configKeyCard(element)); }); - }); - </script> - </body> -</html> http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/cbe6f8e6/docs/website/learnmore/catalog/entities/brooklyn.entity.basic.VanillaSoftwareProcess.html ---------------------------------------------------------------------- diff --git a/docs/website/learnmore/catalog/entities/brooklyn.entity.basic.VanillaSoftwareProcess.html b/docs/website/learnmore/catalog/entities/brooklyn.entity.basic.VanillaSoftwareProcess.html deleted file mode 100644 index 6b33b01..0000000 --- a/docs/website/learnmore/catalog/entities/brooklyn.entity.basic.VanillaSoftwareProcess.html +++ /dev/null @@ -1,66 +0,0 @@ -<!-- -Licensed to the Apache Software Foundation (ASF) under one -or more contributor license agreements. See the NOTICE file -distributed with this work for additional information -regarding copyright ownership. The ASF licenses this file -to you under the Apache License, Version 2.0 (the -"License"); you may not use this file except in compliance -with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, -software distributed under the License is distributed on an -"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -KIND, either express or implied. See the License for the -specific language governing permissions and limitations -under the License. ---> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> - <head> - <title>Brooklyn Entity - Vanilla Software Process</title> - <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/> - <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"> - <link rel="stylesheet" href="../items.css" type="text/css" media="screen"/> - </head> - <body> - <div id="container"> - <div id="header"> - <div id="identity"> - <a href="http://brooklyncentral.github.com/" rel="home">Brooklyn</a> - </div> - </div> - - <div id="summary"></div> - - <ul class="nav nav-tabs"> - <li class="active"><a href="#configKeys" data-toggle="tab">Config Keys</a></li> - <li><a href="#sensors" data-toggle="tab">Sensors</a></li> - <li><a href="#effectors" data-toggle="tab">Effectors</a></li> - </ul> - - <div class="tab-content"> - <div class="tab-pane active" id="configKeys"></div> - <div class="tab-pane" id="sensors"></div> - <div class="tab-pane" id="effectors"></div> - </div> - </div> - - <script src="../../../style/js/underscore-min.js" type="text/javascript"></script> - <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js" type="text/javascript"></script> - <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> - <script src="../common.js" type="text/javascript"></script> - <script src="../items.js" type="text/javascript"></script> - <script type="text/javascript"> - $(document).ready(function () { - var item = brooklyn.findItemOfType(items.entities, "brooklyn.entity.basic.VanillaSoftwareProcess"); - $("#summary").html(brooklyn.typeSummary(item)); - item.config.forEach(function (element) { $("#configKeys").append(brooklyn.configKeyCard(element)); }); - item.sensors.forEach(function (element) { $("#sensors").append(brooklyn.sensorCard(element)); }); - if (item.effectors != undefined) { - item.effectors.forEach(function (element) { $("#effectors").append(brooklyn.effectorCard(element)); }); - } - }); - </script> - </body> -</html> http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/cbe6f8e6/docs/website/learnmore/catalog/entities/brooklyn.entity.brooklynnode.BrooklynEntityMirror.html ---------------------------------------------------------------------- diff --git a/docs/website/learnmore/catalog/entities/brooklyn.entity.brooklynnode.BrooklynEntityMirror.html b/docs/website/learnmore/catalog/entities/brooklyn.entity.brooklynnode.BrooklynEntityMirror.html deleted file mode 100644 index 2877ea5..0000000 --- a/docs/website/learnmore/catalog/entities/brooklyn.entity.brooklynnode.BrooklynEntityMirror.html +++ /dev/null @@ -1,66 +0,0 @@ -<!-- -Licensed to the Apache Software Foundation (ASF) under one -or more contributor license agreements. See the NOTICE file -distributed with this work for additional information -regarding copyright ownership. The ASF licenses this file -to you under the Apache License, Version 2.0 (the -"License"); you may not use this file except in compliance -with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, -software distributed under the License is distributed on an -"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -KIND, either express or implied. See the License for the -specific language governing permissions and limitations -under the License. ---> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> - <head> - <title>Brooklyn Entity - Brooklyn Entity Mirror</title> - <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/> - <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"> - <link rel="stylesheet" href="../items.css" type="text/css" media="screen"/> - </head> - <body> - <div id="container"> - <div id="header"> - <div id="identity"> - <a href="http://brooklyncentral.github.com/" rel="home">Brooklyn</a> - </div> - </div> - - <div id="summary"></div> - - <ul class="nav nav-tabs"> - <li class="active"><a href="#configKeys" data-toggle="tab">Config Keys</a></li> - <li><a href="#sensors" data-toggle="tab">Sensors</a></li> - <li><a href="#effectors" data-toggle="tab">Effectors</a></li> - </ul> - - <div class="tab-content"> - <div class="tab-pane active" id="configKeys"></div> - <div class="tab-pane" id="sensors"></div> - <div class="tab-pane" id="effectors"></div> - </div> - </div> - - <script src="../../../style/js/underscore-min.js" type="text/javascript"></script> - <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js" type="text/javascript"></script> - <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> - <script src="../common.js" type="text/javascript"></script> - <script src="../items.js" type="text/javascript"></script> - <script type="text/javascript"> - $(document).ready(function () { - var item = brooklyn.findItemOfType(items.entities, "brooklyn.entity.brooklynnode.BrooklynEntityMirror"); - $("#summary").html(brooklyn.typeSummary(item)); - item.config.forEach(function (element) { $("#configKeys").append(brooklyn.configKeyCard(element)); }); - item.sensors.forEach(function (element) { $("#sensors").append(brooklyn.sensorCard(element)); }); - if (item.effectors != undefined) { - item.effectors.forEach(function (element) { $("#effectors").append(brooklyn.effectorCard(element)); }); - } - }); - </script> - </body> -</html> http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/cbe6f8e6/docs/website/learnmore/catalog/entities/brooklyn.entity.brooklynnode.BrooklynNode.html ---------------------------------------------------------------------- diff --git a/docs/website/learnmore/catalog/entities/brooklyn.entity.brooklynnode.BrooklynNode.html b/docs/website/learnmore/catalog/entities/brooklyn.entity.brooklynnode.BrooklynNode.html deleted file mode 100644 index b592f64..0000000 --- a/docs/website/learnmore/catalog/entities/brooklyn.entity.brooklynnode.BrooklynNode.html +++ /dev/null @@ -1,66 +0,0 @@ -<!-- -Licensed to the Apache Software Foundation (ASF) under one -or more contributor license agreements. See the NOTICE file -distributed with this work for additional information -regarding copyright ownership. The ASF licenses this file -to you under the Apache License, Version 2.0 (the -"License"); you may not use this file except in compliance -with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, -software distributed under the License is distributed on an -"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -KIND, either express or implied. See the License for the -specific language governing permissions and limitations -under the License. ---> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> - <head> - <title>Brooklyn Entity - Brooklyn Node</title> - <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/> - <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"> - <link rel="stylesheet" href="../items.css" type="text/css" media="screen"/> - </head> - <body> - <div id="container"> - <div id="header"> - <div id="identity"> - <a href="http://brooklyncentral.github.com/" rel="home">Brooklyn</a> - </div> - </div> - - <div id="summary"></div> - - <ul class="nav nav-tabs"> - <li class="active"><a href="#configKeys" data-toggle="tab">Config Keys</a></li> - <li><a href="#sensors" data-toggle="tab">Sensors</a></li> - <li><a href="#effectors" data-toggle="tab">Effectors</a></li> - </ul> - - <div class="tab-content"> - <div class="tab-pane active" id="configKeys"></div> - <div class="tab-pane" id="sensors"></div> - <div class="tab-pane" id="effectors"></div> - </div> - </div> - - <script src="../../../style/js/underscore-min.js" type="text/javascript"></script> - <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js" type="text/javascript"></script> - <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> - <script src="../common.js" type="text/javascript"></script> - <script src="../items.js" type="text/javascript"></script> - <script type="text/javascript"> - $(document).ready(function () { - var item = brooklyn.findItemOfType(items.entities, "brooklyn.entity.brooklynnode.BrooklynNode"); - $("#summary").html(brooklyn.typeSummary(item)); - item.config.forEach(function (element) { $("#configKeys").append(brooklyn.configKeyCard(element)); }); - item.sensors.forEach(function (element) { $("#sensors").append(brooklyn.sensorCard(element)); }); - if (item.effectors != undefined) { - item.effectors.forEach(function (element) { $("#effectors").append(brooklyn.effectorCard(element)); }); - } - }); - </script> - </body> -</html> http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/cbe6f8e6/docs/website/learnmore/catalog/entities/brooklyn.entity.database.mariadb.MariaDbNode.html ---------------------------------------------------------------------- diff --git a/docs/website/learnmore/catalog/entities/brooklyn.entity.database.mariadb.MariaDbNode.html b/docs/website/learnmore/catalog/entities/brooklyn.entity.database.mariadb.MariaDbNode.html deleted file mode 100644 index 66a4f62..0000000 --- a/docs/website/learnmore/catalog/entities/brooklyn.entity.database.mariadb.MariaDbNode.html +++ /dev/null @@ -1,66 +0,0 @@ -<!-- -Licensed to the Apache Software Foundation (ASF) under one -or more contributor license agreements. See the NOTICE file -distributed with this work for additional information -regarding copyright ownership. The ASF licenses this file -to you under the Apache License, Version 2.0 (the -"License"); you may not use this file except in compliance -with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, -software distributed under the License is distributed on an -"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -KIND, either express or implied. See the License for the -specific language governing permissions and limitations -under the License. ---> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> - <head> - <title>Brooklyn Entity - MariaDB Node</title> - <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/> - <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"> - <link rel="stylesheet" href="../items.css" type="text/css" media="screen"/> - </head> - <body> - <div id="container"> - <div id="header"> - <div id="identity"> - <a href="http://brooklyncentral.github.com/" rel="home">Brooklyn</a> - </div> - </div> - - <div id="summary"></div> - - <ul class="nav nav-tabs"> - <li class="active"><a href="#configKeys" data-toggle="tab">Config Keys</a></li> - <li><a href="#sensors" data-toggle="tab">Sensors</a></li> - <li><a href="#effectors" data-toggle="tab">Effectors</a></li> - </ul> - - <div class="tab-content"> - <div class="tab-pane active" id="configKeys"></div> - <div class="tab-pane" id="sensors"></div> - <div class="tab-pane" id="effectors"></div> - </div> - </div> - - <script src="../../../style/js/underscore-min.js" type="text/javascript"></script> - <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js" type="text/javascript"></script> - <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> - <script src="../common.js" type="text/javascript"></script> - <script src="../items.js" type="text/javascript"></script> - <script type="text/javascript"> - $(document).ready(function () { - var item = brooklyn.findItemOfType(items.entities, "brooklyn.entity.database.mariadb.MariaDbNode"); - $("#summary").html(brooklyn.typeSummary(item)); - item.config.forEach(function (element) { $("#configKeys").append(brooklyn.configKeyCard(element)); }); - item.sensors.forEach(function (element) { $("#sensors").append(brooklyn.sensorCard(element)); }); - if (item.effectors != undefined) { - item.effectors.forEach(function (element) { $("#effectors").append(brooklyn.effectorCard(element)); }); - } - }); - </script> - </body> -</html> http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/cbe6f8e6/docs/website/learnmore/catalog/entities/brooklyn.entity.database.mysql.MySqlNode.html ---------------------------------------------------------------------- diff --git a/docs/website/learnmore/catalog/entities/brooklyn.entity.database.mysql.MySqlNode.html b/docs/website/learnmore/catalog/entities/brooklyn.entity.database.mysql.MySqlNode.html deleted file mode 100644 index 4426838..0000000 --- a/docs/website/learnmore/catalog/entities/brooklyn.entity.database.mysql.MySqlNode.html +++ /dev/null @@ -1,66 +0,0 @@ -<!-- -Licensed to the Apache Software Foundation (ASF) under one -or more contributor license agreements. See the NOTICE file -distributed with this work for additional information -regarding copyright ownership. The ASF licenses this file -to you under the Apache License, Version 2.0 (the -"License"); you may not use this file except in compliance -with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, -software distributed under the License is distributed on an -"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -KIND, either express or implied. See the License for the -specific language governing permissions and limitations -under the License. ---> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> - <head> - <title>Brooklyn Entity - MySql Node</title> - <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/> - <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"> - <link rel="stylesheet" href="../items.css" type="text/css" media="screen"/> - </head> - <body> - <div id="container"> - <div id="header"> - <div id="identity"> - <a href="http://brooklyncentral.github.com/" rel="home">Brooklyn</a> - </div> - </div> - - <div id="summary"></div> - - <ul class="nav nav-tabs"> - <li class="active"><a href="#configKeys" data-toggle="tab">Config Keys</a></li> - <li><a href="#sensors" data-toggle="tab">Sensors</a></li> - <li><a href="#effectors" data-toggle="tab">Effectors</a></li> - </ul> - - <div class="tab-content"> - <div class="tab-pane active" id="configKeys"></div> - <div class="tab-pane" id="sensors"></div> - <div class="tab-pane" id="effectors"></div> - </div> - </div> - - <script src="../../../style/js/underscore-min.js" type="text/javascript"></script> - <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js" type="text/javascript"></script> - <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> - <script src="../common.js" type="text/javascript"></script> - <script src="../items.js" type="text/javascript"></script> - <script type="text/javascript"> - $(document).ready(function () { - var item = brooklyn.findItemOfType(items.entities, "brooklyn.entity.database.mysql.MySqlNode"); - $("#summary").html(brooklyn.typeSummary(item)); - item.config.forEach(function (element) { $("#configKeys").append(brooklyn.configKeyCard(element)); }); - item.sensors.forEach(function (element) { $("#sensors").append(brooklyn.sensorCard(element)); }); - if (item.effectors != undefined) { - item.effectors.forEach(function (element) { $("#effectors").append(brooklyn.effectorCard(element)); }); - } - }); - </script> - </body> -</html> http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/cbe6f8e6/docs/website/learnmore/catalog/entities/brooklyn.entity.database.postgresql.PostgreSqlNode.html ---------------------------------------------------------------------- diff --git a/docs/website/learnmore/catalog/entities/brooklyn.entity.database.postgresql.PostgreSqlNode.html b/docs/website/learnmore/catalog/entities/brooklyn.entity.database.postgresql.PostgreSqlNode.html deleted file mode 100644 index e8e30db..0000000 --- a/docs/website/learnmore/catalog/entities/brooklyn.entity.database.postgresql.PostgreSqlNode.html +++ /dev/null @@ -1,66 +0,0 @@ -<!-- -Licensed to the Apache Software Foundation (ASF) under one -or more contributor license agreements. See the NOTICE file -distributed with this work for additional information -regarding copyright ownership. The ASF licenses this file -to you under the Apache License, Version 2.0 (the -"License"); you may not use this file except in compliance -with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, -software distributed under the License is distributed on an -"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -KIND, either express or implied. See the License for the -specific language governing permissions and limitations -under the License. ---> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> - <head> - <title>Brooklyn Entity - PostgreSQL Node</title> - <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/> - <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"> - <link rel="stylesheet" href="../items.css" type="text/css" media="screen"/> - </head> - <body> - <div id="container"> - <div id="header"> - <div id="identity"> - <a href="http://brooklyncentral.github.com/" rel="home">Brooklyn</a> - </div> - </div> - - <div id="summary"></div> - - <ul class="nav nav-tabs"> - <li class="active"><a href="#configKeys" data-toggle="tab">Config Keys</a></li> - <li><a href="#sensors" data-toggle="tab">Sensors</a></li> - <li><a href="#effectors" data-toggle="tab">Effectors</a></li> - </ul> - - <div class="tab-content"> - <div class="tab-pane active" id="configKeys"></div> - <div class="tab-pane" id="sensors"></div> - <div class="tab-pane" id="effectors"></div> - </div> - </div> - - <script src="../../../style/js/underscore-min.js" type="text/javascript"></script> - <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js" type="text/javascript"></script> - <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> - <script src="../common.js" type="text/javascript"></script> - <script src="../items.js" type="text/javascript"></script> - <script type="text/javascript"> - $(document).ready(function () { - var item = brooklyn.findItemOfType(items.entities, "brooklyn.entity.database.postgresql.PostgreSqlNode"); - $("#summary").html(brooklyn.typeSummary(item)); - item.config.forEach(function (element) { $("#configKeys").append(brooklyn.configKeyCard(element)); }); - item.sensors.forEach(function (element) { $("#sensors").append(brooklyn.sensorCard(element)); }); - if (item.effectors != undefined) { - item.effectors.forEach(function (element) { $("#effectors").append(brooklyn.effectorCard(element)); }); - } - }); - </script> - </body> -</html> http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/cbe6f8e6/docs/website/learnmore/catalog/entities/brooklyn.entity.database.rubyrep.RubyRepNode.html ---------------------------------------------------------------------- diff --git a/docs/website/learnmore/catalog/entities/brooklyn.entity.database.rubyrep.RubyRepNode.html b/docs/website/learnmore/catalog/entities/brooklyn.entity.database.rubyrep.RubyRepNode.html deleted file mode 100644 index c7bce4a..0000000 --- a/docs/website/learnmore/catalog/entities/brooklyn.entity.database.rubyrep.RubyRepNode.html +++ /dev/null @@ -1,66 +0,0 @@ -<!-- -Licensed to the Apache Software Foundation (ASF) under one -or more contributor license agreements. See the NOTICE file -distributed with this work for additional information -regarding copyright ownership. The ASF licenses this file -to you under the Apache License, Version 2.0 (the -"License"); you may not use this file except in compliance -with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, -software distributed under the License is distributed on an -"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -KIND, either express or implied. See the License for the -specific language governing permissions and limitations -under the License. ---> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> - <head> - <title>Brooklyn Entity - RubyRep Node</title> - <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/> - <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"> - <link rel="stylesheet" href="../items.css" type="text/css" media="screen"/> - </head> - <body> - <div id="container"> - <div id="header"> - <div id="identity"> - <a href="http://brooklyncentral.github.com/" rel="home">Brooklyn</a> - </div> - </div> - - <div id="summary"></div> - - <ul class="nav nav-tabs"> - <li class="active"><a href="#configKeys" data-toggle="tab">Config Keys</a></li> - <li><a href="#sensors" data-toggle="tab">Sensors</a></li> - <li><a href="#effectors" data-toggle="tab">Effectors</a></li> - </ul> - - <div class="tab-content"> - <div class="tab-pane active" id="configKeys"></div> - <div class="tab-pane" id="sensors"></div> - <div class="tab-pane" id="effectors"></div> - </div> - </div> - - <script src="../../../style/js/underscore-min.js" type="text/javascript"></script> - <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js" type="text/javascript"></script> - <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> - <script src="../common.js" type="text/javascript"></script> - <script src="../items.js" type="text/javascript"></script> - <script type="text/javascript"> - $(document).ready(function () { - var item = brooklyn.findItemOfType(items.entities, "brooklyn.entity.database.rubyrep.RubyRepNode"); - $("#summary").html(brooklyn.typeSummary(item)); - item.config.forEach(function (element) { $("#configKeys").append(brooklyn.configKeyCard(element)); }); - item.sensors.forEach(function (element) { $("#sensors").append(brooklyn.sensorCard(element)); }); - if (item.effectors != undefined) { - item.effectors.forEach(function (element) { $("#effectors").append(brooklyn.effectorCard(element)); }); - } - }); - </script> - </body> -</html> http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/cbe6f8e6/docs/website/learnmore/catalog/entities/brooklyn.entity.machine.MachineEntity.html ---------------------------------------------------------------------- diff --git a/docs/website/learnmore/catalog/entities/brooklyn.entity.machine.MachineEntity.html b/docs/website/learnmore/catalog/entities/brooklyn.entity.machine.MachineEntity.html deleted file mode 100644 index e710e37..0000000 --- a/docs/website/learnmore/catalog/entities/brooklyn.entity.machine.MachineEntity.html +++ /dev/null @@ -1,66 +0,0 @@ -<!-- -Licensed to the Apache Software Foundation (ASF) under one -or more contributor license agreements. See the NOTICE file -distributed with this work for additional information -regarding copyright ownership. The ASF licenses this file -to you under the Apache License, Version 2.0 (the -"License"); you may not use this file except in compliance -with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, -software distributed under the License is distributed on an -"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -KIND, either express or implied. See the License for the -specific language governing permissions and limitations -under the License. ---> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> - <head> - <title>Brooklyn Entity - Machine Entity</title> - <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/> - <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"> - <link rel="stylesheet" href="../items.css" type="text/css" media="screen"/> - </head> - <body> - <div id="container"> - <div id="header"> - <div id="identity"> - <a href="http://brooklyncentral.github.com/" rel="home">Brooklyn</a> - </div> - </div> - - <div id="summary"></div> - - <ul class="nav nav-tabs"> - <li class="active"><a href="#configKeys" data-toggle="tab">Config Keys</a></li> - <li><a href="#sensors" data-toggle="tab">Sensors</a></li> - <li><a href="#effectors" data-toggle="tab">Effectors</a></li> - </ul> - - <div class="tab-content"> - <div class="tab-pane active" id="configKeys"></div> - <div class="tab-pane" id="sensors"></div> - <div class="tab-pane" id="effectors"></div> - </div> - </div> - - <script src="../../../style/js/underscore-min.js" type="text/javascript"></script> - <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js" type="text/javascript"></script> - <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> - <script src="../common.js" type="text/javascript"></script> - <script src="../items.js" type="text/javascript"></script> - <script type="text/javascript"> - $(document).ready(function () { - var item = brooklyn.findItemOfType(items.entities, "brooklyn.entity.machine.MachineEntity"); - $("#summary").html(brooklyn.typeSummary(item)); - item.config.forEach(function (element) { $("#configKeys").append(brooklyn.configKeyCard(element)); }); - item.sensors.forEach(function (element) { $("#sensors").append(brooklyn.sensorCard(element)); }); - if (item.effectors != undefined) { - item.effectors.forEach(function (element) { $("#effectors").append(brooklyn.effectorCard(element)); }); - } - }); - </script> - </body> -</html> http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/cbe6f8e6/docs/website/learnmore/catalog/entities/brooklyn.entity.messaging.activemq.ActiveMQBroker.html ---------------------------------------------------------------------- diff --git a/docs/website/learnmore/catalog/entities/brooklyn.entity.messaging.activemq.ActiveMQBroker.html b/docs/website/learnmore/catalog/entities/brooklyn.entity.messaging.activemq.ActiveMQBroker.html deleted file mode 100644 index c3629b8..0000000 --- a/docs/website/learnmore/catalog/entities/brooklyn.entity.messaging.activemq.ActiveMQBroker.html +++ /dev/null @@ -1,66 +0,0 @@ -<!-- -Licensed to the Apache Software Foundation (ASF) under one -or more contributor license agreements. See the NOTICE file -distributed with this work for additional information -regarding copyright ownership. The ASF licenses this file -to you under the Apache License, Version 2.0 (the -"License"); you may not use this file except in compliance -with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, -software distributed under the License is distributed on an -"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -KIND, either express or implied. See the License for the -specific language governing permissions and limitations -under the License. ---> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> - <head> - <title>Brooklyn Entity - ActiveMQ Broker</title> - <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/> - <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"> - <link rel="stylesheet" href="../items.css" type="text/css" media="screen"/> - </head> - <body> - <div id="container"> - <div id="header"> - <div id="identity"> - <a href="http://brooklyncentral.github.com/" rel="home">Brooklyn</a> - </div> - </div> - - <div id="summary"></div> - - <ul class="nav nav-tabs"> - <li class="active"><a href="#configKeys" data-toggle="tab">Config Keys</a></li> - <li><a href="#sensors" data-toggle="tab">Sensors</a></li> - <li><a href="#effectors" data-toggle="tab">Effectors</a></li> - </ul> - - <div class="tab-content"> - <div class="tab-pane active" id="configKeys"></div> - <div class="tab-pane" id="sensors"></div> - <div class="tab-pane" id="effectors"></div> - </div> - </div> - - <script src="../../../style/js/underscore-min.js" type="text/javascript"></script> - <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js" type="text/javascript"></script> - <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> - <script src="../common.js" type="text/javascript"></script> - <script src="../items.js" type="text/javascript"></script> - <script type="text/javascript"> - $(document).ready(function () { - var item = brooklyn.findItemOfType(items.entities, "brooklyn.entity.messaging.activemq.ActiveMQBroker"); - $("#summary").html(brooklyn.typeSummary(item)); - item.config.forEach(function (element) { $("#configKeys").append(brooklyn.configKeyCard(element)); }); - item.sensors.forEach(function (element) { $("#sensors").append(brooklyn.sensorCard(element)); }); - if (item.effectors != undefined) { - item.effectors.forEach(function (element) { $("#effectors").append(brooklyn.effectorCard(element)); }); - } - }); - </script> - </body> -</html> http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/cbe6f8e6/docs/website/learnmore/catalog/entities/brooklyn.entity.messaging.kafka.KafkaCluster.html ---------------------------------------------------------------------- diff --git a/docs/website/learnmore/catalog/entities/brooklyn.entity.messaging.kafka.KafkaCluster.html b/docs/website/learnmore/catalog/entities/brooklyn.entity.messaging.kafka.KafkaCluster.html deleted file mode 100644 index 7c8c8b5..0000000 --- a/docs/website/learnmore/catalog/entities/brooklyn.entity.messaging.kafka.KafkaCluster.html +++ /dev/null @@ -1,66 +0,0 @@ -<!-- -Licensed to the Apache Software Foundation (ASF) under one -or more contributor license agreements. See the NOTICE file -distributed with this work for additional information -regarding copyright ownership. The ASF licenses this file -to you under the Apache License, Version 2.0 (the -"License"); you may not use this file except in compliance -with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, -software distributed under the License is distributed on an -"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -KIND, either express or implied. See the License for the -specific language governing permissions and limitations -under the License. ---> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> - <head> - <title>Brooklyn Entity - Kafka</title> - <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/> - <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"> - <link rel="stylesheet" href="../items.css" type="text/css" media="screen"/> - </head> - <body> - <div id="container"> - <div id="header"> - <div id="identity"> - <a href="http://brooklyncentral.github.com/" rel="home">Brooklyn</a> - </div> - </div> - - <div id="summary"></div> - - <ul class="nav nav-tabs"> - <li class="active"><a href="#configKeys" data-toggle="tab">Config Keys</a></li> - <li><a href="#sensors" data-toggle="tab">Sensors</a></li> - <li><a href="#effectors" data-toggle="tab">Effectors</a></li> - </ul> - - <div class="tab-content"> - <div class="tab-pane active" id="configKeys"></div> - <div class="tab-pane" id="sensors"></div> - <div class="tab-pane" id="effectors"></div> - </div> - </div> - - <script src="../../../style/js/underscore-min.js" type="text/javascript"></script> - <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js" type="text/javascript"></script> - <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> - <script src="../common.js" type="text/javascript"></script> - <script src="../items.js" type="text/javascript"></script> - <script type="text/javascript"> - $(document).ready(function () { - var item = brooklyn.findItemOfType(items.entities, "brooklyn.entity.messaging.kafka.KafkaCluster"); - $("#summary").html(brooklyn.typeSummary(item)); - item.config.forEach(function (element) { $("#configKeys").append(brooklyn.configKeyCard(element)); }); - item.sensors.forEach(function (element) { $("#sensors").append(brooklyn.sensorCard(element)); }); - if (item.effectors != undefined) { - item.effectors.forEach(function (element) { $("#effectors").append(brooklyn.effectorCard(element)); }); - } - }); - </script> - </body> -</html> http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/cbe6f8e6/docs/website/learnmore/catalog/entities/brooklyn.entity.messaging.qpid.QpidBroker.html ---------------------------------------------------------------------- diff --git a/docs/website/learnmore/catalog/entities/brooklyn.entity.messaging.qpid.QpidBroker.html b/docs/website/learnmore/catalog/entities/brooklyn.entity.messaging.qpid.QpidBroker.html deleted file mode 100644 index a805f46..0000000 --- a/docs/website/learnmore/catalog/entities/brooklyn.entity.messaging.qpid.QpidBroker.html +++ /dev/null @@ -1,66 +0,0 @@ -<!-- -Licensed to the Apache Software Foundation (ASF) under one -or more contributor license agreements. See the NOTICE file -distributed with this work for additional information -regarding copyright ownership. The ASF licenses this file -to you under the Apache License, Version 2.0 (the -"License"); you may not use this file except in compliance -with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, -software distributed under the License is distributed on an -"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -KIND, either express or implied. See the License for the -specific language governing permissions and limitations -under the License. ---> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> - <head> - <title>Brooklyn Entity - Qpid Broker</title> - <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/> - <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"> - <link rel="stylesheet" href="../items.css" type="text/css" media="screen"/> - </head> - <body> - <div id="container"> - <div id="header"> - <div id="identity"> - <a href="http://brooklyncentral.github.com/" rel="home">Brooklyn</a> - </div> - </div> - - <div id="summary"></div> - - <ul class="nav nav-tabs"> - <li class="active"><a href="#configKeys" data-toggle="tab">Config Keys</a></li> - <li><a href="#sensors" data-toggle="tab">Sensors</a></li> - <li><a href="#effectors" data-toggle="tab">Effectors</a></li> - </ul> - - <div class="tab-content"> - <div class="tab-pane active" id="configKeys"></div> - <div class="tab-pane" id="sensors"></div> - <div class="tab-pane" id="effectors"></div> - </div> - </div> - - <script src="../../../style/js/underscore-min.js" type="text/javascript"></script> - <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js" type="text/javascript"></script> - <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> - <script src="../common.js" type="text/javascript"></script> - <script src="../items.js" type="text/javascript"></script> - <script type="text/javascript"> - $(document).ready(function () { - var item = brooklyn.findItemOfType(items.entities, "brooklyn.entity.messaging.qpid.QpidBroker"); - $("#summary").html(brooklyn.typeSummary(item)); - item.config.forEach(function (element) { $("#configKeys").append(brooklyn.configKeyCard(element)); }); - item.sensors.forEach(function (element) { $("#sensors").append(brooklyn.sensorCard(element)); }); - if (item.effectors != undefined) { - item.effectors.forEach(function (element) { $("#effectors").append(brooklyn.effectorCard(element)); }); - } - }); - </script> - </body> -</html> http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/cbe6f8e6/docs/website/learnmore/catalog/entities/brooklyn.entity.messaging.rabbit.RabbitBroker.html ---------------------------------------------------------------------- diff --git a/docs/website/learnmore/catalog/entities/brooklyn.entity.messaging.rabbit.RabbitBroker.html b/docs/website/learnmore/catalog/entities/brooklyn.entity.messaging.rabbit.RabbitBroker.html deleted file mode 100644 index 50012b7..0000000 --- a/docs/website/learnmore/catalog/entities/brooklyn.entity.messaging.rabbit.RabbitBroker.html +++ /dev/null @@ -1,66 +0,0 @@ -<!-- -Licensed to the Apache Software Foundation (ASF) under one -or more contributor license agreements. See the NOTICE file -distributed with this work for additional information -regarding copyright ownership. The ASF licenses this file -to you under the Apache License, Version 2.0 (the -"License"); you may not use this file except in compliance -with the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, -software distributed under the License is distributed on an -"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -KIND, either express or implied. See the License for the -specific language governing permissions and limitations -under the License. ---> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> - <head> - <title>Brooklyn Entity - RabbitMQ Broker</title> - <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/> - <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css"> - <link rel="stylesheet" href="../items.css" type="text/css" media="screen"/> - </head> - <body> - <div id="container"> - <div id="header"> - <div id="identity"> - <a href="http://brooklyncentral.github.com/" rel="home">Brooklyn</a> - </div> - </div> - - <div id="summary"></div> - - <ul class="nav nav-tabs"> - <li class="active"><a href="#configKeys" data-toggle="tab">Config Keys</a></li> - <li><a href="#sensors" data-toggle="tab">Sensors</a></li> - <li><a href="#effectors" data-toggle="tab">Effectors</a></li> - </ul> - - <div class="tab-content"> - <div class="tab-pane active" id="configKeys"></div> - <div class="tab-pane" id="sensors"></div> - <div class="tab-pane" id="effectors"></div> - </div> - </div> - - <script src="../../../style/js/underscore-min.js" type="text/javascript"></script> - <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js" type="text/javascript"></script> - <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> - <script src="../common.js" type="text/javascript"></script> - <script src="../items.js" type="text/javascript"></script> - <script type="text/javascript"> - $(document).ready(function () { - var item = brooklyn.findItemOfType(items.entities, "brooklyn.entity.messaging.rabbit.RabbitBroker"); - $("#summary").html(brooklyn.typeSummary(item)); - item.config.forEach(function (element) { $("#configKeys").append(brooklyn.configKeyCard(element)); }); - item.sensors.forEach(function (element) { $("#sensors").append(brooklyn.sensorCard(element)); }); - if (item.effectors != undefined) { - item.effectors.forEach(function (element) { $("#effectors").append(brooklyn.effectorCard(element)); }); - } - }); - </script> - </body> -</html>
