ac2550 | 8ac9717 | 2018-04-18 14:23:17 +0200 | [diff] [blame] | 1 | # Copyright © 2017 Amdocs, Bell Canada |
Mukul | 379e252 | 2018-09-05 12:26:02 +0000 | [diff] [blame] | 2 | # Modifications Copyright © 2018 AT&T |
ac2550 | 8ac9717 | 2018-04-18 14:23:17 +0200 | [diff] [blame] | 3 | # |
| 4 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | # you may not use this file except in compliance with the License. |
| 6 | # You may obtain a copy of the License at |
| 7 | # |
| 8 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | # |
| 10 | # Unless required by applicable law or agreed to in writing, software |
| 11 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | # See the License for the specific language governing permissions and |
| 14 | # limitations under the License. |
ac2550 | 8ac9717 | 2018-04-18 14:23:17 +0200 | [diff] [blame] | 15 | |
| 16 | ################################################################# |
| 17 | # Global configuration defaults. |
| 18 | ################################################################# |
| 19 | global: |
| 20 | nodePortPrefix: 302 |
| 21 | repositorySecret: eyJuZXh1czMub25hcC5vcmc6MTAwMDEiOnsidXNlcm5hbWUiOiJkb2NrZXIiLCJwYXNzd29yZCI6ImRvY2tlciIsImVtYWlsIjoiQCIsImF1dGgiOiJaRzlqYTJWeU9tUnZZMnRsY2c9PSJ9fQ== |
Sylvain Desbureaux | 1694e1d | 2020-08-21 09:58:25 +0200 | [diff] [blame] | 22 | readinessImage: onap/oom/readiness:3.0.1 |
ac2550 | 8ac9717 | 2018-04-18 14:23:17 +0200 | [diff] [blame] | 23 | persistence: {} |
osgn422w | 7981445 | 2020-09-25 02:28:02 +0200 | [diff] [blame] | 24 | centralizedLoggingEnabled: true |
| 25 | #AAF service |
| 26 | aafEnabled: true |
| 27 | |
| 28 | ################################################################# |
| 29 | # AAF part |
| 30 | ################################################################# |
| 31 | certInitializer: |
| 32 | permission_user: 1000 |
| 33 | permission_group: 999 |
| 34 | addconfig: true |
| 35 | keystoreFile: "org.onap.clamp.p12" |
| 36 | truststoreFile: "org.onap.clamp.trust.jks" |
| 37 | keyFile: "org.onap.clamp.keyfile" |
| 38 | truststoreFileONAP: "truststoreONAPall.jks" |
| 39 | clamp_key: "org.onap.clamp.crt.key" |
| 40 | clamp_pem: "org.onap.clamp.key.pem" |
| 41 | clamp_ca_certs_pem: "clamp-ca-certs.pem" |
| 42 | nameOverride: clamp-logstash-cert-initializer |
| 43 | aafDeployFqi: deployer@people.osaaf.org |
| 44 | aafDeployPass: demo123456! |
| 45 | # aafDeployCredsExternalSecret: some secret |
| 46 | fqdn: clamp |
| 47 | fqi: clamp@clamp.onap.org |
| 48 | public_fqdn: clamp.onap.org |
| 49 | cadi_longitude: "0.0" |
| 50 | cadi_latitude: "0.0" |
| 51 | app_ns: org.osaaf.aaf |
| 52 | credsPath: /opt/app/osaaf/local |
| 53 | aaf_add_config: > |
| 54 | /opt/app/aaf_config/bin/agent.sh local showpass {{.Values.fqi}} {{ .Values.fqdn }} > {{ .Values.credsPath }}/mycreds.prop; |
| 55 | export $(/opt/app/aaf_config/bin/agent.sh local showpass | grep '^c' | xargs -0); |
| 56 | cd {{ .Values.credsPath }}; |
| 57 | openssl pkcs12 -in {{ .Values.keystoreFile }} -nocerts -nodes -passin pass:$cadi_keystore_password_p12 > {{ .Values.clamp_key }}; |
| 58 | openssl pkcs12 -in {{ .Values.keystoreFile }} -clcerts -nokeys -passin pass:$cadi_keystore_password_p12 > {{ .Values.clamp_pem }}; |
| 59 | openssl pkcs12 -in {{ .Values.keystoreFile }} -cacerts -nokeys -chain -passin pass:$cadi_keystore_password_p12 > {{ .Values.clamp_ca_certs_pem }}; |
| 60 | chmod a+rx *; |
| 61 | |
Sylvain Desbureaux | 45fba76 | 2018-11-23 11:35:46 +0100 | [diff] [blame] | 62 | flavor: small |
ac2550 | 8ac9717 | 2018-04-18 14:23:17 +0200 | [diff] [blame] | 63 | |
| 64 | ################################################################# |
| 65 | # Application configuration defaults. |
| 66 | ################################################################# |
| 67 | |
| 68 | # application image |
Julien Barbot | ed56cca | 2018-10-22 17:53:07 +0200 | [diff] [blame] | 69 | repository: nexus3.onap.org:10001 |
osgn422w | 87d267d | 2020-09-26 11:38:01 +0200 | [diff] [blame] | 70 | image: onap/clamp-dashboard-logstash:5.0.4 |
ac2550 | 07f4696 | 2018-05-17 11:33:00 +0200 | [diff] [blame] | 71 | pullPolicy: Always |
ac2550 | 8ac9717 | 2018-04-18 14:23:17 +0200 | [diff] [blame] | 72 | |
| 73 | # flag to enable debugging - application support required |
| 74 | debugEnabled: false |
| 75 | |
| 76 | # application configuration |
| 77 | config: |
| 78 | elasticsearchServiceName: cdash-es |
| 79 | elasticsearchPort: 9200 |
ac2550 | a0496b0 | 2018-09-20 14:57:22 +0200 | [diff] [blame] | 80 | dmaapHost: message-router |
osgn422w | b561a59 | 2020-02-11 15:50:21 +0100 | [diff] [blame] | 81 | dmaapSchemeSSL: https |
| 82 | dmaapSchemeNoSSL: http |
ac2550 | 8ac9717 | 2018-04-18 14:23:17 +0200 | [diff] [blame] | 83 | dmaapPort: 3905 |
| 84 | dmaapConsumerGroup: "clampdashboard" |
| 85 | dmaapConsumerId: "clampdashboard" |
| 86 | eventTopic: "DCAE-CL-EVENT" |
| 87 | notificationTopic: "POLICY-CL-MGT" |
| 88 | requestTopic: "APPC-CL" |
osgn422w | 6e663e4 | 2019-08-02 11:31:11 +0200 | [diff] [blame] | 89 | logstash_user: "logstash" |
| 90 | logstash_pwd: "logstash" |
ac2550 | 8ac9717 | 2018-04-18 14:23:17 +0200 | [diff] [blame] | 91 | |
| 92 | # default number of instances |
| 93 | replicaCount: 1 |
| 94 | |
| 95 | nodeSelector: {} |
| 96 | |
| 97 | affinity: {} |
| 98 | |
| 99 | # probe configuration parameters |
| 100 | liveness: |
osgn422w | b561a59 | 2020-02-11 15:50:21 +0100 | [diff] [blame] | 101 | initialDelaySeconds: 900 |
| 102 | periodSeconds: 20 |
| 103 | timeoutSeconds: 5 |
ac2550 | 8ac9717 | 2018-04-18 14:23:17 +0200 | [diff] [blame] | 104 | # necessary to disable liveness probe when setting breakpoints |
| 105 | # in debugger so K8s doesn't restart unresponsive container |
| 106 | enabled: true |
| 107 | |
| 108 | readiness: |
osgn422w | b561a59 | 2020-02-11 15:50:21 +0100 | [diff] [blame] | 109 | initialDelaySeconds: 900 |
| 110 | periodSeconds: 20 |
| 111 | timeoutSeconds: 5 |
| 112 | |
| 113 | security: |
| 114 | ssl: |
| 115 | enabled: true |
ac2550 | 8ac9717 | 2018-04-18 14:23:17 +0200 | [diff] [blame] | 116 | |
| 117 | service: |
| 118 | #Example service definition with external, internal and node ports. |
| 119 | #Services may use any combination of ports depending on the 'type' of |
| 120 | #service being defined. |
| 121 | type: ClusterIP |
| 122 | name: cdash-ls |
| 123 | portName: cdash-ls-healthcheck |
| 124 | externalPort: 9600 |
| 125 | internalPort: 9600 |
| 126 | ingress: |
| 127 | enabled: false |
| 128 | |
Determe, Sebastien (sd378r) | d600a8d | 2018-06-01 11:27:49 +0200 | [diff] [blame] | 129 | #resources: {} |
ac2550 | 8ac9717 | 2018-04-18 14:23:17 +0200 | [diff] [blame] | 130 | # We usually recommend not to specify default resources and to leave this as a conscious |
| 131 | # choice for the user. This also increases chances charts run on environments with little |
| 132 | # resources, such as Minikube. If you do want to specify resources, uncomment the following |
| 133 | # lines, adjust them as necessary, and remove the curly braces after 'resources:'. |
| 134 | # |
| 135 | # Example: |
| 136 | # Configure resource requests and limits |
| 137 | # ref: http://kubernetes.io/docs/user-guide/compute-resources/ |
| 138 | # Minimum memory for development is 2 CPU cores and 4GB memory |
| 139 | # Minimum memory for production is 4 CPU cores and 8GB memory |
Determe, Sebastien (sd378r) | d600a8d | 2018-06-01 11:27:49 +0200 | [diff] [blame] | 140 | resources: |
Sylvain Desbureaux | 45fba76 | 2018-11-23 11:35:46 +0100 | [diff] [blame] | 141 | small: |
| 142 | limits: |
| 143 | cpu: 1 |
| 144 | memory: 1.3Gi |
| 145 | requests: |
| 146 | cpu: 10m |
| 147 | memory: 750Mi |
| 148 | large: |
| 149 | limits: |
| 150 | cpu: 1 |
| 151 | memory: 1.3Gi |
| 152 | requests: |
| 153 | cpu: 10m |
| 154 | memory: 750Mi |
| 155 | unlimited: {} |