From cb72310ab92091c47502f7e3c1bf2162884dca83 Mon Sep 17 00:00:00 2001 From: dekstroza Date: Fri, 18 May 2018 15:23:12 +0100 Subject: R2 model updates All model verification changes and updated in single patch. Change-Id: Ie794dc141400490bf1a858a8d6c9d1c45e5b9443 Issue-ID: SDC-1253 Signed-off-by: Michael Lando --- .../tosca/onap-types/extZteVDU/extZteVDU.json | 15 ----- .../tosca/onap-types/extZteVDU/extZteVDU.yml | 67 --------------------- .../tosca/onap-types/extZteVDU/extZteVDU.zip | Bin 636 -> 0 bytes 3 files changed, 82 deletions(-) delete mode 100644 catalog-be/src/main/resources/import/tosca/onap-types/extZteVDU/extZteVDU.json delete mode 100644 catalog-be/src/main/resources/import/tosca/onap-types/extZteVDU/extZteVDU.yml delete mode 100644 catalog-be/src/main/resources/import/tosca/onap-types/extZteVDU/extZteVDU.zip (limited to 'catalog-be/src/main/resources/import/tosca/onap-types/extZteVDU') diff --git a/catalog-be/src/main/resources/import/tosca/onap-types/extZteVDU/extZteVDU.json b/catalog-be/src/main/resources/import/tosca/onap-types/extZteVDU/extZteVDU.json deleted file mode 100644 index 2ebc518c0c..0000000000 --- a/catalog-be/src/main/resources/import/tosca/onap-types/extZteVDU/extZteVDU.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "payloadName": "extZteVDU.yml", - "contactId": "jh0003", - "name": "Ext Zte VDU", - "description": "Ext Zte VDU", - "resourceIconPath": "compute", - "resourceType": "VFC", - "categories": [{ - "name": "Generic", - "subcategories": [{ - "name": "Infrastructure" - }] - }], - "tags": ["Ext Zte VDU"] -} \ No newline at end of file diff --git a/catalog-be/src/main/resources/import/tosca/onap-types/extZteVDU/extZteVDU.yml b/catalog-be/src/main/resources/import/tosca/onap-types/extZteVDU/extZteVDU.yml deleted file mode 100644 index 1638305021..0000000000 --- a/catalog-be/src/main/resources/import/tosca/onap-types/extZteVDU/extZteVDU.yml +++ /dev/null @@ -1,67 +0,0 @@ -tosca_definitions_version: tosca_simple_yaml_1_0_0 -node_types: - tosca.nodes.nfv.ext.zte.VDU: - derived_from: tosca.nodes.Root - properties: - manual_scale_select_vim: - type: boolean - required: false - vdu_type: - type: string - required: false - watchdog: - type: tosca.datatypes.nfv.ext.zte.WatchDog - required: false - name: - type: string - required: false - local_affinity_antiaffinity_rule: - type: tosca.datatypes.nfv.ext.LocalAffinityOrAntiAffinityRule - required: false - support_scaling: - type: boolean - required: false - storage_policy: - type: string - required: false - key_vdu: - type: boolean - required: false - location_info: - type: tosca.datatypes.nfv.ext.LocationInfo - required: false - inject_data_list: - type: list - required: false - entry_schema: - type: tosca.datatypes.nfv.ext.InjectData - requirements: - - guest_os: - capability: tosca.capabilities.nfv.ext.GuestOs - occurrences: - - 0 - - UNBOUNDED - - local_storage: - capability: tosca.capabilities.nfv.ext.LocalAttachment - occurrences: - - 0 - - UNBOUNDED - - volume_storage: - capability: tosca.capabilities.Attachment - occurrences: - - 0 - - UNBOUNDED - - dependency: - capability: tosca.capabilities.Node - occurrences: - - 0 - - UNBOUNDED - capabilities: - scalable: - type: tosca.capabilities.Scalable - monitoring_parameter: - type: tosca.capabilities.nfv.Metric - nfv_compute: - type: tosca.capabilities.nfv.ext.Compute.Container.Architecture - virtualbinding: - type: tosca.capabilities.nfv.VirtualBindable \ No newline at end of file diff --git a/catalog-be/src/main/resources/import/tosca/onap-types/extZteVDU/extZteVDU.zip b/catalog-be/src/main/resources/import/tosca/onap-types/extZteVDU/extZteVDU.zip deleted file mode 100644 index 2bf0f54ea3..0000000000 Binary files a/catalog-be/src/main/resources/import/tosca/onap-types/extZteVDU/extZteVDU.zip and /dev/null differ -- cgit 1.2.3-korg