-
Notifications
You must be signed in to change notification settings - Fork 107
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
Haproxy refactor #1586
Haproxy refactor #1586
Conversation
14c8a15
to
dd8ef95
Compare
This PR is already getting too big, so the Features included:
Sugestions for testing:
Example config for "any" provider:
|
core/src/epicli/data/common/ansible/playbooks/roles/haproxy/tasks/generate-certificates.yml
Show resolved
Hide resolved
core/src/epicli/data/common/ansible/playbooks/roles/haproxy_exporter/tasks/main.yml
Show resolved
Hide resolved
...rc/epicli/data/common/ansible/playbooks/roles/haproxy_runc/tasks/install-packages-Debian.yml
Show resolved
Hide resolved
...rc/epicli/data/common/ansible/playbooks/roles/haproxy_runc/tasks/install-packages-RedHat.yml
Show resolved
Hide resolved
core/src/epicli/data/common/ansible/playbooks/roles/haproxy_runc/tasks/main.yml
Show resolved
Hide resolved
...src/epicli/data/common/ansible/playbooks/roles/haproxy_runc/files/extract-docker-image-V1.sh
Show resolved
Hide resolved
/azp run |
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.
Why are you extracting haproxy from docker image instead of building it from sources?
IMO taking into account that we support oflfine mode it's acutally less harm if we use docker images (alpine based) than add another set of packages (needed for the build) to already existing 14GiB of stuff. It's not just the extraction, I use runc a much lighter container which works ok with systemd services. |
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.
Cool
No description provided.