diff --git a/content/blog/2025-11-17-introducing-ramendr-starter-kit.adoc b/content/blog/2025-11-17-introducing-ramendr-starter-kit.adoc index eff623441..7ae9e2ed8 100644 --- a/content/blog/2025-11-17-introducing-ramendr-starter-kit.adoc +++ b/content/blog/2025-11-17-introducing-ramendr-starter-kit.adoc @@ -10,7 +10,7 @@ :toc: :imagesdir: /images -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. +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. == The Pattern diff --git a/content/patterns/ramendr-starter-kit/_index.adoc b/content/patterns/ramendr-starter-kit/_index.adoc index 47fb1cd70..ce79aead1 100644 --- a/content/patterns/ramendr-starter-kit/_index.adoc +++ b/content/patterns/ramendr-starter-kit/_index.adoc @@ -15,9 +15,9 @@ industries: [] aliases: /ramendr-starter-kit/ pattern_logo: ansible-edge.png links: - github: https://github.com/validatedpatterns-sandbox/ramendr-starter-kit/ + github: https://github.com/validatedpatterns/ramendr-starter-kit/ install: getting-started - bugs: https://github.com/validatedpatterns-sandbox/ramendr-starter-kit/issues + bugs: https://github.com/validatedpatterns/ramendr-starter-kit/issues feedback: https://docs.google.com/forms/d/e/1FAIpQLScI76b6tD1WyPu2-d_9CCVDr3Fu5jYERthqLKJDUGwqBg7Vcg/viewform ci: ramendr-starter-kit --- @@ -41,7 +41,7 @@ installations and validate pre-requisites for all of the core components of the In particular, this pattern must be customized to specify DNS basedomains for the managed clusters, which makes forking the pattern (which we generally recommend anyway, in case you want to make other customizations) effectively -a requirement. The link:https://validatedpatterns-sandbox/patterns/getting-started[**Getting Started**] doc has +a requirement. The link:https://validatedpatterns/patterns/getting-started[**Getting Started**] doc has details on what needs to be changed and how to commit and push those changes. === Background diff --git a/content/patterns/ramendr-starter-kit/getting-started.adoc b/content/patterns/ramendr-starter-kit/getting-started.adoc index d596501c8..f82e1a800 100644 --- a/content/patterns/ramendr-starter-kit/getting-started.adoc +++ b/content/patterns/ramendr-starter-kit/getting-started.adoc @@ -27,7 +27,7 @@ It is desirable to have a cluster for deploying the GitOps management hub assets == Preparing for deployment .Procedure -. 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. +. 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. . Clone the forked copy of this repository. + @@ -63,8 +63,8 @@ $ git remote -v ---- origin git@github.com:kquinn1204/ramendr-starter-kit.git (fetch) origin git@github.com:kquinn1204/ramendr-starter-kit.git (push) -upstream git@github.com:validatedpatterns-sandbox/ramendr-starter-kit.git (fetch) -upstream git@github.com:validatedpatterns-sandbox/ramendr-starter-kit.git (push) +upstream git@github.com:validatedpatterns/ramendr-starter-kit.git (fetch) +upstream git@github.com:validatedpatterns/ramendr-starter-kit.git (push) ---- . 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 . The pattern will infer the baseDomain of your cluster based on the clusterDomain which is tracked by the pattern operator. Previously, this required the pattern to be forked to be useful - but this is no longer the case (you may still wish to change other settings in the RDR chart's values file, such as `aws.region` settings. This file is at -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 +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 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: + [source,terminal] @@ -223,7 +223,7 @@ image::/images/ramendr-starter-kit/ramendr-hub-operators.png[ramendr-starter-kit + .ramendr-starter-kit-clusters image::/images/ramendr-starter-kit/ramendr-clusters-built.png[ramendr-starter-kit-operators,title="RamenDR Clusters"] -. 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]): +. 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]): + .ramendr-starter-kit-operators-applications image::/images/ramendr-starter-kit/ramendr-starter-kit-hub-applications.png[ramendr-starter-kit-hub-applications,title="RamenDR Starter Kit Applications"]