From e614282aa01da3c5e5aa8d9e7a5403dd42d64159 Mon Sep 17 00:00:00 2001 From: demx8as6 Date: Sat, 17 Sep 2022 12:16:29 +0200 Subject: [PATCH] Describe the usage of this docker-compose - Descriptions updated in related README files IssueID: OAM-284 Change-Id: I84d892849a166136cb80cd7a0aaab7f7a25afc49 Signed-off-by: demx8as6 --- solution/integration/README.md | 30 ++++++++++--------- solution/operation-and-maintenance/README.md | 45 ++++++++++++++++++---------- 2 files changed, 45 insertions(+), 30 deletions(-) diff --git a/solution/integration/README.md b/solution/integration/README.md index 8d3800e..01ca1c7 100644 --- a/solution/integration/README.md +++ b/solution/integration/README.md @@ -115,20 +115,22 @@ solution/integration/smo/oam/ves-collector/externalRepo/ │   └── blob │   ├── Rel16 │   │   └── OpenAPI -│   │   ├── 5gcNrm.yaml -│   │   ├── PerfMeasJobCtrlMnS.yaml -│   │   ├── README.md -│   │   ├── comDefs.yaml -│   │   ├── coslaNrm.yaml -│   │   ├── faultMnS.yaml -│   │   ├── fileDataReportingMnS.yaml -│   │   ├── genericNrm.yaml -│   │   ├── heartbeatNtf.yaml -│   │   ├── nrNrm.yaml -│   │   ├── perfMnS.yaml -│   │   ├── provMnS.yaml -│   │   ├── sliceNrm.yaml -│   │   └── streamingDataMnS.yaml +│   │ ├── TS28532_FaultMnS.yaml +│   │ ├── TS28532_FileDataReportingMnS.yaml +│   │ ├── TS28532_HeartbeatNtf.yaml +│   │ ├── TS28532_PerfMnS.yaml +│   │ ├── TS28532_ProvMnS.yaml +│   │ ├── TS28532_StreamingDataMnS.yaml +│   │ ├── TS28536_CoslaNrm.yaml +│   │ ├── TS28541_5GcNrm.yaml +│   │ ├── TS28541_NrNrm.yaml +│   │ ├── TS28541_SliceNrm.yaml +│   │ ├── TS28550_PerfMeasJobCtrlMnS.yaml +│   │ ├── TS28623_ComDefs.yaml +│   │ ├── TS28623_GenericNrm.yaml +│   │ ├── TS29512_Npcf_SMPolicyControl.yaml +│   │ ├── TS29514_Npcf_PolicyAuthorization.yaml +│   │ └── TS29571_CommonData.yaml │   └── SA88-Rel16 │   └── OpenAPI │   ├── 5gcNrm.yaml diff --git a/solution/operation-and-maintenance/README.md b/solution/operation-and-maintenance/README.md index 0a44991..8efef8e 100644 --- a/solution/operation-and-maintenance/README.md +++ b/solution/operation-and-maintenance/README.md @@ -26,7 +26,7 @@ with the following components. ... representing the NETCONF consumer on the Service Management and Orchestration framework (SMO) for the O1 interface based on - ODL-Phosphorus. + ODL. SDN-R comes with is own web-portal the external port is 8463. * **VES collector** @@ -97,20 +97,23 @@ solution/operation-and-maintenance/smo/oam/ves-collector/externalRepo/ │   └── blob │   ├── Rel16 │   │   └── OpenAPI -│   │   ├── 5gcNrm.yaml -│   │   ├── PerfMeasJobCtrlMnS.yaml │   │   ├── README.md -│   │   ├── comDefs.yaml -│   │   ├── coslaNrm.yaml -│   │   ├── faultMnS.yaml -│   │   ├── fileDataReportingMnS.yaml -│   │   ├── genericNrm.yaml -│   │   ├── heartbeatNtf.yaml -│   │   ├── nrNrm.yaml -│   │   ├── perfMnS.yaml -│   │   ├── provMnS.yaml -│   │   ├── sliceNrm.yaml -│   │   └── streamingDataMnS.yaml +│   │ ├── TS28532_FaultMnS.yaml +│   │ ├── TS28532_FileDataReportingMnS.yaml +│   │ ├── TS28532_HeartbeatNtf.yaml +│   │ ├── TS28532_PerfMnS.yaml +│   │ ├── TS28532_ProvMnS.yaml +│   │ ├── TS28532_StreamingDataMnS.yaml +│   │ ├── TS28536_CoslaNrm.yaml +│   │ ├── TS28541_5GcNrm.yaml +│   │ ├── TS28541_NrNrm.yaml +│   │ ├── TS28541_SliceNrm.yaml +│   │ ├── TS28550_PerfMeasJobCtrlMnS.yaml +│   │ ├── TS28623_ComDefs.yaml +│   │ ├── TS28623_GenericNrm.yaml +│   │ ├── TS29512_Npcf_SMPolicyControl.yaml +│   │ ├── TS29514_Npcf_PolicyAuthorization.yaml +│   │ └── TS29571_CommonData.yaml │   └── SA88-Rel16 │   └── OpenAPI │   ├── 5gcNrm.yaml @@ -216,10 +219,20 @@ A system user (%USER) is also created with administration rights. ``` docker-compose -f smo/oam/docker-compose.yml up -d -python smo/identity/config.py ``` -Please wait about 2min until all the service are up and running. +Looking into the ONAP SDN-R logs will give you the startup procedure. + +``` +docker logs -f sdnr +``` + +The startup was successful when you see the following line: + +``` +Everything OK in Certificate Installation +``` + If you see the login page (https://sdnc-web:8453) you are good to go and can start the (simulated) network. ``` -- 2.16.6