aboutsummaryrefslogtreecommitdiffstats
path: root/components/model-catalog/blueprint-model/test-blueprint/golden/Definitions/resources_definition_types.json
diff options
context:
space:
mode:
Diffstat (limited to 'components/model-catalog/blueprint-model/test-blueprint/golden/Definitions/resources_definition_types.json')
-rw-r--r--components/model-catalog/blueprint-model/test-blueprint/golden/Definitions/resources_definition_types.json148
1 files changed, 0 insertions, 148 deletions
diff --git a/components/model-catalog/blueprint-model/test-blueprint/golden/Definitions/resources_definition_types.json b/components/model-catalog/blueprint-model/test-blueprint/golden/Definitions/resources_definition_types.json
deleted file mode 100644
index 15f02a1c..00000000
--- a/components/model-catalog/blueprint-model/test-blueprint/golden/Definitions/resources_definition_types.json
+++ /dev/null
@@ -1,148 +0,0 @@
-{
- "create_netbox_ip" : {
- "tags" : "oam-local-ipv4-address",
- "name" : "create_netbox_ip",
- "property" : {
- "description" : "netbox ip",
- "type" : "dt-netbox-ip"
- },
- "updated-by" : "adetalhouet",
- "sources" : {
- "primary-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" ]
- }
- }
- }
- },
- "hostname" : {
- "tags" : "hostname",
- "name" : "hostname",
- "property" : {
- "description" : "hostname",
- "type" : "string"
- },
- "updated-by" : "adetalhouet",
- "sources" : {
- "input" : {
- "type" : "source-input"
- }
- }
- },
- "interface-description" : {
- "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" : "DescriptionExample",
- "instance-dependencies" : [ ]
- }
- }
- }
- },
- "interface-name" : {
- "tags" : "interface-name",
- "name" : "interface-name",
- "property" : {
- "description" : "interface-name",
- "type" : "string"
- },
- "updated-by" : "adetalhouet",
- "sources" : {
- "input" : {
- "type" : "source-input",
- "properties" : { }
- }
- }
- },
- "prefix-id" : {
- "tags" : "prefix-id",
- "name" : "prefix-id",
- "property" : {
- "description" : "prefix-id",
- "type" : "integer"
- },
- "updated-by" : "adetalhouet",
- "sources" : {
- "default" : {
- "type" : "source-default",
- "properties" : { }
- }
- }
- },
- "unit-number" : {
- "tags" : "unit-number",
- "name" : "unit-number",
- "property" : {
- "description" : "unit-number",
- "type" : "string"
- },
- "updated-by" : "adetalhouet",
- "sources" : {
- "input" : {
- "type" : "source-input"
- }
- }
- },
- "vf-module-number" : {
- "tags" : "vf-module-number",
- "name" : "vf-module-number",
- "property" : {
- "description" : "vf-module-number",
- "type" : "string"
- },
- "updated-by" : "adetalhouet",
- "sources" : {
- "default" : {
- "type" : "source-default",
- "properties" : { }
- }
- }
- },
- "vf-module-type" : {
- "tags" : "vf-module-type",
- "name" : "vf-module-type",
- "property" : {
- "description" : "vf-module-type",
- "type" : "string"
- },
- "updated-by" : "adetalhouet",
- "sources" : {
- "processor-db" : {
- "type" : "source-processor-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" : {
- "vf-module-type" : "value"
- },
- "key-dependencies" : [ "vf-module-number" ]
- }
- }
- }
- }
-} \ No newline at end of file