-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 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 |
---|---|---|
|
@@ -42,12 +42,12 @@ make build | |
``` | ||
This will create the `storage-connector.charm` file and place it in the `.build` directory. | ||
|
||
To deploy this subordinate charm on an ubuntu unit, deploy `cs:ubuntu` first , or other principal | ||
To deploy this subordinate charm on an ubuntu unit, deploy `ubuntu` first , or other principal | ||
charm of your choosing (i.e nova-compute, mysql, etc.). | ||
``` | ||
juju add-model my-test-model | ||
juju deploy cs:ubuntu --series focal | ||
juju deploy cs:storage-connector | ||
juju deploy ubuntu --series focal | ||
juju deploy storage-connector | ||
``` | ||
|
||
### To configure this charm for iSCSI, do the following. | ||
|
@@ -103,4 +103,4 @@ cause of the error. | |
## Contact | ||
- Author: Camille Rodriguez <[email protected]> | ||
- Maintainers: BootStack Charmers <[email protected]> | ||
- Bug Tracker: [here](https://bugs.launchpad.net/charm-storage-connector) | ||
- Issues: [here](https://github.com/canonical/charm-storage-connector/issues) |