diff options
author | mark.j.leonard <mark.j.leonard@gmail.com> | 2018-09-12 11:33:17 +0100 |
---|---|---|
committer | mark.j.leonard <mark.j.leonard@gmail.com> | 2018-09-12 11:33:17 +0100 |
commit | 1efc558ab8a2e240e848bb442d0e50d270a60702 (patch) | |
tree | c9a5e302a21e4253323885793f641cc7d94abeea /charts | |
parent | 2be2fb552b69ee018084c213b9a18f6b90c7a1c9 (diff) |
[Babel] Add mandatory group filter properties file
The Babel microservice requires the group filter properties file
to be present (at runtime) in order to successfully process CSAR
input data.
Change-Id: Id25a8911a582b1728664084ceb585fe6d93ccc32
Issue-ID: AAI-1579
Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
Diffstat (limited to 'charts')
-rw-r--r-- | charts/aai-babel/resources/config/filter-types.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/charts/aai-babel/resources/config/filter-types.properties b/charts/aai-babel/resources/config/filter-types.properties new file mode 100644 index 0000000..fcf139f --- /dev/null +++ b/charts/aai-babel/resources/config/filter-types.properties @@ -0,0 +1 @@ +AAI.instance-group-types=org.openecomp.groups.NetworkCollection,org.openecomp.groups.VfcInstanceGroup |