blob: 3b2ee3996765527a39633edd2f0dc3a7251d8a94 [file] [log] [blame]
BjornMagnussonXA9e5a42b2021-03-08 09:54:20 +01001# Introduction #
2
3This project consist of two rApps. A producer rApp producing weather forecast data for the next hour.
4The other rAPP consumes weather data a deploy a number of policies to each ric supporting the policy type.
5
6It is possible to run the rApps in docker - assuming that ecs and pms is up and running.
7
8For kubernetes, the rapps can be deployed using the the kube objects (services and deployments) via 'kubectl appy' or be installed via helm.
9
10Prerequsites:
11The namespace 'nonrtric-rapp' must exist prior to installation. (cmd: kubectl create namespace nonrtric-rapp)
12ECS and PMS need to be up and running.
13The rics need to have one or more of the following policy types installed, see dir pms_types
14
15demo-testdata/STD2/sim_qos2.json - a1 simulator version STD 2.0.0 - type name: STD_QOS2_0.1.0
16
17testdata/OSC/sim_1.json - for a1 simulator version OSC 2.1.0 - type name: OSC_Type1_1.0.0
18
19A1 simulator version 1.1.3 does not need policy types...
20
21
22
23