summaryrefslogtreecommitdiffstats
path: root/ms/controllerblueprints/modules/service/src/test/resources
AgeCommit message (Expand)AuthorFilesLines
2019-03-25Migrate ccsdk/apps to ccsdk/cdsAlexis de Talhouƫt1-1/+1
2019-03-18Ressource resolution using configurable databasevinal patel1-1/+1
2019-02-08Refactor test blueprint catalogMuthuramalingam, Brinda Santh1-2/+2
2019-01-20Resource Resolution Service: Source RestSingal, Kapil (ks220y)4-6/+6
2019-01-11Resource Resolution Service : 2Singal, Kapil (ks220y)4-4/+4
2019-01-10Add Java Capability resource assignment processorMuthuramalingam, Brinda Santh1-1/+1
2018-12-21Applied comments from review: Change 74622 - DraftSteve Alphonse Siani1-1/+7
2018-12-14Add multiple path load service.Muthuramalingam, Brinda Santh(bs2796)2-14/+15
2018-12-14Add blueprint resource definition enrichment.Muthuramalingam, Brinda Santh(bs2796)1-1/+1
2018-12-14Add blueprint artifact definition enrichment.Muthuramalingam, Brinda Santh(bs2796)1-603/+0
2018-11-30Add Jython Component model and validation logics.Muthuramalingam, Brinda Santh(bs2796)2-7/+12
2018-11-10Controller Design StudioMuthuramalingam, Brinda Santh(bs2796)1-5/+5
2018-09-27Prepare for releaseTimoney, Dan (dt5972)1-924/+924
2018-09-13Controller Blueprints MicroserviceMuthuramalingam, Brinda Santh(bs2796)7-148/+291
2018-09-12Controller Blueprints MicroserviceMuthuramalingam, Brinda Santh(bs2796)2-1/+41
2018-09-07Controller Blueprints MicroserviceMuthuramalingam, Brinda Santh(bs2796)2-33/+94
2018-09-07Controller Blueprints MicroserviceMuthuramalingam, Brinda Santh(bs2796)2-44/+1
2018-09-07Controller Blueprints MicroserviceMuthuramalingam, Brinda Santh(bs2796)2-55/+7
2018-09-06Controller Blueprints MicroserviceMuthuramalingam, Brinda Santh(bs2796)1-4/+24
2018-09-05Controller Blueprints MicroserviceBrinda Santh2-2/+34
2018-09-05Controller Blueprints MicroserviceBrinda Santh1-2/+2
2018-09-05Controller Blueprints MicroserviceMuthuramalingam, Brinda Santh(bs2796)2-48/+9
2018-09-05Controller Blueprints MicroserviceBrinda Santh2-2/+41
2018-08-30Controller Blueprints MicroserviceMuthuramalingam, Brinda Santh(bs2796)2-5/+2
2018-08-27Controller Blueprints MicroserviceMuthuramalingam, Brinda Santh(bs2796)1-2/+2
2018-08-26Controller Blueprints MicroserviceBrinda Santh1-17/+17
2018-08-23Controller Blueprints MicroserviceMuthuramalingam, Brinda Santh(bs2796)2-0/+2
2018-08-10Controller Blueprints MSSingal, Kapil (ks220y)5-0/+1266
pan class="o">=60000 #Add this properties only if you want to change the URL, AJSC Framework interceptors will intercept #com.att.ajsc.common.interceptors.PreInterceptor.url=/** #com.att.ajsc.common.interceptors.PostInterceptor.url=/** #Servlet context parameters server.context_parameters.p-name=value #context parameter with p-name as key and value as value. camel.springboot.consumer-template-cache-size=1000 camel.springboot.producer-template-cache-size=1000 camel.springboot.jmx-enabled=true camel.defaultthreadpool.poolsize=10 camel.defaultthreadpool.maxpoolsize=20 camel.defaultthreadpool.maxqueuesize=1000 camel.defaultthreadpool.keepaliveTime=60 camel.defaultthreadpool.rejectpolicy=CallerRuns kubernetes.namespace=com-att-ajsc #server.port=0 #Camunda Process Engine DataSource connection Details spring.datasource.camunda.driverClassName=org.mariadb.jdbc.Driver spring.datasource.camunda.url=jdbc:mariadb:sequential://localhost:${docker.mariadb.port.host}/camundabpm?autoReconnect=true&retriesAllDown=2147483647&failoverLoopRetries=2147483647 spring.datasource.camunda.username=camunda spring.datasource.camunda.password=D75B89195FD913848EA11416F755390E spring.datasource.camunda.validationQuery=SELECT 1 spring.datasource.camunda.validationQueryTimeout=20000 spring.datasource.camunda.validationInterval=30000 spring.datasource.camunda.testWhileIdle = true spring.datasource.camunda.minIdle = 0 spring.datasource.camunda.initialSize=0 # Automatically test whether a connection provided is good or not spring.datasource.camunda.testOnBorrow=true spring.datasource.camunda.ignoreExceptionOnPreLoad=true #Camunda application properties #Camunda history level camunda.bpm.history-level=auto camunda.bpm.enabled=false camunda.bpm.auto-deployment-enabled=false camunda.bpm.job-execution.active=false camunda.bpm.job-execution.enabled=false camunda.bpm.management.health.camunda.enabled=false camunda.bpm.metrics.enabled=false #clds datasource connection details spring.datasource.cldsdb.driverClassName=org.mariadb.jdbc.Driver spring.datasource.cldsdb.url=jdbc:mariadb:sequential://localhost:${docker.mariadb.port.host}/cldsdb4?autoReconnect=true&retriesAllDown=2147483647&failoverLoopRetries=2147483647 spring.datasource.cldsdb.username=clds spring.datasource.cldsdb.password=035F8819FEBB754F3C99ECCCC1259850 spring.datasource.cldsdb.validationQuery=SELECT 1 spring.datasource.cldsdb.validationQueryTimeout=20000 spring.datasource.cldsdb.validationInterval=30000 spring.datasource.cldsdb.testWhileIdle = true spring.datasource.cldsdb.minIdle = 0 spring.datasource.cldsdb.initialSize=0 # Automatically test whether a connection provided is good or not spring.datasource.cldsdb.testOnBorrow=true spring.datasource.cldsdb.ignoreExceptionOnPreLoad=true #Async Executor default Parameters async.core.pool.size=10 async.max.pool.size=20 async.queue.capacity=500 #GRM Edge endpoint details service.name=ajsc6camundademo service.version=1.0.0.0 routeoffer=TEST #Update with your application name application.name=AJSC6CAMUNDA org.onap.clamp.config.files.cldsReference=classpath:/clds/clds-reference.properties org.onap.clamp.config.files.cldsPolicyConfig=classpath:/clds/clds-policy-config.properties org.onap.clamp.config.files.cldsUsers=classpath:/clds/clds-users.json org.onap.clamp.config.files.globalClds=classpath:/clds/globalClds.properties org.onap.clamp.encryption.aes.key=aa3871669d893c7fb8abbcda31b88b4f #Define user permission related parameters, the permission type can be changed but MUST be redefined in clds-users.properties in that case ! CLDS_PERMISSION_TYPE_CL=permission-type-cl CLDS_PERMISSION_TYPE_CL_MANAGE=permission-type-cl-manage CLDS_PERMISSION_TYPE_CL_EVENT=permission-type-cl-event CLDS_PERMISSION_TYPE_FILTER_VF=permission-type-filter-vf CLDS_PERMISSION_TYPE_TEMPLATE=permission-type-template #This one indicates the type of instances (dev|prod|perf...), this must be set accordingly in clds-users.properties CLDS_PERMISSION_INSTANCE=dev