Fix documentation for ccsdk/oran for guilin branch 00/119300/2
authorecaiyanlinux <martin.c.yan@est.tech>
Mon, 15 Mar 2021 10:43:15 +0000 (11:43 +0100)
committerecaiyanlinux <martin.c.yan@est.tech>
Mon, 15 Mar 2021 10:58:27 +0000 (11:58 +0100)
Issue-ID: CCSDK-3201
Signed-off-by: ecaiyanlinux <martin.c.yan@est.tech>
Change-Id: Icd5cf38ce243389d2c7a4b73b27af5816701c233

a1-policy-management/README.md
docs/guide/developer-guide.rst

index 4489a2c..cdc02fd 100644 (file)
@@ -28,7 +28,7 @@ volumes:
 The target paths in the container should not be modified.
 
 Example docker run command for mounting new files (assuming they are located in the current directory):
-docker run -p 8081:8081 -p 8433:8433 --name=PMS-container --network=oran-docker-net --volume "$PWD/new_keystore.jks:/opt/app/policy-agent/etc/cert/keystore.jks" --volume "$PWD/new_truststore.jks:/opt/app/policy-agent/etc/cert/truststore.jks" --volume "$PWD/new_application.yaml:/opt/app/policy-agent/config/application.yaml" onap/ccsdk-oran-a1policymanagementservice:1.0.0-SNAPSHOT
+docker run -p 8081:8081 -p 8433:8433 --name=PMS-container --network=oran-docker-net --volume "$PWD/new_keystore.jks:/opt/app/policy-agent/etc/cert/keystore.jks" --volume "$PWD/new_truststore.jks:/opt/app/policy-agent/etc/cert/truststore.jks" --volume "$PWD/new_application.yaml:/opt/app/policy-agent/config/application.yaml" onap/ccsdk-oran-a1policymanagementservice:1.0.3-SNAPSHOT
 
 To Run Policy Management Service in Local:
 In the folder /opt/app/policy-agent/config/, create a soft link with below command,
index f2c8b25..bf4dda8 100644 (file)
@@ -137,8 +137,7 @@ the volumes field should have these entries: ::
 The target paths in the container should not be modified.
 
 Example docker run command for mounting new files (assuming they are located in the current directory): ::
-
-   docker run -p 8081:8081 -p 8433:8433 --name=policy-agent-container --network=nonrtric-docker-net --volume "$PWD/new_keystore.jks:/opt/app/policy-agent/etc/cert/keystore.jks" --volume "$PWD/new_truststore.jks:/opt/app/policy-agent/etc/cert/truststore.jks" --volume "$PWD/new_application.yaml:/opt/app/policy-agent/config/application.yaml" o-ran-sc/nonrtric-policy-agent:2.1.0-SNAPSHOT
+   docker run -p 8081:8081 -p 8433:8433 --name=PMS-container --network=oran-docker-net --volume "$PWD/new_keystore.jks:/opt/app/policy-agent/etc/cert/keystore.jks" --volume "$PWD/new_truststore.jks:/opt/app/policy-agent/etc/cert/truststore.jks" --volume "$PWD/new_application.yaml:/opt/app/policy-agent/config/application.yaml" onap/ccsdk-oran-a1policymanagementservice:1.0.3-SNAPSHOT
 
 A1 Adapter (Internal)
 +++++++++++++++++++++