diff options
author | Yang Xu <yang.xu3@huawei.com> | 2019-05-22 10:07:10 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-05-22 10:07:10 +0000 |
commit | 468118469a4816adcaf45cb12fede3a3f202f970 (patch) | |
tree | 8f0e2636ec7aa8d8f1ec9762322afc4adbbd2069 | |
parent | 526f27fa78d6504301b4d1b33bd70ea7f1a0c5f7 (diff) | |
parent | 746b84eeab691f2c7b820414fa3b7e8538b9c6f1 (diff) |
Merge "Bug fix: CDS Chart update to align with processor-db"
-rwxr-xr-x | kubernetes/cds/charts/cds-controller-blueprints/resources/config/application.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/cds/charts/cds-controller-blueprints/resources/config/application.properties b/kubernetes/cds/charts/cds-controller-blueprints/resources/config/application.properties index 7fde0fd385..ebc1d2e9a9 100755 --- a/kubernetes/cds/charts/cds-controller-blueprints/resources/config/application.properties +++ b/kubernetes/cds/charts/cds-controller-blueprints/resources/config/application.properties @@ -44,7 +44,7 @@ spring.jpa.hibernate.naming-strategy=org.hibernate.cfg.ImprovedNamingStrategy spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL5InnoDBDialect # Load Resource Source Mappings -resourceSourceMappings=primary-db=source-primary-db,input=source-input,default=source-default,primary-config-data=source-rest,capability=source-capability +resourceSourceMappings=processor-db=source-processor-db,primary-db=source-processor-db,input=source-input,default=source-default,primary-config-data=source-rest,primary-aai-data=source-rest,capability=source-capability # Controller Blueprints Core Configuration controllerblueprints.blueprintDeployPath=/etc/blueprints/deploy |