http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/cbe6f8e6/docs/website/learnmore/catalog/entities/brooklyn.entity.webapp.DynamicWebAppCluster.html ---------------------------------------------------------------------- diff --git a/docs/website/learnmore/catalog/entities/brooklyn.entity.webapp.DynamicWebAppCluster.html b/docs/website/learnmore/catalog/entities/brooklyn.entity.webapp.DynamicWebAppCluster.html deleted file mode 100644 index 046604f..0000000 --- a/docs/website/learnmore/catalog/entities/brooklyn.entity.webapp.DynamicWebAppCluster.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 - Dynamic Web-app Cluster</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.webapp.DynamicWebAppCluster"); - $("#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.webapp.jboss.JBoss6Server.html ---------------------------------------------------------------------- diff --git a/docs/website/learnmore/catalog/entities/brooklyn.entity.webapp.jboss.JBoss6Server.html b/docs/website/learnmore/catalog/entities/brooklyn.entity.webapp.jboss.JBoss6Server.html deleted file mode 100644 index 668ce5a..0000000 --- a/docs/website/learnmore/catalog/entities/brooklyn.entity.webapp.jboss.JBoss6Server.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 - JBoss Application Server 6</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.webapp.jboss.JBoss6Server"); - $("#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.webapp.jboss.JBoss7Server.html ---------------------------------------------------------------------- diff --git a/docs/website/learnmore/catalog/entities/brooklyn.entity.webapp.jboss.JBoss7Server.html b/docs/website/learnmore/catalog/entities/brooklyn.entity.webapp.jboss.JBoss7Server.html deleted file mode 100644 index 7b2c3f5..0000000 --- a/docs/website/learnmore/catalog/entities/brooklyn.entity.webapp.jboss.JBoss7Server.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 - JBoss Application Server 7</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.webapp.jboss.JBoss7Server"); - $("#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.webapp.jetty.Jetty6Server.html ---------------------------------------------------------------------- diff --git a/docs/website/learnmore/catalog/entities/brooklyn.entity.webapp.jetty.Jetty6Server.html b/docs/website/learnmore/catalog/entities/brooklyn.entity.webapp.jetty.Jetty6Server.html deleted file mode 100644 index 1d0cbd5..0000000 --- a/docs/website/learnmore/catalog/entities/brooklyn.entity.webapp.jetty.Jetty6Server.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 - Jetty6 Server</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.webapp.jetty.Jetty6Server"); - $("#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.webapp.nodejs.NodeJsWebAppService.html ---------------------------------------------------------------------- diff --git a/docs/website/learnmore/catalog/entities/brooklyn.entity.webapp.nodejs.NodeJsWebAppService.html b/docs/website/learnmore/catalog/entities/brooklyn.entity.webapp.nodejs.NodeJsWebAppService.html deleted file mode 100644 index 1ea921b..0000000 --- a/docs/website/learnmore/catalog/entities/brooklyn.entity.webapp.nodejs.NodeJsWebAppService.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 - Node.JS Application</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.webapp.nodejs.NodeJsWebAppService"); - $("#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.webapp.tomcat.TomcatServer.html ---------------------------------------------------------------------- diff --git a/docs/website/learnmore/catalog/entities/brooklyn.entity.webapp.tomcat.TomcatServer.html b/docs/website/learnmore/catalog/entities/brooklyn.entity.webapp.tomcat.TomcatServer.html deleted file mode 100644 index a18368c..0000000 --- a/docs/website/learnmore/catalog/entities/brooklyn.entity.webapp.tomcat.TomcatServer.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 - Tomcat Server</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.webapp.tomcat.TomcatServer"); - $("#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.zookeeper.ZooKeeperEnsemble.html ---------------------------------------------------------------------- diff --git a/docs/website/learnmore/catalog/entities/brooklyn.entity.zookeeper.ZooKeeperEnsemble.html b/docs/website/learnmore/catalog/entities/brooklyn.entity.zookeeper.ZooKeeperEnsemble.html deleted file mode 100644 index 527805d..0000000 --- a/docs/website/learnmore/catalog/entities/brooklyn.entity.zookeeper.ZooKeeperEnsemble.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 - ZooKeeper ensemble</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.zookeeper.ZooKeeperEnsemble"); - $("#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.zookeeper.ZooKeeperNode.html ---------------------------------------------------------------------- diff --git a/docs/website/learnmore/catalog/entities/brooklyn.entity.zookeeper.ZooKeeperNode.html b/docs/website/learnmore/catalog/entities/brooklyn.entity.zookeeper.ZooKeeperNode.html deleted file mode 100644 index 054d806..0000000 --- a/docs/website/learnmore/catalog/entities/brooklyn.entity.zookeeper.ZooKeeperNode.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 - ZooKeeper 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.zookeeper.ZooKeeperNode"); - $("#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/policies/brooklyn.policy.autoscaling.AutoScalerPolicy.html ---------------------------------------------------------------------- diff --git a/docs/website/learnmore/catalog/policies/brooklyn.policy.autoscaling.AutoScalerPolicy.html b/docs/website/learnmore/catalog/policies/brooklyn.policy.autoscaling.AutoScalerPolicy.html deleted file mode 100644 index 78a2cb5..0000000 --- a/docs/website/learnmore/catalog/policies/brooklyn.policy.autoscaling.AutoScalerPolicy.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 Policy - Auto-scaler</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.policies, "brooklyn.policy.autoscaling.AutoScalerPolicy"); - $("#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/policies/brooklyn.policy.followthesun.FollowTheSunPolicy.html ---------------------------------------------------------------------- diff --git a/docs/website/learnmore/catalog/policies/brooklyn.policy.followthesun.FollowTheSunPolicy.html b/docs/website/learnmore/catalog/policies/brooklyn.policy.followthesun.FollowTheSunPolicy.html deleted file mode 100644 index b080d7b..0000000 --- a/docs/website/learnmore/catalog/policies/brooklyn.policy.followthesun.FollowTheSunPolicy.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 Policy - Follow the Sun</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.policies, "brooklyn.policy.followthesun.FollowTheSunPolicy"); - $("#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/policies/brooklyn.policy.ha.ConnectionFailureDetector.html ---------------------------------------------------------------------- diff --git a/docs/website/learnmore/catalog/policies/brooklyn.policy.ha.ConnectionFailureDetector.html b/docs/website/learnmore/catalog/policies/brooklyn.policy.ha.ConnectionFailureDetector.html deleted file mode 100644 index 11ca8de..0000000 --- a/docs/website/learnmore/catalog/policies/brooklyn.policy.ha.ConnectionFailureDetector.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 Policy - Connection 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.policies, "brooklyn.policy.ha.ConnectionFailureDetector"); - $("#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/policies/brooklyn.policy.ha.ServiceReplacer.html ---------------------------------------------------------------------- diff --git a/docs/website/learnmore/catalog/policies/brooklyn.policy.ha.ServiceReplacer.html b/docs/website/learnmore/catalog/policies/brooklyn.policy.ha.ServiceReplacer.html deleted file mode 100644 index f7f696a..0000000 --- a/docs/website/learnmore/catalog/policies/brooklyn.policy.ha.ServiceReplacer.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 Policy - Service Replacer</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.policies, "brooklyn.policy.ha.ServiceReplacer"); - $("#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/policies/brooklyn.policy.ha.ServiceRestarter.html ---------------------------------------------------------------------- diff --git a/docs/website/learnmore/catalog/policies/brooklyn.policy.ha.ServiceRestarter.html b/docs/website/learnmore/catalog/policies/brooklyn.policy.ha.ServiceRestarter.html deleted file mode 100644 index e27c023..0000000 --- a/docs/website/learnmore/catalog/policies/brooklyn.policy.ha.ServiceRestarter.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 Policy - Service Restarter</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.policies, "brooklyn.policy.ha.ServiceRestarter"); - $("#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/policies/brooklyn.policy.loadbalancing.LoadBalancingPolicy.html ---------------------------------------------------------------------- diff --git a/docs/website/learnmore/catalog/policies/brooklyn.policy.loadbalancing.LoadBalancingPolicy.html b/docs/website/learnmore/catalog/policies/brooklyn.policy.loadbalancing.LoadBalancingPolicy.html deleted file mode 100644 index 84df363..0000000 --- a/docs/website/learnmore/catalog/policies/brooklyn.policy.loadbalancing.LoadBalancingPolicy.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 Policy - Load Balancer</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.policies, "brooklyn.policy.loadbalancing.LoadBalancingPolicy"); - $("#summary").html(brooklyn.typeSummary(item)); - item.config.forEach(function (element) { $("#configKeys").append(brooklyn.configKeyCard(element)); }); - }); - </script> - </body> -</html>
