diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2020-09-24 13:12:58 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2020-09-24 13:13:07 -0400 |
commit | a81e61590aeae08de643a3478a73e41e0f9484d4 (patch) | |
tree | 6fa30e3dcb305565b275aed847ffdaa40fd96c3f /packages/policy-api-tarball/src/main/resources/etc/defaultConfig.json | |
parent | ff2317db56215b6b3f4d69a975a3c37823e9c391 (diff) |
Add DCAE legacy policy types for preload
Moved from SDC.
Issue-ID: SDC-3229
Change-Id: I7e2b16e7190cfd4dd3a0c789fc8c8e85496863de
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'packages/policy-api-tarball/src/main/resources/etc/defaultConfig.json')
-rw-r--r-- | packages/policy-api-tarball/src/main/resources/etc/defaultConfig.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/policy-api-tarball/src/main/resources/etc/defaultConfig.json b/packages/policy-api-tarball/src/main/resources/etc/defaultConfig.json index 1ffc1d60..91d5591a 100644 --- a/packages/policy-api-tarball/src/main/resources/etc/defaultConfig.json +++ b/packages/policy-api-tarball/src/main/resources/etc/defaultConfig.json @@ -20,6 +20,9 @@ "preloadPolicyTypes": [ "policytypes/onap.policies.monitoring.tcagen2.yaml", "policytypes/onap.policies.monitoring.dcaegen2.collectors.datafile.datafile-app-server.yaml", + "policytypes/onap.policies.monitoring.dcae-restconfcollector.yaml", + "policytypes/onap.policies.monitoring.dcae-pm-subscription-handler.yaml", + "policytypes/onap.policies.monitoring.dcae-pm-mapper.yaml", "policytypes/onap.policies.Optimization.yaml", "policytypes/onap.policies.optimization.Resource.yaml", "policytypes/onap.policies.optimization.Service.yaml", |