summaryrefslogtreecommitdiffstats
path: root/catalog-fe
AgeCommit message (Expand)AuthorFilesLines
2018-02-25update template filesYuli Shlosberg1-1/+1
2018-02-21OOM Alignment BE,FE,KBNYuli Shlosberg33-26/+1350
2018-02-13Plugin pubsub implementationIdan Amit1-0/+7
2018-02-08Support DCAE in new plugins integrationIdan Amit1-1/+1
2018-02-01Align configuration for new designIdan Amit3-41/+15
2018-01-31Change designer to plugin in codeIdan Amit8-215/+215
2018-01-24Add designer serviceIdan Amit1-2/+2
2018-01-22Create designer-tab componentIdan Amit1-4/+4
2018-01-21Update designer configuraiton fileIdan Amit2-10/+15
2018-01-16Designer-view component for top-navIdan Amit4-47/+48
2017-12-31SDC Designers Integration - Part 1Idan Amit5-5/+228
2017-12-25fix pomMichael Lando1-0/+1
2017-12-10Final commit to master merge fromTal Gitelman8-61/+102
2017-10-22add more unit tests remove importsYuli Shlosberg4-0/+139
2017-10-10ONAP normative fixesTal Gitelman1-36/+1
2017-09-19change version of the master branchMichael Lando1-1/+1
2017-08-02[SDC] code rebase for sdc resync to LFAvi Ziv1-5/+3
2017-07-22[sdc] 1710 rebase codeMichael Lando2-0/+73
2017-07-20[SDC] 1710 rebase + pom modificationsMichael Lando3-59/+51
2017-07-17[SDC] rebase 1710 codeMichael Lando1-1/+2
2017-07-12[sdc] rebase updateMichael Lando1-1/+1
2017-07-10[sdc] fix gzip filterMichael Lando1-1/+1
2017-07-03[sdc] - last merges before moving to LFTal Gitelman1-1/+1
2017-07-02[sdc] - latest swagger, dependencies, tests fixTal Gitelman1-1/+1
2017-06-29[SDC] rebase codeTal Gitelman1-5/+9
2017-06-21[sdc] fix issue in portal loginTal Gitelman2-1/+2
2017-06-20[sdc] update pom infoMichael Lando1-4/+11
2017-06-18[sdc] update code of sdcMichael Lando137-1519/+0
2017-06-11[SDC-29] rebase continue work to align sourceMichael Lando4-7/+23
2017-06-09[SDC-29] catalog 1707 rebase commit.Michael Lando26-810/+368
2017-03-15update pom version + change version fileMichael Lando1-2/+2
2017-02-28pom updateMichael Lando1-1/+33
2017-02-28pom updateMichael Lando1-0/+1
2017-02-28pom fixMichael Lando1-0/+1
2017-02-28pom fixMichael Lando1-0/+3
2017-02-27update pom to remove spring from parent pomMichael Lando1-1/+72
2017-02-26Fix release processml636r1-1/+1
2017-02-19Initial OpenECOMP SDC commitMichael Lando196-0/+9321
an class="nv"> .Values.config.adminUser }}' password: '{{ .Values.config.dgUserPassword }}' - uid: 'node-creds' type: basicAuth externalSecret: '{{ tpl (default "" .Values.config.nodeCredsExternalSecret) . }}' login: '{{ .Values.config.nodeUser }}' password: '{{ .Values.config.dgUserPassword }}' - uid: 'restconf-creds' type: basicAuth externalSecret: '{{ tpl (default "" .Values.config.restconfCredsExternalSecret) . }}' login: '{{ .Values.config.restconfUser }}' password: '{{ .Values.config.restconfPassword }}' ################################################################# # Application configuration defaults. ################################################################# # application image repository: nexus3.onap.org:10001 image: onap/ccsdk-dgbuilder-image:1.0.1 pullPolicy: Always # flag to enable debugging - application support required debugEnabled: false # application configuration config: db: dbName: sdnctl # unused for now to preserve the API rootPassword: openECOMP1.0 # rootPasswordExternalSecret: some secret userName: sdnctl # unused for now to preserve the API userPassword: gamma # userCredentialsExternalSecret: some secret httpUser: dguser # unused for now to preserve the API httpPassword: cc03e747a6afbbcbf8be7668acfebee5 # httpCredsExternalSecret: some secret adminUser: dguser # unused for now to preserve the API adminPassword: cc03e747a6afbbcbf8be7668acfebee5 # adminCredsExternalSecret: some secret nodeUser: dguser # unused for now to preserve the API nodePassword: cc03e747a6afbbcbf8be7668acfebee5 # nodeCredsExternalSecret: some secret restconfUser: admin # unused for now to preserve the API restconfPassword: admin # restconfCredsExternalSecret: some secret dbPodName: mysql-db dbServiceName: sdnc-dbhost # MD5 hash of dguser password ( default: test123 ) dgUserPassword: cc03e747a6afbbcbf8be7668acfebee5 # default number of instances replicaCount: 1 nodeSelector: {} affinity: {} # probe configuration parameters liveness: initialDelaySeconds: 10 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: dgbuilder portName: dgbuilder externalPort: 3000 internalPort: 3100 nodePort: 28 ingress: enabled: false service: - baseaddr: "dgbuilder" name: "dgbuilder" port: 3000 config: ssl: "redirect" # dependency / sub-chart configuration certInitializer: nameOverride: dgbuilder-cert-initializer truststoreMountpath: /opt/onap/ccsdk/dgbuilder/certs fqdn: "sdnc" app_ns: "org.osaaf.aaf" fqi: "sdnc@sdnc.onap.org" fqi_namespace: org.onap.sdnc public_fqdn: "dgbuilder.onap.org" aafDeployFqi: "deployer@people.osaaf.org" aafDeployPass: demo123456! cadi_latitude: "38.0" cadi_longitude: "-72.0" credsPath: /opt/app/osaaf/local aaf_add_config: > cd /opt/app/osaaf/local; /opt/app/aaf_config/bin/agent.sh local showpass {{.Values.fqi}} {{ .Values.fqdn }} | grep cadi_keystore_password= | cut -d= -f 2 > {{ .Values.credsPath }}/.pass 2>&1 ; cp {{ .Values.fqi_namespace }}.crt node-cert.pem; cp {{ .Values.fqi_namespace }}.key node-key.pem; chmod go+r node-*.pem #Resource Limit flavor -By Default using small flavor: small #segregation for different envionment (Small and Large) resources: small: limits: cpu: 2 memory: 4Gi requests: cpu: 1 memory: 2Gi large: limits: cpu: 4 memory: 8Gi requests: cpu: 2 memory: 4Gi unlimited: {}