aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/MSOInfrastructureBPMN/src/main/groovy
AgeCommit message (Expand)AuthorFilesLines
2017-11-10Fix Delete workflow sent msg to vfc adatper failedc001491072-22/+34
2017-11-07Fix issue of Class name wrongc001491073-4/+5
2017-11-07Fix AAI Relationship read failed in delete flowc001491073-159/+153
2017-11-06Add Relationship between e2eservice and nsc001491071-3/+2
2017-11-05Merge "Added sleep before GET call"Seshu Kumar M2-5/+20
2017-11-04Added sleep before GET callShailendra Borale2-5/+20
2017-11-03fix issues in e2e delete groovy flowseshukm2-21/+39
2017-11-02Fix Bad request to Sdncc001491072-1/+8
2017-10-31Merge "Fix Result Code Check Error"Seshu Kumar M2-5/+5
2017-10-31Fix Result Code Check Errorc001491072-5/+5
2017-10-30Changed files ecomp-model to onap-modelShailendra Borale7-18/+18
2017-10-27Fix for inappropriate function mapping in BPMNseshukm1-5/+12
2017-10-27Add Relationship for e2e service and NSc001491071-7/+70
2017-10-26Fix voLTE Create workflow issuec001491073-468/+188
2017-10-26fix update operation Statusseshukm2-83/+92
2017-10-25update operation status for E2Edeleteseshukm2-80/+80
2017-10-24Fixed bug to parse json userParams arrayShailendra Borale1-22/+26
2017-10-23fix for delete e2e serviceseshukm1-60/+9
2017-10-23Quick fix to unblock the issue of VoLTE creationSeshu-Kumar-M1-3/+1
2017-10-23Merge "Fix Issues about voLTE Create"Seshu Kumar M1-1/+1
2017-10-23Fix Issues about voLTE Createc001491071-1/+1
2017-10-23Merge "Update license in a couple of groovy scripts"Seshu Kumar M1-1/+17
2017-10-20Merge "Flows fail to update status in requests DB"Rob Daugherty4-5/+5
2017-10-20Flows fail to update status in requests DBRob Daugherty4-5/+5
2017-10-19Fix the wrong XML Requestc001491071-1/+1
2017-10-19Add MSB Config For Restful Callc001491071-1/+1
2017-10-19Merge "Omit service-type and service-role if empty"Rob Daugherty1-2/+4
2017-10-18Omit service-type and service-role if emptyRob Daugherty1-2/+4
2017-10-18productFamilyId not found error catchingArthur Martella1-1/+7
2017-10-18Update license in a couple of groovy scriptsJim Hahn1-1/+17
2017-10-17Merge "fix for including the operation ID in response"Seshu Kumar M1-2/+2
2017-10-17fix for including the operation ID in responseSeshu-Kumar-M1-2/+2
2017-10-17Removed unWanted methodseshukm1-10/+0
2017-10-17fix method name mismatch create E2E svcseshukm1-0/+11
2017-10-13Fix wrong work flow for service deletec001491073-7/+125
2017-10-13Correct the workflow for NS Createc001491072-4/+36
2017-10-11Add junit test coverage and fix bugs in VCPEJim Hahn8-435/+330
2017-10-11Add progress for create workflowc001491072-0/+115
2017-10-10Adding BPMN and Groovy for E2E Svcseshukm2-0/+851
2017-09-22Implement the tasks of delete NS work flowc001491072-13/+81
2017-09-22Add delete VFC NS workflowc001491071-0/+139
2017-09-22Correct the class namec001491071-3/+3
2017-09-22Implement the tasks of the workflowc001491071-6/+75
2017-09-22Add generic post functionc001491071-8/+35
2017-09-21Initial commit of vCPE flowsRob Daugherty8-0/+3887
2017-09-21Generate the nsParametersc001491071-1/+13
2017-09-21Add preprocess for NS Createc001491071-47/+19
2017-09-21Add NS Create Taskc001491071-32/+7
2017-09-20Added Groovy for E2E svcSeshu-Kumar-M3-131/+45
2017-09-18Merge "VoLTE groovy draft files"Seshu Kumar M3-0/+1218
in port: 8180 # Specifies a set of users, credentials, roles, and groups realm: aai-resources # Used by any client application for enabling fine-grained authorization for their protected resources resource: aai-resources-app # If set to true, additional criteria will be added that match the data-owner property with the given role # to the user in keycloak multiTenancy: enabled: true # Specifies crud related operation timeouts and overrides crud: timeout: # Specifies if the timeout for REST GET calls should be enabled enabled: true # Specifies the timeout values for application specific # Its a pipe seperated list where each element before comma represents # the X-FromAppId and the comma after specifies the timeout limit in ms # If the timeout limit is -1 then it means for these apps no timeout appspecific: JUNITTESTAPP1,1|JUNITTESTAPP2,-1|DCAE-CCS,-1|DCAES,-1|AAIRctFeed,-1|NewvceCreator,-1|IANewvceCreator,-1|AAI-CSIOVALS,-1 # Specifies what is the maximum timeout limit in milliseconds limit: 100000 # Specifies configuration for bulk apis bulk: # Specifies for a bulk payload how many transactions in total allowed limit: 30 # Specifies if the bulk can be override and if it can the value override: false nodeSelector: {} affinity: {} # probe configuration parameters liveness: initialDelaySeconds: 60 periodSeconds: 60 # necessary to disable liveness probe when setting breakpoints # in debugger so K8s doesn't restart unresponsive container enabled: false readiness: initialDelaySeconds: 60 periodSeconds: 10 service: type: ClusterIP portName: http internalPort: 8447 portName2: tcp-5005 internalPort2: 5005 terminationGracePeriodSeconds: 120 ingress: enabled: false # We usually recommend not to specify default resources and to leave this as a conscious # choice for the user. This also increases chances charts run on environments with little # resources, such as Minikube. If you do want to specify resources, uncomment the following # lines, adjust them as necessary, and remove the curly braces after 'resources:'. # # Example: # Configure resource requests and limits # ref: http://kubernetes.io/docs/user-guide/compute-resources/ # Minimum memory for development is 2 CPU cores and 4GB memory # Minimum memory for production is 4 CPU cores and 8GB memory #resources: # limits: # cpu: 2 # memory: 4Gi # requests: # cpu: 2 # memory: 4Gi resources: small: limits: cpu: 2 memory: 4Gi requests: cpu: 1 memory: 3Gi large: limits: cpu: 4 memory: 8Gi requests: cpu: 2 memory: 4Gi unlimited: {} #Pods Service Account serviceAccount: nameOverride: aai-resources roles: - read