Update README.md

This commit is contained in:
David Allen 2025-05-10 20:54:57 -06:00
parent 3253cb8bbb
commit d7100cefe7

View file

@ -1,6 +1,6 @@
# OpenCHAMI Configurator
# Configurator: Next Generation
The `configurator` is an extensible tool that is capable of dynamically generating files on the fly. The tool includes a built-in generator that fetchs data from an instance of [SMD](https://github.com/OpenCHAMI/smd) to generate files based on Jinja 2 template files. The tool and generator plugins are written in Go and plugins can be written by following the ["Creating Generator Plugins"](#creating-generator-plugins) section of this README.
The `configurator` is general-purpose FTP-like service with rendering capabilities using Jinja 2 templating. It is designed with managing configuration files across a fleet of systems in mind and provides flexible mechanisms for populating template mappings.
## Building and Usage