Update VES Client scripts supporting VES 7.2
[oam.git] / solution / dev / ves-test-collector / client-scripts-ves-v7 / README.md
index fc0b059..fbb5ed2 100644 (file)
@@ -1,6 +1,6 @@
-# O-RAN Components interfaceing with VES-Collector
+# O-RAN Components interfacing with VES-Collector
 
-Test scripts for interfaceing with DCAE.
+Test scripts for interfacing with DCAE.
 
 For ONAP Frankfurt the interface definition with DCAE is: [CommonEventFormat_30.1_ONAP.json](./json/schema/CommonEventFormat_30.1_ONAP.json).
 The ONAP VES version are described in [ONAP documentation](https://onap.readthedocs.io/en/latest/submodules/vnfrqts/requirements.git/docs/Chapter8/ves7_1spec.html).
@@ -9,25 +9,17 @@ For ONAP Frankfurt the interface definition with A&AI is: [add link when known](
 
 ## Prerequisites
 
-This git project must be cloned on a ubuntu maschine in order to execute the bash scripts.
+This git project must be cloned on a ubuntu machine in order to execute the bash scripts.
 DCAE provide REST interfaces. In order to perform HTTP request [cURL](https://curl.haxx.se/) is used. 
 
 In case cURL needs to be please use the following command in a terminal.
 
 ```
-sudo apt-get install curl 
+sudo apt install curl 
 ```
 
-For interfacing with cert (https) and key must be extracted acoording to
-https://wiki.web.att.com/pages/viewpage.action?spaceKey=SDNCDEV&title=Query+AAI+Using+Postman.
-```
-./_extractCertAndKey.sh
-```
-You will be ask to enter the "Input Password". 
-The password must not be shared here, please ask your admin.
-
-It is nessary to configure the DCAE servers for valid excecution of the bash scripts.
-Please update the varables in [config](-/config) accordintly to the test enviroment.
+It is necessary to configure the DCAE servers for valid execution of the bash scripts.
+Please update the variables in [config](-/config) accordingly to the test environment.
 
 ```
 urlVes=http://localhost:8443/eventListener/v7
@@ -36,14 +28,14 @@ basicAuthVes=ves:ves
 
 ## Concept
 
-Several tests scripts are avialable in the root of this project. 
+Several tests scripts are available in the root of this project. 
 The bash scripts will perform a cURL command to send a REST request to the A&AI or DCAE server.
 
 ![SDN-R NBIs](images/sndr-nbis.png "SDN-R NBIs" )
 
 ## Scripts
 
-This chapter descibes the several test scripts its usage and functions.
+This chapter describes the several test scripts its usage and functions.
 
 ### _example
 
@@ -53,23 +45,23 @@ This scripts calls all the other scripts in order to give valid examples and to
 ./_example.sh 
 ```
 
-Please see valid examples using the followfing command (or continue reading):
+Please see valid examples using the following command (or continue reading):
 
 ```
 cat _example.sh 
 ```
 
-### createPnf
+### pnfRegistration
 
 The script creates a PNF object in A&AI. The script requires one input parameter. This parameter defines the equipment type. Valid equipment types for 1806 and 1810 are [1234, FYNG, R2D2, 7DEV, nSky, 1OSF] according to document "295672 SDN-R System Requirements".
 
 ```
-./createPnf.sh 7DEV
+./pnfRegister.sh 7DEV
 ```
 
 ### sendHeartbeat
 
-The script sends a "heardbeat" from SDN-R to DCAE.
+The script sends a "heartbeat" from SDN-R to DCAE VES-Collector.
 
 The following example show the usage of this script:
 ```
@@ -87,7 +79,7 @@ This script send a VES message of domain "fault" to DCAE. It requires three comm
 
 3. **severity**: The severity of tha alarm as defined by [VES schema](./json/schema/CommonEventFormat_30.1_ONAP.json). 
 
-The following example show the usage of this script. The alarm "lossOfSignal" for equipment type "nSky" with severtiy "CRITICAL" will be send.
+The following example show the usage of this script. The alarm "lossOfSignal" for equipment type "nSky" with severity "CRITICAL" will be send.
 
 ```
 ./sendFault.sh nSky lossOfSignal CRITICAL
@@ -129,7 +121,7 @@ This script send a VES message of domain "fault" AND "heartbeat" as event list t
 
 3. **severity**: The severity of tha alarm as defined by [VES schema](./json/schema/CommonEventFormat_30.1_ONAP.json). 
 
-The following example show the usage of this script. The alarm "lossOfSignal" for equipment type "nSky" with severtiy "CRITICAL" will be send.
+The following example show the usage of this script. The alarm "lossOfSignal" for equipment type "nSky" with severity "CRITICAL" will be send.
 
 ```
 ./sendEventList.sh 1234 lossOfSignal CRITICAL