We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c49af3d + 5602bbc commit 9bddc7aCopy full SHA for 9bddc7a
host-pool-blueprint.yaml
@@ -7,7 +7,7 @@ description: >
7
8
imports:
9
- http://www.getcloudify.org/spec/cloudify/3.4m4/types.yaml
10
- - http://www.getcloudify.org/spec/host-pool-plugin/1.3.1/plugin.yaml
+ - https://raw.githubusercontent.com/cloudify-cosmo/cloudify-host-pool-plugin/1.4/plugin.yaml
11
- types/nodecellar.yaml
12
- types/host-pool-types.yaml
13
types/.DS_Store
6 KB
types/host-pool-types.yaml
@@ -2,7 +2,12 @@
2
node_types:
3
4
nodecellar.nodes.Host:
5
- derived_from: cloudify.hostpool.nodes.Host
+ derived_from: cloudify.hostpool.nodes.LinuxHost
6
+ properties:
+ filters:
+ default:
+ tags:
+ - 'ubuntu'
interfaces:
cloudify.interfaces.lifecycle:
create:
0 commit comments