diff options
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 | 9 |
1 files changed, 7 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 6da5ea22f..a26b82ff2 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,13 @@ "type" : "string" }, "sources" : { - "primary-db" : { - "type" : "source-primary-db", + "default": { + "type": "source-default", + "properties": { + } + }, + "processor-db" : { + "type" : "source-processor-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", |