summaryrefslogtreecommitdiffstats
path: root/docker/dockerplugin/__init__.py
diff options
context:
space:
mode:
authorMichael Hwang <mhwang@research.att.com>2017-09-07 11:29:16 -0400
committerMichael Hwang <mhwang@research.att.com>2017-09-11 15:47:38 -0400
commita26c9cc72f8fdc513458c2ba87f9378743f255fb (patch)
tree4393e29db8aa8e93c721d05e38378e91280d5fa1 /docker/dockerplugin/__init__.py
parent61ba70610e670c395483d3c2ef46bbca4eef7769 (diff)
Make components policy reconfigurable and more
* Add in dcae policy dependencies and policy decorators into tasks * Fetch docker logins dynamically * Add in policy example blueprint * Add in policy update operation for components Issue-Id: DCAEGEN2-97 Change-Id: Ib58adfbd7070999c7b8e59ab008f5ff90d4984a7 Signed-off-by: Michael Hwang <mhwang@research.att.com>
Diffstat (limited to 'docker/dockerplugin/__init__.py')
-rw-r--r--docker/dockerplugin/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/docker/dockerplugin/__init__.py b/docker/dockerplugin/__init__.py
index ef1bfec..669e196 100644
--- a/docker/dockerplugin/__init__.py
+++ b/docker/dockerplugin/__init__.py
@@ -27,4 +27,5 @@ from .tasks import create_for_components, create_for_components_with_streams, \
create_and_start_container_for_components_with_streams, \
create_for_platforms, create_and_start_container, \
create_and_start_container_for_components, create_and_start_container_for_platforms, \
- stop_and_remove_container, cleanup_discovery, select_docker_host, unselect_docker_host
+ stop_and_remove_container, cleanup_discovery, select_docker_host, unselect_docker_host, \
+ policy_update