From 50a707922b3b3c687329eee4d48305f01f86e598 Mon Sep 17 00:00:00 2001 From: qingshuting Date: Sat, 30 Jul 2022 10:20:05 +0800 Subject: [DCAEGEN2-Services] Add example policy types, policies and instrucitons for policy sync Add example policy types, policies and readme for policy sync. Modify ./gitignore to exclude intellij config file. Issue-ID: DCAEGEN2-3195 Signed-off-by: qingshuting Change-Id: Id11dac92740db98dd7ba6003e6a035e2fc16d0d7 --- .../resources/son-handler-policy-examples/deploy.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 dcae-services-policy-sync/resources/son-handler-policy-examples/deploy.json (limited to 'dcae-services-policy-sync/resources/son-handler-policy-examples/deploy.json') diff --git a/dcae-services-policy-sync/resources/son-handler-policy-examples/deploy.json b/dcae-services-policy-sync/resources/son-handler-policy-examples/deploy.json new file mode 100644 index 0000000..3e12908 --- /dev/null +++ b/dcae-services-policy-sync/resources/son-handler-policy-examples/deploy.json @@ -0,0 +1,8 @@ +{ + "policies": [ + { + "policy-id": "com.Config_PCIMS_CONFIG_POLICY", + "policy-version": 1 + } + ] +} -- cgit 1.2.3-korg