-
Notifications
You must be signed in to change notification settings - Fork 26
Add support for vmpooler on demand provisioning #67
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
Conversation
@mattkirby Looks like there's some linter issues that need fixing:
|
@mattkirby - Since I believe @highb 's last day at Puppet is today...it would be good to find some internal maintainer at puppet that's not me for this, since I have no access to test any of the changes :D Currently the repo is setup with github actions to release gems on merge, so at least that part is automated away. I'm happy to add you or someone else that makes sense for reviewing PRs. |
Actually, it looks like I was finally able to transfer ownership of this repo to |
Thanks @codyclements @highb for making that happen. |
Making sure to add myself as a maintainer so I can help out in the future, as well. 😉 |
I have updated this to address the feedback. Please let me know if this needs further changes. |
This commit adds support for provisioning instances on demand with vmpooler. Additionally, this change adds a capability to detect on demand pools available in ABS. Without this change vmfloaty does not support provisioning instances via the vmpooler ondemand endpoints.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👋 Looks good to me!
Look at my approval above, it looks like I no longer have write access on the repo? That's unfortunate. |
Need to add the feature to vmfloaty to meet a timeilne for a vmpooler application change. Will make the requested change in a subsequent PR if requested.
@highb not sure why, but I have updated it to add you as a maintainer on the repo. I think you should have an invite. Let me know if it does not work for some reason. |
Yep, that worked! Thank you. |
Status
Ready for Merge
Description
Add support for on demand provisioning via pooler. Add a capability to list ondemand pools in ABS. Add a dockerfile to improve local development.
Related Issues
https://tickets.puppetlabs.com/browse/POOLER-158
Todos
Reviewers
@highb
@briancain