X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=code%2Fclient-scripts-ves-v7%2Fconfig;h=7e32c76441dbd6b34302989508e9d8f4043fcb06;hb=98b34d11c85627b74ecc2d38a32b36ea380879cb;hp=500d28bd2c2df694ba1513a35aa990a8b9bfcfdf;hpb=dde573c74442f104159c3ee1b5b886d1f300d807;p=oam.git diff --git a/code/client-scripts-ves-v7/config b/code/client-scripts-ves-v7/config index 500d28b..7e32c76 100644 --- a/code/client-scripts-ves-v7/config +++ b/code/client-scripts-ves-v7/config @@ -4,9 +4,9 @@ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at -# +# # https://www.apache.org/licenses/LICENSE-2.0 -# +# # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -15,11 +15,12 @@ # ################################################################################ -# Configuration for interface tests +# Configuration for interface tests ################################################################################ -# DCAE VES Collector communication end point -urlVes=https://localhost:8443/eventListener/v7 +# DCAE VES Collector communication end point +# urlVes=https://smo.o-ran-sc.org:8443/eventListener/v7 +urlVes=https://ves-collector.oam.smo.o-ran-sc.org/eventListener/v7 basicAuthVes=sample1:sample1 ################################################################################ @@ -33,7 +34,7 @@ eventType="O_RAN_COMPONENT" ################################################################################ # Information from document: SDN-R System Requirements # -# a. VendorA 1234 BestInClass (1234) +# a. VendorA pnf2 BestInClass (pnf2) # b. VendorA FancyNextGeneration (FYNG) # c. VendorB R2D2 NewFuture (R2D2) # d. VendorB 7200DEV (7DEV) @@ -42,7 +43,7 @@ eventType="O_RAN_COMPONENT" # g. VendorA PNF5G (NO5G) # h. VendorB PNF5G (VB5G) -# i. VendorC NGCell (NGCE) +# i. VendorC NGCell (NGCE) # j. VendorC O-RU (SCRU) # # z. SDN-R Controller itself (SDNR) @@ -54,80 +55,80 @@ declare -A vendorsByType; declare -A interfaceByType; pnfIdByType=( - [1234]=NSHMRIACQ01M01123401 - [fyng]=LKCYFL79Q01M01FYNG01 - [r2d2]=MMTSIL02Q01M01R2D201 - [7dev]=PRTNILACQ01M017DEV01 - [nsky]=O-RAN-FH-IPv6-01 + [pnf2]=NSHMRIACQ01M01pnf201 + [fyng]=LKCYFL79Q01M01FYNG01 + [r2d2]=MMTSIL02Q01M01R2D201 + [7dev]=PRTNILACQ01M017DEV01 + [nsky]=O-RAN-FH-IPv6-01 [1OSF]=SNSNFLR0Q01M011OSF01 - [no5g]=MMTSIL02Q01M01NO5G01 - [vb5g]=PRTNILACQ01M01VB5G01 - [ngce]=SEDNKSAHQ01M01NGCE01 + [no5g]=MMTSIL02Q01M01NO5G01 + [vb5g]=PRTNILACQ01M01VB5G01 + [ngce]=SEDNKSAHQ01M01NGCE01 [scru]=SNSNFLR0Q01M01SCRU01 [sdnr]=$(hostname --fqdn) ); modelByType=( - [1234]="1234 BestInClass" - [fyng]="FancyNextGeneration" - [r2d2]="R2D2 NewFuture" - [7dev]="7200DEV" - [nsky]="TheSkyIsTheLimit" + [pnf2]="pnf2 BestInClass" + [fyng]="FancyNextGeneration" + [r2d2]="R2D2 NewFuture" + [7dev]="7200DEV" + [nsky]="TheSkyIsTheLimit" [1OSF]="OpenSourceFirst" - [no5g]="PNF5G" - [vb5g]="PNF5G" - [ngce]="NGCell" + [no5g]="PNF5G" + [vb5g]="PNF5G" + [ngce]="NGCell" [scru]="O-RU" [sdnr]="ONAP Controller for Radio" ); oamIpByType=( - [1234]=10.10.10.11 - [fyng]=10.10.10.12 - [r2d2]=10.10.10.13 - [7dev]=10.10.10.14 - [nsky]=10.10.10.15 + [pnf2]=10.10.10.11 + [fyng]=10.10.10.12 + [r2d2]=10.10.10.13 + [7dev]=10.10.10.14 + [nsky]=10.10.10.15 [1OSF]=10.10.10.16 - [no5g]=10.10.10.17 - [vb5g]=10.10.10.18 - [ngce]=10.10.10.19 + [no5g]=10.10.10.17 + [vb5g]=10.10.10.18 + [ngce]=10.10.10.19 [scru]=10.10.10.20 [sdnr]=127.0.0.1 ); vendorsByType=( - [1234]=VendorA - [fyng]=VendorA - [r2d2]=VendorB - [7dev]=VendorB - [nsky]=VendorC + [pnf2]=VendorA + [fyng]=VendorA + [r2d2]=VendorB + [7dev]=VendorB + [nsky]=VendorC [1OSF]=VendorC - [no5g]=VendorA - [vb5g]=VendorB - [ngce]=VendorC + [no5g]=VendorA + [vb5g]=VendorB + [ngce]=VendorC [scru]=VendorC [sdnr]=ONAP ); interfaceByType=( - [1234]=LP-MWPS-RADIO - [fyng]=LP-MWPS-RADIO - [r2d2]=LP-MWPS-RADIO - [7dev]=LP-MWPS-RADIO - [nsky]=LP-MWPS-RADIO - [1OSF]=LP-MWPS-RADIO - [no5g]=LP-MWPS-RADIO - [vb5g]=LP-MWPS-RADIO - [ngce]=LP-MWPS-RADIO - [scru]=LP-MWPS-RADIO + [pnf2]=4af8681f-f2e4-4058-8052-4e9343ee7bf2 + [fyng]=4af8681f-f2e4-4058-8052-4e9343ee7bf2 + [r2d2]=4af8681f-f2e4-4058-8052-4e9343ee7bf2 + [7dev]=4af8681f-f2e4-4058-8052-4e9343ee7bf2 + [nsky]=4af8681f-f2e4-4058-8052-4e9343ee7bf2 + [1OSF]=4af8681f-f2e4-4058-8052-4e9343ee7bf2 + [no5g]=4af8681f-f2e4-4058-8052-4e9343ee7bf2 + [vb5g]=4af8681f-f2e4-4058-8052-4e9343ee7bf2 + [ngce]=4af8681f-f2e4-4058-8052-4e9343ee7bf2 + [scru]=4af8681f-f2e4-4058-8052-4e9343ee7bf2 [sdnr]=northbound-interface )