aboutsummaryrefslogtreecommitdiffstats
path: root/docs/drools/tutorial_vCPE.rst
diff options
context:
space:
mode:
authorPeyton Puckett <peyton.puckett@att.com>2020-03-26 18:13:29 -0500
committerPeyton Puckett <peyton.puckett@att.com>2020-04-02 08:12:02 -0500
commit32da597e59acbc9f59941cf78cea2b85cf1e5cd2 (patch)
tree369ba8e4f728251bcea1256179ac68096aca0c4f /docs/drools/tutorial_vCPE.rst
parent332b03d0f42734fcc1acfb3e79d86a64eb018732 (diff)
Update drools tutorials documentation
Issue-ID: POLICY-2399 Change-Id: I9756a660f80348eb69b217e6f1de6bad7a7b6f00 Signed-off-by: Peyton Puckett <peyton.puckett@att.com>
Diffstat (limited to 'docs/drools/tutorial_vCPE.rst')
-rw-r--r--docs/drools/tutorial_vCPE.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/drools/tutorial_vCPE.rst b/docs/drools/tutorial_vCPE.rst
index d22747ed..2bda592b 100644
--- a/docs/drools/tutorial_vCPE.rst
+++ b/docs/drools/tutorial_vCPE.rst
@@ -9,7 +9,6 @@ Tutorial: Testing the vCPE use case in a standalone PDP-D
.. contents::
:depth: 3
-
High Level Architecture
^^^^^^^^^^^^^^^^^^^^^^^
The vCPE flow begins with an onset message that is sent from DCAE notifying the PDP-D that an action needs to be taken on a VM/VNF. Once the PDP-D has inserted the onset into drools memory, rules begin to fire to start processing the onset for the vCPE policy that exists in drools memory. If the onset is not enriched with A&AI data, Policy will query A&AI for the VM/VNF data otherwise the PDP-D will get the A&AI data needed directly from the onset. A Guard query is then executed to determine if the action to be taken is allowed. If Guard returns a permit, the PDP-D will then send an APPC Restart recipe request to restart the VM/VNF specified in the request. If APPC is successful then the PDP-D will send a operation success notification on the POLICY-CL-MGT topic. The PDP-D waits for an abatement message to come from DCAE before ending the transaction. Once the abatement is received the PDP-D sends a final success notification and gracefully ends processing the event.