Skip to content

Commit

Permalink
update deployment docs (#628)
Browse files Browse the repository at this point in the history
  • Loading branch information
rackerchris authored Dec 19, 2024
1 parent da20f87 commit 9a64de5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/infrastructure-ovn-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,14 +129,14 @@ If there's ever a need to reconfigure a node, simply remove the label and the Da
!!! tip "Setup your OVN backup"

To upload backups to Swift with tempauth, edit
/etc/genestack/kustomize/ovn-backup/ovn-backup.config to set
/etc/genestack/kustomize/ovn-backup/base/ovn-backup.config to set
`SWIFT_TEMPAUTH_UPLOAD' "true"`, edit the other related options
appropriately (i.e., set the CONTAINER) and fill the ST_AUTH, ST_USER, and
ST_KEY as appropriate for the Swift CLI client in the `swift-tempauth.env`
file and then run:

``` shell
kubectl apply -k /etc/genestack/kustomize/ovn-backup \
kubectl apply -k /etc/genestack/kustomize/ovn-backup/base \
--prune -l app=ovn-backup \
--prune-allowlist=core/v1/Secret \
--prune-allowlist=core/v1/ConfigMap
Expand Down
4 changes: 2 additions & 2 deletions docs/storage-ceph-rook-external.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ceph orch apply mds myfs label:mds

!!! note

We will now download create-external-cluster-resources.py and create exports to run on your controller node. Using cephadm in this example:
From your ceph deploymenty node, We will now download create-external-cluster-resources.py and create exports to run on your controller node. Using cephadm in this example:

``` shell
./cephadm shell
Expand All @@ -40,7 +40,7 @@ python3 create-external-cluster-resources.py --rbd-data-pool-name general --ceph

!!! example "Example create-external-cluster-resources.py output"

The script generates a lot of output, you will need to capture all of the exports. These exports will be used in the next command.
The script generates a lot of output, you will need to capture all of the exports. These exports will be used in the next command. Copy these exports to your genestack deployment node.

``` shell
root@genestack-ceph1:/# python3 create-external-cluster-resources.py --rbd-data-pool-name general --cephfs-filesystem-name general-multi-attach --namespace rook-ceph-external --format bash
Expand Down

0 comments on commit 9a64de5

Please sign in to comment.