Skip to content

Commit

Permalink
cloud_data.py: Added SUSE 15 & 12 AMI's
Browse files Browse the repository at this point in the history
Ticket: None
Changelog: None
Signed-off-by: Lars Erik Wik <[email protected]>
  • Loading branch information
larsewi committed Jan 5, 2024
1 parent 4d71805 commit 88c87bb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions cf_remote/cloud_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,4 +158,16 @@
"size": "t2.small",
"xlsize": "t2.xlarge",
},
"suse-12-x64": {
"ami": "ami-0d5622d69a166848b",
"user": "ec2-user",
"size": "t2.small",
"xlsize": "t2.xlarge",
},
"suse-15-x64": {
"ami": "ami-0e5e442298b8e7f5a",
"user": "ec2-user",
"size": "t2.small",
"xlsize": "t2.xlarge",
},
}

0 comments on commit 88c87bb

Please sign in to comment.