diff options
author | k.kedron <k.kedron@partner.samsung.com> | 2021-04-26 09:22:57 +0200 |
---|---|---|
committer | k.kedron <k.kedron@partner.samsung.com> | 2021-05-10 09:00:06 +0200 |
commit | 81554bcbba51e08401313c4193a3dfbaaf2149d2 (patch) | |
tree | 2c1b381d25ddbe3cb8f2389a8ba1a13af50c524b /README.md | |
parent | 390f3912edc26065a7d4df705431cdd69f9aa1cb (diff) |
Add DCAE deploy script
Add RAPPs blueprints
Add dcae-cli script for deploying RAPPs
Issue-ID: INT-1887
Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com>
Change-Id: I8aebf3e96b34d16e88432385c8fc61a42d283594
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..8405100 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# A1 Policy Enforcement use-case repository + +Goal of this use case is to present that: + +- A1-PE-Simulator can send VES events based on which a future sleeping cell can be detected +- R-APP can predict a sleeping cell +- R-APP can enforce an A1 policy for critical devices to avoid the cell for which a failure has been predicted +- R-APPs can be deployed in the DCAE Framework + +Assumptions: + +- R-APPs are DCAE Applications +- R-APP will provides REST API to the event store +- ONAP Policy Management Service and SDNR/A1 Adapter are used to enforce the A1 Policy +- Configuration of topology and user equipment are configured in A1-PE Simulator json file +- A1-PE Simulator is a CNF + +Repository contain: + +- operations/dcae - DCAE CLI that deploys RAPPs in the DCAE framework +- operations/scripts - helper scripts to support the use case |