Skip to content

Commit 872b44a

Browse files
committed
reorganising
1 parent 8712369 commit 872b44a

File tree

7 files changed

+125
-155
lines changed

7 files changed

+125
-155
lines changed

content/patterns/ansible-edge-gitops/ansible-automation-platform.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Ansible Automation Platform
3-
weight: 20
3+
weight: 30
44
aliases: /federated-edge-observability/aap/
55
---
66

content/patterns/ansible-edge-gitops/getting-started.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
5-Day Gen AI Intensive Course with Google---
1+
---
22
title: Getting Started
33
weight: 10
44
aliases: /ansible-edge-gitops/getting-started/

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

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
1+
---
2+
title: Ideas for Customization
3+
weight: 40
4+
aliases: /ansible-edge-gitops/ideas-for-customization/
5+
---
6+
7+
:toc:
8+
:imagesdir: /images
9+
:_content-type: ASSEMBLY
10+
include::modules/comm-attributes.adoc[]
11+
112
== Ideas for Customization
213

314
== Why change it?
415

5-
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.
1118

1219
This demo in particular can be customized in a number of ways that might
1320
be very interesting - and here are some starter ideas with some

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ One of the major goals of the Red Hat patterns development process is to create
1212

1313
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.
1414

15-
# HOWTO define your own VM sets using the chart
15+
# Defining your own VM sets using the chart
1616

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.
1818

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
2020

2121
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:
2222

content/patterns/ansible-edge-gitops/installation-details.adoc

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
---
2+
title: Installation Details
3+
weight: 20
4+
aliases: /ansible-edge-gitops/installation-details/
5+
---
6+
7+
:toc:
8+
:imagesdir: /images
9+
:_content-type: ASSEMBLY
10+
include::modules/comm-attributes.adoc[]
11+
112
== Installation Details
213

314
== Installation Steps
@@ -93,7 +104,7 @@ The script waits until AAP is ready, and then proceeds to:
93104
. Configure Schedules for the jobs that need to repeat
94105

95106
_Note:_ This script has defaults that it overrides when run as part of make install` that it derives from the environment (the repo that it
96-
is attached to and the branch that it is on). So if you need to re-run i, the most straightforward way to do this is to run `+make upgrade+`
107+
is attached to and the branch that it is on). So if you need to re-run i, the most straightforward way to do this is to run `make upgrade+`
97108
when using the make-based installation process.
98109

99110
== OpenShift GitOps (ArgoCD)
@@ -109,15 +120,12 @@ and Applications listed further in the pattern.
109120

110121
== ODF (OpenShift Data Foundations)
111122

112-
ODF is the storage framework that is needed to provide resilient storage
113-
for OpenShift Virtualization. It is managed via the helm chart
123+
ODF is the storage framework that is needed to provide resilient storage for OpenShift Virtualization. It is managed via the helm chart
114124
https://github.com/validatedpatterns/ansible-edge-gitops/tree/main/charts/hub/openshift-data-foundations[here].
115-
This is basically the same chart that our Medical Diagnosis pattern uses
116-
(see link:/patterns/medical-diagnosis/getting-started/[here] for details
125+
This is basically the same chart that our Medical Diagnosis pattern uses (see link:/patterns/medical-diagnosis/getting-started/[here] for details
117126
on the Medical Edge pattern’s use of storage).
118127

119-
Please note that this chart will create a Noobaa S3 bucket named
120-
nb.epoch_timestamp.cluster-domain which will not be destroyed when the
128+
Please note that this chart will create a Noobaa S3 bucket named nb.epoch_timestamp.cluster-domain which will not be destroyed when the
121129
cluster is destroyed.
122130

123131
== OpenShift Virtualization (KubeVirt)

0 commit comments

Comments
 (0)