tree: 6b549541892e8083dba8dc3610fa7caed64a77d3 [path history] [tgz]
  1. rconsumer/
  2. rproducer/
  3. README.MD
producer-consumer-rapp/README.MD

Introduction

This project consist of two rApps. A producer rApp producing weather forecast data for the next hour. The other rAPP consumes weather data a deploy a number of policies to each ric supporting the policy type.

It is possible to run the rApps in docker - assuming that ecs and pms is up and running.

For kubernetes, the rapps can be deployed using the the kube objects (services and deployments) via 'kubectl appy' or be installed via helm.

Prerequsites: The namespace 'nonrtric-rapp' must exist prior to installation. (cmd: kubectl create namespace nonrtric-rapp) ECS and PMS need to be up and running. The rics need to have one or more of the following policy types installed, see dir pms_types

demo-testdata/STD2/sim_qos2.json - a1 simulator version STD 2.0.0 - type name: STD_QOS2_0.1.0

testdata/OSC/sim_1.json - for a1 simulator version OSC 2.1.0 - type name: OSC_Type1_1.0.0

A1 simulator version 1.1.3 does not need policy types...