summaryrefslogtreecommitdiffstats
path: root/kubernetes/oof/charts/oof-cmso/values.yaml
diff options
context:
space:
mode:
authorMike Elliott <mike.elliott@amdocs.com>2019-05-10 17:30:59 +0000
committerGerrit Code Review <gerrit@onap.org>2019-05-10 17:30:59 +0000
commit0e4ba436188c1c957b4e03551238976d5511b842 (patch)
tree32275a5ec1900826564c787aed10e212c08a064c /kubernetes/oof/charts/oof-cmso/values.yaml
parent097f466da7029eca31530572cec3fb1a6ad768b6 (diff)
parent4b4373d6e961c3fe9aafa4ca072f7db69811ea93 (diff)
Merge "Update CMSO OOM to use HTTPS and AAF"
Diffstat (limited to 'kubernetes/oof/charts/oof-cmso/values.yaml')
-rw-r--r--kubernetes/oof/charts/oof-cmso/values.yaml17
1 files changed, 16 insertions, 1 deletions
diff --git a/kubernetes/oof/charts/oof-cmso/values.yaml b/kubernetes/oof/charts/oof-cmso/values.yaml
index 3c5edb3754..c4985df5a1 100644
--- a/kubernetes/oof/charts/oof-cmso/values.yaml
+++ b/kubernetes/oof/charts/oof-cmso/values.yaml
@@ -32,4 +32,19 @@ mariadb-galera:
mysqlDatabase: cmso
externalConfig: |
[mysqld]
- lower_case_table_names = 1 \ No newline at end of file
+ lower_case_table_names = 1
+
+global:
+ commonConfigPrefix: "oof-cmso"
+ truststoreFile: "truststoreONAPall.jks"
+ keystoreFile: "org.onap.oof.jks"
+ loggingRepository: docker.elastic.co
+ loggingImage: beats/filebeat:5.5.0
+ keystorePassword: N{$tSp*U)RQzjqE;)%4z;Pv[
+ truststorePassword:
+ authentication: aaf-auth
+
+config:
+ log:
+ logstashServiceName: log-ls
+ logstashPort: 5044 \ No newline at end of file