Enabling portal profile for sparky
authorArul.Nambi <arul.nambi@amdocs.com>
Tue, 18 Sep 2018 15:47:11 +0000 (11:47 -0400)
committerArul.Nambi <arul.nambi@amdocs.com>
Tue, 18 Sep 2018 15:47:48 +0000 (11:47 -0400)
Issue-ID: AAI-1583
Change-Id: I45f5aaa5f15666ea7f1e27bc342f63e68003e9b4
Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
charts/aai-sparky-be/resources/config/application-sync.properties [new file with mode: 0644]
charts/aai-sparky-be/resources/config/application.properties

diff --git a/charts/aai-sparky-be/resources/config/application-sync.properties b/charts/aai-sparky-be/resources/config/application-sync.properties
new file mode 100644 (file)
index 0000000..4fb10a2
--- /dev/null
@@ -0,0 +1,6 @@
+aggregationSyncEnabled=true
+historicalEntitySyncEnabled=true
+autoSuggestSyncEnabled=true
+vnfAliasSyncEnabled=true
+geoSyncEnabled=true
+viewInspectSyncEnabled=true
\ No newline at end of file
index 6aa64ff..aa93c06 100644 (file)
@@ -22,7 +22,7 @@ spring.mvc.favicon.enabled=false
 # and in the values.yaml change the internalPort to 9517
 #
 
-spring.profiles.active=camel,http,fe-prod,oxm-schema-prod,oxm-default,resources,sync
+spring.profiles.active=camel,http,fe-prod,oxm-schema-prod,oxm-default,resources,sync,portal
 
 searchservice.hostname={{.Values.global.searchData.serviceName}}
 searchservice.port=9509