Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

DRAFTThis page describes how to get the release E version of Non-RT RIC up and running locally with three separate Near-RT RIC A1 simulator docker containers providing STD_1.1.3, STD_2.0.0 and OSC_2.1.0 versions of the A1 interface.

...

Create a file job1.json with the job definition (replace paths <url<url-for-jod-data-delivery> and <url-for-jod-status-delivery> delivery> to fit your enviroment:

Code Block
languagebash
titlejob1.json
{
  "info_type_id": "ExampleInformationType",
  "job_result_uri": "<url-for-jod-data-delivery>",
  "job_owner": "job1owner",
  "status_notification_uri": "<url-for-jod-status-delivery>",
  "job_definition": {}
}

...

If the kafka type also used, setup a job for that type as well.

Create a file job2.json with the job definition (replace paths <url-for-jod-data-delivery> and <url-for-jod-status-delivery> to fit your enviroment:

...

Data posted on the kafka topic unauthenticated.dmaapadp_kafka.text will be delivered to the path as specified in the the job1.json.

Run the Dmaap Mediator Producer Docker Container

...