Fix documents for drools-pdp 02/101702/2
authorRam Krishna Verma <ram_krishna.verma@bell.ca>
Thu, 13 Feb 2020 18:41:20 +0000 (13:41 -0500)
committerRam Krishna Verma <ram_krishna.verma@bell.ca>
Fri, 14 Feb 2020 15:19:56 +0000 (10:19 -0500)
Issue-ID: POLICY-2366
Change-Id: I5e832a882fbfd70747242734b2c1eb3a26e795a4
Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
docs/drools/tutorial_cl.rst
docs/drools/tutorial_vDNS.rst
docs/drools/tutorial_vFW.rst

index 323ca62..ee719ca 100644 (file)
@@ -32,11 +32,13 @@ without companion components.
         sed -i "s/^RELEASE_REPOSITORY_ID=.*$/RELEASE_REPOSITORY_ID=/g" base.conf
         sed -i "s/^RELEASE_REPOSITORY_URL=.*$/RELEASE_REPOSITORY_URL=/g" base.conf
 
+        Note: For MacOS use - sed -i'' -e "s/^SQL_HOST=.*$/SQL_HOST=/g" base.conf and similar for all sed commands.
+
 **Step 3:** Open a *bash* shell into the PDP-D Control Loop container.
 
     .. code-block:: bash
 
-        docker run --rm --env-file config/base.conf --env-file feature-healthcheck.conf -p 9696:9696 -p 6969:6969 -it --name pdpd -h pdpd nexus3.onap.org:10001/onap/policy-pdpd-cl:1.4.1 bash
+        docker run --rm --env-file config/base.conf -p 9696:9696 -p 6969:6969 -it --name pdpd -h pdpd nexus3.onap.org:10001/onap/policy-pdpd-cl:1.4.1 bash
 
 **Step 4:** Disable the distributed-locking feature, since this is a single CL PDP-D instance.
 
@@ -65,13 +67,13 @@ without companion components.
         sed -i "s/^guard.disabled=*$/guard.disabled=true/g" $POLICY_HOME/config/controlloop.properties.environment
         sed -i "s/^aai.customQuery=*$/aai.customQuery=false/g" $POLICY_HOME/config/controlloop.properties.environment
 
-**Step 5:** Start the CL PDP-D.
+**Step 8:** Start the CL PDP-D.
 
     .. code-block:: bash
 
         policy start
 
-**Step 6:** Place the CL PDP-D in *ACTIVE* mode.
+**Step 9:** Place the CL PDP-D in *ACTIVE* mode.
 
     .. code-block:: bash
 
index dc1823d..e9056b3 100644 (file)
@@ -41,7 +41,7 @@ Running the Flow
            "messageName": "PDP_UPDATE",
            "requestId": "a7a32d3b-37b4-4fb7-9322-b90c6a6fe365",
            "timestampMs": 1556125347251,
-           "name": "PDPDcl",
+           "name": "pdpd",
            "pdpGroup": "controlloop",
            "pdpSubgroup": "drools"
         }
index 5162cf3..02ebb7a 100644 (file)
@@ -43,7 +43,7 @@ Running the Flow
            "messageName": "PDP_UPDATE",
            "requestId": "a7a32d3b-37b4-4fb7-9322-b90c6a6fe365",
            "timestampMs": 1556125347251,
-           "name": "PDPDcl",
+           "name": "pdpd",
            "pdpGroup": "controlloop",
            "pdpSubgroup": "drools"
         }