From 8534af4f1ef5be3c6f946913824d5ed807e2321c Mon Sep 17 00:00:00 2001 From: Alex Shatov Date: Fri, 23 Mar 2018 14:35:12 -0400 Subject: 2.1.0 dcaepolicyplugin and data types - configAttributes in policy_filter being a stringified json, rather than the map due to SDC UI limitations - safely parse the configAttributes string into json Change-Id: I934b6254aed285ddab245b440f43403a4fe918fe Signed-off-by: Alex Shatov Issue-ID: DCAEGEN2-413 --- dcae-policy/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'dcae-policy/README.md') diff --git a/dcae-policy/README.md b/dcae-policy/README.md index 42fa53b..042a550 100644 --- a/dcae-policy/README.md +++ b/dcae-policy/README.md @@ -1,9 +1,11 @@ # dcae-policy plugin and node-type + - python-package dcaepolicyplugin to be used in cloudify plugins to retrieve the policy from policy-handler --- ## dcaepolicy node type [dcaepolicy-node-type.yaml](./dcaepolicy-node-type.yaml) + - node type for dcae.nodes.policy --- @@ -14,7 +16,7 @@ import the dcaepolicy-node-type.yaml into your blueprint to use the dcae.nodes.t ```yaml imports: - - https://YOUR_NEXUS_RAW_SERVER/type_files/dcaepolicy/1.0.0/node-type.yaml + - https://YOUR_NEXUS_RAW_SERVER/type_files/dcaepolicy/2.1.0/node-type.yaml ``` provide the value for policy_id property -- cgit 1.2.3-korg