Skip to content

Commit 5602bbc

Browse files
EarthmanTJessiebr
authored andcommitted
CFY-5078 updating for the HP Plugin v1.4
1 parent c49af3d commit 5602bbc

4 files changed

Lines changed: 7 additions & 2 deletions

File tree

.DS_Store

6 KB
Binary file not shown.

host-pool-blueprint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: >
77
88
imports:
99
- http://www.getcloudify.org/spec/cloudify/3.4m4/types.yaml
10-
- http://www.getcloudify.org/spec/host-pool-plugin/1.3.1/plugin.yaml
10+
- https://raw.githubusercontent.com/cloudify-cosmo/cloudify-host-pool-plugin/1.4/plugin.yaml
1111
- types/nodecellar.yaml
1212
- types/host-pool-types.yaml
1313

types/.DS_Store

6 KB
Binary file not shown.

types/host-pool-types.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22
node_types:
33

44
nodecellar.nodes.Host:
5-
derived_from: cloudify.hostpool.nodes.Host
5+
derived_from: cloudify.hostpool.nodes.LinuxHost
6+
properties:
7+
filters:
8+
default:
9+
tags:
10+
- 'ubuntu'
611
interfaces:
712
cloudify.interfaces.lifecycle:
813
create:

0 commit comments

Comments
 (0)