From e4cc64bb1b7c0acba0fe11160469c03b94bd5be2 Mon Sep 17 00:00:00 2001 From: "mark.j.leonard" Date: Mon, 10 Sep 2018 15:53:13 +0100 Subject: Add support for InstanceGroup resource models Generate models for Instance Groups (for specific supported types). Process groups with a metadata type of CR or Configuration. Add InstanceGroup Widget to the supported Widgets. Add support for a group filter properties resource/file (with the single property key "AAI.instance-group-types" which provides a comma-separated list of supported types). Add the System Propery groupfilter.config to define the file path. Change-Id: I6153e6284965c57ae43291b1dc3ee4a1d11e6583 Issue-ID: AAI-1579 Signed-off-by: mark.j.leonard --- src/test/resources/filter-types.properties | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/test/resources/filter-types.properties (limited to 'src/test/resources/filter-types.properties') diff --git a/src/test/resources/filter-types.properties b/src/test/resources/filter-types.properties new file mode 100644 index 0000000..fcf139f --- /dev/null +++ b/src/test/resources/filter-types.properties @@ -0,0 +1 @@ +AAI.instance-group-types=org.openecomp.groups.NetworkCollection,org.openecomp.groups.VfcInstanceGroup -- cgit 1.2.3-korg