Skip to content

Commit cce2b26

Browse files
Merge pull request #637 from mhjacks/fix_ramendr_links
Moved ramendr-starter-kit to main org, updated links to reflect that
2 parents edeac7e + a34233c commit cce2b26

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

content/blog/2025-11-17-introducing-ramendr-starter-kit.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
:toc:
1111
:imagesdir: /images
1212

13-
We are excited to announce that the link:https://validatedpatterns.io/patterns/ramendr-starter-kit/[**validatedpatterns-sandbox/ramendr-starter-kit**] repository is now available and has reached the Sandbox tier of Validated Patterns.
13+
We are excited to announce that the link:https://validatedpatterns.io/patterns/ramendr-starter-kit/[**validatedpatterns/ramendr-starter-kit**] repository is now available and has reached the Sandbox tier of Validated Patterns.
1414

1515
== The Pattern
1616

content/patterns/ramendr-starter-kit/_index.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ industries: []
1515
aliases: /ramendr-starter-kit/
1616
pattern_logo: ansible-edge.png
1717
links:
18-
github: https://github.com/validatedpatterns-sandbox/ramendr-starter-kit/
18+
github: https://github.com/validatedpatterns/ramendr-starter-kit/
1919
install: getting-started
20-
bugs: https://github.com/validatedpatterns-sandbox/ramendr-starter-kit/issues
20+
bugs: https://github.com/validatedpatterns/ramendr-starter-kit/issues
2121
feedback: https://docs.google.com/forms/d/e/1FAIpQLScI76b6tD1WyPu2-d_9CCVDr3Fu5jYERthqLKJDUGwqBg7Vcg/viewform
2222
ci: ramendr-starter-kit
2323
---
@@ -41,7 +41,7 @@ installations and validate pre-requisites for all of the core components of the
4141

4242
In particular, this pattern must be customized to specify DNS basedomains for the managed clusters, which makes
4343
forking the pattern (which we generally recommend anyway, in case you want to make other customizations) effectively
44-
a requirement. The link:https://validatedpatterns-sandbox/patterns/getting-started[**Getting Started**] doc has
44+
a requirement. The link:https://validatedpatterns/patterns/getting-started[**Getting Started**] doc has
4545
details on what needs to be changed and how to commit and push those changes.
4646

4747
=== Background

content/patterns/ramendr-starter-kit/getting-started.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ It is desirable to have a cluster for deploying the GitOps management hub assets
2727
== Preparing for deployment
2828
.Procedure
2929

30-
. Fork the link:https://github.com/validatedpatterns-sandbox/ramendr-starter-kit[ramendr-starter-kit] repository on GitHub. You must fork the repository because your fork is updated as part of the GitOps and DevOps processes.
30+
. Fork the link:https://github.com/validatedpatterns/ramendr-starter-kit[ramendr-starter-kit] repository on GitHub. You must fork the repository because your fork is updated as part of the GitOps and DevOps processes.
3131

3232
. Clone the forked copy of this repository.
3333
+
@@ -63,8 +63,8 @@ $ git remote -v
6363
----
6464
origin [email protected]:kquinn1204/ramendr-starter-kit.git (fetch)
6565
origin [email protected]:kquinn1204/ramendr-starter-kit.git (push)
66-
upstream [email protected]:validatedpatterns-sandbox/ramendr-starter-kit.git (fetch)
67-
upstream [email protected]:validatedpatterns-sandbox/ramendr-starter-kit.git (push)
66+
upstream [email protected]:validatedpatterns/ramendr-starter-kit.git (fetch)
67+
upstream [email protected]:validatedpatterns/ramendr-starter-kit.git (push)
6868
----
6969

7070
. Make a local copy of secrets template outside of your repository to hold credentials for the pattern.
@@ -164,7 +164,7 @@ $ git checkout -b my-branch
164164
. The pattern will infer the baseDomain of your cluster based on the clusterDomain which is tracked by the pattern
165165
operator. Previously, this required the pattern to be forked to be useful - but this is no longer the case (you may
166166
still wish to change other settings in the RDR chart's values file, such as `aws.region` settings. This file is at
167-
link:https://github.com/validatedpatterns-sandbox/ramendr-starter-kit/blob/main/charts/hub/rdr/values.yaml[hub/rdr/values.yaml]. If you do make customizations to this or other files, it is necessary to fork the pattern so that the changes
167+
link:https://github.com/validatedpatterns/ramendr-starter-kit/blob/main/charts/hub/rdr/values.yaml[hub/rdr/values.yaml]. If you do make customizations to this or other files, it is necessary to fork the pattern so that the changes
168168
will be seen by ArgoCD. If you made any changes to this or any other files tracked by git, git add them and then commit the changes by running the following command:
169169
+
170170
[source,terminal]
@@ -223,7 +223,7 @@ image::/images/ramendr-starter-kit/ramendr-hub-operators.png[ramendr-starter-kit
223223
+
224224
.ramendr-starter-kit-clusters
225225
image::/images/ramendr-starter-kit/ramendr-clusters-built.png[ramendr-starter-kit-operators,title="RamenDR Clusters"]
226-
. Wait some time for everything to deploy to all the clusters. It might take up to another hour from when the managed clusters finish building. You can track the progress through the `Hub ArgoCD` UI from the nines menu, especially the "opp-policy" and the "regional-dr" applications. Most of the critical resources are in the regional-dr application (at present, the opp-policy app may show missing/out-of-sync, and the regional-dr app may show OutOfSync - even when both are healthy. We are working on a fix, track bug progress link:https://github.com/validatedpatterns-sandbox/ramendr-starter-kit/issues/4[here]):
226+
. Wait some time for everything to deploy to all the clusters. It might take up to another hour from when the managed clusters finish building. You can track the progress through the `Hub ArgoCD` UI from the nines menu, especially the "opp-policy" and the "regional-dr" applications. Most of the critical resources are in the regional-dr application (at present, the opp-policy app may show missing/out-of-sync, and the regional-dr app may show OutOfSync - even when both are healthy. We are working on a fix, track bug progress link:https://github.com/validatedpatterns/ramendr-starter-kit/issues/4[here]):
227227
+
228228
.ramendr-starter-kit-operators-applications
229229
image::/images/ramendr-starter-kit/ramendr-starter-kit-hub-applications.png[ramendr-starter-kit-hub-applications,title="RamenDR Starter Kit Applications"]

0 commit comments

Comments
 (0)