scripts/oem/ami: bump PV-GRUB AKIs to 1.04 in all regions

This commit is contained in:
Alex Crawford 2014-10-31 19:21:24 -07:00
parent 8abceaa20e
commit b35768ff8c

View File

@ -1,17 +1,16 @@
# AKI ids from: # AKI ids from:
# http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedkernels.html # http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/UserProvidedkernels.html
# we need pv-grub-hd00 x86_64 # These are pv-grub-hd0_1.04-x86_64
declare -A ALL_AKIS declare -A ALL_AKIS
ALL_AKIS["us-east-1"]=aki-b4aa75dd ALL_AKIS["us-east-1"]=aki-919dcaf8
ALL_AKIS["us-west-1"]=aki-eb7e26ae ALL_AKIS["us-west-1"]=aki-880531cd
ALL_AKIS["us-west-2"]=aki-f837bac8 ALL_AKIS["us-west-2"]=aki-fc8f11cc
ALL_AKIS["eu-west-1"]=aki-8b655dff ALL_AKIS["eu-west-1"]=aki-52a34525
ALL_AKIS["eu-central-1"]=aki-184c7a05 ALL_AKIS["eu-central-1"]=aki-184c7a05
ALL_AKIS["ap-southeast-1"]=aki-fa1354a8 ALL_AKIS["ap-southeast-1"]=aki-503e7402
ALL_AKIS["ap-southeast-2"]=aki-3d990e07 ALL_AKIS["ap-southeast-2"]=aki-c362fff9
ALL_AKIS["ap-northeast-1"]=aki-40992841 ALL_AKIS["ap-northeast-1"]=aki-176bf516
ALL_AKIS["sa-east-1"]=aki-c88f51d5 ALL_AKIS["sa-east-1"]=aki-5553f448
# ALL_AKIS["gov-west-1"]=aki-75a4c056
ALL_REGIONS=( "${!ALL_AKIS[@]}" ) ALL_REGIONS=( "${!ALL_AKIS[@]}" )