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 | 3318f1d15fd1608b066401e34997e24a8fcc7a06 (patch) | |
tree | 1c18e36ad0b73b918254979563fb30f6d15904e3 /kubernetes/aai | |
parent | c7f06c481627ac34d4951a034b60cd7a52ea0407 (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 'kubernetes/aai')
-rw-r--r-- | kubernetes/aai/charts/aai-babel/resources/config/filter-types.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kubernetes/aai/charts/aai-babel/resources/config/filter-types.properties b/kubernetes/aai/charts/aai-babel/resources/config/filter-types.properties new file mode 100644 index 0000000000..fcf139f644 --- /dev/null +++ b/kubernetes/aai/charts/aai-babel/resources/config/filter-types.properties @@ -0,0 +1 @@ +AAI.instance-group-types=org.openecomp.groups.NetworkCollection,org.openecomp.groups.VfcInstanceGroup |