-
Notifications
You must be signed in to change notification settings - Fork 2k
Added provisioner for AMZN Linux AMI #3609
base: master
Are you sure you want to change the base?
Conversation
I wonder if we could detect the correct root device automatically... we've run into that issue before. It's not really safe to assume |
Can this be merged? |
I'll see if Nathan's suggestion can be implemented |
I've updated the PR with Amazon Linux detection and updating device name and ssh user name if the AMI appears to be it. Tested manually with the latest Amazon Linux AMI ami-b73b63a0 |
acbe4e0
to
04a2b4e
Compare
👍 |
What's the holdup with merging this? |
@nathanleclaire are there changes that need to be made to this before it can be merged? |
I am not maintainer anymore, ping @shin- |
Would this allow the generic driver to provision existing Amazon Linux instances? Currently docker-machine is failing to parse docker-machine --debug create ... output
.. |
@shin- Is there anything we can do to get this merged? Thanks! |
@wrotki would you consider rebasing this? It would be a big win for those of us heavily using AWS! |
Added detection of Amazon Linux and modifying defaults if detected Tested with Amazon Linux AMI 2016.03 Signed-off-by: Mariusz Borsa <[email protected]>
Pushed a rebase |
Any idea why this hasn't been merged yet? @shin- |
Nope. I guess everybody is busy with Kubernetes now (and why? Go AWS Fargate for all I know, you'll be sleeping sound). Can we just merge it and move on with our lives please? Shouldn't break anyone as this is a rare scenario, and perhaps it can help someone, so it's a win-win. And I don't feel happy about rebasing again. |
Does this work for Amazon Linux 2 which uses systemd? |
It may, but since this project is no longer merging pull requests, it's unlikely to ever be relevant. See: |
Oh, shoot. That's unfortunate. |
Signed-off-by: Mariusz Borsa [email protected]