Skip to content

Commit 2203d5d

Browse files
committed
updating customize section 5
1 parent 27132ef commit 2203d5d

File tree

3 files changed

+163
-361
lines changed

3 files changed

+163
-361
lines changed

content/patterns/ansible-edge-gitops/ideas-for-customization.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ aliases: /ansible-edge-gitops/ideas-for-customization/
99
:_content-type: ASSEMBLY
1010
include::modules/comm-attributes.adoc[]
1111

12-
== Why customize the pattern?
12+
== Why customize the pattern
1313

1414
One of the major goals of the Red Hat patterns development process is to create modular, customizable demos. Maybe you are not interested in Ignition as an application, or you do not have kiosks but you do have other use cases that involve running containers on edge devices. Maybe you want to experiment with different releases of RHEL, or you want to do something different with Ansible Automation Platform.
1515

@@ -19,7 +19,7 @@ This demo in particular can be customized in a several ways that might be very i
1919

2020
. Fork the link:https://github.com/validatedpatterns/ansible-edge-gitops[repo].
2121

22-
. Clone the repo to your local machine.
22+
. Clone the repository to your local machine.
2323

2424
. Change to the `ansible-edge-gitops` directory.
2525

@@ -91,7 +91,7 @@ vms:
9191

9292
This would create 1 `iotgateway` VM and 4 `iotsensor` VMs.
9393

94-
You also need to to define the SSH secrets (`iotgateway-ssh` and `iotsensor-ssh`) data structures in `~/values-secret.yaml`.
94+
You also need to define the SSH secrets (`iotgateway-ssh` and `iotsensor-ssh`) data structures in `~/values-secret.yaml`.
9595

9696
== Defining your own VM sets "`from scratch`"
9797

@@ -261,7 +261,7 @@ $ oc process -n openshift rhel8-desktop-medium | oc apply -f -
261261
virtualmachine.kubevirt.io/rhel8-q63yuvxpjdvy18l7 created
262262
----
263263
+
264-
In just a few minutes, you will have a blank rhel8 VM, which you can then start and log into by using the console and customize.
264+
In just a few minutes, you will have a blank rhel8 VM, which you can then start and log in to by using the console and customize.
265265

266266
. Get the details of this template as a local YAML file:
267267
+

0 commit comments

Comments
 (0)