Skip to content

Commit 98c689e

Browse files
Update the default root volume size to 45 GB
Signed-off-by: Hanwen <[email protected]>
1 parent 9dc7ae9 commit 98c689e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

kitchen.ec2.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ platforms:
9595
block_device_mappings:
9696
- device_name: /dev/xvda
9797
ebs:
98-
volume_size: <% if (ENV['KITCHEN_VOLUME_SIZE'] || '') == '' %> 40 <% else %> <%= ENV['KITCHEN_VOLUME_SIZE'] %> <% end %>
98+
volume_size: <% if (ENV['KITCHEN_VOLUME_SIZE'] || '') == '' %> 45 <% else %> <%= ENV['KITCHEN_VOLUME_SIZE'] %> <% end %>
9999
volume_type: gp2
100100
delete_on_termination: true
101101
<% %w(a b c d e f g h i j k l m n o p q r s t u v w x).each_with_index do | c, i | %>
@@ -121,7 +121,7 @@ platforms:
121121
block_device_mappings:
122122
- device_name: /dev/xvda
123123
ebs:
124-
volume_size: <% if (ENV['KITCHEN_VOLUME_SIZE'] || '') == '' %> 40 <% else %> <%= ENV['KITCHEN_VOLUME_SIZE'] %> <% end %>
124+
volume_size: <% if (ENV['KITCHEN_VOLUME_SIZE'] || '') == '' %> 45 <% else %> <%= ENV['KITCHEN_VOLUME_SIZE'] %> <% end %>
125125
volume_type: gp3
126126
delete_on_termination: true
127127
<% %w(a b c d e f g h i j k l m n o p q r s t u v w x).each_with_index do | c, i | %>
@@ -147,7 +147,7 @@ platforms:
147147
block_device_mappings:
148148
- device_name: /dev/sda1
149149
ebs:
150-
volume_size: <% if (ENV['KITCHEN_VOLUME_SIZE'] || '') == '' %> 40 <% else %> <%= ENV['KITCHEN_VOLUME_SIZE'] %> <% end %>
150+
volume_size: <% if (ENV['KITCHEN_VOLUME_SIZE'] || '') == '' %> 45 <% else %> <%= ENV['KITCHEN_VOLUME_SIZE'] %> <% end %>
151151
volume_type: gp2
152152
delete_on_termination: true
153153
<% %w(a b c d e f g h i j k l m n o p q r s t u v w x).each_with_index do | c, i | %>
@@ -173,7 +173,7 @@ platforms:
173173
block_device_mappings:
174174
- device_name: /dev/sda1
175175
ebs:
176-
volume_size: <% if (ENV['KITCHEN_VOLUME_SIZE'] || '') == '' %> 40 <% else %> <%= ENV['KITCHEN_VOLUME_SIZE'] %> <% end %>
176+
volume_size: <% if (ENV['KITCHEN_VOLUME_SIZE'] || '') == '' %> 45 <% else %> <%= ENV['KITCHEN_VOLUME_SIZE'] %> <% end %>
177177
volume_type: gp2
178178
delete_on_termination: true
179179
<% %w(a b c d e f g h i j k l m n o p q r s t u v w x).each_with_index do | c, i | %>
@@ -199,7 +199,7 @@ platforms:
199199
block_device_mappings:
200200
- device_name: /dev/sda1
201201
ebs:
202-
volume_size: <% if (ENV['KITCHEN_VOLUME_SIZE'] || '') == '' %> 40 <% else %> <%= ENV['KITCHEN_VOLUME_SIZE'] %> <% end %>
202+
volume_size: <% if (ENV['KITCHEN_VOLUME_SIZE'] || '') == '' %> 45 <% else %> <%= ENV['KITCHEN_VOLUME_SIZE'] %> <% end %>
203203
volume_type: gp2
204204
delete_on_termination: true
205205
<% %w(a b c d e f g h i j k l m n o p q r s t u v w x).each_with_index do | c, i | %>
@@ -225,7 +225,7 @@ platforms:
225225
block_device_mappings:
226226
- device_name: /dev/sda1
227227
ebs:
228-
volume_size: <% if (ENV['KITCHEN_VOLUME_SIZE'] || '') == '' %> 40 <% else %> <%= ENV['KITCHEN_VOLUME_SIZE'] %> <% end %>
228+
volume_size: <% if (ENV['KITCHEN_VOLUME_SIZE'] || '') == '' %> 45 <% else %> <%= ENV['KITCHEN_VOLUME_SIZE'] %> <% end %>
229229
volume_type: gp2
230230
delete_on_termination: true
231231
<% %w(a b c d e f g h i j k l m n o p q r s t u v w x).each_with_index do | c, i | %>
@@ -251,7 +251,7 @@ platforms:
251251
block_device_mappings:
252252
- device_name: /dev/sda1
253253
ebs:
254-
volume_size: <% if (ENV['KITCHEN_VOLUME_SIZE'] || '') == '' %> 40 <% else %> <%= ENV['KITCHEN_VOLUME_SIZE'] %> <% end %>
254+
volume_size: <% if (ENV['KITCHEN_VOLUME_SIZE'] || '') == '' %> 45 <% else %> <%= ENV['KITCHEN_VOLUME_SIZE'] %> <% end %>
255255
volume_type: gp2
256256
delete_on_termination: true
257257
<% %w(a b c d e f g h i j k l m n o p q r s t u v w x).each_with_index do | c, i | %>
@@ -277,7 +277,7 @@ platforms:
277277
block_device_mappings:
278278
- device_name: /dev/sda1
279279
ebs:
280-
volume_size: <% if (ENV['KITCHEN_VOLUME_SIZE'] || '') == '' %> 40 <% else %> <%= ENV['KITCHEN_VOLUME_SIZE'] %> <% end %>
280+
volume_size: <% if (ENV['KITCHEN_VOLUME_SIZE'] || '') == '' %> 45 <% else %> <%= ENV['KITCHEN_VOLUME_SIZE'] %> <% end %>
281281
volume_type: gp2
282282
delete_on_termination: true
283283
<% %w(a b c d e f g h i j k l m n o p q r s t u v w x).each_with_index do | c, i | %>
@@ -303,7 +303,7 @@ platforms:
303303
block_device_mappings:
304304
- device_name: /dev/sda1
305305
ebs:
306-
volume_size: <% if (ENV['KITCHEN_VOLUME_SIZE'] || '') == '' %> 40 <% else %> <%= ENV['KITCHEN_VOLUME_SIZE'] %> <% end %>
306+
volume_size: <% if (ENV['KITCHEN_VOLUME_SIZE'] || '') == '' %> 45 <% else %> <%= ENV['KITCHEN_VOLUME_SIZE'] %> <% end %>
307307
volume_type: gp3
308308
delete_on_termination: true
309309
<% %w(a b c d e f g h i j k l m n o p q r s t u v w x).each_with_index do | c, i | %>

0 commit comments

Comments
 (0)