From 2d24ee5e767aadc0f017ca5cd0747f20e6020d87 Mon Sep 17 00:00:00 2001 From: Alberto Murillo Date: Tue, 20 Sep 2016 12:35:14 -0500 Subject: [PATCH] ciao-deploy.rst: Explain created files The playbook creates some files when its executed. The files are: ./certificates directory which contains the certificates used in the cluster ./images directory which contains the os images used in the cluster ./openrc file which contains environment variables to authenticate openstack cli ./ciaorc file which contains environment variables to authenticate ciao cli Signed-off-by: Alberto Murillo --- source/ciao-deploy.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/source/ciao-deploy.rst b/source/ciao-deploy.rst index 06d04292..2f1ef53c 100644 --- a/source/ciao-deploy.rst +++ b/source/ciao-deploy.rst @@ -111,6 +111,15 @@ be started with the following command: $ ansible-playbook -i hosts ciao.yml --private-key= +Note: The playbook will create the following files in the current folder of the machine runninng the playbooks. + + * ./certificates: This directory contains the certificates that where created and copied to the cluster nodes. + + * ./images: This directory contains the images used by the ciao cluster. (fedora, clearlinux, cnci, ovmf.fd) + + * ./ciaorc: This file contains environment variables needed by ciao cli to authenticate to the ciao cluster. + + * ./openrc: This file contains environment variables needed by openstack cli to authenticate with the ciao cluster. Verify ======