forked from cloudify-cosmo/cloudify-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yaml
More file actions
24 lines (21 loc) · 912 Bytes
/
plugin.yaml
File metadata and controls
24 lines (21 loc) · 912 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
plugins:
# Name could be anything, this name is what appears on the beginning of operation
# mappings.
cloudflare:
# Could be 'central_deployment_agent' or 'host_agent'.
# If 'central_deployment_agent', this plugin will be executed on the
# deployment dedicated agent, other wise it will be executed on the host agent.
executor: central_deployment_agent
# URL to archive containing the plugin or name of directory containing
# the plugin if it is included in the the blueprint directory under the
# "plugins" directory.
source: https://github.com/conkiztador/cloudify-cloudflare-plugin/archive/master.zip
node_types:
cloudify.cloudflare.nodes.DNSRecord:
derived_from: cloudify.nodes.Root
properties:
cloudflare_config:
default: {}
description: >
Expected to contain the following nested fields:
email, key, domain_name