Configuration files on all OCF hosts
This repo contains configuration files which are replicated to and
automatically updated on every OCF host at /etc/ocf/
. Configuration files are
written in YAML and have schemas defined in the schemas
folder.
To validate the files, simply run:
make
To add a new configuration file:
configs/yourconfig.yaml
).schemas/yourconfig.schema.json
).configs/validate.yaml
, and associate it with its schema.