summaryrefslogtreecommitdiffstats
path: root/storperf/resources/hot
diff options
context:
space:
mode:
Diffstat (limited to 'storperf/resources/hot')
-rw-r--r--storperf/resources/hot/agent-group.yaml4
-rw-r--r--storperf/resources/hot/storperf-agent.yaml4
2 files changed, 4 insertions, 4 deletions
diff --git a/storperf/resources/hot/agent-group.yaml b/storperf/resources/hot/agent-group.yaml
index fc98c23..a06c847 100644
--- a/storperf/resources/hot/agent-group.yaml
+++ b/storperf/resources/hot/agent-group.yaml
@@ -16,7 +16,7 @@ parameters:
- custom_constraint: neutron.network
flavor:
type: string
- default: "m1.small"
+ default: "storperf"
agent_image:
type: string
default: 'StorPerf Ubuntu 14.04'
@@ -38,7 +38,7 @@ parameters:
resources:
slaves:
type: OS::Heat::ResourceGroup
- depends_on: [storperf_subnet, storperf_network_router_interface,
+ depends_on: [storperf_subnet, storperf_network_router_interface,
storperf_open_security_group, storperf_key_pair]
properties:
count: {get_param: agent_count}
diff --git a/storperf/resources/hot/storperf-agent.yaml b/storperf/resources/hot/storperf-agent.yaml
index 587b6d8..7bf8b4d 100644
--- a/storperf/resources/hot/storperf-agent.yaml
+++ b/storperf/resources/hot/storperf-agent.yaml
@@ -12,7 +12,7 @@ heat_template_version: 2013-05-23
parameters:
flavor:
type: string
- default: m1.small
+ default: storperf
image:
type: string
default: 'Ubuntu 16.04'
@@ -96,4 +96,4 @@ resources:
outputs:
storperf_agent_ip:
description: The floating IP address of the agent on the public network
- value: { get_attr: [ storperf_floating_ip, floating_ip_address ] } \ No newline at end of file
+ value: { get_attr: [ storperf_floating_ip, floating_ip_address ] }