Skip to content

Commit 74c8ad8

Browse files
committed
TELCODOCS-2082 VP Quick start guide redo
1 parent 89b1de8 commit 74c8ad8

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

content/learn/quickstart.adoc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,18 @@
22
layout: default
33
title: Patterns quick start
44
menu: learn
5-
weight: 40
5+
weight: 20
66
---
77

88
:toc:
99
:_content-type: ASSEMBLY
1010
include::modules/comm-attributes.adoc[]
1111

12-
== Patterns quick start
12+
== Patterns quick start overview
13+
14+
This validated pattern quickstart offers a streamlined guide to deploying predefined, reliable configurations and applications in OpenShift Container Platform, ensuring they meet established standards. It provides step-by-step instructions on setup, prerequisites, and configuration, enabling administrators to deploy tested, supportable patterns quickly. These patterns simplify complex deployments by applying reusable configurations suited to various infrastructure and application needs, allowing users to efficiently deploy, manage, and scale applications with GitOps. This approach also reduces the risks and time associated with custom configurations.
15+
16+
There are two ways to deploy validated patterns using the OpenShift-based Validated Patterns framework or the Ansible GitOps Framework (AGOF). The OpenShift-based validated patterns framework is the most common method for deploying applications and infrastructure on the OpenShift Container Platform. It offers a set of predefined configurations and patterns that follow best practices and are validated by Red Hat.
1317

1418
Each pattern can be deployed using the command line. The only requirement is to have `git` and `podman` installed. See the <<installation_prerequisites>> for more information.
1519

content/learn/validated_patterns_frameworks.adoc

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
menu: learn
33
title: Validated patterns frameworks
4-
weight: 20
4+
weight: 30
55
aliases: /validated-patterns-frameworks/
66
---
77

@@ -18,7 +18,4 @@ The OpenShift-based validated patterns framework is the most common method for d
1818

1919
Ansible GitOps Framework (AGOF) is an alternative framework, designed to provide a framework for GitOps without Kubernetes. AGOF is not a pattern itself; it is a framework for installing Ansible Automation Platform (AAP), and then using that as the GitOps engine to drive other pattern work. AGOF comes with code to install VMs in AWS, if desired, or else it can work with previously provisioned VMs, or a functional AAP Controller endpoint.
2020

21-
The goal with either framework, is that developers, operators, security, and architects build a secure and repeatable day one deployment mechanism and maintenance automation for day two operations.
22-
23-
24-
21+
The goal with either framework, is that developers, operators, security, and architects build a secure and repeatable day one deployment mechanism and maintenance automation for day two operations.

0 commit comments

Comments
 (0)