aboutsummaryrefslogtreecommitdiffstats
path: root/docker
AgeCommit message (Expand)AuthorFilesLines
2019-04-10Add helm project tags and cleanupBrian Freeman1-1/+2
2019-02-20Make image arm64-compatiblePuzikov Dmitry1-42/+44
2019-02-18Change OpenECOMP_ETE to ONAPBrian Freeman2-11/+11
2018-12-17Specify robotframework package versionYang Xu1-1/+1
2018-11-01Add mime type for png screen shotsGary Wu1-0/+1
2018-10-30Enable compresion in lighttpdGary Wu1-0/+4
2018-10-25Add default user/password for robot web serverGary Wu2-0/+2
2018-09-14Add xxd for decryptionBrian Freeman1-0/+1
2018-08-03Remove obsolete filesGary Wu2-73/+0
2018-07-26Fix mode on ssh keysBrian Freeman1-0/+3
2018-03-05Install python2.7 rather than python=2.7.11-1Jerry Flood1-1/+1
2017-10-19Additional mimetypes for lighttpdGary Wu1-1/+4
2017-10-11Restructuring Dockerfile to debug failureJerry Flood1-9/+22
2017-10-09Add latest heat templates for vFW and vLBJerry Flood1-0/+6
2017-07-14Clean up DockerfileChuck Short1-10/+11
2017-06-05Make the soak test shells executable (properly)Jerry Flood1-2/+2
2017-06-02Added support for soak test config fileJerry Flood1-2/+4
2017-04-01TEST-17 secure robot and generate pageJerry Flood1-1/+11
2017-02-23updating the dockerfile to account for opensourceDR695H1-2/+2
2017-02-22Complete teardown implementation.jf98601-0/+54
2017-02-17Initial checkin of EopenECOMP testsuiteDR695H3-0/+74
/span> # Global configuration defaults. ################################################################# global: persistence: {} ################################################################# # Application configuration defaults. ################################################################# # application image repository: nexus3.onap.org:10001 image: onap/aaf/distcenter:3.0.0 pullPolicy: Always # flag to enable debugging - application support required debugEnabled: false # application configuration # Example: # default number of instances replicaCount: 1 nodeSelector: {} affinity: {} persistence: enabled: true volumeReclaimPolicy: Retain accessMode: ReadWriteOnce size: 10Mi mountPath: /dockerdata-nfs mountSubPath: sshsm/distcenter/data ingress: enabled: false # Configure resource requests and limits flavor: small resources: small: limits: cpu: 200m memory: 500Mi requests: cpu: 10m memory: 10Mi large: limits: cpu: 400m memory: 1Gi requests: cpu: 10m memory: 100Mi unlimited: {}