Skip to content

Commit 0d1b861

Browse files
committed
Adding final section to creating pattern including slide from preso
1 parent c6794bb commit 0d1b861

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed
Loading

documentation/modules/ROOT/nav.adoc

-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
** xref:creatingPatterns.adoc[Creating a Validated Pattern]
5252
*** xref:creatingPatterns.adoc#objectives[Topic Objectives]
5353
*** xref:creatingPatterns.adoc#common[Understanding Common]
54-
*** xref:creatingPatterns.adoc#requirements[Pattern Requirements]
5554
*** xref:creatingPatterns.adoc#creating[Creation Process]
5655
*** xref:creatingPatterns.adoc#exercises[Exercises]
5756

documentation/modules/ROOT/pages/creatingPatterns.adoc

+8-4
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,13 @@ common
7272
* Deploying our patterns with multi-source enabled which allows us to use multiple sources for values, which will help reduce the need to have all the charts in the repo
7373
* Continue to maintain Makefiles, Ansible scripts and other tools in this repo in support of deploying patterns
7474

75-
[#requirements]
76-
== Pattern Requirements
75+
[#Creation Process]
76+
== Creation Process
7777

78+
image::create-where2start.png[]
7879

79-
[#Creation Process]
80-
== Creation Process
80+
One of the first things we should do before embarking on creating a pattern is to identify a problem to solve. This can come from an existing customer problem or an idea on how we can showcase some of our Red Hat products working together. You can use one of our simplest validated patterns, multicloud gitops, as a starting point by using the template to create a new Git repository in your local GitHub account. You might already have an existing demo that you can use and convert it to use the Validated Pattern framework.
81+
82+
The next step is to identify the technology components that you will need. In the case of an existing demo you might already know which components are part of the pattern.
83+
84+
The final step is to ensure that the configuration of those components, and the integration points, are handled in the pattern.

0 commit comments

Comments
 (0)