diff options
Diffstat (limited to 'docker/examples')
-rw-r--r-- | docker/examples/blueprint-laika-policy.yaml | 4 |
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 |