summaryrefslogtreecommitdiffstats
path: root/cdap/cdap_types.yaml
diff options
context:
space:
mode:
authorTommy Carpenter <tommy@research.att.com>2017-09-07 15:20:11 -0400
committerTommy Carpenter <tommy@research.att.com>2017-09-07 15:23:09 -0400
commit9f174d2db89e71a747d448521b997381a3736d2b (patch)
tree51db523e917d77488acb2d23e47f8fcc918ff79d /cdap/cdap_types.yaml
parentda9cdd6a23d2fa2748795a6c83b14cc4d3fa3d13 (diff)
Integrate with policy handler
Issue-ID: DCAEGEN2-96 Change-Id: I2adbce7fafd5b84dd53a3deef4a53c253100bd9d Signed-off-by: Tommy Carpenter <tommy@research.att.com>
Diffstat (limited to 'cdap/cdap_types.yaml')
-rwxr-xr-xcdap/cdap_types.yaml13
1 files changed, 12 insertions, 1 deletions
diff --git a/cdap/cdap_types.yaml b/cdap/cdap_types.yaml
index 083d011..f27b4b1 100755
--- a/cdap/cdap_types.yaml
+++ b/cdap/cdap_types.yaml
@@ -6,7 +6,7 @@ plugins:
cdap_deploy:
executor: central_deployment_agent
package_name: cdapcloudify
- package_version: 14.1.0
+ package_version: 14.2.0
data_types:
cdap_connections:
@@ -68,6 +68,17 @@ node_types:
cdap_deploy.cdapcloudify.cdap_plugin.deploy_and_start_application
delete:
cdap_deploy.cdapcloudify.cdap_plugin.stop_and_undeploy_application
+
+ dcae.interfaces.policy:
+ policy_update:
+ implementation:
+ cdap_deploy.cdapcloudify.cdap_plugin.policy_update
+ inputs:
+ updated_policies:
+ description: "list of policy objects"
+ default: []
+
+ #TODO: These can probably go away after policy_update is implemented
reconfiguration:
app_config_reconfigure:
implementation: cdap_deploy.cdapcloudify.cdap_plugin.app_config_reconfigure