Back to the catalog

CyVerse DE Deployments Wiki

Bundle OKF 0.1 · 4 conceitos · cyverse-de/deployments

Open source Repository Open in the app JSON README (API)

About

# CyVerse DE Deployments Wiki

Curated operational knowledge for the CyVerse Discovery Environment deployments
repo, in [Open Knowledge Format](https://github.com/GoogleCloudPlatform/knowledge-catalog/blob/main/okf/SPEC.md) v0.1.
Start here and descend through the section indexes. Each concept page's
`resource` field and Citations point back at the authoritative files in the
repo; validate and re-index with `scripts/okf` (see the `validating-the-wiki`
skill).

# Sections

* [infrastructure/](/infrastructure/index.md) - Backing systems: databases, messaging, LDAP, load balancing, storage.
* [playbooks/](/playbooks/index.md) - Build, deploy, and operational procedures run from ansible/.
* [services/](/services/index.md) - DE microservices.

# Meta

* [Maintaining This Wiki](/maintaining-the-wiki.md) - How to add, edit, migrate, and validate wiki pages.

Details

Kind
OKF bundles
Topic
Cloud & DevOps
Publisher
cyverse-de
Origin
okf_github
Category
dados
Version
0.1
Stars
2
Forks
1
Open pull requests
1
Last push
2026-09-08T22:25:49Z
Repository state
ativo
Language
Jinja
License
NOASSERTION
Added
2026-09-08 16:02:35
Updated
2026-09-08 16:02:35
Origin id
cyverse-de/deployments:wiki/index.md

README

# deployments

Tools for deploying the CyVerse Discovery Environment (DE)

## Ansible Playbooks

The [Ansible playbooks](ansible) are primarily used to deploy subsystems used by the DE. Some examples of things that
are deployed using Ansible playbooks are OpenLDAP and Kubernetes.

## Wiki

The [wiki](wiki/index.md) holds curated operational knowledge in
[Open Knowledge Format](https://github.com/GoogleCloudPlatform/knowledge-catalog/blob/main/okf/SPEC.md) (v0.1).
Validate it and regenerate its indexes with the [okf tool](scripts/okf); the skills under
[skills/](skills) describe how to read, write, and migrate wiki pages.

## Kustomizations

The [Kustomizations](kustomize) are used to deploy third-party software that the DE relies on in Kubernetes,
currently Keycloak. OpenEBS is now deployed by the `openebs` Ansible role.

More