Cleanup related to removal of legacy format support in APEX 17/112817/3
authora.sreekumar <ajith.sreekumar@bell.ca>
Thu, 17 Sep 2020 11:02:19 +0000 (12:02 +0100)
committera.sreekumar <ajith.sreekumar@bell.ca>
Thu, 17 Sep 2020 13:38:33 +0000 (14:38 +0100)
commit9833876720ff14517ee78bda557e6021df723800
treef377fa67a4da7056fdd38d0fa1ffeaf6c67dd0a6
parent1fa517c8b4babb231e448021e58c5d57f96b574c
Cleanup related to removal of legacy format support in APEX

This review basically just removes all "policyModelFileName" occurences
which are not used anymore.

Change-Id: Ibac8ec776dd989a5d677ff27a99eb7a36110773f
Issue-ID: POLICY-2835
Signed-off-by: a.sreekumar <ajith.sreekumar@bell.ca>
94 files changed:
auth/cli-editor/src/test/resources/tosca/ApexConfig.json
auth/cli-editor/src/test/resources/tosca/ToscaPolicyOutput_compare.json
examples/examples-aadm/src/main/resources/examples/config/AADM/Stdin2StdoutJsonEvent.json
examples/examples-aadm/src/main/resources/examples/config/AADM/Stdin2StdoutXmlEvent.json
examples/examples-adaptive/src/main/resources/examples/config/Adaptive/Stdin2StdoutAnomalyDetectionJsonEvent.json
examples/examples-adaptive/src/main/resources/examples/config/Adaptive/Stdin2StdoutAutoLearnJsonEvent.json
examples/examples-decisionmaker/src/main/resources/examples/config/DecisionMaker/ApexConfigHealthCheckRESTClient.json
examples/examples-decisionmaker/src/main/resources/examples/config/DecisionMaker/ApexConfigRESTClient.json
examples/examples-decisionmaker/src/main/resources/examples/config/DecisionMaker/ApexConfigRESTServer.json
examples/examples-myfirstpolicy/src/main/resources/examples/config/MyFirstPolicy/1/MyFirstPolicyConfigFile2StdoutJsonEvent.json
examples/examples-myfirstpolicy/src/main/resources/examples/config/MyFirstPolicy/1/MyFirstPolicyConfigStdin2StdoutJsonEvent.json
examples/examples-myfirstpolicy/src/main/resources/examples/config/MyFirstPolicy/1/MyFirstPolicyConfigWs2WsServerJsonEvent.json
examples/examples-myfirstpolicy/src/main/resources/examples/config/MyFirstPolicy/2/MyFirstPolicyConfigFile2StdoutJsonEvent.json
examples/examples-myfirstpolicy/src/main/resources/examples/config/MyFirstPolicy/2/MyFirstPolicyConfigStdin2StdoutJsonEvent.json
examples/examples-myfirstpolicy/src/main/resources/examples/config/MyFirstPolicy/2/MyFirstPolicyConfigWs2WsServerJsonEvent.json
examples/examples-myfirstpolicy/src/main/resources/examples/config/MyFirstPolicy/3/MyFirstPolicyConfigFile2StdoutJsonEvent.json
examples/examples-myfirstpolicy/src/main/resources/examples/config/MyFirstPolicy/3/MyFirstPolicyConfigStdin2StdoutJsonEvent.json
examples/examples-myfirstpolicy/src/main/resources/examples/config/MyFirstPolicy/3/MyFirstPolicyConfigWs2WsServerJsonEvent.json
examples/examples-myfirstpolicy/src/main/resources/org/onap/policy/apex/examples/myfirstpolicy/1/config/MyFirstPolicyConfigStdin2StdoutJsonEvent.json
examples/examples-myfirstpolicy/src/main/resources/org/onap/policy/apex/examples/myfirstpolicy/1/config/MyFirstPolicyConfigWs2WsServerJsonEvent.json
examples/examples-myfirstpolicy/src/main/resources/org/onap/policy/apex/examples/myfirstpolicy/2/config/MyFirstPolicyConfigStdin2StdoutJsonEvent.json
examples/examples-myfirstpolicy/src/main/resources/org/onap/policy/apex/examples/myfirstpolicy/2/config/MyFirstPolicyConfigWs2WsServerJsonEvent.json
examples/examples-onap-bbs/src/main/resources/examples/config/ONAPBBS/NomadicONTPolicyModel_config.json
examples/examples-onap-vcpe/src/main/resources/examples/config/ONAPvCPE/ApexConfig.json
examples/examples-onap-vcpe/src/main/resources/examples/config/ONAPvCPE/ApexConfigStdin.json
examples/examples-onap-vcpe/src/main/resources/examples/config/ONAPvCPE/ApexConfig_Sim.json
examples/examples-onap-vcpe/src/main/resources/examples/config/ONAPvCPE/ApexConfig_Sim_StdIO.json
examples/examples-onap-vcpe/src/main/resources/examples/config/ONAPvCPEStandalone/ApexConfig.json
examples/examples-onap-vcpe/src/main/resources/examples/config/ONAPvCPEStandalone/ApexConfig_Sim.json
examples/examples-onap-vcpe/src/main/resources/examples/config/ONAPvCPEStandalone/ApexConfig_Sim_StdIO.json
examples/examples-pcvs/src/main/resources/examples/config/pcvs/vpnsla/kafka2kafka.json
examples/examples-pcvs/src/main/resources/examples/config/pcvs/vpnsla/stdin2stdout.json
examples/examples-pcvs/src/test/resources/org/onap/policy/apex/examples/pcvs/vpnsla/config/stdin2stdout.json
examples/examples-periodic/src/main/resources/examples/config/Periodic/ApexConfigPeriodic.json
examples/examples-servlet/src/main/resources/webapp/WEB-INF/classes/config/SampleDomain/RESTServerJsonEvent.json
plugins/plugins-event/plugins-event-carrier/plugins-event-carrier-restclient/src/test/resources/prodcons/RESTClientWithHTTPFilterInvalid.json
plugins/plugins-event/plugins-event-carrier/plugins-event-carrier-restclient/src/test/resources/prodcons/RESTClientWithHTTPHeaderBadList.json
plugins/plugins-event/plugins-event-carrier/plugins-event-carrier-restclient/src/test/resources/prodcons/RESTClientWithHTTPHeaderNotKvPairs.json
plugins/plugins-event/plugins-event-carrier/plugins-event-carrier-restclient/src/test/resources/prodcons/RESTClientWithHTTPHeaderNulls.json
services/services-engine/src/main/java/org/onap/policy/apex/service/parameters/engineservice/EngineServiceParameters.java
services/services-engine/src/test/resources/main/prodConsBadCTParClass.json
testsuites/integration/integration-uservice-test/src/test/resources/prodcons/Context_AvroEventAlbum_file2file.json
testsuites/integration/integration-uservice-test/src/test/resources/prodcons/Context_JavaEventAlbum_file2file.json
testsuites/integration/integration-uservice-test/src/test/resources/prodcons/File2RESTJsonEventNoURL.json
testsuites/integration/integration-uservice-test/src/test/resources/prodcons/LBPolicy_ExecModel_file2kafka.json
testsuites/integration/integration-uservice-test/src/test/resources/testdata/executionproperties/RESTEventBadHttpCodeFilter.json
testsuites/integration/integration-uservice-test/src/test/resources/testdata/executionproperties/RESTEventBadUrl.json
testsuites/integration/integration-uservice-test/src/test/resources/testdata/executionproperties/RESTEventNoValueSetForTag.json
testsuites/integration/integration-uservice-test/src/test/resources/testdata/executionproperties/RESTHttpCodeFilterSetToMultiTagUrlOK.json
testsuites/integration/integration-uservice-test/src/test/resources/testdata/executionproperties/RESTHttpCodeFilterSetToTagUrlOK.json
testsuites/integration/integration-uservice-test/src/test/resources/testdata/executionproperties/addProperty_conf.json
testsuites/integration/integration-uservice-test/src/test/resources/testdata/executionproperties/definedToEmpty_conf.json
testsuites/integration/integration-uservice-test/src/test/resources/testdata/executionproperties/emptyToDefined_conf.json
testsuites/integration/integration-uservice-test/src/test/resources/testdata/executionproperties/emptyToEmpty_conf.json
testsuites/integration/integration-uservice-test/src/test/resources/testdata/executionproperties/readOnly_conf.json
testsuites/integration/integration-uservice-test/src/test/resources/testdata/executionproperties/removeProperty_conf.json
testsuites/integration/integration-uservice-test/src/test/resources/testdata/taskparameters/TaskParameterTestConfig_with_invalidTaskIds.json
testsuites/integration/integration-uservice-test/src/test/resources/testdata/taskparameters/TaskParameterTestConfig_with_noTaskIds.json
testsuites/integration/integration-uservice-test/src/test/resources/testdata/taskparameters/TaskParameterTestConfig_with_validTaskIds.json
testsuites/performance/performance-benchmark-test/src/main/resources/examples/benchmark/JRuby01.json
testsuites/performance/performance-benchmark-test/src/main/resources/examples/benchmark/JRuby02.json
testsuites/performance/performance-benchmark-test/src/main/resources/examples/benchmark/JRuby04.json
testsuites/performance/performance-benchmark-test/src/main/resources/examples/benchmark/JRuby08.json
testsuites/performance/performance-benchmark-test/src/main/resources/examples/benchmark/JRuby16.json
testsuites/performance/performance-benchmark-test/src/main/resources/examples/benchmark/JRuby32.json
testsuites/performance/performance-benchmark-test/src/main/resources/examples/benchmark/JRuby64.json
testsuites/performance/performance-benchmark-test/src/main/resources/examples/benchmark/Java01.json
testsuites/performance/performance-benchmark-test/src/main/resources/examples/benchmark/Java02.json
testsuites/performance/performance-benchmark-test/src/main/resources/examples/benchmark/Java04.json
testsuites/performance/performance-benchmark-test/src/main/resources/examples/benchmark/Java08.json
testsuites/performance/performance-benchmark-test/src/main/resources/examples/benchmark/Java16.json
testsuites/performance/performance-benchmark-test/src/main/resources/examples/benchmark/Java32.json
testsuites/performance/performance-benchmark-test/src/main/resources/examples/benchmark/Java64.json
testsuites/performance/performance-benchmark-test/src/main/resources/examples/benchmark/Javascript01.json
testsuites/performance/performance-benchmark-test/src/main/resources/examples/benchmark/Javascript02.json
testsuites/performance/performance-benchmark-test/src/main/resources/examples/benchmark/Javascript04.json
testsuites/performance/performance-benchmark-test/src/main/resources/examples/benchmark/Javascript08.json
testsuites/performance/performance-benchmark-test/src/main/resources/examples/benchmark/Javascript16.json
testsuites/performance/performance-benchmark-test/src/main/resources/examples/benchmark/Javascript32.json
testsuites/performance/performance-benchmark-test/src/main/resources/examples/benchmark/Javascript64.json
testsuites/performance/performance-benchmark-test/src/main/resources/examples/benchmark/Jython01.json
testsuites/performance/performance-benchmark-test/src/main/resources/examples/benchmark/Jython02.json
testsuites/performance/performance-benchmark-test/src/main/resources/examples/benchmark/Jython04.json
testsuites/performance/performance-benchmark-test/src/main/resources/examples/benchmark/Jython08.json
testsuites/performance/performance-benchmark-test/src/main/resources/examples/benchmark/Jython16.json
testsuites/performance/performance-benchmark-test/src/main/resources/examples/benchmark/Jython32.json
testsuites/performance/performance-benchmark-test/src/main/resources/examples/benchmark/Jython64.json
testsuites/performance/performance-benchmark-test/src/main/resources/examples/benchmark/Mvel01.json
testsuites/performance/performance-benchmark-test/src/main/resources/examples/benchmark/Mvel02.json
testsuites/performance/performance-benchmark-test/src/main/resources/examples/benchmark/Mvel04.json
testsuites/performance/performance-benchmark-test/src/main/resources/examples/benchmark/Mvel08.json
testsuites/performance/performance-benchmark-test/src/main/resources/examples/benchmark/Mvel16.json
testsuites/performance/performance-benchmark-test/src/main/resources/examples/benchmark/Mvel32.json
testsuites/performance/performance-benchmark-test/src/main/resources/examples/benchmark/Mvel64.json