2.1.0 dcaepolicyplugin and data types 73/38173/2
authorAlex Shatov <alexs@att.com>
Fri, 23 Mar 2018 18:35:12 +0000 (14:35 -0400)
committerAlex Shatov <alexs@att.com>
Fri, 23 Mar 2018 18:35:12 +0000 (14:35 -0400)
commit8534af4f1ef5be3c6f946913824d5ed807e2321c
tree7f883519886a43d6664d698f2f319ae4b4cc4353
parent19a075b395d687753de0f0266842cb9af8f24682
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
12 files changed:
dcae-policy/LICENSE.txt
dcae-policy/README.md
dcae-policy/dcaepolicy-node-type.yaml
dcae-policy/dcaepolicyplugin/__init__.py
dcae-policy/dcaepolicyplugin/discovery.py
dcae-policy/dcaepolicyplugin/tasks.py
dcae-policy/pom.xml
dcae-policy/setup.py
dcae-policy/tests/__init__.py
dcae-policy/tests/log_ctx.py
dcae-policy/tests/mock_cloudify_ctx.py
dcae-policy/tests/test_tasks.py