diff options
author | 2020-05-15 16:37:31 +0000 | |
---|---|---|
committer | 2020-05-15 16:37:31 +0000 | |
commit | 45fa2a95f9886659030955ccf5b5441bfd179de4 (patch) | |
tree | 9e3f84e270bc396eb5c63cca9d44d8b7a44e4c71 /kubernetes/cds/charts/cds-blueprints-processor/resources/config | |
parent | 8bca634df4cf29dc053a6a6a6a42b6d06d5d69e9 (diff) | |
parent | 031bdb7e4d16288782797ff97333842e6a3f9623 (diff) |
Merge "Update processor-db config with correct configuration"
Diffstat (limited to 'kubernetes/cds/charts/cds-blueprints-processor/resources/config')
-rwxr-xr-x | kubernetes/cds/charts/cds-blueprints-processor/resources/config/application.properties | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kubernetes/cds/charts/cds-blueprints-processor/resources/config/application.properties b/kubernetes/cds/charts/cds-blueprints-processor/resources/config/application.properties index 94f3466d9d..05ac61cf57 100755 --- a/kubernetes/cds/charts/cds-blueprints-processor/resources/config/application.properties +++ b/kubernetes/cds/charts/cds-blueprints-processor/resources/config/application.properties @@ -53,9 +53,9 @@ blueprintsprocessor.db.hibernateDialect=org.hibernate.dialect.MySQL5InnoDBDialec # processor-db endpoint blueprintsprocessor.db.processor-db.type=maria-db -blueprintsprocessor.db.processor-db.url=jdbc:mysql://{{.Values.config.cdsDB.dbServer}}:{{.Values.config.cdsDB.dbPort}}/{{.Values.config.cdsDB.dbName}} -blueprintsprocessor.db.processor-db.username=root -blueprintsprocessor.db.processor-db.password=${CDS_DB_ROOT_PASSWORD} +blueprintsprocessor.db.processor-db.url=jdbc:mysql://{{ .Values.config.sdncDB.dbService }}:{{ .Values.config.sdncDB.dbPort }}/{{.Values.config.sdncDB.dbName}} +blueprintsprocessor.db.processor-db.username=${SDNC_DB_USERNAME} +blueprintsprocessor.db.processor-db.password=${SDNC_DB_PASSWORD} # Python executor blueprints.processor.functions.python.executor.executionPath=/opt/app/onap/scripts/jython/ccsdk_blueprints |