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

(POOLER-114) Refactor check_pool in pool_manager #296

Merged
merged 1 commit into from
Aug 23, 2018

Conversation

mattkirby
Copy link
Contributor

This commit refactorss the check_pool method in pool_manager.
Specifically, each commented section describing a stage of check_pool is
broken out into a separate method and check_pool is simplified by
calling these methods. Without this change it is difficult to follow the
intent for or make changes to check_pool.

Additionally, a docker-compose file is added to make it simple to launch
an all-in-one vmpooler instance along with a separate redis server with
docker.

This commit refactorss the check_pool method in pool_manager.
Specifically, each commented section describing a stage of check_pool is
broken out into a separate method and check_pool is simplified by
calling these methods. Without this change it is difficult to follow the
intent for or make changes to check_pool.

Additionally, a docker-compose file is added to make it simple to launch
an all-in-one vmpooler instance along with a separate redis server with
docker.
@mattkirby
Copy link
Contributor Author

I'm closing #295 because I rebased that change using this branch. I wanted to leave the existing branch in case I made any mistakes during the rebase.

Copy link
Contributor

@smcelmurry smcelmurry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

booze

@smcelmurry smcelmurry merged commit 258f603 into puppetlabs:master Aug 23, 2018
@mattkirby mattkirby deleted the bring-the-pitchfork-rebased branch August 23, 2018 22:30
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

Successfully merging this pull request may close these issues.

2 participants