From f666fc067341e27b3c14468dc459cddcd4272f0c Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sun, 7 Jul 2019 00:24:17 -0400 Subject: [PATCH] Add manual stubs for API and Ansible --- docs/manuals/ansible.md | 3 +++ docs/manuals/api.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/docs/manuals/ansible.md b/docs/manuals/ansible.md index e69de29b..85576a29 100644 --- a/docs/manuals/ansible.md +++ b/docs/manuals/ansible.md @@ -0,0 +1,3 @@ +# PVC Ansible configuration manual + +This manual documents the various `group_vars` configuration options for the `pvc-ansible` framework. diff --git a/docs/manuals/api.md b/docs/manuals/api.md index e69de29b..4771844b 100644 --- a/docs/manuals/api.md +++ b/docs/manuals/api.md @@ -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.