summaryrefslogtreecommitdiffstats
path: root/catalog-fe/src/test/resources/CI/originalResources/normative-types-objectStorage.yml
diff options
context:
space:
mode:
authorMichael Lando <ml636r@att.com>2017-06-17 22:40:44 +0300
committerMichael Lando <ml636r@att.com>2017-06-18 07:20:49 +0300
commit4d97d5fac309ce0d66938e5ccd0349e2660d4e23 (patch)
tree3f921054f997d1962fa6f9db9a0119e31a851eea /catalog-fe/src/test/resources/CI/originalResources/normative-types-objectStorage.yml
parent89786d31f266a205857cae0177904c249ac6a512 (diff)
[sdc] update code of sdc
Change-Id: If9f37c80b659cb67b34d18e6c019defecca58b9a Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'catalog-fe/src/test/resources/CI/originalResources/normative-types-objectStorage.yml')
-rw-r--r--catalog-fe/src/test/resources/CI/originalResources/normative-types-objectStorage.yml35
1 files changed, 0 insertions, 35 deletions
diff --git a/catalog-fe/src/test/resources/CI/originalResources/normative-types-objectStorage.yml b/catalog-fe/src/test/resources/CI/originalResources/normative-types-objectStorage.yml
deleted file mode 100644
index a56fad5363..0000000000
--- a/catalog-fe/src/test/resources/CI/originalResources/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.