Skip to content

Commit

Permalink
Merge pull request #2220 from redhat-gpte-devopsautomation/fix-arista…
Browse files Browse the repository at this point in the history
…-ami-version-01

Fix breaking Arista version issue
  • Loading branch information
IPvSean authored Dec 20, 2024
2 parents bd4de9d + 2403378 commit 492380f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion roles/manage_ec2_instances/defaults/main/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ rtr2_type: "arista"
rtr3_type: "juniper"
rtr4_type: "arista"
rhel: "rhel8"
arista_eos_version: "4.32"

# additional info needed by AWS ec2 modules
ec2_info:
control_type_pre_build:
Expand Down Expand Up @@ -80,7 +82,7 @@ ec2_info:
ami: "{{ arista_ami | default(omit) }}"
os: eos
username: ec2-user
filter: "*CloudEOS-4.29*"
filter: "*CloudEOS-{{ arista_eos_version | default('4.32') }}*"
volume:
- device_name: /dev/xvda
ebs:
Expand Down

0 comments on commit 492380f

Please sign in to comment.