summaryrefslogtreecommitdiffstats
path: root/cdap/cdap_types.yaml
diff options
context:
space:
mode:
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 497307c..083d011 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.0.2
+ package_version: 14.1.0
data_types:
cdap_connections:
@@ -88,3 +88,14 @@ node_types:
description: "new unbound config for the CDAP AppConfig as a JSON"
default: {}
+ dcae.nodes.broker_deleter:
+ derived_from: cloudify.nodes.Root
+ interfaces:
+ cloudify.interfaces.lifecycle:
+ delete: #stop better than delete? not sure it matters much. Think all source interfaces are operated on before target on uninstall.
+ implementation: cdap_deploy.cdapcloudify.cdap_plugin.delete_all_registered_apps
+ inputs:
+ connected_broker_dns_name:
+ type: string
+ description: This is the broker's DNS name. There could be multiple brokers/clusters at a site. Could by populated via an intrinsic_function in a blueprint, or manually via inputs file
+ default: "cdap_broker"