summaryrefslogtreecommitdiffstats
path: root/components/model-catalog/resource-dictionary/starter-dictionary/vf-naming-policy.json
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-04-02 18:08:01 +0000
committerGerrit Code Review <gerrit@onap.org>2019-04-02 18:08:01 +0000
commit841c7b1926dd04ba6f179a3fd753464fac4210cd (patch)
tree73b12f2a9e6a34f5a8a884814ef39b3881cec72f /components/model-catalog/resource-dictionary/starter-dictionary/vf-naming-policy.json
parentf2497f371114c5fb5ee8279d82438ab7f333efe9 (diff)
parentfa5e73e47a1bf8c1c18bba7ac421e5692ba21b8e (diff)
Merge "Update vFW CBA for Dublin"
Diffstat (limited to 'components/model-catalog/resource-dictionary/starter-dictionary/vf-naming-policy.json')
-rwxr-xr-xcomponents/model-catalog/resource-dictionary/starter-dictionary/vf-naming-policy.json9
1 files changed, 7 insertions, 2 deletions
diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/vf-naming-policy.json b/components/model-catalog/resource-dictionary/starter-dictionary/vf-naming-policy.json
index 70792f86f..cae11172c 100755
--- a/components/model-catalog/resource-dictionary/starter-dictionary/vf-naming-policy.json
+++ b/components/model-catalog/resource-dictionary/starter-dictionary/vf-naming-policy.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.naming_policy as vf_naming_policy from sdnctl.VF_MODEL where sdnctl.VF_MODEL.customization_uuid=:vnf_model_customization_uuid",