diff options
author | julien zhang <zhang.jun3g@zte.com.cn> | 2016-05-19 08:19:10 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-05-19 08:19:10 +0000 |
commit | 1b23f9a82c6b73b4df23e261d2fa7419665f7ff9 (patch) | |
tree | fcaa24647bf6bc7c74cc72d98be6c2f7a3938331 /tosca2heat/tosca-parser/toscaparser/elements | |
parent | 8c59ef3b6e374bf9b1834d94736261758b593b9f (diff) | |
parent | 5263884b9244e2fef8dc16e6aca8f4f9fe1a2319 (diff) |
Merge "Add affinity policy type definition"
Diffstat (limited to 'tosca2heat/tosca-parser/toscaparser/elements')
-rw-r--r-- | tosca2heat/tosca-parser/toscaparser/elements/TOSCA_definition_1_0.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tosca2heat/tosca-parser/toscaparser/elements/TOSCA_definition_1_0.yaml b/tosca2heat/tosca-parser/toscaparser/elements/TOSCA_definition_1_0.yaml index f8d781c..c1c1cd4 100644 --- a/tosca2heat/tosca-parser/toscaparser/elements/TOSCA_definition_1_0.yaml +++ b/tosca2heat/tosca-parser/toscaparser/elements/TOSCA_definition_1_0.yaml @@ -898,6 +898,16 @@ tosca.policies.Placement: description: The TOSCA Policy Type definition that is used to govern placement of TOSCA nodes or groups of nodes. +tosca.policies.Placement.Colocate: + derived_from: tosca.policies.Placement + description: The TOSCA Policy Type definition that is used to govern + colocate placement of TOSCA nodes or groups of nodes. + +tosca.policies.Placement.Antilocate: + derived_from: tosca.policies.Placement + description: The TOSCA Policy Type definition that is used to govern + anti-locate placement of TOSCA nodes or groups of nodes. + tosca.policies.Scaling: derived_from: tosca.policies.Root description: The TOSCA Policy Type definition that is used to govern |