Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
4c02b85c
Commit
4c02b85c
authored
Nov 06, 2015
by
Justin Santa Barbara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
AWS: Update Ubuntu Vivid AMIs
Pick up some updates, and reduce need for users to update manually.
parent
4566e039
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
util.sh
cluster/aws/vivid/util.sh
+11
-11
No files found.
cluster/aws/vivid/util.sh
View file @
4c02b85c
...
@@ -31,35 +31,35 @@ function detect-vivid-image () {
...
@@ -31,35 +31,35 @@ function detect-vivid-image () {
if
[[
-z
"
${
AWS_IMAGE
-
}
"
]]
;
then
if
[[
-z
"
${
AWS_IMAGE
-
}
"
]]
;
then
case
"
${
AWS_REGION
}
"
in
case
"
${
AWS_REGION
}
"
in
ap-northeast-1
)
ap-northeast-1
)
AWS_IMAGE
=
ami-
907fa690
AWS_IMAGE
=
ami-
56e28056
;;
;;
ap-southeast-1
)
ap-southeast-1
)
AWS_IMAGE
=
ami-
b4a79de6
AWS_IMAGE
=
ami-
7e2a392c
;;
;;
eu-central-1
)
eu-central-1
)
AWS_IMAGE
=
ami-
e8635bf
5
AWS_IMAGE
=
ami-
58c1cd4
5
;;
;;
eu-west-1
)
eu-west-1
)
AWS_IMAGE
=
ami-
0fd0ae7
8
AWS_IMAGE
=
ami-
ef8ab69
8
;;
;;
sa-east-1
)
sa-east-1
)
AWS_IMAGE
=
ami-
f9f675e4
AWS_IMAGE
=
ami-
c16afbdc
;;
;;
us-east-1
)
us-east-1
)
AWS_IMAGE
=
ami-
f57b8f9e
AWS_IMAGE
=
ami-
c3772aa6
;;
;;
us-west-1
)
us-west-1
)
AWS_IMAGE
=
ami-
87b643c3
AWS_IMAGE
=
ami-
6fbe7d2b
;;
;;
cn-north-1
)
cn-north-1
)
AWS_IMAGE
=
ami-
3abf220
3
AWS_IMAGE
=
ami-
7a1b874
3
;;
;;
#us-gov-west-1)
#us-gov-west-1)
...
@@ -67,15 +67,15 @@ function detect-vivid-image () {
...
@@ -67,15 +67,15 @@ function detect-vivid-image () {
# ;;
# ;;
ap-southeast-2
)
ap-southeast-2
)
AWS_IMAGE
=
ami-
1bb9c22
1
AWS_IMAGE
=
ami-
0b93d93
1
;;
;;
us-west-2
)
us-west-2
)
AWS_IMAGE
=
ami-
33566d03
AWS_IMAGE
=
ami-
6e67845d
;;
;;
*
)
*
)
echo
"Please specify AWS_IMAGE directly (region not recognized)"
echo
"Please specify AWS_IMAGE directly (region
${
AWS_REGION
}
not recognized)"
exit
1
exit
1
esac
esac
fi
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment