Try to run in a bash shell within the container: “policy stop; policy start” to 
restart it, and then run the telemetry command that I mentioned below and see 
you get the output you expect ..
-Jorge

From: Badr Eddine Aouled Yahia [mailto:[email protected]]
Sent: Friday, July 06, 2018 6:25 PM
To: HERNANDEZ-HERRERO, JORGE <[email protected]>
Cc: [email protected]
Subject: Re: [onap-discuss] Failed to update vfw policy

Here is may env.sh file, nothing wierd in it !!

policy@drools:/opt/app/policy/etc/profile.d$<mailto:policy@drools:/opt/app/policy/etc/profile.d$>
 cat env.sh
###
# 
============LICENSE_START=====================================================  
                                                                                
      ==
# Base Package
# 
==============================================================================  
                                                                                
      ==
# Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
# 
==============================================================================  
                                                                                
      ==
# 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
#
#      
http://www.apache.org/licenses/LICENSE-2.0<https://urldefense.proofpoint.com/v2/url?u=http-3A__www.apache.org_licenses_LICENSE-2D2.0&d=DwMGaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=AOclne09odx6cmeimzFUhQ&m=pDTvYHMRhJx1eRHJKr4mvCfPrjAC3DxmLb8owGSuDA0&s=7lC2MPzlgPLaO6nio8ygmzMTYUXTsQZ_eVuDYyuyw3s&e=>
#
# 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.
# See the License for the specific language governing permissions and
# limitations under the License.
# 
============LICENSE_END=======================================================  
                                                                                
      ==
###

export POLICY_HOME=/opt/app/policy
export POLICY_LOGS=/var/log/onap/policy/pdpd
export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
export ENGINE_MANAGEMENT_USER=@1b3rt
export ENGINE_MANAGEMENT_PASSWORD=31nst31n
export ENGINE_MANAGEMENT_PORT=9696
export ENGINE_MANAGEMENT_HOST=0.0.0.0

for x in $POLICY_HOME/bin $JAVA_HOME/bin $HOME/bin ; do
  if [ -d $x ] ; then
    case ":$PATH:" in
      *":$x:"*) :;; # already there
      *) PATH="$x:$PATH";;
    esac
  fi
done

I also tried to run telemetry command, i got into the http prompt.

2018-07-07 0:55 GMT+02:00 HERNANDEZ-HERRERO, JORGE 
<[email protected]<mailto:[email protected]>>:
Hello,

I think this is the important piece in the output:

Restarting PDP-D ..

/opt/app/policy/etc/profile.d/env.sh: -c: line 0: unexpected EOF while looking 
for matching `"'
/opt/app/policy/etc/profile.d/env.sh: -c: line 1: syntax error: unexpected end 
of file
./update-fw-policy.sh: line 69: policy: command not found
PE300 - Data Issue: Operation unsuccessful, unable to complete the request!
Not sure why there is corruption in your  env.sh file, but take a look, by 
doing a docker exec into your drools container and inspecting that file.   In 
any case, after you log in into the drools container, restart drools (which is 
what that script is doing) by issuing “policy stop; policy start” command (but 
that depends on the env.sh being correct).

You can verify within the container by issuing these commands in a bash shell:


1.       telemetry

2.       get 
controllers/amsterdam/drools/facts/closedloop-amsterdam/org.onap.policy.controlloop.Params

Verify that your changes took effect in the encoded yaml of the operational 
policy output.

Jorge

From: [email protected]<mailto:[email protected]> 
[mailto:[email protected]<mailto:[email protected]>] On 
Behalf Of A. Yahia Badr Eddine
Sent: Friday, July 06, 2018 5:12 PM
To: [email protected]<mailto:[email protected]>
Subject: [onap-discuss] Failed to update vfw policy

Hello,
I am running the close loop for the vFW, and i i am blocked in the policy 
updating step.
When executing the script, i recieve the following response:
The error in the response is highlighted.

Removing the vFW Policy from PDP..


* Hostname was NOT found in DNS cache
*   Trying 127.0.0.1...
* Connected to localhost (127.0.0.1) port 8081 (#0)
> DELETE /pdp/api/deletePolicy HTTP/1.1
> User-Agent: curl/7.35.0
> Host: localhost:8081
> Content-Type: application/json
> Accept: text/plain
> ClientAuth: cHl0aG9uOnRlc3Q=
> Authorization: Basic dGVzdHBkcDphbHBoYTEyMw==
> Environment: TEST
> Content-Length: 128
>
* upload completely sent off: 128 out of 128 bytes
< HTTP/1.1 200 OK
* Server Apache-Coyote/1.1 is not blacklisted
< Server: Apache-Coyote/1.1
< Content-Type: text/plain;charset=ISO-8859-1
< Content-Length: 91
< Date: Fri, 06 Jul 2018 21:31:16 GMT
<
* Connection #0 to host localhost left intact
Transaction ID: 55ddcbbe-be13-4206-be6d-cc82c048bae9 --The policy was 
successfully deleted.

Updating vFW Operational Policy ..

* Hostname was NOT found in DNS cache
*   Trying 127.0.0.1...
* Connected to localhost (127.0.0.1) port 8081 (#0)
> PUT /pdp/api/updatePolicy HTTP/1.1
> User-Agent: curl/7.35.0
> Host: localhost:8081
> Content-Type: application/json
> Accept: text/plain
> ClientAuth: cHl0aG9uOnRlc3Q=
> Authorization: Basic dGVzdHBkcDphbHBoYTEyMw==
> Environment: TEST
> Content-Length: 1455
> Expect: 100-continue
>
< HTTP/1.1 100 Continue
< HTTP/1.1 400 Bad Request
* Server Apache-Coyote/1.1 is not blacklisted
< Server: Apache-Coyote/1.1
< Content-Type: text/plain;charset=ISO-8859-1
< Content-Length: 75
< Date: Fri, 06 Jul 2018 21:31:36 GMT
< Connection: close
<
* Closing connection 0
PE300 - Data Issue: Operation unsuccessful, unable to complete the request!

Pushing the vFW Policy ..


* Hostname was NOT found in DNS cache
*   Trying 127.0.0.1...
* Connected to localhost (127.0.0.1) port 8081 (#0)
> PUT /pdp/api/pushPolicy HTTP/1.1
> User-Agent: curl/7.35.0
> Host: localhost:8081
> Content-Type: application/json
> Accept: text/plain
> ClientAuth: cHl0aG9uOnRlc3Q=
> Authorization: Basic dGVzdHBkcDphbHBoYTEyMw==
> Environment: TEST
> Content-Length: 99
>
* upload completely sent off: 99 out of 99 bytes
< HTTP/1.1 200 OK
* Server Apache-Coyote/1.1 is not blacklisted
< Server: Apache-Coyote/1.1
< Content-Type: text/plain;charset=ISO-8859-1
< Content-Length: 162
< Date: Fri, 06 Jul 2018 21:31:41 GMT
<
* Connection #0 to host localhost left intact
Transaction ID: bc9b70da-c34e-4593-8bf3-799ef30271d3 --Policy 
'com.Config_BRMS_Param_BRMSParamvFirewall.1.xml' was successfully pushed to the 
PDP group 'default'.

Restarting PDP-D ..

/opt/app/policy/etc/profile.d/env.sh: -c: line 0: unexpected EOF while looking 
for matching `"'
/opt/app/policy/etc/profile.d/env.sh: -c: line 1: syntax error: unexpected end 
of file
./update-fw-policy.sh: line 69: policy: command not found
PE300 - Data Issue: Operation unsuccessful, unable to complete the request!


PDP-D amsterdam maven coordinates ..


* Hostname was NOT found in DNS cache
*   Trying 127.0.0.1...
* Connected to localhost (127.0.0.1) port 9696 (#0)
* Server auth using Basic with user '@1b3rt'
> GET /policy/pdp/engine/controllers/amsterdam/drools HTTP/1.1
> Authorization: Basic QDFiM3J0OjMxbnN0MzFu
> User-Agent: curl/7.35.0
> Host: localhost:9696
> Accept: */*
>
< HTTP/1.1 200 OK
< Date: Fri, 06 Jul 2018 21:32:21 GMT
< Content-Type: application/json
< Content-Length: 5734
* Server Jetty(9.3.20.v20170531) is not blacklisted
< Server: Jetty(9.3.20.v20170531)
<
{ [data not shown]
* Connection #0 to host localhost left intact

{
    "alive": true,
    "artifactId": "policy-amsterdam-rules",
    "brained": true,
    "groupId": "org.onap.policy-engine.drools.amsterdam",
    "locked": false,
    "modelClassLoaderHash": 928916527,
    "recentSinkEvents": [],
    "recentSourceEvents": [
        {
            "body": {
                "commonHeader": {
                    "apiVer": "2.00",
                    "flags": {},
                    "originatorId": "e24cb590207a",
                    "requestId": "f8ddaf84-2bcd-4edd-b4b7-413be548c263",
                    "subRequestId": "1817fc0c-b199-4c68-b480-a60d83c1f040",
                    "timeStamp": {
                        "epochSecond": 1530699964,
                        "nano": 140000000
                    }
                },
                "payload": "",
                "status": {
                    "code": 401,
                    "message": "Results not found in GET for response"
                }
            },
            "cambriaPartition": null,
            "correlationId": 
"f8ddaf84-2bcd-4edd-b4b7-413be548c263-1817fc0c-b199-4c68-b480-a60d83c1f040",
            "rpcName": "configure",
            "type": "response",
            "version": null
        },
        {
            "body": {
                "commonHeader": {
                    "apiVer": "2.00",
                    "flags": {},
                    "originatorId": "d5d7a93710c1",
                    "requestId": "57779940-86b9-48a2-a2d7-f96bfd398c13",
                    "subRequestId": "f344f22b-c091-436c-b734-08214bb6f1c4",
                    "timeStamp": {
                        "epochSecond": 1530700171,
                        "nano": 275000000
                    }
                },
                "payload": null,
                "status": {
                    "code": 501,
                    "message": "Unable to Update A&AI. "
                }
            },
            "cambriaPartition": null,
            "correlationId": 
"57779940-86b9-48a2-a2d7-f96bfd398c13-f344f22b-c091-436c-b734-08214bb6f1c4",
            "rpcName": "Configure",
            "type": "response",
            "version": null
        },
        {
            "body": {
                "commonHeader": {
                    "apiVer": "2.00",
                    "flags": {},
                    "originatorId": "d5d7a93710c1",
                    "requestId": "57779940-86b9-48a2-a2d7-f96bfd398c13",
                    "subRequestId": "f344f22b-c091-436c-b734-08214bb6f1c4",
                    "timeStamp": {
                        "epochSecond": 1530700171,
                        "nano": 275000000
                    }
                },
                "payload": 
"{\"Fanch\":{\"GroupName\":\"ansible\",\"StatusCode\":200,\"StatusMessage\":\"SUCCESS\"}}",
                "status": {
                    "code": 400,
                    "message": "SUCCESS - request has been processed 
successfully"
                }
            },
            "cambriaPartition": null,
            "correlationId": 
"57779940-86b9-48a2-a2d7-f96bfd398c13-f344f22b-c091-436c-b734-08214bb6f1c4",
            "rpcName": "configure",
            "type": "response",
            "version": null
        },
        {
            "body": {
                "commonHeader": {
                    "apiVer": "2.00",
                    "flags": {},
                    "originatorId": "5b598f730639",
                    "requestId": "9f8fe9fb-1282-482b-8ded-41f8b3e3acd4",
                    "subRequestId": "bbfe83fe-ba7d-4e0b-88e9-b42b9dcdfe12",
                    "timeStamp": {
                        "epochSecond": 1530700325,
                        "nano": 815000000
                    }
                },
                "payload": null,
                "status": {
                    "code": 501,
                    "message": "Unable to Update A&AI. "
                }
            },
            "cambriaPartition": null,
            "correlationId": 
"9f8fe9fb-1282-482b-8ded-41f8b3e3acd4-bbfe83fe-ba7d-4e0b-88e9-b42b9dcdfe12",
            "rpcName": "Configure",
            "type": "response",
            "version": null
        },
        {
            "body": {
                "commonHeader": {
                    "apiVer": "2.00",
                    "flags": {},
                    "originatorId": "5b598f730639",
                    "requestId": "9f8fe9fb-1282-482b-8ded-41f8b3e3acd4",
                    "subRequestId": "bbfe83fe-ba7d-4e0b-88e9-b42b9dcdfe12",
                    "timeStamp": {
                        "epochSecond": 1530700325,
                        "nano": 815000000
                    }
                },
                "payload": 
"{\"Fanch\":{\"GroupName\":\"ansible\",\"StatusCode\":200,\"StatusMessage\":\"SUCCESS\"}}",
                "status": {
                    "code": 400,
                    "message": "SUCCESS - request has been processed 
successfully"
                }
            },
            "cambriaPartition": null,
            "correlationId": 
"9f8fe9fb-1282-482b-8ded-41f8b3e3acd4-bbfe83fe-ba7d-4e0b-88e9-b42b9dcdfe12",
            "rpcName": "configure",
            "type": "response",
            "version": null
        },
        {
            "body": {
                "commonHeader": {
                    "apiVer": "2.00",
                    "flags": {},
                    "originatorId": "b1a9e87fb29c",
                    "requestId": "6ebdd5cd-8970-4d18-9b35-7d57e33933f9",
                    "subRequestId": "a025c6e0-b020-453c-9ba8-8f41f39dc790",
                    "timeStamp": {
                        "epochSecond": 1530701339,
                        "nano": 232000000
                    }
                },
                "payload": "",
                "status": {
                    "code": 401,
                    "message": "Unable to Merge Template and Data Information"
                }
            },
            "cambriaPartition": null,
            "correlationId": 
"6ebdd5cd-8970-4d18-9b35-7d57e33933f9-a025c6e0-b020-453c-9ba8-8f41f39dc790",
            "rpcName": "configure",
            "type": "response",
            "version": null
        },
        {
            "body": {
                "commonHeader": {
                    "apiVer": "2.00",
                    "flags": {},
                    "originatorId": "eef900600f4f",
                    "requestId": "7d7b23ec-690e-49d3-8482-fb4c899797b1",
                    "subRequestId": "601519a8-36a6-4e8b-97c5-6967f9d020c9",
                    "timeStamp": {
                        "epochSecond": 1530701430,
                        "nano": 939000000
                    }
                },
                "payload": "",
                "status": {
                    "code": 401,
                    "message": "Expected a ',' or '}' at character 103 of 
{\"request-parameters\": {\"vnf-host-ip-address\":\"10.0.2.1\"}, 
\"configuration-parameters\":{\"vnf-name\": \"{\"title\": \"Mon ultra super 
moi\", \"header\":\"Aloha\"}\", \"node\":\"Fanch\"} }"
                }
            },
            "cambriaPartition": null,
            "correlationId": 
"7d7b23ec-690e-49d3-8482-fb4c899797b1-601519a8-36a6-4e8b-97c5-6967f9d020c9",
            "rpcName": "configure",
            "type": "response",
            "version": null
        },
        {
            "body": {
                "commonHeader": {
                    "apiVer": "2.00",
                    "flags": {},
                    "originatorId": "ca84fba62051",
                    "requestId": "5941488e-33b8-4eb5-9fcc-a8fb40e7a7c8",
                    "subRequestId": "fd1ddcff-91d7-46db-b15e-83277c0a70ea",
                    "timeStamp": {
                        "epochSecond": 1530701882,
                        "nano": 138000000
                    }
                },
                "payload": "",
                "status": {
                    "code": 401,
                    "message": "FINISHED"
                }
            },
            "cambriaPartition": null,
            "correlationId": 
"5941488e-33b8-4eb5-9fcc-a8fb40e7a7c8-fd1ddcff-91d7-46db-b15e-83277c0a70ea",
            "rpcName": "configure",
            "type": "response",
            "version": null
        },
        {
            "body": {
                "commonHeader": {
                    "apiVer": "2.00",
                    "flags": {},
                    "originatorId": "a8af0fcf4c76",
                    "requestId": "cfe0e155-2021-4838-802f-2ead6d9a2d20",
                    "subRequestId": "78fed58c-1f86-4377-93d1-a3a068779bab",
                    "timeStamp": {
                        "epochSecond": 1530702198,
                        "nano": 951000000
                    }
                },
                "payload": "",
                "status": {
                    "code": 401,
                    "message": "FINISHED"
                }
            },
            "cambriaPartition": null,
            "correlationId": 
"cfe0e155-2021-4838-802f-2ead6d9a2d20-78fed58c-1f86-4377-93d1-a3a068779bab",
            "rpcName": "configure",
            "type": "response",
            "version": null
        },
        {
            "body": {
                "commonHeader": {
                    "apiVer": "2.00",
                    "flags": {},
                    "originatorId": "c06e4c1f7d0a",
                    "requestId": "6d319789-1421-4b22-af96-e6943f227d7b",
                    "subRequestId": "fba4c840-b935-4330-979c-629ea85b8b81",
                    "timeStamp": {
                        "epochSecond": 1530703027,
                        "nano": 776000000
                    }
                },
                "payload": "",
                "status": {
                    "code": 401,
                    "message": "Unable to Merge Template and Data Information"
                }
            },
            "cambriaPartition": null,
            "correlationId": 
"6d319789-1421-4b22-af96-e6943f227d7b-fba4c840-b935-4330-979c-629ea85b8b81",
            "rpcName": "configure",
            "type": "response",
            "version": null
        }
    ],
    "sessionCoordinates": [
        
"org.onap.policy-engine.drools.amsterdam:policy-amsterdam-rules:2.0.0:closedloop-amsterdam"
    ],
    "sessions": [
        "closedloop-amsterdam"
    ],
    "version": "2.0.0"
}

PDP-D control loop updated ..


* Hostname was NOT found in DNS cache
*   Trying 127.0.0.1...
* Connected to localhost (127.0.0.1) port 9696 (#0)
* Server auth using Basic with user '@1b3rt'
> GET 
> /policy/pdp/engine/controllers/amsterdam/drools/facts/closedloop-amsterdam/org.onap.policy.controlloop.Params
>  HTTP/1.1
> Authorization: Basic QDFiM3J0OjMxbnN0MzFu
> User-Agent: curl/7.35.0
> Host: localhost:9696
> Accept: */*
>
< HTTP/1.1 200 OK
< Date: Fri, 06 Jul 2018 21:32:22 GMT
< Content-Type: application/json
< Transfer-Encoding: chunked
* Server Jetty(9.3.20.v20170531) is not blacklisted
< Server: Jetty(9.3.20.v20170531)
<
{ [data not shown]
* Connection #0 to host localhost left intact
[
    {
        "closedLoopControlName": 
"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a",
        "controlLoopYaml": 
"controlLoop%3A%0D%0A++version%3A+2.0.0%0D%0A++controlLoopName%3A+ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a%0D%0A++trigger_policy%3A+unique-policy-id-1-modifyConfig%0D%0A++timeout%3A+1200%0D%0A++abatement%3A+false%0D%0A+%0D%0Apolicies%3A%0D%0A++-+id%3A+unique-policy-id-1-modifyConfig%0D%0A++++name%3A+modify+packet+gen+config%0D%0A++++description%3A%0D%0A++++actor%3A+APPC%0D%0A++++recipe%3A+ModifyConfig%0D%0A++++target%3A%0D%0A++++++%23+TBD+-+Cannot+be+known+until+instantiation+is+done%0D%0A++++++resourceID%3A+Eace933104d443b496b8.nodes.heat.vpg%0D%0A++++++type%3A+VNF%0D%0A++++retry%3A+0%0D%0A++++timeout%3A+300%0D%0A++++success%3A+final_success%0D%0A++++failure%3A+final_failure%0D%0A++++failure_timeout%3A+final_failure_timeout%0D%0A++++failure_retries%3A+final_failure_retries%0D%0A++++failure_exception%3A+final_failure_exception%0D%0A++++failure_guard%3A+final_failure_guard"
    },
    {
        "closedLoopControlName": 
"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a",
        "controlLoopYaml": 
"controlLoop%3A%0D%0A++version%3A+2.0.0%0D%0A++controlLoopName%3A+ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a%0D%0A++trigger_policy%3A+unique-policy-id-1-modifyConfig%0D%0A++timeout%3A+1200%0D%0A++abatement%3A+false%0D%0A+%0D%0Apolicies%3A%0D%0A++-+id%3A+unique-policy-id-1-modifyConfig%0D%0A++++name%3A+modify+packet+gen+config%0D%0A++++description%3A%0D%0A++++actor%3A+APPC%0D%0A++++recipe%3A+ModifyConfig%0D%0A++++target%3A%0D%0A++++++%23+TBD+-+Cannot+be+known+until+instantiation+is+done%0D%0A++++++resourceID%3A+Eace933104d443b496b8.nodes.heat.vpg%0D%0A++++++type%3A+VNF%0D%0A++++retry%3A+0%0D%0A++++timeout%3A+300%0D%0A++++success%3A+final_success%0D%0A++++failure%3A+final_failure%0D%0A++++failure_timeout%3A+final_failure_timeout%0D%0A++++failure_retries%3A+final_failure_retries%0D%0A++++failure_exception%3A+final_failure_exception%0D%0A++++failure_guard%3A+final_failure_guard"
    },
    {
        "closedLoopControlName": 
"ControlLoop-vDNS-6f37f56d-a87d-4b85-b6a9-cc953cf779b3",
        "controlLoopYaml": 
"controlLoop%3A%0D%0A++version%3A+2.0.0%0D%0A++controlLoopName%3A+ControlLoop-vDNS-6f37f56d-a87d-4b85-b6a9-cc953cf779b3%0D%0A++trigger_policy%3A+unique-policy-id-1-scale-up%0D%0A++timeout%3A+1200%0D%0A++abatement%3A+false%0D%0Apolicies%3A%0D%0A++-+id%3A+unique-policy-id-1-scale-up%0D%0A++++name%3A+Create+a+new+VF+Module%0D%0A++++description%3A%0D%0A++++actor%3A+SO%0D%0A++++recipe%3A+VF+Module+Create%0D%0A++++target%3A%0D%0A++++++type%3A+VNF%0D%0A++++retry%3A+0%0D%0A++++timeout%3A+1200%0D%0A++++success%3A+final_success%0D%0A++++failure%3A+final_failure%0D%0A++++failure_timeout%3A+final_failure_timeout%0D%0A++++failure_retries%3A+final_failure_retries%0D%0A++++failure_exception%3A+final_failure_exception%0D%0A++++failure_guard%3A+final_failure_guard"
    },
    {
        "closedLoopControlName": 
"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a",
        "controlLoopYaml": 
"controlLoop%3A%0D%0A++version%3A+2.0.0%0D%0A++controlLoopName%3A+ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a%0D%0A++trigger_policy%3A+unique-policy-id-1-modifyConfig%0D%0A++timeout%3A+1200%0D%0A++abatement%3A+false%0D%0A+%0D%0Apolicies%3A%0D%0A++-+id%3A+unique-policy-id-1-modifyConfig%0D%0A++++name%3A+modify+packet+gen+config%0D%0A++++description%3A%0D%0A++++actor%3A+APPC%0D%0A++++recipe%3A+ModifyConfig%0D%0A++++target%3A%0D%0A++++++%23+TBD+-+Cannot+be+known+until+instantiation+is+done%0D%0A++++++resourceID%3A+Eace933104d443b496b8.nodes.heat.vpg%0D%0A++++++type%3A+VNF%0D%0A++++retry%3A+0%0D%0A++++timeout%3A+300%0D%0A++++success%3A+final_success%0D%0A++++failure%3A+final_failure%0D%0A++++failure_timeout%3A+final_failure_timeout%0D%0A++++failure_retries%3A+final_failure_retries%0D%0A++++failure_exception%3A+final_failure_exception%0D%0A++++failure_guard%3A+final_failure_guard"
    },
    {
        "closedLoopControlName": 
"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a",
        "controlLoopYaml": 
"controlLoop%3A%0D%0A++version%3A+2.0.0%0D%0A++controlLoopName%3A+ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a%0D%0A++trigger_policy%3A+unique-policy-id-1-modifyConfig%0D%0A++timeout%3A+1200%0D%0A++abatement%3A+false%0D%0A+%0D%0Apolicies%3A%0D%0A++-+id%3A+unique-policy-id-1-modifyConfig%0D%0A++++name%3A+modify+packet+gen+config%0D%0A++++description%3A%0D%0A++++actor%3A+APPC%0D%0A++++recipe%3A+ModifyConfig%0D%0A++++target%3A%0D%0A++++++%23+TBD+-+Cannot+be+known+until+instantiation+is+done%0D%0A++++++resourceID%3A+Eace933104d443b496b8.nodes.heat.vpg%0D%0A++++++type%3A+VNF%0D%0A++++retry%3A+0%0D%0A++++timeout%3A+300%0D%0A++++success%3A+final_success%0D%0A++++failure%3A+final_failure%0D%0A++++failure_timeout%3A+final_failure_timeout%0D%0A++++failure_retries%3A+final_failure_retries%0D%0A++++failure_exception%3A+final_failure_exception%0D%0A++++failure_guard%3A+final_failure_guard"
    },
    {
        "closedLoopControlName": 
"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a",
        "controlLoopYaml": 
"controlLoop%3A%0D%0A++version%3A+2.0.0%0D%0A++controlLoopName%3A+ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a%0D%0A++trigger_policy%3A+unique-policy-id-1-modifyConfig%0D%0A++timeout%3A+1200%0D%0A++abatement%3A+false%0D%0A+%0D%0Apolicies%3A%0D%0A++-+id%3A+unique-policy-id-1-modifyConfig%0D%0A++++name%3A+modify+packet+gen+config%0D%0A++++description%3A%0D%0A++++actor%3A+APPC%0D%0A++++recipe%3A+ModifyConfig%0D%0A++++target%3A%0D%0A++++++%23+TBD+-+Cannot+be+known+until+instantiation+is+done%0D%0A++++++resourceID%3A+Eace933104d443b496b8.nodes.heat.vpg%0D%0A++++++type%3A+VNF%0D%0A++++retry%3A+0%0D%0A++++timeout%3A+300%0D%0A++++success%3A+final_success%0D%0A++++failure%3A+final_failure%0D%0A++++failure_timeout%3A+final_failure_timeout%0D%0A++++failure_retries%3A+final_failure_retries%0D%0A++++failure_exception%3A+final_failure_exception%0D%0A++++failure_guard%3A+final_failure_guard"
    },
    {
        "closedLoopControlName": 
"ControlLoop-VOLTE-2179b738-fd36-4843-a71a-a8c24c70c55b",
        "controlLoopYaml": 
"controlLoop%3A%0D%0A++version%3A+2.0.0%0D%0A++controlLoopName%3A+ControlLoop-VOLTE-2179b738-fd36-4843-a71a-a8c24c70c55b%0D%0A++trigger_policy%3A+unique-policy-id-1-restart%0D%0A++timeout%3A+3600%0D%0A++abatement%3A+false%0D%0A+%0D%0Apolicies%3A%0D%0A++-+id%3A+unique-policy-id-1-restart%0D%0A++++name%3A+Restart+the+VM%0D%0A++++description%3A%0D%0A++++actor%3A+VFC%0D%0A++++recipe%3A+Restart%0D%0A++++target%3A%0D%0A++++++type%3A+VM%0D%0A++++retry%3A+3%0D%0A++++timeout%3A+1200%0D%0A++++success%3A+final_success%0D%0A++++failure%3A+final_failure%0D%0A++++failure_timeout%3A+final_failure_timeout%0D%0A++++failure_retries%3A+final_failure_retries%0D%0A++++failure_exception%3A+final_failure_exception%0D%0A++++failure_guard%3A+final_failure_guard"
    },
    {
        "closedLoopControlName": 
"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a",
        "controlLoopYaml": 
"controlLoop%3A%0D%0A++version%3A+2.0.0%0D%0A++controlLoopName%3A+ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a%0D%0A++trigger_policy%3A+unique-policy-id-1-modifyConfig%0D%0A++timeout%3A+1200%0D%0A++abatement%3A+false%0D%0A+%0D%0Apolicies%3A%0D%0A++-+id%3A+unique-policy-id-1-modifyConfig%0D%0A++++name%3A+modify+packet+gen+config%0D%0A++++description%3A%0D%0A++++actor%3A+APPC%0D%0A++++recipe%3A+ModifyConfig%0D%0A++++target%3A%0D%0A++++++%23+TBD+-+Cannot+be+known+until+instantiation+is+done%0D%0A++++++resourceID%3A+Eace933104d443b496b8.nodes.heat.vpg%0D%0A++++++type%3A+VNF%0D%0A++++retry%3A+0%0D%0A++++timeout%3A+300%0D%0A++++success%3A+final_success%0D%0A++++failure%3A+final_failure%0D%0A++++failure_timeout%3A+final_failure_timeout%0D%0A++++failure_retries%3A+final_failure_retries%0D%0A++++failure_exception%3A+final_failure_exception%0D%0A++++failure_guard%3A+final_failure_guard"
    },
    {
        "closedLoopControlName": 
"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a",
        "controlLoopYaml": 
"controlLoop%3A%0D%0A++version%3A+2.0.0%0D%0A++controlLoopName%3A+ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a%0D%0A++trigger_policy%3A+unique-policy-id-1-modifyConfig%0D%0A++timeout%3A+1200%0D%0A++abatement%3A+false%0D%0A+%0D%0Apolicies%3A%0D%0A++-+id%3A+unique-policy-id-1-modifyConfig%0D%0A++++name%3A+modify+packet+gen+config%0D%0A++++description%3A%0D%0A++++actor%3A+APPC%0D%0A++++recipe%3A+ModifyConfig%0D%0A++++target%3A%0D%0A++++++%23+TBD+-+Cannot+be+known+until+instantiation+is+done%0D%0A++++++resourceID%3A+Eace933104d443b496b8.nodes.heat.vpg%0D%0A++++++type%3A+VNF%0D%0A++++retry%3A+0%0D%0A++++timeout%3A+300%0D%0A++++success%3A+final_success%0D%0A++++failure%3A+final_failure%0D%0A++++failure_timeout%3A+final_failure_timeout%0D%0A++++failure_retries%3A+final_failure_retries%0D%0A++++failure_exception%3A+final_failure_exception%0D%0A++++failure_guard%3A+final_failure_guard"
    },
    {
        "closedLoopControlName": 
"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a",
        "controlLoopYaml": 
"controlLoop%3A%0D%0A++version%3A+2.0.0%0D%0A++controlLoopName%3A+ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a%0D%0A++trigger_policy%3A+unique-policy-id-1-modifyConfig%0D%0A++timeout%3A+1200%0D%0A++abatement%3A+false%0D%0A+%0D%0Apolicies%3A%0D%0A++-+id%3A+unique-policy-id-1-modifyConfig%0D%0A++++name%3A+modify+packet+gen+config%0D%0A++++description%3A%0D%0A++++actor%3A+APPC%0D%0A++++recipe%3A+ModifyConfig%0D%0A++++target%3A%0D%0A++++++%23+TBD+-+Cannot+be+known+until+instantiation+is+done%0D%0A++++++resourceID%3A+Eace933104d443b496b8.nodes.heat.vpg%0D%0A++++++type%3A+VNF%0D%0A++++retry%3A+0%0D%0A++++timeout%3A+300%0D%0A++++success%3A+final_success%0D%0A++++failure%3A+final_failure%0D%0A++++failure_timeout%3A+final_failure_timeout%0D%0A++++failure_retries%3A+final_failure_retries%0D%0A++++failure_exception%3A+final_failure_exception%0D%0A++++failure_guard%3A+final_failure_guard"
    },
    {
        "closedLoopControlName": 
"ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a",
        "controlLoopYaml": 
"controlLoop%3A%0D%0A++version%3A+2.0.0%0D%0A++controlLoopName%3A+ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a%0D%0A++trigger_policy%3A+unique-policy-id-1-modifyConfig%0D%0A++timeout%3A+1200%0D%0A++abatement%3A+false%0D%0A+%0D%0Apolicies%3A%0D%0A++-+id%3A+unique-policy-id-1-modifyConfig%0D%0A++++name%3A+modify+packet+gen+config%0D%0A++++description%3A%0D%0A++++actor%3A+APPC%0D%0A++++recipe%3A+ModifyConfig%0D%0A++++target%3A%0D%0A++++++%23+TBD+-+Cannot+be+known+until+instantiation+is+done%0D%0A++++++resourceID%3A+Eace933104d443b496b8.nodes.heat.vpg%0D%0A++++++type%3A+VNF%0D%0A++++retry%3A+0%0D%0A++++timeout%3A+300%0D%0A++++success%3A+final_success%0D%0A++++failure%3A+final_failure%0D%0A++++failure_timeout%3A+final_failure_timeout%0D%0A++++failure_retries%3A+final_failure_retries%0D%0A++++failure_exception%3A+final_failure_exception%0D%0A++++failure_guard%3A+final_failure_guard"
    },
    {
        "closedLoopControlName": 
"ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e",
        "controlLoopYaml": 
"controlLoop%3A%0D%0A++version%3A+2.0.0%0D%0A++controlLoopName%3A+ControlLoop-vCPE-48f0c2c3-a172-4192-9ae3-052274181b6e%0D%0A++trigger_policy%3A+unique-policy-id-1-restart%0D%0A++timeout%3A+3600%0D%0A++abatement%3A+true%0D%0A+%0D%0Apolicies%3A%0D%0A++-+id%3A+unique-policy-id-1-restart%0D%0A++++name%3A+Restart+the+VM%0D%0A++++description%3A%0D%0A++++actor%3A+APPC%0D%0A++++recipe%3A+Restart%0D%0A++++target%3A%0D%0A++++++type%3A+VM%0D%0A++++retry%3A+3%0D%0A++++timeout%3A+1200%0D%0A++++success%3A+final_success%0D%0A++++failure%3A+final_failure%0D%0A++++failure_timeout%3A+final_failure_timeout%0D%0A++++failure_retries%3A+final_failure_retries%0D%0A++++failure_exception%3A+final_failure_exception%0D%0A++++failure_guard%3A+final_failure_guard"
    }
]
Does anyone have an idea about this problem?
Thanks,
Badr Eddine AY.



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#10938): https://lists.onap.org/g/onap-discuss/message/10938
Mute This Topic: https://lists.onap.org/mt/23178178/21656
Group Owner: [email protected]
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to