You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by m4...@apache.org on 2017/10/25 21:05:18 UTC

[33/50] [abbrv] brooklyn-docs git commit: Add GLOSSARY.md file (glossary built-in feature from gitbook)

Add GLOSSARY.md file (glossary built-in feature from gitbook)


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/cf2f7bc2
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/cf2f7bc2
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/cf2f7bc2

Branch: refs/heads/master
Commit: cf2f7bc2e44db165dc18ae0df2f709cd67170aec
Parents: a47ab4f
Author: Thomas Bouron <th...@cloudsoftcorp.com>
Authored: Wed Oct 11 14:44:48 2017 +0100
Committer: Thomas Bouron <th...@cloudsoftcorp.com>
Committed: Mon Oct 16 14:56:04 2017 +0100

----------------------------------------------------------------------
 guide/GLOSSARY.md        | 49 +++++++++++++++++++++++++++++++++++++++++++
 guide/glossary.json      | 22 -------------------
 guide/list-children.html |  0
 guide/styles/website.css |  5 +++++
 4 files changed, 54 insertions(+), 22 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/cf2f7bc2/guide/GLOSSARY.md
----------------------------------------------------------------------
diff --git a/guide/GLOSSARY.md b/guide/GLOSSARY.md
new file mode 100644
index 0000000..16e2d36
--- /dev/null
+++ b/guide/GLOSSARY.md
@@ -0,0 +1,49 @@
+## Apache jclouds
+An open source Java library that provides a consistent interface to many
+clouds. Apache Brooklyn uses Apache jclouds as its core cloud abstraction.
+
+## Autonomic
+Refers to the self-managing characteristics of distributed computing resources,
+adapting to unpredictable changes while hiding intrinsic complexity to
+operators and users.
+
+## Blueprint
+A description of an application or system, which can be used for its automated
+deployment and runtime management. The blueprint describes a model of the
+application (i.e. its components, their configuration, and their
+relationships), along with policies for runtime management. The blueprint can
+be described in YAML or Java.
+
+## Effector
+Effectors are tools Apache Brooklyn provides, that allow you to manipulate the live entities within an application.
+They are operations applied on entities.
+
+## Enricher
+Generates new events or sensor values (metrics) for an entity, usually by aggregating 
+or modifying data from one or more other sensors.
+
+## Entity
+A component of an application or system. This could be a physical component, a
+service, a grouping of components, or a logical construct describing part of an
+application/system. It is a "managed element" in autonomic computing parlance.
+
+## Location
+A server or resource to which Apache Brooklyn can deploy applications
+
+## Policy
+Part of an autonomic management system, performing runtime management. A policy
+is associated with an entity; it normally manages the health of that entity
+or an associated group of entities (e.g. HA policies or auto-scaling policies).
+A policy performs actions on entities, based on their sensor values and policy configuration.
+
+## Sensor
+A sensor is a property, or attribute of an Apache Brooklyn entity, updated in real-time.
+
+## YAML
+A human-readable data format. See the [Wikipedia article](http://en.wikipedia.org/wiki/YAML) for more information.
+
+## CAMP and TOSCA
+
+OASIS Cloud Application Management for Platforms (CAMP) and OASIS Topology and
+Orchestration Specification for Cloud Applications (TOSCA) are specifications
+that aim to standardise the portability and management of cloud applications.
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/cf2f7bc2/guide/glossary.json
----------------------------------------------------------------------
diff --git a/guide/glossary.json b/guide/glossary.json
deleted file mode 100644
index b201aba..0000000
--- a/guide/glossary.json
+++ /dev/null
@@ -1,22 +0,0 @@
-[
-  {
-    "term": "location, !location:",
-    "description": "A server or resource to which Apache Brooklyn can deploy applications"
-  },
-  {
-    "term": "blueprint",
-    "description": "A descriptor or pattern which describes how Apache Brooklyn should deploy applications"
-  },
-  {
-    "term": "entity",
-    "description": "A software package or service Apache Brooklyn can interact with"
-  },
-  {
-    "term": "sensor, !<code>sensor",
-    "description": "A sensor is a property of an Apache Brooklyn entity, updated in real-time"
-  },
-  {
-    "term": "effector",
-    "description": "Effectors are tools Apache Brooklyn provides, that allow you to manipulate the live entities within an application"
-  }
-]
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/cf2f7bc2/guide/list-children.html
----------------------------------------------------------------------
diff --git a/guide/list-children.html b/guide/list-children.html
deleted file mode 100644
index e69de29..0000000

http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/cf2f7bc2/guide/styles/website.css
----------------------------------------------------------------------
diff --git a/guide/styles/website.css b/guide/styles/website.css
index 6c70bfc..5ace297 100644
--- a/guide/styles/website.css
+++ b/guide/styles/website.css
@@ -36,6 +36,11 @@ body {
 .markdown-section a {
     color : #449d44;
 }
+.markdown-section .glossary-term {
+    color: #393939;
+    background: rgba(235, 235, 235, 0.6);
+    text-decoration: none;
+}
 
 /* YAML EXPLAINED
    ----------------------------------------------------------------------- */