diff options
author | Alex Shatov <alexs@att.com> | 2018-03-23 14:35:12 -0400 |
---|---|---|
committer | Alex Shatov <alexs@att.com> | 2018-03-23 14:35:12 -0400 |
commit | 8534af4f1ef5be3c6f946913824d5ed807e2321c (patch) | |
tree | 7f883519886a43d6664d698f2f319ae4b4cc4353 /dcae-policy/README.md | |
parent | 19a075b395d687753de0f0266842cb9af8f24682 (diff) |
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 <alexs@att.com>
Issue-ID: DCAEGEN2-413
Diffstat (limited to 'dcae-policy/README.md')
-rw-r--r-- | dcae-policy/README.md | 4 |
1 files changed, 3 insertions, 1 deletions
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 |