Guard policy clean up 71/106371/5
authorxuegao <xg353y@intl.att.com>
Tue, 21 Apr 2020 16:05:44 +0000 (18:05 +0200)
committerxuegao <xg353y@intl.att.com>
Wed, 22 Apr 2020 08:12:34 +0000 (10:12 +0200)
commitc4f54bf8f8520cb270ad3d7f8c91e12a951f138a
treebb16683a68e5b1cdcd2bcfb59cc7518ef8cfbbf8
parent334ad564f969cb9d3ba1e47f5722ea43c71ee63f
Guard policy clean up

Remove guard policy related code, so that it will not be shown or
created in the legacy policy UI.

Issue-ID: CLAMP-825
Change-Id: I6c654fef9fd9df810fd48600c91ffef96db371cd
Signed-off-by: xuegao <xg353y@intl.att.com>
20 files changed:
src/main/java/org/onap/clamp/loop/components/external/PolicyComponent.java
src/main/java/org/onap/clamp/policy/operational/OperationalPolicy.java
src/main/resources/clds/camel/rest/clamp-api-v2.xml
src/main/resources/clds/camel/routes/loop-flows.xml
src/main/resources/clds/camel/routes/policy-flows.xml
src/main/resources/clds/json-schema/operational_policies/operational_policy.json
src/test/java/org/onap/clamp/loop/LoopControllerTestItCase.java
src/test/java/org/onap/clamp/policy/microservice/OperationalPolicyPayloadTest.java
src/test/resources/tosca/operational-policy-cds-payload-with-list.json
src/test/resources/tosca/operational-policy-json-schema.json
src/test/resources/tosca/operational-policy-properties.json
src/test/resources/tosca/pdp-group-policy-payload.json
ui-react/src/api/LoopCache.test.js
ui-react/src/api/LoopCache_mokeLoopJsonCache.json
ui-react/src/components/dialogs/OperationalPolicy/OperationalPolicyModal.test.js
ui-react/src/components/dialogs/OperationalPolicy/template.json
ui-react/src/components/dialogs/Policy/PolicyModal.test.js
ui-react/src/components/loop_viewer/logs/LoopLogs.test.js
ui-react/src/components/loop_viewer/logs/__snapshots__/LoopLogs.test.js.snap
ui-react/src/components/loop_viewer/svg/LoopSvg.test.js