You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: kitchen.ec2.yml
+26Lines changed: 26 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -289,3 +289,29 @@ platforms:
289
289
attributes:
290
290
cluster:
291
291
base_os: ubuntu2204
292
+
- name: ubuntu2404
293
+
driver_plugin: ec2
294
+
driver:
295
+
<% if ENV['KITCHEN_UBUNTU2404_AMI'] %>
296
+
# Use the Ubuntu 22 AMI most similar to the base AMI used to build the ParallelCluster image
297
+
image_id: <%= ENV['KITCHEN_UBUNTU2204_AMI'] %>
298
+
<% else %>
299
+
image_search:
300
+
name: <% if ENV['KITCHEN_PHASE']=='install' %>ubuntu/images/hvm-ssd-gp3/ubuntu-noble-24.04-<% if ENV['KITCHEN_ARCHITECTURE'] == 'x86_64' %>amd64<% else %>arm64<% end %>-server-<% else %><%= pcluster_prefix %>-ubuntu-2404-lts-hvm-*<% end %>
301
+
architecture: <%= ENV['KITCHEN_ARCHITECTURE'] %>
302
+
<% end %>
303
+
block_device_mappings:
304
+
- device_name: /dev/sda1
305
+
ebs:
306
+
volume_size: <% if (ENV['KITCHEN_VOLUME_SIZE'] || '') == '' %> 40 <% else %> <%= ENV['KITCHEN_VOLUME_SIZE'] %> <% end %>
307
+
volume_type: gp3
308
+
delete_on_termination: true
309
+
<% %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