Updating the supportedPolicyTypes in config files 26/86526/1
authora.sreekumar <ajith.sreekumar@est.tech>
Mon, 29 Apr 2019 14:06:04 +0000 (14:06 +0000)
committera.sreekumar <ajith.sreekumar@est.tech>
Mon, 29 Apr 2019 14:06:04 +0000 (14:06 +0000)
Changing the supportedPolicyTypes in apex-pdp configuration files
to "onap.policies.controlloop.operational.Apex"

Change-Id: Ie92d5284fbd80da48318ce7863471876ccb380bb
Issue-ID: POLICY-1632
Signed-off-by: a.sreekumar <ajith.sreekumar@est.tech>
services/services-onappf/src/main/resources/config/OnapPfConfig.json
services/services-onappf/src/test/resources/ApexStarterConfigParameters.json
services/services-onappf/src/test/resources/ApexStarterConfigParameters_sim.json
services/services-onappf/src/test/resources/TestConfigParameters.json

index 3efaa8c..22e544a 100644 (file)
@@ -11,6 +11,6 @@
         "timeIntervalMs": 120000,
         "pdpType":"apex",
         "description":"Pdp Heartbeat",
-        "supportedPolicyTypes":[{"name":"onap.policies.controlloop.Operational","version":"1.0.0"}]
+        "supportedPolicyTypes":[{"name":"onap.policies.controlloop.operational.Apex","version":"1.0.0"}]
     }
 }
\ No newline at end of file
index d38031d..57ecb2c 100644 (file)
@@ -11,6 +11,6 @@
         "timeIntervalMs": 120000,
         "pdpType":"apex",
         "description":"Pdp Heartbeat",
-        "supportedPolicyTypes":[{"name":"onap.policies.controlloop.Operational","version":"1.0.0"}]
+        "supportedPolicyTypes":[{"name":"onap.policies.controlloop.operational.Apex","version":"1.0.0"}]
     }
 }
\ No newline at end of file
index a17d880..70ca137 100644 (file)
@@ -11,6 +11,6 @@
         "timeIntervalMs": 120000,
         "pdpType":"apex",
         "description":"Pdp Heartbeat",
-        "supportedPolicyTypes":[{"name":"onap.policies.controlloop.Operational","version":"1.0.0"}]
+        "supportedPolicyTypes":[{"name":"onap.policies.controlloop.operational.Apex","version":"1.0.0"}]
     }
 }
index d9f095f..1abb2e4 100644 (file)
@@ -11,6 +11,6 @@
         "timeIntervalMs": 120000,
         "pdpType":"apex",
         "description":"Pdp heartbeat",
-        "supportedPolicyTypes":[{"name":"onap.policies.controlloop.Operational","version":"1.0.0"}]
+        "supportedPolicyTypes":[{"name":"onap.policies.controlloop.operational.Apex","version":"1.0.0"}]
     }
 }
\ No newline at end of file