This repository provides a collection of operators related to HAproxy
This repository contains the code for the following charms:
haproxy: A machine charm managing HAproxy. See the haproxy README for more information.haproxy-spoe-auth-operator: A machine charm deploying an SPOE agent that serves as an authentication proxy. See the haproxy-spoe-auth-operator README for more information.haproxy-route-policy-operator: A machine charm deploying thehaproxy-route-policyapplication for controlling the data from differenthaproxy-routerelations. See the haproxy-route-policy-operator README for more information.
The repository also contains the snapped workload of some charms:
haproxy-spoe-auth-snap: A snap of the SPOE agent made for the haproxy-spoe-auth-operator charm. See the haproxy-spoe-auth-snap README for more information.haproxy-route-policy-snap: A snap of thehaproxy-route-policyapp made for thehaproxy-route-policy-operatorcharm. See the haproxy-route-policy-snap README for more information.
The haproxy-operator project is a member of the Ubuntu family. It is an open source project that warmly welcomes community projects, contributions, suggestions, fixes and constructive feedback.
Our documentation is stored in the docs directory
and can be viewed at https://canonical.com/juju/docs/haproxy-charm/.
It is based on the Canonical Sphinx Stack
and hosted on Read the Docs. In structuring,
the documentation employs the Diátaxis approach.
You may open a pull request with your documentation changes, or you can file a bug to provide constructive feedback or suggestions.
To run the documentation locally before submitting your changes:
cd docs
make runGitHub runs automatic checks on the documentation to verify spelling, validate links and style guide compliance.
You can (and should) run the same checks locally:
make spelling
make linkcheck
make vale
make lint-md