diff options
author | Brinda Santh <brindasanth@in.ibm.com> | 2018-09-05 01:22:04 -0400 |
---|---|---|
committer | Brinda Santh <brindasanth@in.ibm.com> | 2018-09-05 01:22:04 -0400 |
commit | c77ee2f8cf2f326fd59a977f7f2775429cbce683 (patch) | |
tree | cca2fab39853b9be560bedc2d102d986ab66d757 /ms/controllerblueprints/modules/service/load/resource_dictionary/db-source.json | |
parent | 04709b1e651181fd3f1212e3641ca211738aece9 (diff) |
Controller Blueprints Microservice
Add Resource Dictionary reactive repository service for dictionary validation and automap functions.
Change-Id: I7cc6d7d976cfe9370f9a74cd8f2e4256de8e8995
Issue-ID: CCSDK-484
Signed-off-by: Brinda Santh <brindasanth@in.ibm.com>
Diffstat (limited to 'ms/controllerblueprints/modules/service/load/resource_dictionary/db-source.json')
-rw-r--r-- | ms/controllerblueprints/modules/service/load/resource_dictionary/db-source.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ms/controllerblueprints/modules/service/load/resource_dictionary/db-source.json b/ms/controllerblueprints/modules/service/load/resource_dictionary/db-source.json index c53a6dd3f..ba86b3c79 100644 --- a/ms/controllerblueprints/modules/service/load/resource_dictionary/db-source.json +++ b/ms/controllerblueprints/modules/service/load/resource_dictionary/db-source.json @@ -1,5 +1,5 @@ {
- "name": "bundle-id",
+ "name": "db-source",
"property" :{
"description": "name of the ",
"type": "string"
@@ -7,7 +7,7 @@ "resource-type": "ONAP",
"resource-path": "vnf/bundle-id",
"updated-by": "brindasanth@onap.com",
- "tags": "bundle-id, brindasanth@onap.com",
+ "tags": "db-source, brindasanth@onap.com",
"sources": {
"db": {
"type": "source-db",
|