Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@codekoala
Copy link

I've done a fair mount of refactoring to the script here. Some of the highlights:

  • less dependent upon a specific filesystem layout
  • should work with both Python 2 and 3 now
  • reduced redundancy in a few places
  • added a check to see if haproxy is installed before running
  • restarting haproxy directly with the subprocess.call function, rather than using it to call a shell script
  • some PEP-8 items
  • lots of docstrings... I hope they're accurate enough for you

- more flexible shebang
- restart haproxy directly rather than using shell script
- check that haproxy is installed and on the PATH before running
- more docs
- connect to etcd once
- created main() function
- simplified main procedure
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.

1 participant