You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the major goals of the Red Hat patterns development process is to
6
-
create modular, customizable demos. Maybe you are not interested in
7
-
Ignition as an application, or you do not have kiosks…but you do have
8
-
other use cases that involve running containers on edge devices. Maybe
9
-
you want to experiment with different releases of RHEL, or you want to
10
-
do something different with Ansible Automation Platform.
16
+
One of the major goals of the Red Hat patterns development process is to create modular, customizable demos. Maybe you are not interested in
17
+
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.
11
18
12
19
This demo in particular can be customized in a number of ways that might
13
20
be very interesting - and here are some starter ideas with some
Copy file name to clipboardExpand all lines: content/patterns/ansible-edge-gitops/ideas-for-customization.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,11 +12,11 @@ One of the major goals of the Red Hat patterns development process is to create
12
12
13
13
This demo in particular can be customized in a number of ways that might be very interesting - and here are some starter ideas with some instructions on exactly what and where changes would need to be made in the pattern to accommodate those changes.
14
14
15
-
# HOWTO define your own VM sets using the chart
15
+
# Defining your own VM sets using the chart
16
16
17
-
1. Either fork the repo or copy the edge-gitops-vms chart out of it.
17
+
. Either fork the repo or copy the edge-gitops-vms chart out of it.
18
18
19
-
1. Customize the [values.yaml](https://github.com/validatedpatterns/ansible-edge-gitops/blob/main/charts/hub/edge-gitops-vms/values.yaml) file
19
+
. Customize the [values.yaml](https://github.com/validatedpatterns/ansible-edge-gitops/blob/main/charts/hub/edge-gitops-vms/values.yaml) file
20
20
21
21
The `vms` data structure is designed to support multiple groups and types of VMs. The `kiosk` example defines all of the variables currently supported by the chart, including references to the Vault instance and port definitions. If, for example, you wanted to replace kiosk with new iotsensor and iotgateway types, the whole file might look like this:
0 commit comments