Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 0A749200D37 for ; Wed, 25 Oct 2017 23:04:51 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 090C8160BDA; Wed, 25 Oct 2017 21:04:51 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 26985160C0F for ; Wed, 25 Oct 2017 23:04:49 +0200 (CEST) Received: (qmail 49328 invoked by uid 500); 25 Oct 2017 21:04:48 -0000 Mailing-List: contact commits-help@brooklyn.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@brooklyn.apache.org Delivered-To: mailing list commits@brooklyn.apache.org Received: (qmail 49095 invoked by uid 99); 25 Oct 2017 21:04:48 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Oct 2017 21:04:48 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 8D2B3E080F; Wed, 25 Oct 2017 21:04:47 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: m4rkmckenna@apache.org To: commits@brooklyn.apache.org Date: Wed, 25 Oct 2017 21:05:18 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [33/50] [abbrv] brooklyn-docs git commit: Add GLOSSARY.md file (glossary built-in feature from gitbook) archived-at: Wed, 25 Oct 2017 21:04:51 -0000 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 Authored: Wed Oct 11 14:44:48 2017 +0100 Committer: Thomas Bouron 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, !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 ----------------------------------------------------------------------- */