From a5445100050e49e83f73424198d73cd72d672a4d Mon Sep 17 00:00:00 2001 From: Michael Lando Date: Sun, 4 Mar 2018 14:53:33 +0200 Subject: Sync Integ to Master Change-Id: I71e3acc26fa612127756ac04073a522b9cc6cd74 Issue-ID: SDC-977 Signed-off-by: Gitelman, Tal (tg851x) --- .../normative-types-objectStorage.yml | 35 ---------------------- 1 file changed, 35 deletions(-) delete mode 100644 asdc-tests/src/test/resources/CI/components/normativeTypes/objectStorage/normative-types-objectStorage.yml (limited to 'asdc-tests/src/test/resources/CI/components/normativeTypes/objectStorage/normative-types-objectStorage.yml') diff --git a/asdc-tests/src/test/resources/CI/components/normativeTypes/objectStorage/normative-types-objectStorage.yml b/asdc-tests/src/test/resources/CI/components/normativeTypes/objectStorage/normative-types-objectStorage.yml deleted file mode 100644 index a56fad5363..0000000000 --- a/asdc-tests/src/test/resources/CI/components/normativeTypes/objectStorage/normative-types-objectStorage.yml +++ /dev/null @@ -1,35 +0,0 @@ -tosca_definitions_version: tosca_simple_yaml_1_0_0_wd03 - -template_name: tosca-normative-types-objectStorage -template_author: TOSCA TC -template_version: 1.0.0.wd03-SNAPSHOT - -description: Contains the normative types definition. -imports: - - "tosca-normative-types-root:1.0.0.wd03-SNAPSHOT" - -node_types: - tosca.nodes.ObjectStorage: - abstract: true - derived_from: tosca.nodes.Root - description: > - The TOSCA ObjectStorage node represents storage that provides the ability to store data as objects (or BLOBs of data) - without consideration for the underlying filesystem or devices. - tags: - icon: /images/objectstore.png - properties: - store_name: - type: string - description: The logical name of the object store (or container). - store_size: - type: integer - required: false - constraints: - - greater_or_equal: 0 - description: The requested initial storage size in Gigabytes. - store_maxsize: - type: integer - required: false - constraints: - - greater_than: 0 - description: The requested maximum storage size in Gigabytes. -- cgit 1.2.3-korg