From 9a64de51e786a5cebdf9d339d018ea9e1ed5ecef Mon Sep 17 00:00:00 2001 From: Chris Breu Date: Thu, 19 Dec 2024 14:51:06 -0600 Subject: [PATCH] update deployment docs (#628) --- docs/infrastructure-ovn-setup.md | 4 ++-- docs/storage-ceph-rook-external.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/infrastructure-ovn-setup.md b/docs/infrastructure-ovn-setup.md index 98743cc3..14c78e1d 100644 --- a/docs/infrastructure-ovn-setup.md +++ b/docs/infrastructure-ovn-setup.md @@ -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 diff --git a/docs/storage-ceph-rook-external.md b/docs/storage-ceph-rook-external.md index 7d484100..8e304a82 100644 --- a/docs/storage-ceph-rook-external.md +++ b/docs/storage-ceph-rook-external.md @@ -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 @@ -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