aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/import/tosca/heat-types/volume
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-be/src/main/resources/import/tosca/heat-types/volume')
-rw-r--r--catalog-be/src/main/resources/import/tosca/heat-types/volume/volume.json20
-rw-r--r--catalog-be/src/main/resources/import/tosca/heat-types/volume/volume.yml7
-rw-r--r--catalog-be/src/main/resources/import/tosca/heat-types/volume/volume.zipbin0 -> 308 bytes
3 files changed, 27 insertions, 0 deletions
diff --git a/catalog-be/src/main/resources/import/tosca/heat-types/volume/volume.json b/catalog-be/src/main/resources/import/tosca/heat-types/volume/volume.json
new file mode 100644
index 0000000000..15293f74ca
--- /dev/null
+++ b/catalog-be/src/main/resources/import/tosca/heat-types/volume/volume.json
@@ -0,0 +1,20 @@
+{
+ "payloadName": "volume.yml",
+ "contactId": "jh0003",
+ "name": "volume",
+ "description": "Represents storage that provides the ability to store data as objects (or BLOBs of data) without consideration for the underlying filesystem or devices.",
+ "resourceIconPath": "objectStorage",
+ "categories": [
+ {
+ "name": "Generic",
+ "subcategories": [
+ {
+ "name": "Infrastructure"
+ }
+ ]
+ }
+],
+ "tags": [
+ "volume"
+ ]
+} \ No newline at end of file
diff --git a/catalog-be/src/main/resources/import/tosca/heat-types/volume/volume.yml b/catalog-be/src/main/resources/import/tosca/heat-types/volume/volume.yml
new file mode 100644
index 0000000000..9866979c2f
--- /dev/null
+++ b/catalog-be/src/main/resources/import/tosca/heat-types/volume/volume.yml
@@ -0,0 +1,7 @@
+tosca_definitions_version: tosca_simple_yaml_1_0_0
+
+description: Contrail Virtual Network Global Types
+
+node_types:
+ org.openecomp.resource.vfc.nodes.volume:
+ derived_from: tosca.nodes.BlockStorage \ No newline at end of file
diff --git a/catalog-be/src/main/resources/import/tosca/heat-types/volume/volume.zip b/catalog-be/src/main/resources/import/tosca/heat-types/volume/volume.zip
new file mode 100644
index 0000000000..c5847d41df
--- /dev/null
+++ b/catalog-be/src/main/resources/import/tosca/heat-types/volume/volume.zip
Binary files differ