Skip to content

Commit 9bddc7a

Browse files
committed
Merge pull request #88 from cloudify-cosmo/CFY-5078-Update-HP-System-Tests
CFY-5078 updating for the HP Plugin v1.4
2 parents c49af3d + 5602bbc commit 9bddc7a

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

host-pool-blueprint.yaml

+1-1
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

+6-1
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)