summaryrefslogtreecommitdiffstats
path: root/ms/controllerblueprints/application/load/resource_dictionary/nfc-naming-code.json
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2018-10-09 17:05:15 +0000
committerGerrit Code Review <gerrit@onap.org>2018-10-09 17:05:15 +0000
commitb07511abbb3ff469146c23abda54e85a5836ba11 (patch)
treef9624460a01cd4fe856ceaa5cd74b3a5226fe153 /ms/controllerblueprints/application/load/resource_dictionary/nfc-naming-code.json
parent07a976d05e824365778dac013df88b24ca5d055a (diff)
parentd8268f3e181d7fc175b65c52094d5379ab170d7d (diff)
Merge "Add DD, blueprint and template for self-serve vFW"
Diffstat (limited to 'ms/controllerblueprints/application/load/resource_dictionary/nfc-naming-code.json')
-rwxr-xr-xms/controllerblueprints/application/load/resource_dictionary/nfc-naming-code.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/ms/controllerblueprints/application/load/resource_dictionary/nfc-naming-code.json b/ms/controllerblueprints/application/load/resource_dictionary/nfc-naming-code.json
new file mode 100755
index 00000000..b8279187
--- /dev/null
+++ b/ms/controllerblueprints/application/load/resource_dictionary/nfc-naming-code.json
@@ -0,0 +1,25 @@
+{
+ "name" : "nfc-naming-code",
+ "tags" : "nfc-naming-code",
+ "updated-by" : "Singal, Kapil <ks220y@att.com>",
+ "property" : {
+ "description" : "nfc-naming-code",
+ "type" : "string"
+ },
+ "sources" : {
+ "db" : {
+ "type" : "source-db",
+ "properties" : {
+ "type" : "SQL",
+ "query" : "select nfc_naming_code as nfc_naming_code from sdnctl.VFC_MODEL where customization_uuid=:vfccustomizationuuid",
+ "input-key-mapping" : {
+ "vfccustomizationuuid" : "vfccustomizationuuid"
+ },
+ "output-key-mapping" : {
+ "nfc-naming-code" : "nfc_naming_code"
+ },
+ "key-dependencies" : [ "vfccustomizationuuid" ]
+ }
+ }
+ }
+} \ No newline at end of file