Skip to content
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

Add flag to auto-ssh into a newly created (single) VM #28

Closed
whopper opened this issue Aug 25, 2016 · 2 comments
Closed

Add flag to auto-ssh into a newly created (single) VM #28

whopper opened this issue Aug 25, 2016 · 2 comments

Comments

@whopper
Copy link

whopper commented Aug 25, 2016

99.9% of the time that I'm grabbing a VM from the pooler, I want to SSH into it. With my janky old vmpooler helper, I did this with a flag, i.e:

vmify -o ubuntu -v 1604 -c

... where the -c flag immediately SSH'd me into the ubuntu 1604 box that it grabbed. This saves the trouble of having to copy the name of the VM I just created and enter another command to remote into it.

This is a feature request (and reminder for me to PR it someday) for that flag. It'd have to only work when grabbing a single VM, and otherwise probably warn and ignore the flag.

briancain added a commit that referenced this issue Aug 26, 2016
This commit adds a new feature to vmfloaty. It grabs a single vm from
the pooler based on the os template provided and then attempts to ssh
into it from the host machine.
@briancain
Copy link
Contributor

@whopper I just cut a release with this feature. See the referenced commit for more info 👍

@whopper
Copy link
Author

whopper commented Aug 26, 2016

@briancain whoa! Thanks! :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants