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

Add redeployment doc #75

Merged
merged 11 commits into from
Apr 30, 2024
5 changes: 5 additions & 0 deletions docs/reference/charm-redeployment.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## Charm Redeployment

If you need to redeploy the [content-cache-k8s](https://charmhub.io/content-cache-k8s) charm, it has no underlying state.
Hence going through a normal deployment process using the same configuration options and relations
as your original deployment will suffice.
4 changes: 1 addition & 3 deletions tests/integration/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
requests
pytest-operator
python-keystoneclient
python-swiftclient
Pillow
pytest
pytest-cov

3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ commands =
[testenv:integration]
description = Run integration tests
deps =
pytest
pytest-cov
pytest-operator
# Last compatible version with Juju 2.9
juju==3.0.4
-r{toxinidir}/requirements.txt
Expand Down
Loading