Add manual stubs for API and Ansible

This commit is contained in:
Joshua Boniface 2019-07-07 00:24:17 -04:00
parent 48f02a379d
commit f666fc0673
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,3 @@
# PVC Ansible configuration manual
This manual documents the various `group_vars` configuration options for the `pvc-ansible` framework.

View File

@ -0,0 +1,3 @@
# PVC HTTP API manual
The PVC HTTP API client is built with Flask, a Python framework for creating API interfaces. It interfaces directly with the Zookeeper cluster to send and receive information about the cluster. It supports authentication configured statically via tokens in the configuration file as well as SSL.