From 3318f1d15fd1608b066401e34997e24a8fcc7a06 Mon Sep 17 00:00:00 2001 From: "mark.j.leonard" Date: Wed, 12 Sep 2018 11:33:17 +0100 Subject: [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 --- kubernetes/aai/charts/aai-babel/resources/config/filter-types.properties | 1 + 1 file changed, 1 insertion(+) create mode 100644 kubernetes/aai/charts/aai-babel/resources/config/filter-types.properties (limited to 'kubernetes') 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 -- cgit 1.2.3-korg