diff options
author | mark.j.leonard <mark.j.leonard@gmail.com> | 2018-09-10 17:08:39 +0100 |
---|---|---|
committer | mark.j.leonard <mark.j.leonard@gmail.com> | 2018-09-10 17:08:39 +0100 |
commit | ffef67eda0843cdfa0f69551e3daef93af674c62 (patch) | |
tree | 9d2834d03bf21dafb9d8561c00d3993a4f9075be | |
parent | 06c5328b4ee53f7a5869b56511200578fc64acaa (diff) |
[Babel] Add mandatory group filter properties
Babel requires the group filter properties file in order to successfully
process CSAR data.
Change-Id: I1569e8c73b4061fe93372f950295f2a31af407f7
Issue-ID: AAI-1579
Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
-rw-r--r-- | babel/appconfig/filter-types.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/babel/appconfig/filter-types.properties b/babel/appconfig/filter-types.properties new file mode 100644 index 0000000..fcf139f --- /dev/null +++ b/babel/appconfig/filter-types.properties @@ -0,0 +1 @@ +AAI.instance-group-types=org.openecomp.groups.NetworkCollection,org.openecomp.groups.VfcInstanceGroup |