Skip to content

Commit

Permalink
Add steps for Route53 LB to cross-site ROSA
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Schwartz <[email protected]>
  • Loading branch information
ahus1 authored and ryanemerson committed May 21, 2024
1 parent b9f9770 commit 99cfbda
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions doc/kubernetes/modules/ROOT/pages/openshift/cross-site-rosa.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,12 @@ Both Infinispan and Keycloak are deployed in the same namespace.

. Check out the Git repository from https://github.com/keycloak/keycloak-benchmark/.

. Create a Route53 entry as described in xref:./installation-route53-loadbalancer.adoc[].

. Change to the folder `link:{github-files}/provision/rosa-cross-dc/[provision/rosa-cross-dc]`.

. Provide the <<required-variables>> in the `.env` file in the folder.

. Run the `task` command to provision all containers on both OpenShift clusters (check below the required variables).

=== Available Tasks
Expand All @@ -40,6 +44,7 @@ task: Available tasks for this project:
WARNING: The `undeploy` task does not remove the Aurora DB and it needs to be manually remove.
Check scripts in directory `link:{github-files}/provision/aws/rds/[provision/aws/rds]`.

[#required-variables]
=== Required variables

|===
Expand All @@ -56,6 +61,16 @@ Check scripts in directory `link:{github-files}/provision/aws/rds/[provision/aws

|ROSA_CLUSTER_NAME_2
|The name of the other ROSA cluster.

|KC_CLIENT_URL
|URL as provided by xref:./installation-route53-loadbalancer.adoc[]

|KC_HEALTH_URL_CLUSTER_1
|URL as provided by xref:./installation-route53-loadbalancer.adoc[]

|KC_HEALTH_URL_CLUSTER_2
|URL as provided by xref:./installation-route53-loadbalancer.adoc[]

|===

=== Customize Aurora DB, Keycloak or Infinispan deployments.
Expand Down

0 comments on commit 99cfbda

Please sign in to comment.