Rabbitmq K8S
- OpenStack Charmers
Channel | Revision | Published | Runs on |
---|---|---|---|
3.12/stable | 34 | 19 Sep 2024 | |
3.12/candidate | 34 | 05 Apr 2024 | |
3.12/beta | 37 | 10 Sep 2024 | |
3.12/edge | 38 | 24 Oct 2024 | |
3.12/edge | 37 | 31 Jul 2024 | |
3.11/beta | 10 | 10 Mar 2023 | |
3.11/edge | 22 | 26 May 2023 | |
3.9/stable | 30 | 26 Sep 2023 | |
3.9/candidate | 30 | 12 Sep 2023 | |
3.9/beta | 30 | 10 Jan 2024 | |
3.9/edge | 30 | 12 Sep 2023 |
juju deploy rabbitmq-k8s --channel 3.12/stable
Deploy Kubernetes operators easily with Juju, the Universal Operator Lifecycle Manager. Need a Kubernetes cluster? Install MicroK8s to create a full CNCF-certified Kubernetes system in under 60 seconds.
Platform:
Contributing
Developing
Get the charm operator code
git clone https://github.com/openstack-charmers/charm-rabbitmq-operator
cd charm-rabbitmq-operator
Build the charm
charmcraft build
Testing
Create and activate a virtualenv with the development requirements:
virtualenv -p python3 venv
source venv/bin/activate
pip install -r requirements-dev.txt
The Python operator framework includes a very nice harness for testing
operator behaviour without full deployment. Just run_tests
:
./run_tests
Navigation
Level | Path | Navlink |
---|---|---|
1 | Overview | |
1 | contributing | Contributing |