Add manual stubs for API and Ansible
This commit is contained in:
parent
48f02a379d
commit
f666fc0673
|
@ -0,0 +1,3 @@
|
|||
# PVC Ansible configuration manual
|
||||
|
||||
This manual documents the various `group_vars` configuration options for the `pvc-ansible` framework.
|
|
@ -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.
|
Loading…
Reference in New Issue