diff options
author | qingshuting <qingshuting1@huawei.com> | 2022-07-30 10:20:05 +0800 |
---|---|---|
committer | qingshuting <qingshuting1@huawei.com> | 2022-08-02 11:46:00 +0800 |
commit | 50a707922b3b3c687329eee4d48305f01f86e598 (patch) | |
tree | d82580c2c3b9effe7dae9c2a43accf778c4f27b2 /dcae-services-policy-sync/resources/slicems-policy-examples/deploy.json | |
parent | 3bf1d8265dbe2c7034de6a8e38b71bdafd3fd2f5 (diff) |
[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 <qingshuting1@huawei.com>
Change-Id: Id11dac92740db98dd7ba6003e6a035e2fc16d0d7
Diffstat (limited to 'dcae-services-policy-sync/resources/slicems-policy-examples/deploy.json')
-rw-r--r-- | dcae-services-policy-sync/resources/slicems-policy-examples/deploy.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dcae-services-policy-sync/resources/slicems-policy-examples/deploy.json b/dcae-services-policy-sync/resources/slicems-policy-examples/deploy.json new file mode 100644 index 0000000..1e22ce4 --- /dev/null +++ b/dcae-services-policy-sync/resources/slicems-policy-examples/deploy.json @@ -0,0 +1,8 @@ +{ + "policies": [ + { + "policy-id": "onap.dcae.slicems.config", + "policy-version": 1 + } + ] +} |