Skip to content

Commit

Permalink
Update location
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfgang Kulhanek authored and Wolfgang Kulhanek committed Nov 12, 2024
1 parent 2eefa0a commit 5b8a5f3
Showing 1 changed file with 18 additions and 15 deletions.
33 changes: 18 additions & 15 deletions content/modules/ROOT/pages/module-02-location-profile.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -53,30 +53,30 @@ If this is the first time you are opening a terminal you may need to *Create a P

. Run the following command to retrieve the Access Key for the Multicloud Object Gateway:
+
[source,bash]
[source,bash,role=execute,subs="attributes"]
----
oc get secret -n backuptarget kastenbackups -ojsonpath='{.data.AWS_ACCESS_KEY_ID}' | base64 --decode && echo
oc get secret -n backuptarget-{user} kastenbackups -ojsonpath='{.data.AWS_ACCESS_KEY_ID}' | base64 --decode && echo
----
+
Copy the Access Key to a text editor as it will be needed again shortly

. Run the following command to retrieve the Secret Key for the Multicloud Object Gateway:
+
[source,bash]
[source,bash,role=execute,subs="attributes"]
----
oc get secret -n backuptarget-{user} kastenbackups -ojsonpath='{.data.AWS_SECRET_ACCESS_KEY}' | base64 --decode && echo
----
+
Copy the Secret Key to a text editor as it will be needed again shortly
Copy the Secret Key to a text editor as it will be needed again shortly.

. Run the following command to retrieve the S3 endpoint address
+
[source,bash]
----
oc get route s3 -n openshift-storage -ojson | jq -r '.spec.host'
----
+
Copy the Endpoint Address to a text editor as it will be needed again shortly
// . Run the following command to retrieve the S3 endpoint address
// +
// [source,bash,role=execute,subs="attributes"]
// ----
// oc get route s3 -n openshift-storage -ojson | jq -r '.spec.host'
// ----
// +
// Copy the Endpoint Address to a text editor as it will be needed again shortly

== 3. Creating an S3-Compatible Location Profile

Expand Down Expand Up @@ -110,20 +110,23 @@ image::module-02-location-profile/02.png[]
| Paste `SECRET KEY` value

| *_Endpoint_*
| Paste `ENDPOINT` value
| `{kasten_backup_bucket_host}`

| *_Skip certificate chain and hostname verification_*
| Checked

| *_Region_*
| `us-east-1`

| *_Bucket_*
| `kasten`
| `kastenbackups`
|===
+
image::module-02-location-profile/02b.png[]

. Click *_Next → Save Profile_*.
+
You should expect your `ceph-rgw-immutable` Location Profile to appear with a *_Success_* status.
You should expect your `kastenbackups-{user}` Location Profile to appear with a *_Success_* status.
+
image::module-02-location-profile/05.png[]
+
Expand Down

0 comments on commit 5b8a5f3

Please sign in to comment.