Skip to content

Commit 4c0551e

Browse files
authored
Merge pull request #65181 from Srivaralakshmi/switch-gitops-to-standalone
Switch GitOps to standalone
2 parents 9d5eadb + 8c93899 commit 4c0551e

28 files changed

+59
-679
lines changed

_topic_maps/_topic_map.yml

Lines changed: 2 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1947,50 +1947,8 @@ Topics:
19471947
Dir: gitops
19481948
Distros: openshift-enterprise
19491949
Topics:
1950-
- Name: OpenShift GitOps release notes
1951-
File: gitops-release-notes
1952-
- Name: Understanding OpenShift GitOps
1953-
File: understanding-openshift-gitops
1954-
- Name: Installing OpenShift GitOps
1955-
File: installing-openshift-gitops
1956-
- Name: Uninstalling OpenShift GitOps
1957-
File: uninstalling-openshift-gitops
1958-
- Name: Setting up a new Argo CD instance
1959-
File: setting-up-argocd-instance
1960-
- Name: Monitoring Argo CD instances
1961-
File: monitoring-argo-cd-instances
1962-
- Name: Using Argo Rollouts for progressive deployment delivery
1963-
File: using-argo-rollouts-for-progressive-deployment-delivery
1964-
- Name: Configuring an OpenShift cluster by deploying an application with cluster configurations
1965-
File: configuring-an-openshift-cluster-by-deploying-an-application-with-cluster-configurations
1966-
- Name: Deploying a Spring Boot application with Argo CD
1967-
File: deploying-a-spring-boot-application-with-argo-cd
1968-
- Name: Argo CD custom resource properties
1969-
File: argo-cd-custom-resource-properties
1970-
- Name: Configuring secure communication with Redis
1971-
File: configuring-secure-communication-with-redis
1972-
- Name: Monitoring application health status
1973-
File: health-information-for-resources-deployment
1974-
- Name: Configuring SSO for Argo CD using Dex
1975-
File: configuring-sso-on-argo-cd-using-dex
1976-
- Name: Configuring SSO for Argo CD using Keycloak
1977-
File: configuring-sso-for-argo-cd-using-keycloak
1978-
- Name: Configuring Argo CD RBAC
1979-
File: configuring-argo-cd-rbac
1980-
- Name: Configuring Resource Quota
1981-
File: configuring-resource-quota
1982-
- Name: Monitoring Argo CD custom resource workloads
1983-
File: monitoring-argo-cd-custom-resource-workloads
1984-
- Name: Viewing Argo CD logs
1985-
File: viewing-argo-cd-logs
1986-
- Name: Running Control Plane Workloads on Infra nodes
1987-
File: run-gitops-control-plane-workload-on-infra-nodes
1988-
- Name: Sizing requirements for GitOps Operator
1989-
File: about-sizing-requirements-gitops
1990-
- Name: Collecting debugging data for a support case
1991-
File: collecting-debugging-data-for-support
1992-
- Name: Troubleshooting issues in GitOps
1993-
File: troubleshooting-issues-in-GitOps
1950+
- Name: About OpenShift GitOps
1951+
File: about-redhat-openshift-gitops
19941952
- Name: Jenkins
19951953
Dir: jenkins
19961954
Distros: openshift-enterprise
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
:_content-type: ASSEMBLY
2+
include::_attributes/common-attributes.adoc[]
3+
[id="about-redhat-openshift-gitops"]
4+
= About {gitops-title}
5+
:context: about-redhat-openshift-gitops
6+
7+
toc::[]
8+
9+
{gitops-title} is an Operator that uses Argo CD as the declarative GitOps engine. It enables GitOps workflows across multicluster OpenShift and Kubernetes infrastructure. Using {gitops-title}, administrators can consistently configure and deploy Kubernetes-based infrastructure and applications across clusters and development lifecycles. {gitops-title} is based on the open source project link:https://argoproj.github.io/cd/[Argo CD] and provides a similar set of features to what the upstream offers, with additional automation, integration into Red Hat {OCP} and the benefits of Red Hat’s enterprise support, quality assurance and focus on enterprise security.
10+
11+
[NOTE]
12+
====
13+
Because {gitops-title} releases on a different cadence from {OCP}, the {gitops-title} documentation is now available as separate documentation sets for each minor version of the product.
14+
15+
The {gitops-title} documentation is available at link:https://docs.openshift.com/gitops/[].
16+
17+
Documentation for specific versions is available using the version selector dropdown, or directly by adding the version to the URL, for example, link:https://docs.openshift.com/gitops/1.8[].
18+
19+
In addition, the {gitops-title} documentation is also available on the Red Hat Portal at https://access.redhat.com/documentation/en-us/red_hat_openshift_gitops/[].
20+
21+
For additional information about the {gitops-title} life cycle and supported platforms, refer to the link:https://access.redhat.com/support/policy/updates/openshift#gitops[Platform Life Cycle Policy].
22+
====
23+
24+
{gitops-title} ensures consistency in applications when you deploy them to different clusters in different environments, such as: development, staging, and production. {gitops-title} organizes the deployment process around the configuration repositories and makes them the central element. It always has at least two repositories:
25+
26+
. Application repository with the source code
27+
. Environment configuration repository that defines the desired state of the application
28+
29+
These repositories contain a declarative description of the infrastructure you need in your specified environment. They also contain an automated process to make your environment match the described state.
30+
31+
{gitops-title} uses Argo CD to maintain cluster resources. Argo CD is an open-source declarative tool for the continuous integration and continuous deployment (CI/CD) of applications. {gitops-title} implements Argo CD as a controller so that it continuously monitors application definitions and configurations defined in a Git repository. Then, Argo CD compares the specified state of these configurations with their live state on the cluster.
32+
33+
Argo CD reports any configurations that deviate from their specified state. These reports allow administrators to automatically or manually resync configurations to the defined state. Therefore, Argo CD enables you to deliver global custom resources, like the resources that are used to configure {OCP} clusters.
34+
35+
[id="key-features"]
36+
== Key features
37+
38+
{gitops-title} helps you automate the following tasks:
39+
40+
* Ensure that the clusters have similar states for configuration, monitoring, and storage
41+
* Apply or revert configuration changes to multiple {OCP} clusters
42+
* Associate templated configuration with different environments
43+
* Promote applications across clusters, from staging to production
44+
45+
// add something about CLI tools?
46+
47+
48+
[id="additional-resources_about-op-gitops"]
49+
[role="_additional-resources"]
50+
== Additional resources
51+
52+
* link:https://docs.openshift.com/container-platform/latest/operators/understanding/crds/crd-extending-api-with-crds.html#crd-extending-api-with-crds[Extending the Kubernetes API with custom resource definitions]
53+
* link:https://docs.openshift.com/container-platform/latest/operators/understanding/crds/crd-managing-resources-from-crds.html#crd-managing-resources-from-crds[Managing resources from custom resource definitions]
54+
* link:https://docs.openshift.com/gitops/latest/understanding_openshift_gitops/what-is-gitops.html#what-is-gitops[What is GitOps?]

cicd/gitops/about-sizing-requirements-gitops.adoc

Lines changed: 0 additions & 12 deletions
This file was deleted.

cicd/gitops/argo-cd-custom-resource-properties.adoc

Lines changed: 0 additions & 15 deletions
This file was deleted.

cicd/gitops/collecting-debugging-data-for-support.adoc

Lines changed: 0 additions & 17 deletions
This file was deleted.

cicd/gitops/configuring-an-openshift-cluster-by-deploying-an-application-with-cluster-configurations.adoc

Lines changed: 0 additions & 38 deletions
This file was deleted.

cicd/gitops/configuring-argo-cd-rbac.adoc

Lines changed: 0 additions & 13 deletions
This file was deleted.

cicd/gitops/configuring-resource-quota.adoc

Lines changed: 0 additions & 14 deletions
This file was deleted.

cicd/gitops/configuring-secure-communication-with-redis.adoc

Lines changed: 0 additions & 27 deletions
This file was deleted.

cicd/gitops/configuring-sso-for-argo-cd-on-openshift.adoc

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)