-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add redeployment doc * Update docs/reference/charm-redeployment.md Co-authored-by: Yanks Yoon <[email protected]> * fix: integration test pytest compatibility * fix: add comment for pytest pin * revert pytest pin(fixed) * wait for active * remove wait for active * remove wait for active * wait for active in correct places * Don't check for active status until we've added the nginx-route relation * Query by unit rather than service - nii no longer includes service IP in message status --------- Co-authored-by: mthaddon <[email protected]> Co-authored-by: Yanks Yoon <[email protected]> Co-authored-by: charlie4284 <[email protected]>
- Loading branch information
1 parent
49a8b90
commit 48a7da9
Showing
5 changed files
with
22 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters