diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2019-01-11 13:58:38 -0500 |
---|---|---|
committer | KAPIL SINGAL <ks220y@att.com> | 2019-01-11 20:39:43 +0000 |
commit | d035fe08249fe8b1e5988b79c7355620727e5da0 (patch) | |
tree | e71cec98ba6790f5982ac124a6a06700c347e76d /components/model-catalog/resource-dictionary/starter-dictionary/nf-role.json | |
parent | 5916e79bab772cc79765b0d8fedbc2de38e4ff4b (diff) |
Resource Resolution Service : 2
Changes for Primary-DB Resource Resolution Processor Service
Change-Id: Iaf6ad6277d36787d87881819ae530de1d7038a2e
Issue-ID: CCSDK-942
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Diffstat (limited to 'components/model-catalog/resource-dictionary/starter-dictionary/nf-role.json')
-rwxr-xr-x | components/model-catalog/resource-dictionary/starter-dictionary/nf-role.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/nf-role.json b/components/model-catalog/resource-dictionary/starter-dictionary/nf-role.json index 819c7e60..6da5ea22 100755 --- a/components/model-catalog/resource-dictionary/starter-dictionary/nf-role.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/nf-role.json @@ -7,8 +7,8 @@ "type" : "string" }, "sources" : { - "db" : { - "type" : "source-db", + "primary-db" : { + "type" : "source-primary-db", "properties" : { "type" : "SQL", "query" : "select sdnctl.VF_MODEL.nf_role as vf_model_role from sdnctl.VF_MODEL where sdnctl.VF_MODEL.customization_uuid=:vnfmodelcustomizationuuid", |