From 6c881fc1fbc617c368f17044419e4fc0ae59c5e7 Mon Sep 17 00:00:00 2001 From: su622b Date: Thu, 22 Mar 2018 17:39:23 -0400 Subject: changes for docker deployment Issue-ID: DMAAP-338 Change-Id: I328cd941e493fa151383b12e008a1d220a242345 Signed-off-by: su622b --- bundleconfig-csi/README.txt | 4 +--- bundleconfig-csi/etc/appprops/AAFUserRoles.properties | 1 - bundleconfig-csi/etc/appprops/PostProcessorInterceptors.properties | 3 +-- bundleconfig-csi/etc/appprops/PreProcessorInterceptors.properties | 3 +-- bundleconfig-csi/etc/service-file-monitor.properties | 1 - bundleconfig-csi/etc/sysprops/sys-props.properties | 2 -- 6 files changed, 3 insertions(+), 11 deletions(-) (limited to 'bundleconfig-csi') diff --git a/bundleconfig-csi/README.txt b/bundleconfig-csi/README.txt index bfad489..f97fe73 100644 --- a/bundleconfig-csi/README.txt +++ b/bundleconfig-csi/README.txt @@ -1,5 +1,3 @@ The bundleconfig-csi directory contains the necessary configuration files to be included with your AJSC bundle when deploying to a CSI env. This file is NOT used during local development. For local development, all files are read from the bundleconfig-local -folder. - -For more information on these files, please goto wiki link: http://wiki.web.att.com/display/ajsc/Configuration+Opportunities+within+the+AJSC \ No newline at end of file +folder. \ No newline at end of file diff --git a/bundleconfig-csi/etc/appprops/AAFUserRoles.properties b/bundleconfig-csi/etc/appprops/AAFUserRoles.properties index 6f11f4e..fd9df83 100644 --- a/bundleconfig-csi/etc/appprops/AAFUserRoles.properties +++ b/bundleconfig-csi/etc/appprops/AAFUserRoles.properties @@ -22,7 +22,6 @@ #If using AAF for Role based authentication/authorization, define your routes/services which will utilize AAF. The AJSC will #read this file and protect the routes given with the AAF role defined. #For more information on AAF role based permissions, please contact AAF team. -#AAF wiki link: http://wiki.web.att.com/display/aaf/AAF+Documentation #The following example would protect the JAXRS echo example service provided with the archetype. #/services/${namespace}/v1/jaxrs-services/jaxrsExample/echo/*=com.att.ajsc.myper|mymachine|manage diff --git a/bundleconfig-csi/etc/appprops/PostProcessorInterceptors.properties b/bundleconfig-csi/etc/appprops/PostProcessorInterceptors.properties index 0e0c4d5..a39131c 100644 --- a/bundleconfig-csi/etc/appprops/PostProcessorInterceptors.properties +++ b/bundleconfig-csi/etc/appprops/PostProcessorInterceptors.properties @@ -19,7 +19,6 @@ # ECOMP is a trademark and service mark of AT&T Intellectual Property. # ############################################################################### -#This properties file is for defining any PostProcessorInterceptors that have been created for your AJSC service. For more -#information, please go to the wiki link: http://wiki.web.att.com/display/ajsc/AJSC+Interceptor+Framework +#This properties file is for defining any PostProcessorInterceptors that have been created for your AJSC service. /**=ajsc.beans.interceptors.CsiPostInterceptor diff --git a/bundleconfig-csi/etc/appprops/PreProcessorInterceptors.properties b/bundleconfig-csi/etc/appprops/PreProcessorInterceptors.properties index ed659ba..966bae8 100644 --- a/bundleconfig-csi/etc/appprops/PreProcessorInterceptors.properties +++ b/bundleconfig-csi/etc/appprops/PreProcessorInterceptors.properties @@ -19,7 +19,6 @@ # ECOMP is a trademark and service mark of AT&T Intellectual Property. # ############################################################################### -#This properties file is for defining any PreProcessorInterceptors that have been created for your AJSC service. For more -#information, please go to the wiki link: http://wiki.web.att.com/display/ajsc/AJSC+Interceptor+Framework +#This properties file is for defining any PreProcessorInterceptors that have been created for your AJSC service. /**=com.att.ajsc.csi.restmethodmap.RestMethodMapInterceptor,ajsc.beans.interceptors.CsiPreInterceptor diff --git a/bundleconfig-csi/etc/service-file-monitor.properties b/bundleconfig-csi/etc/service-file-monitor.properties index 8daa5c0..9596440 100644 --- a/bundleconfig-csi/etc/service-file-monitor.properties +++ b/bundleconfig-csi/etc/service-file-monitor.properties @@ -20,7 +20,6 @@ # ############################################################################### #This properties file is used for defining any file paths that you would like to have monitored. -#For more information, please goto wiki link: http://wiki.web.att.com/display/ajsc/Dynamic+Configuration+of+service+properties+running+within+AJSC+Container #user config file paths go here as (key-value) pairs. File extension will have to be either .properties or .json in order for it to be monitored. #file1=/opt/app/yourService/file.properties diff --git a/bundleconfig-csi/etc/sysprops/sys-props.properties b/bundleconfig-csi/etc/sysprops/sys-props.properties index 23679b6..11fc0f1 100644 --- a/bundleconfig-csi/etc/sysprops/sys-props.properties +++ b/bundleconfig-csi/etc/sysprops/sys-props.properties @@ -22,7 +22,6 @@ #This file is used for defining AJSC system properties for different configuration schemes and is necessary for the AJSC to run properly. #The sys-props.properties file is used for running locally. The template.sys-props.properties file will be used when deployed #to a SOA/CSI Cloud node. For more information, please goto wiki link: -#http://wiki.web.att.com/pages/viewpage.action?pageId=368909155 #AJSC System Properties. The following properties are required for ALL AJSC services. @@ -36,7 +35,6 @@ authN=authentication-scheme-2 ajscPersistence=file # If using hawtio for local development, these properties will allow for faster server startup and usage for local development -# See wiki for more info on hawtio: http://wiki.web.att.com/display/ajsc/Camel+Route+Debugging+with+AJSC+-+hawtio hawtio.authenticationEnabled=false hawtio.config.pullOnStartup=false -- cgit 1.2.3-korg