CONGA - CONfiguration GenerAtor
Configuration generator for DevOps Teams.
Documentation
Overview
The configuration generator helps generating configuration based on templates for a set of environments, nodes, roles and tenants.
It supports any file type that can be generated using a text-based template. Additionally it supports validators and post processors with a flexible Java ServiceLoader-based extensibility model.
It targets DevOps teams where developers are responsible for defining the roles and templates, and operations defines the environments with the nodes and tenants.
The generator can be executed from the command line or via a maven plugin. The definition files are written in YAML 1.1 format. The templates use Handlebars as scripting language.
See general concepts for a more in-depth explanation or jump into the usage description.
Plugins
Based on the extensibility model the wcm.io DevOps project hosts CONGA plugins:
Definitions
The wcm.io DevOps project provides some generic templates implementing best practice configurations for certain environments:
Definitions for CONGA:
Further Resources
- wcm.io CONGA training material with exercises
- adaptTo() 2015 Talk: CONGA - Configuration generation for Sling and AEM
- adaptTo() 2017 Talk: Automate AEM Deployment with Ansible and wcm.io CONGA
- adaptTo() 2017 Lightning Talk: Use CONGA to provision your local AEM instance
- adaptTo() 2018 Talk: Maven Archetypes for AEM
- adaptTo() 2020 Talk: Use Cloud Manager to deploy CONGA-based AEM Applications
- wcm.io Ansible Automation for AEM