-
Notifications
You must be signed in to change notification settings - Fork 40k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AWS Debian Jessie Support #21237
AWS Debian Jessie Support #21237
Conversation
These are the common pieces of Debian support, whether we choose to make Wily or Debian the default, and whether we choose to do an AMI or not. |
Labelling this PR as size/S |
GCE e2e test build/test passed for commit e81c4b0c7f818f2f1b517b6180c0b032056630a3. |
@justinsb is this a dup? There are similar salt changes elsewhere... |
I don't think it's a dup (?). Nothing merged anyway; we do have similar changes for other distros because the Docker install is per-distro. But it is perfectly possible this overlaps with someone else's PR or even one of my own - is there one in particular you're thinking of? |
PR needs rebase |
LGTM, but needs rebase. |
e81c4b0
to
46afc67
Compare
PR changed after LGTM, removing LGTM. |
GCE e2e build/test failed for commit 46afc672fca985a942115f2e5c0a90b41a2518c4. |
@brendandburns apparently we're moving to Docker 1.9.1 for 1.2, so I have to bump each of the Docker versions. This one needed a rebase anyway, so I did it first... |
GCE e2e test build/test passed for commit 46afc672fca985a942115f2e5c0a90b41a2518c4. |
@k8s-bot test this Tests are more than 48 hours old. Re-running tests. |
GCE e2e test build/test passed for commit 46afc672fca985a942115f2e5c0a90b41a2518c4. |
PR needs rebase |
It isn't available (and hopefully not needed) on Debian
46afc67
to
0234c3b
Compare
PR changed after LGTM, removing LGTM. |
Labelling this PR as size/M |
GCE e2e test build/test passed for commit 0234c3bbc171c1831c42f00610f6107d2618c39a. |
This means we don't have to code the AMI ids for each region.
0234c3b
to
aa57beb
Compare
GCE e2e test build/test passed for commit aa57beb. |
Given the problems with docker's installation, we should be baking it into the image.
Jessie image can be selected by name using AWS_IMAGE_NAME. This is a little easier than specifying the AMI ID.
On Jessie, we now preinstall Docker. Before moving /mnt/docker, make sure we stop the docker service.
GCE e2e test build/test passed for commit 5d7ed4d. |
@brendandburns can we get this merged? If we go back to docker 1.8 then I'll just rewind them all |
@a-robinson build cop for the day... |
submit-queue is struggling today, merging manually |
Fixes the bootstrap script & Salt scripts to add support for Debian Jessie: