summaryrefslogtreecommitdiffstats
path: root/vid-ext-services-simulator
AgeCommit message (Expand)AuthorFilesLines
2019-04-02Display Human-readable timeout in Manual Task popupIttay Stern1-1/+1
2019-04-02Merge "Sending workflow data from UI to SO"Wojciech Sliwka6-5/+89
2019-04-01Sending workflow data from UI to SOBartosz Gardziejewski6-5/+89
2019-04-01Display Manual Task description in actions popupIttay Stern2-1/+3
2019-03-26Upgrade springframework to 4.3.22 (was 4.2.x)Ittay Stern1-1/+1
2019-03-21Merge "Preset for Workflows action:EQUALS:scaleOut"Ittay Stern2-19/+54
2019-03-20Merge "Merge simulator from ECOMP's repository"Ittay Stern92-1368/+2421
2019-03-19Preset for Workflows action:EQUALS:scaleOutIttay Stern2-20/+55
2019-03-15new presetsWojciech Sliwka3-0/+2663
2019-03-11Merge simulator from ECOMP's repositoryIttay Stern92-1368/+2421
2019-02-21workflow parameters APIWojciech Sliwka4-0/+122
2019-02-18Introduced mocked SO workflows in VID FEgolabek2-6/+23
2019-01-09Merge from ECOMP's repositoryIttay Stern1-3/+3
2018-12-20pom.xml cleanupbiniek1-35/+2
2018-12-14.gitignore cleanupbiniek6-66/+5
2018-12-04Add simulator to docker-compose.ymlkurczews2-0/+62
2018-09-26Merge "Fix simulator preset"Amichai Hemli1-3/+3
2018-09-20Fix simulator presetkurczews1-3/+3
2018-09-17Add new SDC service model to simulatorJoanna Jeremicz2-0/+56
2018-08-21Rename vid-simulator packagesJoanna Jeremicz9-12/+12
2018-08-12vid-simulator dev and test toolSonsino, Ofir (os0695)92-597/+42609
2018-03-20Fix license issuesSonsino, Ofir (os0695)1-0/+0
2018-01-31org.onap migrationOfir Sonsino39-0/+16377
alar-Plain">true # application image repository: nexus3.onap.org:10001 image: onap/vid:3.2.2 pullPolicy: Always # mariadb image for initializing mariadb_image: library/mariadb:10 # application configuration config: vidmysqlpassword: Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U asdcclientrestauth: "Basic dmlkOktwOGJKNFNYc3pNMFdYbGhhazNlSGxjc2UyZ0F3ODR2YW9HR21KdlV5MlU=" asdcclientrestport: "8080" vidaaiport: "8443" onapport: "30225" onapportrest: "8443" portalhost: "portal.api.simpledemo.onap.org" msoport: "8080" vidmsopass: OBF:1ih71i271vny1yf41ymf1ylz1yf21vn41hzj1icz msodme2serverurl: http://localhost:8081 vidcontactuslink: https://todo_contact_us_link.com vidmysqlhost: vid-galera vidmysqlport: "3306" vidmysqldbname: vid_openecomp_epsdk vidmysqluser: vidadmin vidmysqlmaxconnections: "5" logstashServiceName: log-ls logstashPort: 5044 roleaccesscentralized: remote # subchart configuration vid_mariadb_galera: # nameOverride: vid-mariadb-galera replicaCount: 1 # default number of instances replicaCount: 1 nodeSelector: {} affinity: {} # probe configuration parameters liveness: initialDelaySeconds: 120 periodSeconds: 10 # necessary to disable liveness probe when setting breakpoints # in debugger so K8s doesn't restart unresponsive container enabled: true readiness: initialDelaySeconds: 10 periodSeconds: 10 service: type: NodePort name: vid portName: vid externalPort: 8443 internalPort: 8443 nodePort: "00" portName2: vid-http externalPort2: 8080 internalPort2: 8080 nodePort2: "38" ingress: enabled: false # Resource Limit flavor -By Default using small flavor: small # Segregation for Different environment (Small and Large) resources: small: limits: cpu: 200m memory: 2Gi requests: cpu: 100m memory: 1Gi large: limits: cpu: 400m memory: 4Gi requests: cpu: 200m memory: 2Gi unlimited: {}