Skip to content

Commit 9234609

Browse files
committed
domain update
1 parent 04080a3 commit 9234609

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

content/blog/2022-11-20-argo-rollouts.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ In this blog, we’re going to use OpenShift Gitops to deploy the Argo Rollouts
4141

4242
## Preparation
4343

44-
Let’s start by deploying the argo-rollouts pattern from the [argo-rollouts](https://github.com/hybrid-cloud-patterns/argo-rollouts). For this demo, I have deployed a 3-Node compact cluster using `m5.2xlarge` machine types in AWS. This demo will only use rollouts to deploy onto a single cluster.
44+
Let’s start by deploying the argo-rollouts pattern from the [argo-rollouts](https://github.com/validatedpatterns/argo-rollouts). For this demo, I have deployed a 3-Node compact cluster using `m5.2xlarge` machine types in AWS. This demo will only use rollouts to deploy onto a single cluster.
4545

4646
```sh
4747

@@ -65,15 +65,15 @@ argo-rollouts-7d9dd-master-2 Running m5.2xlarge us-east-2 us-east-2c 1
6565

6666
If you've never deployed OpenShift before, you could try [ROSA](https://cloud.redhat.com/learn/getting-started-red-hat-openshift-service-aws-rosa/deploy-rosa-cluster) the pay-as-you-go OpenShift managed service.
6767

68-
Next, you'll need to create a fork of the [argo-rollouts](https://github.com/hybrid-cloud-patterns/argo-rollouts/) repo.
68+
Next, you'll need to create a fork of the [argo-rollouts](https://github.com/validatedpatterns/argo-rollouts/) repo.
6969
Go there in a browser, make sure you’re logged in to GitHub, click the “Fork” button, and confirm the destination by clicking the big green "Create fork" button.
7070

7171
Next, [install the Validated Patterns operator](https://validatedpatterns.io/infrastructure/using-validated-pattern-operator/) from Operator Hub.
7272

7373
And finally, click through to the installed operator, and select the `Create
7474
instance` button and fill out the Create a Pattern form. Most of the defaults
7575
are fine, but make sure you update the GitSpec URL to point to your fork of
76-
`argo-rollouts`, rather than `https://github.com/hybrid-cloud-patterns/argo-rollouts`.
76+
`argo-rollouts`, rather than `https://github.com/validatedpatterns/argo-rollouts`.
7777

7878
To see what’s going on, click on “Installed Operators” and then change the Project to “All Projects”. After a bit, you will see the following operators installed:
7979
Advanced Cluster Manager for Kubernetes

content/contribute/extending-a-pattern.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ In the example below AMQ Streams (Kafka) is chosen as a product to add to a patt
2727

2828
== Before starting, fork and clone first
2929

30-
. Visit the github page for the pattern that you wish to extend. E.g. https://github.com/hybrid-cloud-patterns/multicloud-gitops[multicloud-gitops]. Select "`Fork`" in the top right corner.
30+
. Visit the github page for the pattern that you wish to extend. E.g. https://github.com/validatedpatterns/multicloud-gitops[multicloud-gitops]. Select "`Fork`" in the top right corner.
3131
. On the create a new fork page. You can choose what owner repository you want and the name of the fork. Most times you will fork into your personal repo and leave the name the same. When you have made the appropriate changes press the "Create fork" button.
3232
. You will need to clone from the new fork onto you laptop/desktop so that you can do the extension work effectively. So on the new fork's main page elect the green "`Code`" button and copy the git repo's ssh address.
3333
. In an appropriate directory on your laptop (e.g. `~/git`) use `git clone` on the command line using the ssh address copied above. Then create a branch to extend the pattern. For example if you are extending the `multicloud-gitops` pattern and adding kafka, you will need to clone your fork of multicloud-gitops and create a branch to add Kafka:

content/patterns/devsecops/secure-supply-chain-demo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ You will need to login into GitHub and be able to fork two repositories.
2929
* validatedpatterns/multicluster-devsecops
3030

3131
<!--There is no such repo as chat-client in either orgs -->
32-
* hybrid-cloud-patterns/chat-client
32+
* validatedpatterns/chat-client
3333

3434
## Pipeline Demos
3535

content/patterns/medical-diagnosis-amx/ideas-for-customization.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ The {med-pattern} can answer the call to either of these requirements by using
3131
These are just a few ideas to help you understand how you could use the {med-pattern} as a framework for your application.
3232

3333
//We have relevant links on the patterns page
34-
//AI: Why does this point to AEG though? https://github.com/hybrid-cloud-patterns/ansible-edge-gitops/issues[Report Bugs]
34+
//AI: Why does this point to AEG though? https://github.com/validatedpatterns/ansible-edge-gitops/issues[Report Bugs]

modules/basic-secrets-configuration-in-a-clustergroup.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The pattern framework uses the configured SecretStore backend to inject the secr
1515

1616
The secrets loader in the framework, triggered by `make load-secrets` (also run as part of `make install`), searches for files in the following order and uses the first one found:
1717

18-
* `~/.config/hybrid-cloud-patterns/values-secret-{{ pattern_name }}.yaml`
18+
* `~/.config/validatedpatterns/values-secret-{{ pattern_name }}.yaml`
1919
* `~/.config/validated-patterns/values-secret-{{ pattern_name }}.yaml`
2020
* `~/values-secret-{{ pattern_name }}.yaml`
2121
* `~/values-secret.yaml`

modules/contributing.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88

99
There are a few different ways you can contribute to Validated Patterns documentation:
1010

11-
* Email the Validated Patterns team at mailto:[email protected][hybrid-cloud-patterns@googlegroups.com].
11+
* Email the Validated Patterns team at mailto:[email protected][validatedpatterns@googlegroups.com].
1212
* Create a link:https://github.com/validatedpatterns/docs/issues[GitHub] or link:https://issues.redhat.com/projects/MBP/issues[Jira issue] .
1313
//to-do: Add link to the contribution workflow when we have a proper one. You might need to create a new file
1414
* Submit a pull request (PR). To create a PR, create a local clone of your own fork of the link:https://github.com/validatedpatterns/docs[Validated Patterns docs repository], make your changes, and submit a PR. This option is best if you have substantial changes.
1515
//to-do:For more details on creating a PR see <topic_link_to_contribution_workflow>.
1616

1717
== Contribution workflow
1818

19-
When you submit a PR, the https://github.com/orgs/hybrid-cloud-patterns/teams/docs[Validated Patterns Docs team] reviews the PR and arranges further reviews by Quality Engineering (QE), subject matter experts (SMEs), and others, as required. If the PR requires changes, updates, or corrections, the reviewers add comments in the PR. The documentation team merges the PR after you have implemented all feedback, and you have squashed all commits.
19+
When you submit a PR, the https://github.com/orgs/validatedpatterns/teams/docs[Validated Patterns Docs team] reviews the PR and arranges further reviews by Quality Engineering (QE), subject matter experts (SMEs), and others, as required. If the PR requires changes, updates, or corrections, the reviewers add comments in the PR. The documentation team merges the PR after you have implemented all feedback, and you have squashed all commits.
2020

2121

2222
== Repository organization

static/js/dashboard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ function pattern_url(key) {
166166
}
167167

168168
function repo_url(key) {
169-
const prefix = 'https://github.com/hybrid-cloud-patterns/'
169+
const prefix = 'https://github.com/validatedpatterns/'
170170
const dictionary = {
171171
aegitops: "ansible-edge-gitops",
172172
devsecops: "multicluster-devsecops",

0 commit comments

Comments
 (0)