summaryrefslogtreecommitdiffstats
path: root/docs/drools/feature_lifecycle.rst
diff options
context:
space:
mode:
authorjhh <jorge.hernandez-herrero@att.com>2020-06-12 17:01:24 -0500
committerjhh <jorge.hernandez-herrero@att.com>2020-06-15 11:56:21 -0500
commit108dd8ff62cbdfbbe1ba3589afe43582105ea275 (patch)
tree6007bd025b40e1aca92c3cfe1b0672f7645c917d /docs/drools/feature_lifecycle.rst
parent11de40286f2a91edc9755f6ea9e621006452527b (diff)
drools documentation redo
Issue-ID: POLICY-2622 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: I568c041f972c76b595964ee3de731c1cde304d8f Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Diffstat (limited to 'docs/drools/feature_lifecycle.rst')
-rw-r--r--docs/drools/feature_lifecycle.rst39
1 files changed, 0 insertions, 39 deletions
diff --git a/docs/drools/feature_lifecycle.rst b/docs/drools/feature_lifecycle.rst
deleted file mode 100644
index ca892131..00000000
--- a/docs/drools/feature_lifecycle.rst
+++ /dev/null
@@ -1,39 +0,0 @@
-
-.. This work is licensed under a Creative Commons Attribution 4.0 International License.
-.. http://creativecommons.org/licenses/by/4.0
-
-******************
-Feature: Lifecycle
-******************
-
-.. contents::
- :depth: 3
-
-Summary
-^^^^^^^
-
-The "lifecycle" feature enables a PDP-D to work with the Dublin Release Policy architectural framework.
-
-The lifecycle feature maintains three states: TERMINATED, PASSIVE, and ACTIVE.
-The PAP (Dublin style) interacts with the lifecycle feature to put a PDP-D in PASSIVE or ACTIVE states.
-The PASSIVE state allows for Tosca Operational policies to be deployed.
-Policy execution is enabled when the PDP-D transitions to the ACTIVE state.
-
-This feature can coexist side by side with the legacy mode of operation that predates the Dublin release.
-
-Usage
-^^^^^
-
-The feature is enabled by default.
-The lifecycle "enabled" property can be toggled with the "features" command line tool available in PDP-D containers.
-
- .. code-block:: bash
- :caption: PDPD Features Command
-
- policy stop
-
- features disable lifecycle # enable/disable toggles the activation of the feature.
-
- policy start
-
-End of Document