From 54426584a02e6fbfec5f7685c92e1a3fde62309f Mon Sep 17 00:00:00 2001 From: Oleg Mitsura Date: Thu, 15 Aug 2019 16:41:17 -0400 Subject: Make source-db consistent across samples Issue-Id: CCSDK-1623 Signed-off-by: Oleg Mitsura Change-Id: Iec7c6909c39c34894be11bfdac45f6394010d9cf --- .../starter-dictionary/cloud_env.json | 4 +-- .../starter-dictionary/create_netbox_ip.json | 29 +++++++++++++++++++++ .../starter-dictionary/dcae_collector_ip.json | 4 +-- .../starter-dictionary/dcae_collector_port.json | 4 +-- .../starter-dictionary/delete_netbox_ip.json | 30 ++++++++++++++++++++++ .../starter-dictionary/demo_artifacts_version.json | 4 +-- .../starter-dictionary/golden-vf-module-type.json | 25 ++++++++++++++++++ .../starter-dictionary/gre_ipaddr.json | 4 +-- .../starter-dictionary/image_name.json | 4 +-- .../starter-dictionary/install_script_version.json | 4 +-- .../int_pktgen_private_net_id.json | 4 +-- .../int_pktgen_private_subnet_id.json | 4 +-- .../starter-dictionary/int_private_net_id.json | 4 +-- .../starter-dictionary/int_private_subnet_id.json | 4 +-- .../starter-dictionary/interface-description.json | 19 ++++++++++++++ .../starter-dictionary/interface-name.json | 15 +++++++++++ .../starter-dictionary/key_name.json | 4 +-- .../starter-dictionary/keypair.json | 4 +-- .../starter-dictionary/management-prefix-id.json | 6 ++--- .../starter-dictionary/mdsal-source.json | 4 +-- .../starter-dictionary/nb_api_version.json | 4 +-- .../starter-dictionary/nexus_artifact_repo.json | 4 +-- .../starter-dictionary/nf-role.json | 4 +-- .../starter-dictionary/nfc-naming-code.json | 4 +-- .../starter-dictionary/onap_private_net_cidr.json | 6 ++--- .../starter-dictionary/onap_private_net_id.json | 4 +-- .../starter-dictionary/onap_private_subnet_id.json | 4 +-- .../starter-dictionary/pg_int.json | 4 +-- .../pktgen_private_net_cidr.json | 5 ++-- .../starter-dictionary/pktgen_private_net_id.json | 3 +-- .../starter-dictionary/prefix-id.json | 16 ++++++++++++ .../starter-dictionary/primary-db-source.json | 24 ----------------- .../starter-dictionary/private-prefix-id.json | 4 +-- .../starter-dictionary/private1-prefix-id.json | 6 ++--- .../starter-dictionary/private2-prefix-id.json | 6 ++--- .../starter-dictionary/protected-prefix-id.json | 4 +-- .../protected_private_net_cidr.json | 4 +-- .../starter-dictionary/pub_key.json | 4 +-- .../starter-dictionary/public_net_id.json | 4 +-- .../starter-dictionary/sample-db-source.json | 24 +++++++++++++++++ .../starter-dictionary/sample-licenses.json | 4 +-- .../starter-dictionary/sample-mdsal-source.json | 4 +-- .../sample-primary-db-source.json | 24 ----------------- .../starter-dictionary/sec_group.json | 4 +-- .../starter-dictionary/service-instance-id.json | 6 ++--- .../starter-dictionary/unit-number.json | 14 ++++++++++ .../starter-dictionary/unprotected-prefix-id.json | 4 +-- .../unprotected_private_net_cidr.json | 4 +-- .../starter-dictionary/vdns_flavor_name.json | 4 +-- .../starter-dictionary/vdns_image_name.json | 4 +-- .../starter-dictionary/vdns_int_private_ip_0.json | 4 +-- .../starter-dictionary/vdns_name_0.json | 4 +-- .../starter-dictionary/vdns_onap_private_ip_0.json | 4 +-- .../starter-dictionary/vf-module-label.json | 5 ++-- .../starter-dictionary/vf-module-number.json | 16 ++++++++++++ .../starter-dictionary/vf-module-type.json | 5 ++-- .../starter-dictionary/vf-naming-policy.json | 4 +-- .../starter-dictionary/vf-nf-code.json | 4 +-- .../starter-dictionary/vfccustomizationuuid.json | 4 +-- .../starter-dictionary/vfw_private_ip_0.json | 2 +- .../starter-dictionary/vfw_private_ip_1.json | 2 +- .../starter-dictionary/vip.json | 4 +-- .../vlb_0_int_pktgen_private_port_0_mac.json | 4 +-- .../starter-dictionary/vlb_flavor_name.json | 4 +-- .../starter-dictionary/vlb_image_name.json | 4 +-- .../vlb_int_pktgen_private_ip_0.json | 3 +-- .../starter-dictionary/vlb_int_private_ip_0.json | 4 +-- .../starter-dictionary/vlb_name_0.json | 4 +-- .../starter-dictionary/vlb_onap_private_ip_0.json | 4 +-- .../starter-dictionary/vlb_private_net_cidr.json | 6 ++--- .../starter-dictionary/vlb_private_net_id.json | 4 +-- .../starter-dictionary/vm-type.json | 4 +-- .../starter-dictionary/vnf-id.json | 3 +-- .../starter-dictionary/vnf-name.json | 6 ++--- .../starter-dictionary/vnf_name.json | 2 +- .../vnfc-model-invariant-uuid.json | 4 +-- .../starter-dictionary/vnfc-model-version.json | 4 +-- .../starter-dictionary/vpg_flavor_name.json | 4 +-- .../starter-dictionary/vpg_image_name.json | 4 +-- .../vpg_int_pktgen_private_ip_0.json | 4 +-- .../starter-dictionary/vpg_onap_private_ip_0.json | 4 +-- .../starter-dictionary/vpg_private_ip_0.json | 2 +- .../starter-dictionary/vsn_private_ip_0.json | 2 +- 83 files changed, 331 insertions(+), 197 deletions(-) create mode 100644 components/model-catalog/resource-dictionary/starter-dictionary/create_netbox_ip.json create mode 100644 components/model-catalog/resource-dictionary/starter-dictionary/delete_netbox_ip.json create mode 100644 components/model-catalog/resource-dictionary/starter-dictionary/golden-vf-module-type.json create mode 100644 components/model-catalog/resource-dictionary/starter-dictionary/interface-description.json create mode 100644 components/model-catalog/resource-dictionary/starter-dictionary/interface-name.json create mode 100644 components/model-catalog/resource-dictionary/starter-dictionary/prefix-id.json delete mode 100644 components/model-catalog/resource-dictionary/starter-dictionary/primary-db-source.json create mode 100644 components/model-catalog/resource-dictionary/starter-dictionary/sample-db-source.json delete mode 100644 components/model-catalog/resource-dictionary/starter-dictionary/sample-primary-db-source.json create mode 100644 components/model-catalog/resource-dictionary/starter-dictionary/unit-number.json create mode 100644 components/model-catalog/resource-dictionary/starter-dictionary/vf-module-number.json (limited to 'components/model-catalog/resource-dictionary/starter-dictionary') diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/cloud_env.json b/components/model-catalog/resource-dictionary/starter-dictionary/cloud_env.json index adb8bd402..9a63905e6 100644 --- a/components/model-catalog/resource-dictionary/starter-dictionary/cloud_env.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/cloud_env.json @@ -14,7 +14,7 @@ "type": "source-default", "properties": {} }, - "primary-config-data": { + "config-data": { "type": "source-rest", "properties": { "type": "JSON", @@ -34,4 +34,4 @@ } } } -} \ No newline at end of file +} diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/create_netbox_ip.json b/components/model-catalog/resource-dictionary/starter-dictionary/create_netbox_ip.json new file mode 100644 index 000000000..fea6862fb --- /dev/null +++ b/components/model-catalog/resource-dictionary/starter-dictionary/create_netbox_ip.json @@ -0,0 +1,29 @@ +{ + "tags" : "oam-local-ipv4-address", + "name" : "create_netbox_ip", + "property" : { + "description" : "netbox ip", + "type" : "dt-netbox-ip" + }, + "updated-by" : "adetalhouet", + "sources" : { + "config-data" : { + "type" : "source-rest", + "properties" : { + "type" : "JSON", + "verb" : "POST", + "endpoint-selector" : "ipam-1", + "url-path" : "/api/ipam/prefixes/$prefix-id/available-ips/", + "path" : "", + "input-key-mapping" : { + "prefix-id" : "prefix-id" + }, + "output-key-mapping" : { + "address" : "address", + "id" : "id" + }, + "key-dependencies" : [ "prefix-id" ] + } + } + } + } diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/dcae_collector_ip.json b/components/model-catalog/resource-dictionary/starter-dictionary/dcae_collector_ip.json index 007dc53d8..9a498d888 100644 --- a/components/model-catalog/resource-dictionary/starter-dictionary/dcae_collector_ip.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/dcae_collector_ip.json @@ -14,7 +14,7 @@ "type": "source-default", "properties": {} }, - "primary-config-data": { + "config-data": { "type": "source-rest", "properties": { "type": "JSON", @@ -34,4 +34,4 @@ } } } -} \ No newline at end of file +} diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/dcae_collector_port.json b/components/model-catalog/resource-dictionary/starter-dictionary/dcae_collector_port.json index 7b598614d..9f4097601 100644 --- a/components/model-catalog/resource-dictionary/starter-dictionary/dcae_collector_port.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/dcae_collector_port.json @@ -14,7 +14,7 @@ "type": "source-default", "properties": {} }, - "primary-config-data": { + "config-data": { "type": "source-rest", "properties": { "type": "JSON", @@ -34,4 +34,4 @@ } } } -} \ No newline at end of file +} diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/delete_netbox_ip.json b/components/model-catalog/resource-dictionary/starter-dictionary/delete_netbox_ip.json new file mode 100644 index 000000000..dd1490167 --- /dev/null +++ b/components/model-catalog/resource-dictionary/starter-dictionary/delete_netbox_ip.json @@ -0,0 +1,30 @@ +{ + "tags": "oam-local-ipv4-address", + "name": "delete_netbox_ip", + "property": { + "description": "delete netbox ip", + "type": "string" + }, + "updated-by": "adetalhouet", + "sources": { + "config-data": { + "type": "source-rest", + "properties": { + "type": "JSON", + "verb": "DELETE", + "endpoint-selector": "ipam-1", + "url-path": "/api/ipam/ip-addresses/$ip-address-id", + "path": "/address", + "input-key-mapping": { + "ip-address-id": "ip-address-id" + }, + "output-key-mapping": { + + }, + "key-dependencies": [ + "ip-address-id" + ] + } + } + } +} diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/demo_artifacts_version.json b/components/model-catalog/resource-dictionary/starter-dictionary/demo_artifacts_version.json index 83ee0353a..bb18688d5 100644 --- a/components/model-catalog/resource-dictionary/starter-dictionary/demo_artifacts_version.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/demo_artifacts_version.json @@ -14,7 +14,7 @@ "type": "source-default", "properties": {} }, - "primary-config-data": { + "config-data": { "type": "source-rest", "properties": { "type": "JSON", @@ -34,4 +34,4 @@ } } } -} \ No newline at end of file +} diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/golden-vf-module-type.json b/components/model-catalog/resource-dictionary/starter-dictionary/golden-vf-module-type.json new file mode 100644 index 000000000..4d335776e --- /dev/null +++ b/components/model-catalog/resource-dictionary/starter-dictionary/golden-vf-module-type.json @@ -0,0 +1,25 @@ +{ + "tags" : "golden-vf-module-type", + "name" : "golden-vf-module-type", + "property" : { + "description" : "golden-vf-module-type", + "type" : "string" + }, + "updated-by" : "adetalhouet", + "sources" : { + "processor-db" : { + "type" : "source-db", + "properties" : { + "type" : "SQL", + "query" : "select sdnctl.demo.value as value from sdnctl.demo where sdnctl.demo.id=:vfmoduleid", + "input-key-mapping" : { + "vfmoduleid" : "vf-module-number" + }, + "output-key-mapping" : { + "golden-vf-module-type" : "value" + }, + "key-dependencies" : [ "vf-module-number" ] + } + } + } +} diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/gre_ipaddr.json b/components/model-catalog/resource-dictionary/starter-dictionary/gre_ipaddr.json index 7a57153aa..55fbf5e53 100644 --- a/components/model-catalog/resource-dictionary/starter-dictionary/gre_ipaddr.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/gre_ipaddr.json @@ -14,7 +14,7 @@ "type": "source-default", "properties": {} }, - "primary-config-data": { + "config-data": { "type": "source-rest", "properties": { "type": "JSON", @@ -34,4 +34,4 @@ } } } -} \ No newline at end of file +} diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/image_name.json b/components/model-catalog/resource-dictionary/starter-dictionary/image_name.json index 57a0ef391..84a632f72 100755 --- a/components/model-catalog/resource-dictionary/starter-dictionary/image_name.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/image_name.json @@ -10,7 +10,7 @@ "input": { "type": "source-input" }, - "primary-config-data": { + "config-data": { "type": "source-rest", "properties": { "type": "JSON", @@ -30,4 +30,4 @@ } } } -} \ No newline at end of file +} diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/install_script_version.json b/components/model-catalog/resource-dictionary/starter-dictionary/install_script_version.json index 90bccfba1..9e76f28ff 100644 --- a/components/model-catalog/resource-dictionary/starter-dictionary/install_script_version.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/install_script_version.json @@ -14,7 +14,7 @@ "type": "source-default", "properties": {} }, - "primary-config-data": { + "config-data": { "type": "source-rest", "properties": { "type": "JSON", @@ -34,4 +34,4 @@ } } } -} \ No newline at end of file +} diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/int_pktgen_private_net_id.json b/components/model-catalog/resource-dictionary/starter-dictionary/int_pktgen_private_net_id.json index 6d6524100..fca01280e 100644 --- a/components/model-catalog/resource-dictionary/starter-dictionary/int_pktgen_private_net_id.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/int_pktgen_private_net_id.json @@ -14,7 +14,7 @@ "type": "source-default", "properties": {} }, - "primary-config-data": { + "config-data": { "type": "source-rest", "properties": { "type": "JSON", @@ -34,4 +34,4 @@ } } } -} \ No newline at end of file +} diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/int_pktgen_private_subnet_id.json b/components/model-catalog/resource-dictionary/starter-dictionary/int_pktgen_private_subnet_id.json index dc810347b..892b69805 100644 --- a/components/model-catalog/resource-dictionary/starter-dictionary/int_pktgen_private_subnet_id.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/int_pktgen_private_subnet_id.json @@ -14,7 +14,7 @@ "type": "source-default", "properties": {} }, - "primary-config-data": { + "config-data": { "type": "source-rest", "properties": { "type": "JSON", @@ -34,4 +34,4 @@ } } } -} \ No newline at end of file +} diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/int_private_net_id.json b/components/model-catalog/resource-dictionary/starter-dictionary/int_private_net_id.json index 9110f038d..2bd83e17a 100644 --- a/components/model-catalog/resource-dictionary/starter-dictionary/int_private_net_id.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/int_private_net_id.json @@ -14,7 +14,7 @@ "type": "source-default", "properties": {} }, - "primary-config-data": { + "config-data": { "type": "source-rest", "properties": { "type": "JSON", @@ -34,4 +34,4 @@ } } } -} \ No newline at end of file +} diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/int_private_subnet_id.json b/components/model-catalog/resource-dictionary/starter-dictionary/int_private_subnet_id.json index 202a55563..8c6d5f8f9 100644 --- a/components/model-catalog/resource-dictionary/starter-dictionary/int_private_subnet_id.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/int_private_subnet_id.json @@ -14,7 +14,7 @@ "type": "source-default", "properties": {} }, - "primary-config-data": { + "config-data": { "type": "source-rest", "properties": { "type": "JSON", @@ -34,4 +34,4 @@ } } } -} \ No newline at end of file +} diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/interface-description.json b/components/model-catalog/resource-dictionary/starter-dictionary/interface-description.json new file mode 100644 index 000000000..5b3fa4413 --- /dev/null +++ b/components/model-catalog/resource-dictionary/starter-dictionary/interface-description.json @@ -0,0 +1,19 @@ +{ + "tags": "interface-description", + "name": "interface-description", + "property": { + "description": "interface-description", + "type": "string" + }, + "updated-by": "adetalhouet", + "sources": { + "capability": { + "type": "source-capability", + "properties": { + "script-type": "jython", + "script-class-reference": "Scripts/python/DescriptionExample.py", + "instance-dependencies": [] + } + } + } +} diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/interface-name.json b/components/model-catalog/resource-dictionary/starter-dictionary/interface-name.json new file mode 100644 index 000000000..53a11ed70 --- /dev/null +++ b/components/model-catalog/resource-dictionary/starter-dictionary/interface-name.json @@ -0,0 +1,15 @@ +{ + "name" : "interface-name", + "tags" : "interface-name", + "updated-by" : "adetalhouet", + "property" : { + "description" : "interface-name", + "type" : "string" + }, + "sources" : { + "input" : { + "type" : "source-input", + "properties" : { } + } + } +} \ No newline at end of file diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/key_name.json b/components/model-catalog/resource-dictionary/starter-dictionary/key_name.json index 6eb8d929b..2f80c0620 100755 --- a/components/model-catalog/resource-dictionary/starter-dictionary/key_name.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/key_name.json @@ -10,7 +10,7 @@ "input": { "type": "source-input" }, - "primary-config-data": { + "config-data": { "type": "source-rest", "properties": { "type": "JSON", @@ -30,4 +30,4 @@ } } } -} \ No newline at end of file +} diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/keypair.json b/components/model-catalog/resource-dictionary/starter-dictionary/keypair.json index 03109abab..af84802e1 100644 --- a/components/model-catalog/resource-dictionary/starter-dictionary/keypair.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/keypair.json @@ -14,7 +14,7 @@ "type": "source-default", "properties": {} }, - "primary-config-data": { + "config-data": { "type": "source-rest", "properties": { "type": "JSON", @@ -34,4 +34,4 @@ } } } -} \ No newline at end of file +} diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/management-prefix-id.json b/components/model-catalog/resource-dictionary/starter-dictionary/management-prefix-id.json index 751e99305..486abfd2c 100644 --- a/components/model-catalog/resource-dictionary/starter-dictionary/management-prefix-id.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/management-prefix-id.json @@ -14,7 +14,7 @@ "type": "source-default", "properties": {} }, - "primary-config-data": { + "config-data": { "type": "source-rest", "properties": { "type": "JSON", @@ -34,7 +34,7 @@ } }, "processor-db": { - "type": "source-processor-db", + "type": "source-db", "properties": { "endpoint-selector": "dynamic-db-source", "type": "SQL", @@ -46,4 +46,4 @@ } } } -} \ No newline at end of file +} diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/mdsal-source.json b/components/model-catalog/resource-dictionary/starter-dictionary/mdsal-source.json index ee67b9256..c783cacf1 100755 --- a/components/model-catalog/resource-dictionary/starter-dictionary/mdsal-source.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/mdsal-source.json @@ -7,7 +7,7 @@ }, "updated-by": "brindasanth@onap.com", "sources": { - "primary-config-data": { + "config-data": { "type": "source-rest", "properties": { "type": "JSON", @@ -32,4 +32,4 @@ } } } -} \ No newline at end of file +} diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/nb_api_version.json b/components/model-catalog/resource-dictionary/starter-dictionary/nb_api_version.json index a4e6c11a7..336399b9b 100644 --- a/components/model-catalog/resource-dictionary/starter-dictionary/nb_api_version.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/nb_api_version.json @@ -14,7 +14,7 @@ "type": "source-default", "properties": {} }, - "primary-config-data": { + "config-data": { "type": "source-rest", "properties": { "type": "JSON", @@ -34,4 +34,4 @@ } } } -} \ No newline at end of file +} diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/nexus_artifact_repo.json b/components/model-catalog/resource-dictionary/starter-dictionary/nexus_artifact_repo.json index 3709c0b65..0af32e14a 100755 --- a/components/model-catalog/resource-dictionary/starter-dictionary/nexus_artifact_repo.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/nexus_artifact_repo.json @@ -14,7 +14,7 @@ "type": "source-default", "properties": {} }, - "primary-config-data": { + "config-data": { "type": "source-rest", "properties": { "type": "JSON", @@ -34,4 +34,4 @@ } } } -} \ No newline at end of file +} 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 a26b82ff2..90f5b4943 100755 --- a/components/model-catalog/resource-dictionary/starter-dictionary/nf-role.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/nf-role.json @@ -13,7 +13,7 @@ } }, "processor-db" : { - "type" : "source-processor-db", + "type" : "source-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", @@ -27,4 +27,4 @@ } } } -} \ No newline at end of file +} diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/nfc-naming-code.json b/components/model-catalog/resource-dictionary/starter-dictionary/nfc-naming-code.json index 4cc28dc43..ba74e2d76 100755 --- a/components/model-catalog/resource-dictionary/starter-dictionary/nfc-naming-code.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/nfc-naming-code.json @@ -15,7 +15,7 @@ "properties": {} }, "processor-db": { - "type": "source-processor-db", + "type": "source-db", "properties": { "endpoint-selector": "dynamic-db-source", "type": "SQL", @@ -32,4 +32,4 @@ } } } -} \ No newline at end of file +} diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/onap_private_net_cidr.json b/components/model-catalog/resource-dictionary/starter-dictionary/onap_private_net_cidr.json index 90d674c50..85c2e6098 100755 --- a/components/model-catalog/resource-dictionary/starter-dictionary/onap_private_net_cidr.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/onap_private_net_cidr.json @@ -14,7 +14,7 @@ "type": "source-default", "properties": {} }, - "primary-config-data": { + "config-data": { "type": "source-rest", "properties": { "type": "JSON", @@ -34,7 +34,7 @@ } }, "processor-db": { - "type": "source-processor-db", + "type": "source-db", "properties": { "endpoint-selector": "dynamic-db-source", "type": "SQL", @@ -46,4 +46,4 @@ } } } -} \ No newline at end of file +} diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/onap_private_net_id.json b/components/model-catalog/resource-dictionary/starter-dictionary/onap_private_net_id.json index c805e326d..37691e3cc 100755 --- a/components/model-catalog/resource-dictionary/starter-dictionary/onap_private_net_id.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/onap_private_net_id.json @@ -14,7 +14,7 @@ "type": "source-default", "properties": {} }, - "primary-config-data": { + "config-data": { "type": "source-rest", "properties": { "type": "JSON", @@ -35,4 +35,4 @@ } } - } \ No newline at end of file + } diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/onap_private_subnet_id.json b/components/model-catalog/resource-dictionary/starter-dictionary/onap_private_subnet_id.json index 80f62ea8b..0f6b55e82 100755 --- a/components/model-catalog/resource-dictionary/starter-dictionary/onap_private_subnet_id.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/onap_private_subnet_id.json @@ -14,7 +14,7 @@ "type": "source-default", "properties": {} }, - "primary-config-data": { + "config-data": { "type": "source-rest", "properties": { "type": "JSON", @@ -34,4 +34,4 @@ } } } -} \ No newline at end of file +} diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/pg_int.json b/components/model-catalog/resource-dictionary/starter-dictionary/pg_int.json index d1a4b79f9..2d58eb3da 100644 --- a/components/model-catalog/resource-dictionary/starter-dictionary/pg_int.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/pg_int.json @@ -14,7 +14,7 @@ "type": "source-default", "properties": {} }, - "primary-config-data": { + "config-data": { "type": "source-rest", "properties": { "type": "JSON", @@ -34,4 +34,4 @@ } } } -} \ No newline at end of file +} diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/pktgen_private_net_cidr.json b/components/model-catalog/resource-dictionary/starter-dictionary/pktgen_private_net_cidr.json index 6210bf903..d67ede526 100644 --- a/components/model-catalog/resource-dictionary/starter-dictionary/pktgen_private_net_cidr.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/pktgen_private_net_cidr.json @@ -14,7 +14,7 @@ "type": "source-default", "properties": {} }, - "primary-config-data": { + "config-data": { "type": "source-rest", "properties": { "type": "JSON", @@ -35,7 +35,7 @@ }, "processor-db": { - "type": "source-processor-db", + "type": "source-db", "properties": { "endpoint-selector": "dynamic-db-source", "type": "SQL", @@ -48,4 +48,3 @@ } } } - \ No newline at end of file diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/pktgen_private_net_id.json b/components/model-catalog/resource-dictionary/starter-dictionary/pktgen_private_net_id.json index a81938866..7ac8bc88e 100644 --- a/components/model-catalog/resource-dictionary/starter-dictionary/pktgen_private_net_id.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/pktgen_private_net_id.json @@ -14,7 +14,7 @@ "type": "source-default", "properties": {} }, - "primary-config-data": { + "config-data": { "type": "source-rest", "properties": { "type": "JSON", @@ -35,4 +35,3 @@ } } } - \ No newline at end of file diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/prefix-id.json b/components/model-catalog/resource-dictionary/starter-dictionary/prefix-id.json new file mode 100644 index 000000000..e515eca55 --- /dev/null +++ b/components/model-catalog/resource-dictionary/starter-dictionary/prefix-id.json @@ -0,0 +1,16 @@ +{ + "tags": "prefix-id", + "name": "prefix-id", + "property" :{ + "description": "prefix-id", + "type": "integer" + }, + "updated-by": "adetalhouet", + "sources": { + "default": { + "type": "source-default", + "properties": { + } + } + } +} \ No newline at end of file diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/primary-db-source.json b/components/model-catalog/resource-dictionary/starter-dictionary/primary-db-source.json deleted file mode 100644 index adba4ce3a..000000000 --- a/components/model-catalog/resource-dictionary/starter-dictionary/primary-db-source.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "processor-db-source", - "property" :{ - "description": "name of the ", - "type": "string" - }, - "updated-by": "brindasanth@onap.com", - "tags": "bundle-id, brindasanth@onap.com", - "sources": { - "processor-db": { - "type": "source-processor-db", - "properties": { - "query": "SELECT db-country, db-state FROM DEVICE_PROFILE WHERE profile_name = :profile_name", - "input-key-mapping": { - "profile_name": "profile_name" - }, - "output-key-mapping": { - "db-country": "country", - "db-state": "state" - } - } - } - } -} \ No newline at end of file diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/private-prefix-id.json b/components/model-catalog/resource-dictionary/starter-dictionary/private-prefix-id.json index 31ab6a909..de90ab926 100755 --- a/components/model-catalog/resource-dictionary/starter-dictionary/private-prefix-id.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/private-prefix-id.json @@ -15,7 +15,7 @@ "properties": {} }, "processor-db": { - "type": "source-processor-db", + "type": "source-db", "properties": { "endpoint-selector": "dynamic-db-source", "type": "SQL", @@ -27,4 +27,4 @@ } } } -} \ No newline at end of file +} diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/private1-prefix-id.json b/components/model-catalog/resource-dictionary/starter-dictionary/private1-prefix-id.json index 7eff98ddb..ec52973a7 100644 --- a/components/model-catalog/resource-dictionary/starter-dictionary/private1-prefix-id.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/private1-prefix-id.json @@ -14,7 +14,7 @@ "type": "source-default", "properties": {} }, - "primary-config-data": { + "config-data": { "type": "source-rest", "properties": { "type": "JSON", @@ -34,7 +34,7 @@ } }, "processor-db": { - "type": "source-processor-db", + "type": "source-db", "properties": { "endpoint-selector": "dynamic-db-source", "type": "SQL", @@ -46,4 +46,4 @@ } } } -} \ No newline at end of file +} diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/private2-prefix-id.json b/components/model-catalog/resource-dictionary/starter-dictionary/private2-prefix-id.json index f3f0ae107..83d91c316 100644 --- a/components/model-catalog/resource-dictionary/starter-dictionary/private2-prefix-id.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/private2-prefix-id.json @@ -14,7 +14,7 @@ "type": "source-default", "properties": {} }, - "primary-config-data": { + "config-data": { "type": "source-rest", "properties": { "type": "JSON", @@ -34,7 +34,7 @@ } }, "processor-db": { - "type": "source-processor-db", + "type": "source-db", "properties": { "endpoint-selector": "dynamic-db-source", "type": "SQL", @@ -46,4 +46,4 @@ } } } -} \ No newline at end of file +} diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/protected-prefix-id.json b/components/model-catalog/resource-dictionary/starter-dictionary/protected-prefix-id.json index 8ddf98737..dc6af51fd 100755 --- a/components/model-catalog/resource-dictionary/starter-dictionary/protected-prefix-id.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/protected-prefix-id.json @@ -8,7 +8,7 @@ }, "sources" : { "processor-db" : { - "type" : "source-processor-db", + "type" : "source-db", "properties" : { "type" : "SQL", "query" : "select sdnctl.IPAM_IP_POOL.prefix_id as prefix_id from sdnctl.IPAM_IP_POOL where description = \"protected\"", @@ -18,4 +18,4 @@ } } } -} \ No newline at end of file +} diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/protected_private_net_cidr.json b/components/model-catalog/resource-dictionary/starter-dictionary/protected_private_net_cidr.json index ac12ad28f..62fc05d06 100755 --- a/components/model-catalog/resource-dictionary/starter-dictionary/protected_private_net_cidr.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/protected_private_net_cidr.json @@ -8,7 +8,7 @@ }, "sources" : { "processor-db" : { - "type" : "source-processor-db", + "type" : "source-db", "properties" : { "type" : "SQL", "query" : "select sdnctl.IPAM_IP_POOL.prefix as prefix from sdnctl.IPAM_IP_POOL where description = \"protected\"", @@ -18,4 +18,4 @@ } } } -} \ No newline at end of file +} diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/pub_key.json b/components/model-catalog/resource-dictionary/starter-dictionary/pub_key.json index 441a3c805..3c8f133e2 100755 --- a/components/model-catalog/resource-dictionary/starter-dictionary/pub_key.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/pub_key.json @@ -14,7 +14,7 @@ "type": "source-default", "properties": {} }, - "primary-config-data": { + "config-data": { "type": "source-rest", "properties": { "type": "JSON", @@ -34,4 +34,4 @@ } } } -} \ No newline at end of file +} diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/public_net_id.json b/components/model-catalog/resource-dictionary/starter-dictionary/public_net_id.json index 7c274132f..1242e1074 100755 --- a/components/model-catalog/resource-dictionary/starter-dictionary/public_net_id.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/public_net_id.json @@ -14,7 +14,7 @@ "type": "source-default", "properties": {} }, - "primary-config-data": { + "config-data": { "type": "source-rest", "properties": { "type": "JSON", @@ -35,4 +35,4 @@ } } - } \ No newline at end of file + } diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/sample-db-source.json b/components/model-catalog/resource-dictionary/starter-dictionary/sample-db-source.json new file mode 100644 index 000000000..72abf788f --- /dev/null +++ b/components/model-catalog/resource-dictionary/starter-dictionary/sample-db-source.json @@ -0,0 +1,24 @@ +{ + "name": "sample-db-source", + "property" :{ + "description": "name of the ", + "type": "string" + }, + "updated-by": "brindasanth@onap.com", + "tags": "processor-db, brindasanth@onap.com", + "sources": { + "processor-db": { + "type": "source-db", + "properties": { + "query": "SELECT db-country, db-state FROM DEVICE_PROFILE WHERE profile_name = :profile_name", + "input-key-mapping": { + "profile_name": "profile_name" + }, + "output-key-mapping": { + "db-country": "country", + "db-state": "state" + } + } + } + } +} diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/sample-licenses.json b/components/model-catalog/resource-dictionary/starter-dictionary/sample-licenses.json index c0f78ac55..86a8e5d0b 100644 --- a/components/model-catalog/resource-dictionary/starter-dictionary/sample-licenses.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/sample-licenses.json @@ -11,7 +11,7 @@ }, "updated-by": "brindasanth@onap.com", "sources": { - "primary-config-data": { + "config-data": { "type": "source-rest", "properties": { "type": "JSON", @@ -26,4 +26,4 @@ } } } -} \ No newline at end of file +} diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/sample-mdsal-source.json b/components/model-catalog/resource-dictionary/starter-dictionary/sample-mdsal-source.json index 75d7ca050..22d3da551 100644 --- a/components/model-catalog/resource-dictionary/starter-dictionary/sample-mdsal-source.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/sample-mdsal-source.json @@ -7,7 +7,7 @@ }, "updated-by": "brindasanth@onap.com", "sources": { - "primary-config-data": { + "config-data": { "type": "source-rest", "properties": { "type": "JSON", @@ -22,4 +22,4 @@ } } } -} \ No newline at end of file +} diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/sample-primary-db-source.json b/components/model-catalog/resource-dictionary/starter-dictionary/sample-primary-db-source.json deleted file mode 100644 index c9544edad..000000000 --- a/components/model-catalog/resource-dictionary/starter-dictionary/sample-primary-db-source.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "name": "sample-db-source", - "property" :{ - "description": "name of the ", - "type": "string" - }, - "updated-by": "brindasanth@onap.com", - "tags": "processor-db-source, brindasanth@onap.com", - "sources": { - "processor-db": { - "type": "source-processor-db", - "properties": { - "query": "SELECT db-country, db-state FROM DEVICE_PROFILE WHERE profile_name = :profile_name", - "input-key-mapping": { - "profile_name": "profile_name" - }, - "output-key-mapping": { - "db-country": "country", - "db-state": "state" - } - } - } - } -} \ No newline at end of file diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/sec_group.json b/components/model-catalog/resource-dictionary/starter-dictionary/sec_group.json index 14437c913..50776c1ef 100755 --- a/components/model-catalog/resource-dictionary/starter-dictionary/sec_group.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/sec_group.json @@ -14,7 +14,7 @@ "type": "source-default", "properties": {} }, - "primary-config-data": { + "config-data": { "type": "source-rest", "properties": { "type": "JSON", @@ -35,4 +35,4 @@ } } - } \ No newline at end of file + } diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/service-instance-id.json b/components/model-catalog/resource-dictionary/starter-dictionary/service-instance-id.json index 4aa022379..f78771a60 100755 --- a/components/model-catalog/resource-dictionary/starter-dictionary/service-instance-id.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/service-instance-id.json @@ -12,7 +12,7 @@ "properties" : { } }, "any-db": { - "type": "source-processor-db", + "type": "source-db", "properties": { "query": "SELECT artifact_name FROM BLUEPRINT_RUNTIME where artifact_version=\"1.0.0\"", "input-key-mapping": { @@ -23,7 +23,7 @@ } }, "processor-db": { - "type": "source-processor-db", + "type": "source-db", "properties": { "query": "SELECT artifact_name FROM BLUEPRINT_RUNTIME where artifact_version=\"1.0.0\"", "input-key-mapping": { @@ -42,4 +42,4 @@ } } } -} \ No newline at end of file +} diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/unit-number.json b/components/model-catalog/resource-dictionary/starter-dictionary/unit-number.json new file mode 100644 index 000000000..333fd78eb --- /dev/null +++ b/components/model-catalog/resource-dictionary/starter-dictionary/unit-number.json @@ -0,0 +1,14 @@ +{ + "tags": "unit-number", + "name": "unit-number", + "property": { + "description": "unit-number", + "type": "string" + }, + "updated-by": "adetalhouet", + "sources": { + "input": { + "type": "source-input" + } + } + } \ No newline at end of file diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/unprotected-prefix-id.json b/components/model-catalog/resource-dictionary/starter-dictionary/unprotected-prefix-id.json index 7d3475d8c..895d31c56 100755 --- a/components/model-catalog/resource-dictionary/starter-dictionary/unprotected-prefix-id.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/unprotected-prefix-id.json @@ -8,7 +8,7 @@ }, "sources" : { "processor-db" : { - "type" : "source-processor-db", + "type" : "source-db", "properties" : { "type" : "SQL", "query" : "select sdnctl.IPAM_IP_POOL.prefix_id as prefix_id from sdnctl.IPAM_IP_POOL where description = \"unprotected\"", @@ -18,4 +18,4 @@ } } } -} \ No newline at end of file +} diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/unprotected_private_net_cidr.json b/components/model-catalog/resource-dictionary/starter-dictionary/unprotected_private_net_cidr.json index 60b846d7b..ff68a1940 100755 --- a/components/model-catalog/resource-dictionary/starter-dictionary/unprotected_private_net_cidr.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/unprotected_private_net_cidr.json @@ -8,7 +8,7 @@ }, "sources" : { "processor-db" : { - "type" : "source-processor-db", + "type" : "source-db", "properties" : { "type" : "SQL", "query" : "select sdnctl.IPAM_IP_POOL.prefix as prefix from sdnctl.IPAM_IP_POOL where description = \"unprotected\"", @@ -18,4 +18,4 @@ } } } -} \ No newline at end of file +} diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/vdns_flavor_name.json b/components/model-catalog/resource-dictionary/starter-dictionary/vdns_flavor_name.json index 323c33e44..d1c2c6c71 100644 --- a/components/model-catalog/resource-dictionary/starter-dictionary/vdns_flavor_name.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/vdns_flavor_name.json @@ -15,7 +15,7 @@ "type": "source-default", "properties": {} }, - "primary-config-data": { + "config-data": { "type": "source-rest", "properties": { "type": "JSON", @@ -36,4 +36,4 @@ } } - } \ No newline at end of file + } diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/vdns_image_name.json b/components/model-catalog/resource-dictionary/starter-dictionary/vdns_image_name.json index bc7089160..4ab006ff4 100644 --- a/components/model-catalog/resource-dictionary/starter-dictionary/vdns_image_name.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/vdns_image_name.json @@ -14,7 +14,7 @@ "type": "source-default", "properties": {} }, - "primary-config-data": { + "config-data": { "type": "source-rest", "properties": { "type": "JSON", @@ -34,4 +34,4 @@ } } } -} \ No newline at end of file +} diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/vdns_int_private_ip_0.json b/components/model-catalog/resource-dictionary/starter-dictionary/vdns_int_private_ip_0.json index 715cbc7bb..a9c504709 100644 --- a/components/model-catalog/resource-dictionary/starter-dictionary/vdns_int_private_ip_0.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/vdns_int_private_ip_0.json @@ -14,7 +14,7 @@ "type": "source-default", "properties": {} }, - "primary-config-data": { + "config-data": { "type": "source-rest", "properties": { "type": "JSON", @@ -34,4 +34,4 @@ } } } -} \ No newline at end of file +} diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/vdns_name_0.json b/components/model-catalog/resource-dictionary/starter-dictionary/vdns_name_0.json index c02e09d60..5145cc6ac 100644 --- a/components/model-catalog/resource-dictionary/starter-dictionary/vdns_name_0.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/vdns_name_0.json @@ -14,7 +14,7 @@ "type": "source-default", "properties": {} }, - "primary-config-data": { + "config-data": { "type": "source-rest", "properties": { "type": "JSON", @@ -35,4 +35,4 @@ } } - } \ No newline at end of file + } diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/vdns_onap_private_ip_0.json b/components/model-catalog/resource-dictionary/starter-dictionary/vdns_onap_private_ip_0.json index 420df6a9f..17cee3114 100644 --- a/components/model-catalog/resource-dictionary/starter-dictionary/vdns_onap_private_ip_0.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/vdns_onap_private_ip_0.json @@ -14,7 +14,7 @@ "type": "source-default", "properties": {} }, - "primary-config-data": { + "config-data": { "type": "source-rest", "properties": { "type": "JSON", @@ -34,4 +34,4 @@ } } } -} \ No newline at end of file +} diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/vf-module-label.json b/components/model-catalog/resource-dictionary/starter-dictionary/vf-module-label.json index 5e5f0719e..6f268abd4 100755 --- a/components/model-catalog/resource-dictionary/starter-dictionary/vf-module-label.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/vf-module-label.json @@ -15,9 +15,8 @@ "properties": {} }, "processor-db": { - "type": "source-processor-db", + "type": "source-db", "properties": { - "endpoint-selector": "dynamic-db-source", "type": "SQL", "query": "select sdnctl.VF_MODULE_MODEL.vf_module_label as vf_module_label from sdnctl.VF_MODULE_MODEL where sdnctl.VF_MODULE_MODEL.customization_uuid=:customizationid", "input-key-mapping": { @@ -32,4 +31,4 @@ } } } -} \ No newline at end of file +} diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/vf-module-number.json b/components/model-catalog/resource-dictionary/starter-dictionary/vf-module-number.json new file mode 100644 index 000000000..cdd40f669 --- /dev/null +++ b/components/model-catalog/resource-dictionary/starter-dictionary/vf-module-number.json @@ -0,0 +1,16 @@ +{ + "tags": "vf-module-number", + "name": "vf-module-number", + "property" :{ + "description": "vf-module-number", + "type": "string" + }, + "updated-by": "adetalhouet", + "sources": { + "default": { + "type": "source-default", + "properties": { + } + } + } +} \ No newline at end of file diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/vf-module-type.json b/components/model-catalog/resource-dictionary/starter-dictionary/vf-module-type.json index f9706820d..1e95963e3 100755 --- a/components/model-catalog/resource-dictionary/starter-dictionary/vf-module-type.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/vf-module-type.json @@ -15,9 +15,8 @@ "properties": {} }, "processor-db": { - "type": "source-processor-db", + "type": "source-db", "properties": { - "endpoint-selector": "dynamic-db-source", "type": "SQL", "query": "select vf_module_type as vf_module_type from sdnctl.VF_MODULE_MODEL where customization_uuid=:customizationid", "input-key-mapping": { @@ -32,4 +31,4 @@ } } } -} \ No newline at end of file +} 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 cae11172c..6c9639cae 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 @@ -13,7 +13,7 @@ } }, "processor-db" : { - "type" : "source-processor-db", + "type" : "source-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", @@ -27,4 +27,4 @@ } } } -} \ No newline at end of file +} diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/vf-nf-code.json b/components/model-catalog/resource-dictionary/starter-dictionary/vf-nf-code.json index 2f839ac88..1bf36ef39 100755 --- a/components/model-catalog/resource-dictionary/starter-dictionary/vf-nf-code.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/vf-nf-code.json @@ -8,7 +8,7 @@ }, "sources" : { "processor-db" : { - "type" : "source-processor-db", + "type" : "source-db", "properties" : { "type" : "SQL", "query" : "select sdnctl.VF_MODEL.nf_code as vf_nf_code from sdnctl.VF_MODEL where sdnctl.VF_MODEL.customization_uuid=:customizationid", @@ -22,4 +22,4 @@ } } } -} \ No newline at end of file +} diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/vfccustomizationuuid.json b/components/model-catalog/resource-dictionary/starter-dictionary/vfccustomizationuuid.json index 1f8c1d21f..8cf1838be 100755 --- a/components/model-catalog/resource-dictionary/starter-dictionary/vfccustomizationuuid.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/vfccustomizationuuid.json @@ -15,7 +15,7 @@ "properties": {} }, "processor-db": { - "type": "source-processor-db", + "type": "source-db", "properties": { "endpoint-selector": "dynamic-db-source", "type": "SQL", @@ -32,4 +32,4 @@ } } } -} \ No newline at end of file +} diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/vfw_private_ip_0.json b/components/model-catalog/resource-dictionary/starter-dictionary/vfw_private_ip_0.json index 4c227f91f..b95545474 100755 --- a/components/model-catalog/resource-dictionary/starter-dictionary/vfw_private_ip_0.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/vfw_private_ip_0.json @@ -12,7 +12,7 @@ "properties" : { } }, - "primary-config-data" : { + "config-data" : { "type" : "source-rest", "properties" : { "type" : "JSON", diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/vfw_private_ip_1.json b/components/model-catalog/resource-dictionary/starter-dictionary/vfw_private_ip_1.json index 0df08c000..2472590e2 100755 --- a/components/model-catalog/resource-dictionary/starter-dictionary/vfw_private_ip_1.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/vfw_private_ip_1.json @@ -12,7 +12,7 @@ "properties" : { } }, - "primary-config-data" : { + "config-data" : { "type" : "source-rest", "properties" : { "type" : "JSON", diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/vip.json b/components/model-catalog/resource-dictionary/starter-dictionary/vip.json index cbc0c5b82..82a5835a5 100644 --- a/components/model-catalog/resource-dictionary/starter-dictionary/vip.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/vip.json @@ -14,7 +14,7 @@ "type": "source-default", "properties": {} }, - "primary-config-data": { + "config-data": { "type": "source-rest", "properties": { "type": "JSON", @@ -34,4 +34,4 @@ } } } -} \ No newline at end of file +} diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/vlb_0_int_pktgen_private_port_0_mac.json b/components/model-catalog/resource-dictionary/starter-dictionary/vlb_0_int_pktgen_private_port_0_mac.json index 74fae4619..b693147da 100644 --- a/components/model-catalog/resource-dictionary/starter-dictionary/vlb_0_int_pktgen_private_port_0_mac.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/vlb_0_int_pktgen_private_port_0_mac.json @@ -14,7 +14,7 @@ "type": "source-default", "properties": {} }, - "primary-config-data": { + "config-data": { "type": "source-rest", "properties": { "type": "JSON", @@ -34,4 +34,4 @@ } } } -} \ No newline at end of file +} diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/vlb_flavor_name.json b/components/model-catalog/resource-dictionary/starter-dictionary/vlb_flavor_name.json index c1bdb601b..9b9dceb3e 100644 --- a/components/model-catalog/resource-dictionary/starter-dictionary/vlb_flavor_name.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/vlb_flavor_name.json @@ -14,7 +14,7 @@ "type": "source-default", "properties": {} }, - "primary-config-data": { + "config-data": { "type": "source-rest", "properties": { "type": "JSON", @@ -34,4 +34,4 @@ } } } -} \ No newline at end of file +} diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/vlb_image_name.json b/components/model-catalog/resource-dictionary/starter-dictionary/vlb_image_name.json index e04697fd9..d174df7ce 100644 --- a/components/model-catalog/resource-dictionary/starter-dictionary/vlb_image_name.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/vlb_image_name.json @@ -14,7 +14,7 @@ "type": "source-default", "properties": {} }, - "primary-config-data": { + "config-data": { "type": "source-rest", "properties": { "type": "JSON", @@ -34,4 +34,4 @@ } } } -} \ No newline at end of file +} diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/vlb_int_pktgen_private_ip_0.json b/components/model-catalog/resource-dictionary/starter-dictionary/vlb_int_pktgen_private_ip_0.json index 99448b8cf..9de05ea40 100644 --- a/components/model-catalog/resource-dictionary/starter-dictionary/vlb_int_pktgen_private_ip_0.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/vlb_int_pktgen_private_ip_0.json @@ -14,7 +14,7 @@ "type": "source-default", "properties": {} }, - "primary-config-data": { + "config-data": { "type": "source-rest", "properties": { "type": "JSON", @@ -35,4 +35,3 @@ } } } - \ No newline at end of file diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/vlb_int_private_ip_0.json b/components/model-catalog/resource-dictionary/starter-dictionary/vlb_int_private_ip_0.json index 9c0855bac..f75eb1bc7 100644 --- a/components/model-catalog/resource-dictionary/starter-dictionary/vlb_int_private_ip_0.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/vlb_int_private_ip_0.json @@ -14,7 +14,7 @@ "type": "source-default", "properties": {} }, - "primary-config-data": { + "config-data": { "type": "source-rest", "properties": { "type": "JSON", @@ -35,4 +35,4 @@ } } - } \ No newline at end of file + } diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/vlb_name_0.json b/components/model-catalog/resource-dictionary/starter-dictionary/vlb_name_0.json index 4be4c8249..dcbedfec7 100644 --- a/components/model-catalog/resource-dictionary/starter-dictionary/vlb_name_0.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/vlb_name_0.json @@ -14,7 +14,7 @@ "type": "source-default", "properties": {} }, - "primary-config-data": { + "config-data": { "type": "source-rest", "properties": { "type": "JSON", @@ -34,4 +34,4 @@ } } } -} \ No newline at end of file +} diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/vlb_onap_private_ip_0.json b/components/model-catalog/resource-dictionary/starter-dictionary/vlb_onap_private_ip_0.json index 5a38f92c4..94dbc841f 100644 --- a/components/model-catalog/resource-dictionary/starter-dictionary/vlb_onap_private_ip_0.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/vlb_onap_private_ip_0.json @@ -14,7 +14,7 @@ "type": "source-default", "properties": {} }, - "primary-config-data": { + "config-data": { "type": "source-rest", "properties": { "type": "JSON", @@ -34,4 +34,4 @@ } } } -} \ No newline at end of file +} diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/vlb_private_net_cidr.json b/components/model-catalog/resource-dictionary/starter-dictionary/vlb_private_net_cidr.json index 3cda76743..00b8aaa90 100644 --- a/components/model-catalog/resource-dictionary/starter-dictionary/vlb_private_net_cidr.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/vlb_private_net_cidr.json @@ -14,7 +14,7 @@ "type": "source-default", "properties": {} }, - "primary-config-data": { + "config-data": { "type": "source-rest", "properties": { "type": "JSON", @@ -34,7 +34,7 @@ } }, "processor-db": { - "type": "source-processor-db", + "type": "source-db", "properties": { "endpoint-selector": "dynamic-db-source", "type": "SQL", @@ -46,4 +46,4 @@ } } } -} \ No newline at end of file +} diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/vlb_private_net_id.json b/components/model-catalog/resource-dictionary/starter-dictionary/vlb_private_net_id.json index 563dd4579..8cccda4d2 100644 --- a/components/model-catalog/resource-dictionary/starter-dictionary/vlb_private_net_id.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/vlb_private_net_id.json @@ -14,7 +14,7 @@ "type": "source-default", "properties": {} }, - "primary-config-data": { + "config-data": { "type": "source-rest", "properties": { "type": "JSON", @@ -34,4 +34,4 @@ } } } -} \ No newline at end of file +} diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/vm-type.json b/components/model-catalog/resource-dictionary/starter-dictionary/vm-type.json index 58e7105e2..7c3ac0829 100755 --- a/components/model-catalog/resource-dictionary/starter-dictionary/vm-type.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/vm-type.json @@ -15,7 +15,7 @@ "properties": {} }, "processor-db": { - "type": "source-processor-db", + "type": "source-db", "properties": { "endpoint-selector": "dynamic-db-source", "type": "SQL", @@ -32,4 +32,4 @@ } } } -} \ No newline at end of file +} diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/vnf-id.json b/components/model-catalog/resource-dictionary/starter-dictionary/vnf-id.json index f1799579f..2a4908a5d 100755 --- a/components/model-catalog/resource-dictionary/starter-dictionary/vnf-id.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/vnf-id.json @@ -14,7 +14,7 @@ "type": "source-default", "properties": {} }, - "primary-config-data": { + "config-data": { "type": "source-rest", "properties": { "type": "JSON", @@ -35,4 +35,3 @@ } } } - \ No newline at end of file diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/vnf-name.json b/components/model-catalog/resource-dictionary/starter-dictionary/vnf-name.json index 09b738033..d16b7b9d7 100755 --- a/components/model-catalog/resource-dictionary/starter-dictionary/vnf-name.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/vnf-name.json @@ -14,7 +14,7 @@ "type": "source-default", "properties": {} }, - "primary-config-data": { + "config-data": { "type": "source-rest", "properties": { "type": "JSON", @@ -33,7 +33,7 @@ ] } }, - "primary-aai-data": { + "aai-data": { "type": "source-rest", "properties": { "type": "JSON", @@ -52,4 +52,4 @@ } } } -} \ No newline at end of file +} diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/vnf_name.json b/components/model-catalog/resource-dictionary/starter-dictionary/vnf_name.json index 2174914e8..b4486e8dc 100755 --- a/components/model-catalog/resource-dictionary/starter-dictionary/vnf_name.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/vnf_name.json @@ -17,7 +17,7 @@ "properties": { } }, - "primary-config-data" : { + "config-data" : { "type" : "source-rest", "properties" : { "type" : "JSON", diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/vnfc-model-invariant-uuid.json b/components/model-catalog/resource-dictionary/starter-dictionary/vnfc-model-invariant-uuid.json index 855ca2223..da4bc6508 100755 --- a/components/model-catalog/resource-dictionary/starter-dictionary/vnfc-model-invariant-uuid.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/vnfc-model-invariant-uuid.json @@ -15,7 +15,7 @@ "properties": {} }, "processor-db": { - "type": "source-processor-db", + "type": "source-db", "properties": { "endpoint-selector": "dynamic-db-source", "type": "SQL", @@ -32,4 +32,4 @@ } } } -} \ No newline at end of file +} diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/vnfc-model-version.json b/components/model-catalog/resource-dictionary/starter-dictionary/vnfc-model-version.json index b6027fef1..1f854871f 100755 --- a/components/model-catalog/resource-dictionary/starter-dictionary/vnfc-model-version.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/vnfc-model-version.json @@ -15,7 +15,7 @@ "properties": {} }, "processor-db": { - "type": "source-processor-db", + "type": "source-db", "properties": { "endpoint-selector": "dynamic-db-source", "type": "SQL", @@ -32,4 +32,4 @@ } } } -} \ No newline at end of file +} diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/vpg_flavor_name.json b/components/model-catalog/resource-dictionary/starter-dictionary/vpg_flavor_name.json index 6a4b1bc73..1e6489408 100644 --- a/components/model-catalog/resource-dictionary/starter-dictionary/vpg_flavor_name.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/vpg_flavor_name.json @@ -14,7 +14,7 @@ "type": "source-default", "properties": {} }, - "primary-config-data": { + "config-data": { "type": "source-rest", "properties": { "type": "JSON", @@ -34,4 +34,4 @@ } } } -} \ No newline at end of file +} diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/vpg_image_name.json b/components/model-catalog/resource-dictionary/starter-dictionary/vpg_image_name.json index cfeab71ca..c7e26713a 100644 --- a/components/model-catalog/resource-dictionary/starter-dictionary/vpg_image_name.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/vpg_image_name.json @@ -14,7 +14,7 @@ "type": "source-default", "properties": {} }, - "primary-config-data": { + "config-data": { "type": "source-rest", "properties": { "type": "JSON", @@ -34,4 +34,4 @@ } } } -} \ No newline at end of file +} diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/vpg_int_pktgen_private_ip_0.json b/components/model-catalog/resource-dictionary/starter-dictionary/vpg_int_pktgen_private_ip_0.json index d35cc1e4f..6a823bf91 100644 --- a/components/model-catalog/resource-dictionary/starter-dictionary/vpg_int_pktgen_private_ip_0.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/vpg_int_pktgen_private_ip_0.json @@ -14,7 +14,7 @@ "type": "source-default", "properties": {} }, - "primary-config-data": { + "config-data": { "type": "source-rest", "properties": { "type": "JSON", @@ -34,4 +34,4 @@ } } } -} \ No newline at end of file +} diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/vpg_onap_private_ip_0.json b/components/model-catalog/resource-dictionary/starter-dictionary/vpg_onap_private_ip_0.json index b6865acf4..66a9daa87 100644 --- a/components/model-catalog/resource-dictionary/starter-dictionary/vpg_onap_private_ip_0.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/vpg_onap_private_ip_0.json @@ -14,7 +14,7 @@ "type": "source-default", "properties": {} }, - "primary-config-data": { + "config-data": { "type": "source-rest", "properties": { "type": "JSON", @@ -34,4 +34,4 @@ } } } -} \ No newline at end of file +} diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/vpg_private_ip_0.json b/components/model-catalog/resource-dictionary/starter-dictionary/vpg_private_ip_0.json index 586aa0c9c..85706f2c7 100755 --- a/components/model-catalog/resource-dictionary/starter-dictionary/vpg_private_ip_0.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/vpg_private_ip_0.json @@ -12,7 +12,7 @@ "properties" : { } }, - "primary-config-data" : { + "config-data" : { "type" : "source-rest", "properties" : { "type" : "JSON", diff --git a/components/model-catalog/resource-dictionary/starter-dictionary/vsn_private_ip_0.json b/components/model-catalog/resource-dictionary/starter-dictionary/vsn_private_ip_0.json index 1fe479717..a7ad5fba0 100755 --- a/components/model-catalog/resource-dictionary/starter-dictionary/vsn_private_ip_0.json +++ b/components/model-catalog/resource-dictionary/starter-dictionary/vsn_private_ip_0.json @@ -12,7 +12,7 @@ "properties" : { } }, - "primary-config-data" : { + "config-data" : { "type" : "source-rest", "properties" : { "type" : "JSON", -- cgit 1.2.3-korg