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:
@@ -1,7 +1,8 @@
|
|||||||
tosca_definitions_version: tosca_simple_yaml_1_0_0
|
tosca_definitions_version: tosca_simple_yaml_1_0_0
|
||||||
|
|
||||||
description: >
|
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:
|
topology_template:
|
||||||
inputs:
|
inputs:
|
||||||
|
|||||||
@@ -1,7 +1,10 @@
|
|||||||
tosca_definitions_version: tosca_simple_yaml_1_0_0
|
tosca_definitions_version: tosca_simple_yaml_1_0_0
|
||||||
|
|
||||||
description: >
|
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:
|
topology_template:
|
||||||
inputs:
|
inputs:
|
||||||
|
|||||||
@@ -1,7 +1,10 @@
|
|||||||
tosca_definitions_version: tosca_simple_yaml_1_0_0
|
tosca_definitions_version: tosca_simple_yaml_1_0_0
|
||||||
|
|
||||||
description: >
|
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:
|
topology_template:
|
||||||
inputs:
|
inputs:
|
||||||
|
|||||||
@@ -1,7 +1,9 @@
|
|||||||
tosca_definitions_version: tosca_simple_yaml_1_0_0
|
tosca_definitions_version: tosca_simple_yaml_1_0_0
|
||||||
|
|
||||||
description: >
|
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:
|
topology_template:
|
||||||
inputs:
|
inputs:
|
||||||
|
|||||||
Reference in New Issue
Block a user