Hi Maciej ,

Thank you for your detail explanation.

We used following commands to delete policies. Is it right?
                python3 policy_utils_healthcheck.py generate_nsi_policies NSTO1
                python3 policy_utils_policyadmin.py delete_policies 
gen_nsi_policies

                python3 policy_utils_healthcheck.py generate_nsi_policies 
TESTRANTOPNSST
                python3 policy_utils_policyadmin.py delete_policies 
gen_nsi_policies

                python3 policy_utils_healthcheck.py generate_nssi_policies 
RAN_NF_NSST minimize latency
                python3 policy_utils_policyadmin.py delete_policies 
gen_nssi_policies

                python3 policy_utils_healthcheck.py generate_nssi_policies 
TN_BH_NSST minimize latency
                python3 policy_utils_policyadmin.py delete_policies 
gen_nssi_policies

                python3 policy_utils_healthcheck.py generate_nssi_policies 
CN_NSST minimize latency
                python3 policy_utils_policyadmin.py delete_policies 
gen_nssi_policies


Run 'autocreateO1.sh' but still getting same issues for vnfPolicy_NSTO1 and 
vnfPolicy_TESTRANTOPNSST .
(attached result => auto_createResult.txt)

  warnings.warn(
b'{"code":"NOT_ACCEPTABLE","error":"\\"incoming fragment\\" INVALID, item has 
status INVALID\\n  item \\"entity\\" value \\"vnfPolicy_NSTO1:1.0.0\\" INVALID, 
does not equal existing entity\\n","details":["\\"incoming fragment\\" INVALID, 
item has status INVALID\\n  item \\"entity\\" value \\"vnfPolicy_NSTO1:1.0.0\\" 
INVALID, does not equal existing entity\\n"]}'
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:1013: 
InsecureRequestWarning: Unverified HTTPS request is being made to host 
'policy-api'. Adding certificate verification is strongly advised. See: 
https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings


warnings.warn(
b'{"code":"NOT_ACCEPTABLE","error":"\\"incoming fragment\\" INVALID, item has 
status INVALID\\n  item \\"entity\\" value \\"vnfPolicy_TESTRANTOPNSST:1.0.0\\" 
INVALID, does not equal existing entity\\n","details":["\\"incoming fragment\\" 
INVALID, item has status INVALID\\n  item \\"entity\\" value 
\\"vnfPolicy_TESTRANTOPNSST:1.0.0\\" INVALID, does not equal existing 
entity\\n"]}'
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:1013: 
InsecureRequestWarning: Unverified HTTPS request is being made to host 
'policy-api'. Adding certificate verification is strongly advised. See: 
https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings


We are not sure about following,  Is it related to error?
Following policies file have the same name/"policy-id".
                bak_vnf_nsi_shared.json
                vnf_nsi_shared.json


Regards
Ganesh Mane

From: Maciej Lisowski <[email protected]>
Sent: Monday, February 21, 2022 3:34 PM
To: Ganesh Kamlakar Mane <[email protected]>; 
[email protected]
Subject: Re: [onap-discuss] ONAP(Istanbul ) NST Selection Issue in Network 
Slicing Usecase #oof #slicing #policy #so

Ganesh,

"vnfPolicy_ServiceCORE" was an example of a policy name. When you generate 
policies for your service using command "python3 policy_utils.py 
generate_nsi_policies TESTRANTOPNSST" what it does is, it fills the templates 
from directory nsi_policies and put them in gen_nsi_policies. So now in your 
gen_nsi_policies you have a lot of json files - policy files with names filled 
for your service. When you try to delete the policy using "python3 
policy_utils.py delete_policies gen_nsi_policies" it is pushing the same files 
with to the policy framework with delete request and check if the name 
specified in this file match the existing policy, if it does - delete. So 
before deleting any policy what you have to do first is to generate them for 
your service using "python3 policy_utils.py generate_nsi_policies 
TESTRANTOPNSST" (or any other depending on your service) and after that use 
"python3 policy_utils.py delete_policies gen_nsi_policies". Repeat this steps 
for all your policies. After you do this, run the automated script.

Kind regards,
Maciej Lisowski
________________________________
The contents of this e-mail and any attachment(s) are confidential and intended 
for the named recipient(s) only. It shall not attach any liability on the 
originator or NEC Corporation India Private Limited or its affiliates. Any 
views or opinions presented in this email are solely those of the author and 
may not necessarily reflect the opinions of NEC Corporation India Private 
Limited or its affiliates. Any form of reproduction, dissemination, copying, 
disclosure, modification, distribution and / or publication of this message 
without the prior written consent of the author of this e-mail is strictly 
prohibited. If you have received this email in error please delete it and 
notify the sender immediately.


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#23855): https://lists.onap.org/g/onap-discuss/message/23855
Mute This Topic: https://lists.onap.org/mt/89183247/21656
Mute #oof:https://lists.onap.org/g/onap-discuss/mutehashtag/oof
Mute #policy:https://lists.onap.org/g/onap-discuss/mutehashtag/policy
Mute #so:https://lists.onap.org/g/onap-discuss/mutehashtag/so
Mute #slicing:https://lists.onap.org/g/onap-discuss/mutehashtag/slicing
Group Owner: [email protected]
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-


onap@onap-oof-c5f9c8c-kmrc5:/opt/osdf/policies$ sh autocreateO1.sh
Generating and pushing policies...
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:1013: 
InsecureRequestWarning: Unverified HTTPS request is being made to host 
'policy-api'. Adding certificate verification is strongly advised. See: 
https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
  warnings.warn(
Policy type created
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:1013: 
InsecureRequestWarning: Unverified HTTPS request is being made to host 
'policy-api'. Adding certificate verification is strongly advised. See: 
https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
  warnings.warn(
Policy type created
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:1013: 
InsecureRequestWarning: Unverified HTTPS request is being made to host 
'policy-api'. Adding certificate verification is strongly advised. See: 
https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
  warnings.warn(
Policy vnfPolicy_nst created
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:1013: 
InsecureRequestWarning: Unverified HTTPS request is being made to host 
'policy-pap'. Adding certificate verification is strongly advised. See: 
https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
  warnings.warn(
b'{"message":"Use the policy status url to fetch the latest status. Kindly note 
that when a policy is successfully undeployed, it will no longer appear in 
policy status response.","uri":"/policy/pap/v1/policies/status"}'
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:1013: 
InsecureRequestWarning: Unverified HTTPS request is being made to host 
'policy-api'. Adding certificate verification is strongly advised. See: 
https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
  warnings.warn(
Policy Threshold_nst created
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:1013: 
InsecureRequestWarning: Unverified HTTPS request is being made to host 
'policy-pap'. Adding certificate verification is strongly advised. See: 
https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
  warnings.warn(
b'{"message":"Use the policy status url to fetch the latest status. Kindly note 
that when a policy is successfully undeployed, it will no longer appear in 
policy status response.","uri":"/policy/pap/v1/policies/status"}'
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:1013: 
InsecureRequestWarning: Unverified HTTPS request is being made to host 
'policy-api'. Adding certificate verification is strongly advised. See: 
https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
  warnings.warn(
Policy queryPolicy_nst created
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:1013: 
InsecureRequestWarning: Unverified HTTPS request is being made to host 
'policy-pap'. Adding certificate verification is strongly advised. See: 
https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
  warnings.warn(
b'{"message":"Use the policy status url to fetch the latest status. Kindly note 
that when a policy is successfully undeployed, it will no longer appear in 
policy status response.","uri":"/policy/pap/v1/policies/status"}'
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:1013: 
InsecureRequestWarning: Unverified HTTPS request is being made to host 
'policy-api'. Adding certificate verification is strongly advised. See: 
https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
  warnings.warn(
Policy nst_minimize_latency created
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:1013: 
InsecureRequestWarning: Unverified HTTPS request is being made to host 
'policy-pap'. Adding certificate verification is strongly advised. See: 
https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
  warnings.warn(
b'{"message":"Use the policy status url to fetch the latest status. Kindly note 
that when a policy is successfully undeployed, it will no longer appear in 
policy status response.","uri":"/policy/pap/v1/policies/status"}'
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:1013: 
InsecureRequestWarning: Unverified HTTPS request is being made to host 
'policy-api'. Adding certificate verification is strongly advised. See: 
https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
  warnings.warn(
Policy queryPolicy_NSTO1 created
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:1013: 
InsecureRequestWarning: Unverified HTTPS request is being made to host 
'policy-pap'. Adding certificate verification is strongly advised. See: 
https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
  warnings.warn(
b'{"message":"Use the policy status url to fetch the latest status. Kindly note 
that when a policy is successfully undeployed, it will no longer appear in 
policy status response.","uri":"/policy/pap/v1/policies/status"}'
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:1013: 
InsecureRequestWarning: Unverified HTTPS request is being made to host 
'policy-api'. Adding certificate verification is strongly advised. See: 
https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
  warnings.warn(
Policy Threshold_NSTO1 created
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:1013: 
InsecureRequestWarning: Unverified HTTPS request is being made to host 
'policy-pap'. Adding certificate verification is strongly advised. See: 
https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
  warnings.warn(
b'{"message":"Use the policy status url to fetch the latest status. Kindly note 
that when a policy is successfully undeployed, it will no longer appear in 
policy status response.","uri":"/policy/pap/v1/policies/status"}'
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:1013: 
InsecureRequestWarning: Unverified HTTPS request is being made to host 
'policy-api'. Adding certificate verification is strongly advised. See: 
https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
  warnings.warn(
Policy vnfPolicy_NSTO1 created
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:1013: 
InsecureRequestWarning: Unverified HTTPS request is being made to host 
'policy-pap'. Adding certificate verification is strongly advised. See: 
https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
  warnings.warn(
b'{"message":"Use the policy status url to fetch the latest status. Kindly note 
that when a policy is successfully undeployed, it will no longer appear in 
policy status response.","uri":"/policy/pap/v1/policies/status"}'
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:1013: 
InsecureRequestWarning: Unverified HTTPS request is being made to host 
'policy-api'. Adding certificate verification is strongly advised. See: 
https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
  warnings.warn(
Policy minimizeCost_NSTO1 created
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:1013: 
InsecureRequestWarning: Unverified HTTPS request is being made to host 
'policy-pap'. Adding certificate verification is strongly advised. See: 
https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
  warnings.warn(
b'{"message":"Use the policy status url to fetch the latest status. Kindly note 
that when a policy is successfully undeployed, it will no longer appear in 
policy status response.","uri":"/policy/pap/v1/policies/status"}'
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:1013: 
InsecureRequestWarning: Unverified HTTPS request is being made to host 
'policy-api'. Adding certificate verification is strongly advised. See: 
https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
  warnings.warn(
Policy vnfPolicy_NSTO1_not_shared created
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:1013: 
InsecureRequestWarning: Unverified HTTPS request is being made to host 
'policy-pap'. Adding certificate verification is strongly advised. See: 
https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
  warnings.warn(
b'{"message":"Use the policy status url to fetch the latest status. Kindly note 
that when a policy is successfully undeployed, it will no longer appear in 
policy status response.","uri":"/policy/pap/v1/policies/status"}'
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:1013: 
InsecureRequestWarning: Unverified HTTPS request is being made to host 
'policy-api'. Adding certificate verification is strongly advised. See: 
https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
  warnings.warn(
b'{"code":"NOT_ACCEPTABLE","error":"\\"incoming fragment\\" INVALID, item has 
status INVALID\\n  item \\"entity\\" value \\"vnfPolicy_NSTO1:1.0.0\\" INVALID, 
does not equal existing entity\\n","details":["\\"incoming fragment\\" INVALID, 
item has status INVALID\\n  item \\"entity\\" value \\"vnfPolicy_NSTO1:1.0.0\\" 
INVALID, does not equal existing entity\\n"]}'
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:1013: 
InsecureRequestWarning: Unverified HTTPS request is being made to host 
'policy-api'. Adding certificate verification is strongly advised. See: 
https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
  warnings.warn(
Policy vnfPolicy_NSTO1_non_shared created
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:1013: 
InsecureRequestWarning: Unverified HTTPS request is being made to host 
'policy-pap'. Adding certificate verification is strongly advised. See: 
https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
  warnings.warn(
b'{"message":"Use the policy status url to fetch the latest status. Kindly note 
that when a policy is successfully undeployed, it will no longer appear in 
policy status response.","uri":"/policy/pap/v1/policies/status"}'
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:1013: 
InsecureRequestWarning: Unverified HTTPS request is being made to host 
'policy-api'. Adding certificate verification is strongly advised. See: 
https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
  warnings.warn(
Policy minimizeLatency_NSTO1 created
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:1013: 
InsecureRequestWarning: Unverified HTTPS request is being made to host 
'policy-pap'. Adding certificate verification is strongly advised. See: 
https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
  warnings.warn(
b'{"message":"Use the policy status url to fetch the latest status. Kindly note 
that when a policy is successfully undeployed, it will no longer appear in 
policy status response.","uri":"/policy/pap/v1/policies/status"}'
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:1013: 
InsecureRequestWarning: Unverified HTTPS request is being made to host 
'policy-api'. Adding certificate verification is strongly advised. See: 
https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
  warnings.warn(
Policy maximizeCost_NSTO1 created
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:1013: 
InsecureRequestWarning: Unverified HTTPS request is being made to host 
'policy-pap'. Adding certificate verification is strongly advised. See: 
https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
  warnings.warn(
b'{"message":"Use the policy status url to fetch the latest status. Kindly note 
that when a policy is successfully undeployed, it will no longer appear in 
policy status response.","uri":"/policy/pap/v1/policies/status"}'
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:1013: 
InsecureRequestWarning: Unverified HTTPS request is being made to host 
'policy-api'. Adding certificate verification is strongly advised. See: 
https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
  warnings.warn(
Policy queryPolicy_TESTRANTOPNSST created
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:1013: 
InsecureRequestWarning: Unverified HTTPS request is being made to host 
'policy-pap'. Adding certificate verification is strongly advised. See: 
https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
  warnings.warn(
b'{"message":"Use the policy status url to fetch the latest status. Kindly note 
that when a policy is successfully undeployed, it will no longer appear in 
policy status response.","uri":"/policy/pap/v1/policies/status"}'
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:1013: 
InsecureRequestWarning: Unverified HTTPS request is being made to host 
'policy-api'. Adding certificate verification is strongly advised. See: 
https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
  warnings.warn(
Policy Threshold_TESTRANTOPNSST created
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:1013: 
InsecureRequestWarning: Unverified HTTPS request is being made to host 
'policy-pap'. Adding certificate verification is strongly advised. See: 
https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
  warnings.warn(
b'{"message":"Use the policy status url to fetch the latest status. Kindly note 
that when a policy is successfully undeployed, it will no longer appear in 
policy status response.","uri":"/policy/pap/v1/policies/status"}'
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:1013: 
InsecureRequestWarning: Unverified HTTPS request is being made to host 
'policy-api'. Adding certificate verification is strongly advised. See: 
https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
  warnings.warn(
Policy vnfPolicy_TESTRANTOPNSST created
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:1013: 
InsecureRequestWarning: Unverified HTTPS request is being made to host 
'policy-pap'. Adding certificate verification is strongly advised. See: 
https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
  warnings.warn(
b'{"message":"Use the policy status url to fetch the latest status. Kindly note 
that when a policy is successfully undeployed, it will no longer appear in 
policy status response.","uri":"/policy/pap/v1/policies/status"}'
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:1013: 
InsecureRequestWarning: Unverified HTTPS request is being made to host 
'policy-api'. Adding certificate verification is strongly advised. See: 
https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
  warnings.warn(
Policy minimizeCost_TESTRANTOPNSST created
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:1013: 
InsecureRequestWarning: Unverified HTTPS request is being made to host 
'policy-pap'. Adding certificate verification is strongly advised. See: 
https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
  warnings.warn(
b'{"message":"Use the policy status url to fetch the latest status. Kindly note 
that when a policy is successfully undeployed, it will no longer appear in 
policy status response.","uri":"/policy/pap/v1/policies/status"}'
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:1013: 
InsecureRequestWarning: Unverified HTTPS request is being made to host 
'policy-api'. Adding certificate verification is strongly advised. See: 
https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
  warnings.warn(
Policy vnfPolicy_TESTRANTOPNSST_not_shared created
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:1013: 
InsecureRequestWarning: Unverified HTTPS request is being made to host 
'policy-pap'. Adding certificate verification is strongly advised. See: 
https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
  warnings.warn(
b'{"message":"Use the policy status url to fetch the latest status. Kindly note 
that when a policy is successfully undeployed, it will no longer appear in 
policy status response.","uri":"/policy/pap/v1/policies/status"}'
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:1013: 
InsecureRequestWarning: Unverified HTTPS request is being made to host 
'policy-api'. Adding certificate verification is strongly advised. See: 
https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
  warnings.warn(
b'{"code":"NOT_ACCEPTABLE","error":"\\"incoming fragment\\" INVALID, item has 
status INVALID\\n  item \\"entity\\" value \\"vnfPolicy_TESTRANTOPNSST:1.0.0\\" 
INVALID, does not equal existing entity\\n","details":["\\"incoming fragment\\" 
INVALID, item has status INVALID\\n  item \\"entity\\" value 
\\"vnfPolicy_TESTRANTOPNSST:1.0.0\\" INVALID, does not equal existing 
entity\\n"]}'
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:1013: 
InsecureRequestWarning: Unverified HTTPS request is being made to host 
'policy-api'. Adding certificate verification is strongly advised. See: 
https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
  warnings.warn(
Policy vnfPolicy_TESTRANTOPNSST_non_shared created
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:1013: 
InsecureRequestWarning: Unverified HTTPS request is being made to host 
'policy-pap'. Adding certificate verification is strongly advised. See: 
https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
  warnings.warn(
b'{"message":"Use the policy status url to fetch the latest status. Kindly note 
that when a policy is successfully undeployed, it will no longer appear in 
policy status response.","uri":"/policy/pap/v1/policies/status"}'
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:1013: 
InsecureRequestWarning: Unverified HTTPS request is being made to host 
'policy-api'. Adding certificate verification is strongly advised. See: 
https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
  warnings.warn(
Policy minimizeLatency_TESTRANTOPNSST created
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:1013: 
InsecureRequestWarning: Unverified HTTPS request is being made to host 
'policy-pap'. Adding certificate verification is strongly advised. See: 
https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
  warnings.warn(
b'{"message":"Use the policy status url to fetch the latest status. Kindly note 
that when a policy is successfully undeployed, it will no longer appear in 
policy status response.","uri":"/policy/pap/v1/policies/status"}'
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:1013: 
InsecureRequestWarning: Unverified HTTPS request is being made to host 
'policy-api'. Adding certificate verification is strongly advised. See: 
https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
  warnings.warn(
Policy maximizeCost_TESTRANTOPNSST created
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:1013: 
InsecureRequestWarning: Unverified HTTPS request is being made to host 
'policy-pap'. Adding certificate verification is strongly advised. See: 
https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
  warnings.warn(
b'{"message":"Use the policy status url to fetch the latest status. Kindly note 
that when a policy is successfully undeployed, it will no longer appear in 
policy status response.","uri":"/policy/pap/v1/policies/status"}'
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:1013: 
InsecureRequestWarning: Unverified HTTPS request is being made to host 
'policy-api'. Adding certificate verification is strongly advised. See: 
https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
  warnings.warn(
Policy Threshold_RAN_NF_NSST created
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:1013: 
InsecureRequestWarning: Unverified HTTPS request is being made to host 
'policy-pap'. Adding certificate verification is strongly advised. See: 
https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
  warnings.warn(
b'{"message":"Use the policy status url to fetch the latest status. Kindly note 
that when a policy is successfully undeployed, it will no longer appear in 
policy status response.","uri":"/policy/pap/v1/policies/status"}'
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:1013: 
InsecureRequestWarning: Unverified HTTPS request is being made to host 
'policy-api'. Adding certificate verification is strongly advised. See: 
https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
  warnings.warn(
Policy vnfPolicy_RAN_NF_NSST created
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:1013: 
InsecureRequestWarning: Unverified HTTPS request is being made to host 
'policy-pap'. Adding certificate verification is strongly advised. See: 
https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
  warnings.warn(
b'{"message":"Use the policy status url to fetch the latest status. Kindly note 
that when a policy is successfully undeployed, it will no longer appear in 
policy status response.","uri":"/policy/pap/v1/policies/status"}'
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:1013: 
InsecureRequestWarning: Unverified HTTPS request is being made to host 
'policy-api'. Adding certificate verification is strongly advised. See: 
https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
  warnings.warn(
Policy minimize_latency_RAN_NF_NSST created
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:1013: 
InsecureRequestWarning: Unverified HTTPS request is being made to host 
'policy-pap'. Adding certificate verification is strongly advised. See: 
https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
  warnings.warn(
b'{"message":"Use the policy status url to fetch the latest status. Kindly note 
that when a policy is successfully undeployed, it will no longer appear in 
policy status response.","uri":"/policy/pap/v1/policies/status"}'
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:1013: 
InsecureRequestWarning: Unverified HTTPS request is being made to host 
'policy-api'. Adding certificate verification is strongly advised. See: 
https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
  warnings.warn(
Policy queryPolicy_RAN_NF_NSST created
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:1013: 
InsecureRequestWarning: Unverified HTTPS request is being made to host 
'policy-pap'. Adding certificate verification is strongly advised. See: 
https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
  warnings.warn(
b'{"message":"Use the policy status url to fetch the latest status. Kindly note 
that when a policy is successfully undeployed, it will no longer appear in 
policy status response.","uri":"/policy/pap/v1/policies/status"}'
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:1013: 
InsecureRequestWarning: Unverified HTTPS request is being made to host 
'policy-api'. Adding certificate verification is strongly advised. See: 
https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
  warnings.warn(
Policy Threshold_TN_BH_NSST created
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:1013: 
InsecureRequestWarning: Unverified HTTPS request is being made to host 
'policy-pap'. Adding certificate verification is strongly advised. See: 
https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
  warnings.warn(
b'{"message":"Use the policy status url to fetch the latest status. Kindly note 
that when a policy is successfully undeployed, it will no longer appear in 
policy status response.","uri":"/policy/pap/v1/policies/status"}'
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:1013: 
InsecureRequestWarning: Unverified HTTPS request is being made to host 
'policy-api'. Adding certificate verification is strongly advised. See: 
https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
  warnings.warn(
Policy vnfPolicy_TN_BH_NSST created
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:1013: 
InsecureRequestWarning: Unverified HTTPS request is being made to host 
'policy-pap'. Adding certificate verification is strongly advised. See: 
https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
  warnings.warn(
b'{"message":"Use the policy status url to fetch the latest status. Kindly note 
that when a policy is successfully undeployed, it will no longer appear in 
policy status response.","uri":"/policy/pap/v1/policies/status"}'
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:1013: 
InsecureRequestWarning: Unverified HTTPS request is being made to host 
'policy-api'. Adding certificate verification is strongly advised. See: 
https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
  warnings.warn(
Policy minimize_latency_TN_BH_NSST created
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:1013: 
InsecureRequestWarning: Unverified HTTPS request is being made to host 
'policy-pap'. Adding certificate verification is strongly advised. See: 
https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
  warnings.warn(
b'{"message":"Use the policy status url to fetch the latest status. Kindly note 
that when a policy is successfully undeployed, it will no longer appear in 
policy status response.","uri":"/policy/pap/v1/policies/status"}'
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:1013: 
InsecureRequestWarning: Unverified HTTPS request is being made to host 
'policy-api'. Adding certificate verification is strongly advised. See: 
https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
  warnings.warn(
Policy queryPolicy_TN_BH_NSST created
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:1013: 
InsecureRequestWarning: Unverified HTTPS request is being made to host 
'policy-pap'. Adding certificate verification is strongly advised. See: 
https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
  warnings.warn(
b'{"message":"Use the policy status url to fetch the latest status. Kindly note 
that when a policy is successfully undeployed, it will no longer appear in 
policy status response.","uri":"/policy/pap/v1/policies/status"}'
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:1013: 
InsecureRequestWarning: Unverified HTTPS request is being made to host 
'policy-api'. Adding certificate verification is strongly advised. See: 
https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
  warnings.warn(
Policy Threshold_CN_NSST created
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:1013: 
InsecureRequestWarning: Unverified HTTPS request is being made to host 
'policy-pap'. Adding certificate verification is strongly advised. See: 
https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
  warnings.warn(
b'{"message":"Use the policy status url to fetch the latest status. Kindly note 
that when a policy is successfully undeployed, it will no longer appear in 
policy status response.","uri":"/policy/pap/v1/policies/status"}'
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:1013: 
InsecureRequestWarning: Unverified HTTPS request is being made to host 
'policy-api'. Adding certificate verification is strongly advised. See: 
https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
  warnings.warn(
Policy vnfPolicy_CN_NSST created
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:1013: 
InsecureRequestWarning: Unverified HTTPS request is being made to host 
'policy-pap'. Adding certificate verification is strongly advised. See: 
https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
  warnings.warn(
b'{"message":"Use the policy status url to fetch the latest status. Kindly note 
that when a policy is successfully undeployed, it will no longer appear in 
policy status response.","uri":"/policy/pap/v1/policies/status"}'
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:1013: 
InsecureRequestWarning: Unverified HTTPS request is being made to host 
'policy-api'. Adding certificate verification is strongly advised. See: 
https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
  warnings.warn(
Policy minimize_latency_CN_NSST created
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:1013: 
InsecureRequestWarning: Unverified HTTPS request is being made to host 
'policy-pap'. Adding certificate verification is strongly advised. See: 
https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
  warnings.warn(
b'{"message":"Use the policy status url to fetch the latest status. Kindly note 
that when a policy is successfully undeployed, it will no longer appear in 
policy status response.","uri":"/policy/pap/v1/policies/status"}'
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:1013: 
InsecureRequestWarning: Unverified HTTPS request is being made to host 
'policy-api'. Adding certificate verification is strongly advised. See: 
https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
  warnings.warn(
Policy queryPolicy_CN_NSST created
/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py:1013: 
InsecureRequestWarning: Unverified HTTPS request is being made to host 
'policy-pap'. Adding certificate verification is strongly advised. See: 
https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#ssl-warnings
  warnings.warn(
b'{"message":"Use the policy status url to fetch the latest status. Kindly note 
that when a policy is successfully undeployed, it will no longer appear in 
policy status response.","uri":"/policy/pap/v1/policies/status"}'
Done.
onap@onap-oof-c5f9c8c-kmrc5:/opt/osdf/policies$

Reply via email to