TOSCA: Correct duplicate Block Storage description.

Multiple Block Storage test templates are having same discription. Updating it
to provide a better description of different templates.

Change-Id: Ibcff1f0cbc4b845b27d0f895b2b5dce3a1cbde07
This commit is contained in:
spzala 2015-05-05 00:50:39 -07:00 committed by Sahdev Zala
parent f151ccc4f3
commit a1d4c22360
4 changed files with 13 additions and 4 deletions

View File

@ -1,7 +1,8 @@
tosca_definitions_version: tosca_simple_yaml_1_0_0
description: >
TOSCA simple profile with server and attached block storage.
Demonstrates how to attach a TOSCA BlockStorage node to a Compute node using
the normative AttachesTo relationship.
topology_template:
inputs:

View File

@ -1,7 +1,10 @@
tosca_definitions_version: tosca_simple_yaml_1_0_0
description: >
TOSCA simple profile with server and attached block storage.
This use case shows 2 compute instances (2 tiers) with one BlockStorage node
and also uses a custom AttachesTo Relationship that provides a default mount
point (i.e., location) which the 1st tier uses, but the 2nd tier provides a
different mount point.
topology_template:
inputs:

View File

@ -1,7 +1,10 @@
tosca_definitions_version: tosca_simple_yaml_1_0_0
description: >
TOSCA simple profile with server and attached block storage.
This use case is like the Notation1 use case, but also creates two relationship
templates (one for each tier) each of which provide a different mount point
(i.e., location) which overrides the default location defined in the custom
Relationship Type.
topology_template:
inputs:

View File

@ -1,7 +1,9 @@
tosca_definitions_version: tosca_simple_yaml_1_0_0
description: >
TOSCA simple profile with server and attached block storage.
This use case demonstrates how two different TOSCA BlockStorage nodes can be
attached to two different Compute nodes (i.e., servers) each using the
normative AttachesTo relationship.
topology_template:
inputs: