Intial version for solution/dev
authordemx8as6 <martin.skorupski@highstreet-technologies.com>
Wed, 18 Sep 2019 06:53:26 +0000 (08:53 +0200)
committerMartin Skorupski <martin.skorupski@highstreet-technologies.com>
Wed, 18 Sep 2019 07:27:26 +0000 (07:27 +0000)
commitf58b3e1c0d88c9c403cbbef28cb36fa2f1b6bf86
tree0f4c45eb5fe8b196cb6947cf796703aa0f47cd75
parent2c1023c4053ed30de38bc7e2486738fb3c730536
Intial version for solution/dev

The purpose of this directory is to provide an setups for
O-RAN component developers, who need to implement the O1 interface provider.

The SMO (Service Management and Orchestration) basically contains an
OpenDaylight based NetConf Client, which is also used by the ONAP
project an a VES Test Collector.

IssueID: OAM-10
Change-Id: I432b16a907bf9c2fc2294d45eb4404beeb2e6796
Signed-off-by: demx8as6 <martin.skorupski@highstreet-technologies.com>
36 files changed:
.gitignore
solution/dev/README.md [new file with mode: 0644]
solution/dev/smo/.env [new file with mode: 0644]
solution/dev/smo/README.md [new file with mode: 0644]
solution/dev/smo/docker-compose.yml [new file with mode: 0644]
solution/dev/smo/resources/CommonEventFormat_28.4.1.json [new file with mode: 0644]
solution/dev/smo/resources/CommonEventFormat_30.0.1.json [new file with mode: 0644]
solution/dev/smo/resources/CommonEventFormat_30.1_ONAP.json [new file with mode: 0644]
solution/dev/smo/resources/devicemanager.properties [new file with mode: 0644]
solution/dev/smo/resources/go-collector.sh [new file with mode: 0755]
solution/dev/smo/resources/org.ops4j.pax.logging.cfg [new file with mode: 0644]
solution/dev/ves-test-collector/.env [new file with mode: 0644]
solution/dev/ves-test-collector/README.md [new file with mode: 0644]
solution/dev/ves-test-collector/client-scripts-ves-v7/README.md [new file with mode: 0644]
solution/dev/ves-test-collector/client-scripts-ves-v7/_example.sh [new file with mode: 0755]
solution/dev/ves-test-collector/client-scripts-ves-v7/config [new file with mode: 0644]
solution/dev/ves-test-collector/client-scripts-ves-v7/jcurl.sh [new file with mode: 0755]
solution/dev/ves-test-collector/client-scripts-ves-v7/json/schema/CommonEventFormat_28.4.1.json [new file with mode: 0644]
solution/dev/ves-test-collector/client-scripts-ves-v7/json/schema/CommonEventFormat_30.0.1.json [new file with mode: 0644]
solution/dev/ves-test-collector/client-scripts-ves-v7/json/schema/CommonEventFormat_30.1_ONAP.json [new file with mode: 0644]
solution/dev/ves-test-collector/client-scripts-ves-v7/json/templates/fault.json [new file with mode: 0644]
solution/dev/ves-test-collector/client-scripts-ves-v7/json/templates/heartbeat.json [new file with mode: 0644]
solution/dev/ves-test-collector/client-scripts-ves-v7/json/templates/measurement.json [new file with mode: 0644]
solution/dev/ves-test-collector/client-scripts-ves-v7/json/templates/pnfRegistration.json [new file with mode: 0644]
solution/dev/ves-test-collector/client-scripts-ves-v7/json/templates/thresholdCrossingAlert.json [new file with mode: 0644]
solution/dev/ves-test-collector/client-scripts-ves-v7/pnfRegister.sh [new file with mode: 0755]
solution/dev/ves-test-collector/client-scripts-ves-v7/send15minPm.sh [new file with mode: 0755]
solution/dev/ves-test-collector/client-scripts-ves-v7/sendFault.sh [new file with mode: 0755]
solution/dev/ves-test-collector/client-scripts-ves-v7/sendHeartbeat.sh [new file with mode: 0755]
solution/dev/ves-test-collector/client-scripts-ves-v7/sendTca.sh [new file with mode: 0755]
solution/dev/ves-test-collector/docker-compose.yml [new file with mode: 0644]
solution/dev/ves-test-collector/resources/CommonEventFormat_28.4.1.json [new file with mode: 0644]
solution/dev/ves-test-collector/resources/CommonEventFormat_30.0.1.json [new file with mode: 0644]
solution/dev/ves-test-collector/resources/CommonEventFormat_30.1_ONAP.json [new file with mode: 0644]
solution/dev/ves-test-collector/resources/go-collector.sh [new file with mode: 0755]
solution/integration/README.md [new file with mode: 0644]