From 1a13e307f5f7cb8598d05863eba50e752564dd0a Mon Sep 17 00:00:00 2001 From: Saryu Shah Date: Wed, 15 Nov 2017 20:58:18 +0000 Subject: [PATCH] Fixed alignment Fixed alignment ------------------------------------------------------------- Change-Id: Ieb26dff0703a9bfd84aa63ee8287eafed671ad69 Issue-Id: POLICY-335 Signed-off-by: Saryu Shah --- docs/platform/swarch_pdp.rst | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/docs/platform/swarch_pdp.rst b/docs/platform/swarch_pdp.rst index 03fb12dbe..e6537a7d2 100644 --- a/docs/platform/swarch_pdp.rst +++ b/docs/platform/swarch_pdp.rst @@ -12,32 +12,33 @@ PDP-D Software Architecture Overview ^^^^^^^^ -In ONAP, PDP-D is the Policy component that executes Operational Policies (see `Control Loop Operational Policy`_ ). It uses `drools`_ as the underlying rule based engine to execute policies. - -The PDP-D name may not be reflective of its nature, as it is generic middleware, a maven based drools rules based application container. - -The PDP-D generic application container is maintained in the policy/drools-pdp repository (https://git.onap.org/policy/drools-pdp). - -The Control Loop Operational Policies and support libraries applications are maintained in the policy/drools-applications repository (https://git.onap.org/policy/drools-applications/). +| In ONAP, PDP-D is the Policy component that executes Operational Policies (see `Control Loop Operational Policy`_ ). It uses `drools`_ as the underlying rule based engine to execute policies. +| +| The PDP-D name may not be reflective of its nature, as it is generic middleware, a maven based drools rules based application container. +| +| The PDP-D generic application container is maintained in the policy/drools-pdp repository (https://git.onap.org/policy/drools-pdp). +| +| The Control Loop Operational Policies and support libraries applications are maintained in the policy/drools-applications repository (https://git.onap.org/policy/drools-applications/). PDP-D application container ^^^^^^^^^^^^^^^^^^^^^^^^^^^ -The PDP-D lightweight application container provides generic services to the drools applications (0..n) running on it. (https://git.onap.org/policy/drools-pdp) +| The PDP-D lightweight application container provides generic services to the drools applications (0..n) running on it. (https://git.onap.org/policy/drools-pdp) There is the distinction of **core** software and optional **extensions** to the core functionality. Core Software ------------- -The core critical functionality that always runs in any PDP-D container is maintained in those projects named with the "policy-" prefix. These are: +The core critical functionality that always runs in any PDP-D container is maintained in those projects named with the "*policy-*" prefix. These are: + - policy-utils (utilities) - policy-core (drools libraries interfaces) - policy-endpoints (networking) - policy-management. (management of the platform) -This is the minimum set of services that any PDP-D application provides to their executing drools-applications. +This is the **minimum** set of services that any PDP-D application provides to their executing drools-applications. The intent is that this functionality is kept stable, fast, and minimal. As new development is added, the intent is that this functionality is resilient to breakage as side effects to new development. -- 2.16.6