diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2020-05-12 06:58:09 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-05-12 06:58:09 +0000 |
commit | 4d5d177b7970a0f6f6fede31025bc3874637a3d3 (patch) | |
tree | d3cdabb25f0fa754bbe04732e04c3e00f2b983c8 /kubernetes/sdnc/components/sdnc-prom/resources/config/config.json | |
parent | af6a61e9b6ea2722e750c307fb6ffa5d3921b0c7 (diff) | |
parent | aae2da91becf5f1f56329d49656c1ad634917cba (diff) |
Merge "[Tree-wide] Make chart build process predictible"
Diffstat (limited to 'kubernetes/sdnc/components/sdnc-prom/resources/config/config.json')
-rw-r--r-- | kubernetes/sdnc/components/sdnc-prom/resources/config/config.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/kubernetes/sdnc/components/sdnc-prom/resources/config/config.json b/kubernetes/sdnc/components/sdnc-prom/resources/config/config.json new file mode 100644 index 0000000000..54f95c140c --- /dev/null +++ b/kubernetes/sdnc/components/sdnc-prom/resources/config/config.json @@ -0,0 +1,19 @@ +{ + "app-name": "{{.Values.config.deployment}}", + "aid": "{{.Values.config.aid}}", + "namespace": "{{.Values.config.deployment}}", + "userid": "{{.Values.config.deployment}}", + "password": "{{.Values.config.password}}", + "prom-timeout": "{{.Values.config.promTimeout}}", + "core-monitor-sleep-time": "{{.Values.config.coreMonitorSleepTime}}", + "no-of-retry-attempts": "{{.Values.config.noOfRetryAttempts}}", + "restart-backoff-time": "{{.Values.config.restartBackoffTime}}", + "replica-id-list": [ "sdnc01", "sdnc02" ], + "ensure-active-sdnc01": "/app/bin/ensureSdncActive.sh", + "ensure-active-sdnc02": "/app/bin/ensureSdncActive.sh", + "ensure-passive-sdnc01": "/app/bin/ensureSdncStandby.sh", + "ensure-passive-sdnc02": "/app/bin/ensureSdncStandby.sh", + "music-connection-timeout-ms": "{{.Values.config.musicConnectionTimeoutMs}}", + "music-location": {{.Values.config.musicLocation|toJson}}, + "music-version": "2" +} |