Skip to content

Commit 383c5aa

Browse files
authored
Merge pull request #2 from redhat-performance/fix_aws_pbench
Fix AWS not getting a pbench disk
2 parents e577a1a + e7dcdfe commit 383c5aa

File tree

1 file changed

+1
-10
lines changed
  • ansible_roles/roles/aws_create/tasks

1 file changed

+1
-10
lines changed

ansible_roles/roles/aws_create/tasks/main.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -172,17 +172,8 @@
172172
include_role:
173173
name: set_up_tf_vars
174174
vars:
175-
pbench_ns_tf: tf/pbench_disks.tf
175+
pbench_ns_tf: pbench_disks.tf
176176
cloud_change_to: aws_instance
177-
when: config_info.spot_start_price == 0
178-
179-
- name: Set up terraform vars spot
180-
include_role:
181-
name: set_up_tf_vars
182-
vars:
183-
pbench_ns_tf: tf/pbench_disks.tf
184-
cloud_change_to: later
185-
when: config_info.spot_start_price != 0
186177

187178
- name: grab aws create start time
188179
command: "date -u +%s"

0 commit comments

Comments
 (0)