Add affinity policy type definition 99/12699/1
authorshangxdy <shang.xiaodong@zte.com.cn>
Wed, 27 Apr 2016 08:44:41 +0000 (04:44 -0400)
committershangxdy <shang.xiaodong@zte.com.cn>
Wed, 27 Apr 2016 08:46:45 +0000 (04:46 -0400)
Add two definition in parser:
 tosca.policy.Placement.Colocate
 tosca.policy.Placement.Antilocate

JIRA:PARSER-33

Change-Id: I0259bbc1ce2616dcbc28a912c34a7513e9432ff5
Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
tosca2heat/tosca-parser/toscaparser/elements/TOSCA_definition_1_0.yaml

index f8d781c..c1c1cd4 100644 (file)
@@ -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