Skip to content

Commit 28afc8b

Browse files
committed
2 parents efb6738 + 5425836 commit 28afc8b

File tree

6 files changed

+14
-15
lines changed

6 files changed

+14
-15
lines changed

documentation/modules/ROOT/pages/consumingPatterns.adoc

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,20 @@ image::consuming-vpWorkflow-hub.png[Hub Cluster]
2727
image::consuming-vpWorkflow-managedCluster.png[Managed Cluster]
2828

2929
1. When a managed cluster is joined to {rhacm} it needs to have a clusterGroup label applied to it for the correct policies and applications to be deployed.
30-
2. {rhacm} will confirm the cluster is managed then deploy a rhacm agent
30+
2. {rhacm} will confirm the cluster is managed then deploy a rhacm agent
3131
3. A placement policy is then deployed to the managed cluster which installs an instances of {rh-gitops}
3232
4. The managed cluster's instance of ArgoCD will then deploy the resources declared in `values-clustergroup.yaml`
3333

3434
> IMPORTANT: Deploying the pattern through the OpenShift Console or via `pattern.sh` will deploy the patterns operator.
3535

36-
=== Element Layering
36+
=== Element Layering
3737
[#layering]
3838

3939
The base component of every Validated Pattern is `common` - which is a link:https://github.com/validatedpatterns/common[Github Repo]
4040

4141
image::consuming-common.png[common]
4242

43-
Without further configuration, common is acutally quite boring. So let's add another layer!
43+
Without further configuration, common is actually quite boring. So let's add another layer!
4444

4545
Your specific industry or use-case is layered into the framework and utilizes the underlying common. In this example the solution includes a bespoke application, cloud-native cluster storage, {rhacs}, and an enterprise container registry. The framework will deploy and configure these components through Helm charts, kustomize manifests or Ansible if necessary.
4646

@@ -59,6 +59,6 @@ image::consuming-common-solution-layering-modular.png[]
5959
[#multiArgos]
6060
== Multiple ArgoCDs
6161

62-
You may be asking yourself ...
62+
You may be asking yourself ...
6363

6464
image::consuming-multipleArgos.png[]

documentation/modules/ROOT/pages/landscape.adoc

+3-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ include::main@vp-workshop:ROOT:partial$topicHeader.adoc[]
77
* What Validated Patterns are available
88
** What business problems are being addressed?
99
** Whether VPs are only applicable for the vertical industry the demo was created to show
10-
** How are they presented to custoemrs
10+
** How are they presented to customers
1111
* Working with Partners
1212
1313
== Available Validated Patterns
@@ -23,7 +23,7 @@ As of July 2024 we can see that there has been a significant uptick in activity.
2323
image::landscape-july24.png[]
2424

2525
== Validated Patterns WebSite
26-
The easiest and fastest way to find out what Validated Patterns are available and their availability is to check out the Validated Patterns webiste.
26+
The easiest and fastest way to find out what Validated Patterns are available and their availability is to check out the Validated Patterns website.
2727

2828
[#website]
2929

@@ -37,5 +37,4 @@ The Patterns are also hosted in link:https://github.com/validatedpatterns/reposi
3737
// Find out our youtube channel link
3838

3939
//[#OpenShiftCommons]
40-
// Find out commons-sig info
41-
40+
// Find out commons-sig info

documentation/modules/ROOT/pages/partners.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
include::_attributes.adoc[]
44

5-
Partners have taken notice of what Validated Patterns can bring to their organizations. In turn, they have had focused development cycles to deploy their product/features using the Validated Pattners framework. In the following sections we will discuss how a few of our partners have taken advantage of the Validated Patterns framework.
5+
Partners have taken notice of what Validated Patterns can bring to their organizations. In turn, they have had focused development cycles to deploy their product/features using the Validated Patterns framework. In the following sections we will discuss how a few of our partners have taken advantage of the Validated Patterns framework.
66

77
== Intel
88
[#intel]

documentation/modules/ROOT/pages/patterns.adoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ image::Linux-Penguin-Evolution-1.png[evolution]
2525

2626
== Business Goals
2727

28-
Every organization is facing the need to transform itself into a digital business. It's part of an evolution to help **accelerate innovation** by making application development faster - fueled with data insights, and enabled through technologies like containers, kubernetes and artifical intelligence/machine learning.
28+
Every organization is facing the need to transform itself into a digital business. It's part of an evolution to help **accelerate innovation** by making application development faster - fueled with data insights, and enabled through technologies like containers, kubernetes and artificial intelligence/machine learning.
2929

3030
In order to be successful, they know they must also look at how to be more **operationally agile** and **efficient** in order to quickly meet business needs. Hybrid-Cloud computing coupled with these new technologies is helping create new opportunities to achieve these goals.
3131

@@ -74,6 +74,6 @@ image::introduction-pattern-values.png[]
7474

7575
* Customers - get going faster, reduce risk, time to value
7676
* Sales - don't spend time architecting, they have a tested use ccase for a base deployment. Though messaged for a specific vertical in some cases, they can be used across other verticals.
77-
* Partners - free use of a defined architecutre that you can build a solution on top of. All the value to accelerate sales/deployments.
77+
* Partners - free use of a defined architecture that you can build a solution on top of. All the value to accelerate sales/deployments.
7878
** Can also be used as a way to promote your product (HashiCorp)
79-
* GSIs or Consulting Services - predefined architectures, ready to deploy with minimal modifications. They can trust in the use-case as it is maintained across production version updates.
79+
* GSIs or Consulting Services - predefined architectures, ready to deploy with minimal modifications. They can trust in the use-case as it is maintained across production version updates.

documentation/modules/ROOT/pages/selfContained.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Where or would I add them to the pattern?
2525
|===
2626
|**Resource Type**|**Placement**
2727
| `kubernetes manifests (.yaml)`
28-
| They can either be coverted to a Helm chart, or the raw manifests can be placed in a directory under `charts/`
28+
| They can either be converted to a Helm chart, or the raw manifests can be placed in a directory under `charts/`
2929
|`kustomize manifests`
3030
| Kustomize manifests can be placed in a directory under `charts/` or another path (e.g. `kustomize`) could be used
3131
|`Ansible`

documentation/modules/ROOT/pages/tiers.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ include::main@vp-workshop:ROOT:partial$topicHeader.adoc[]
66

77
* What are the Validated Pattern Maintenance Tiers?
88
** What's the difference between the tiers?
9-
* Additional information on mainteance tiers and the pattern support policy
9+
* Additional information on maintenance tiers and the pattern support policy
1010
1111
== Tiers
1212
[#about]
@@ -38,7 +38,7 @@ a| * must include a standardized architecture diagram using (or conforming to) t
3838

3939
|`Maintained`
4040
a| * functional on all currently supported/extended update support (EUS) versions of OpenShift
41-
* must fix breakage in a timely mannger
41+
* must fix breakage in a timely manner
4242
* must document their support policy
4343
| https://validatedpatterns.io/learn/maintained
4444

0 commit comments

Comments
 (0)