summaryrefslogtreecommitdiffstats
path: root/docker/examples
diff options
context:
space:
mode:
authorMichael Hwang <mhwang@research.att.com>2017-09-12 13:27:30 -0400
committerMichael Hwang <mhwang@research.att.com>2017-09-12 13:44:18 -0400
commit9444408bb1ab548995a81d4efe678d298aca66df (patch)
treeef5e73d6a8609f11012b9f9fc61850add7c8b075 /docker/examples
parentd2fadb9403d6f11f38c57be98fb6bb4f000cfecd (diff)
Use latest dcaepolicy
Issue-Id: DCAEGEN2-97 Change-Id: I6e5e701f5a64575c9280b1bea3b17e50023e599d Signed-off-by: Michael Hwang <mhwang@research.att.com>
Diffstat (limited to 'docker/examples')
-rw-r--r--docker/examples/blueprint-laika-policy.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/docker/examples/blueprint-laika-policy.yaml b/docker/examples/blueprint-laika-policy.yaml
index 1531d21..d0a9c68 100644
--- a/docker/examples/blueprint-laika-policy.yaml
+++ b/docker/examples/blueprint-laika-policy.yaml
@@ -31,11 +31,15 @@ node_templates:
type: dcae.nodes.policy
properties:
policy_id: { get_input: host_capacity_policy_id }
+ # Use this property to toggle whether policy is required meaning errors are considered
+ # critical otherwise errors are silenced.
+ policy_required: true
host_location_policy:
type: dcae.nodes.policy
properties:
policy_id: { get_input: host_location_policy_id }
+ policy_required: true
db_server_policy:
type: dcae.nodes.policy