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