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 <alberto.murillo.silva@intel.com>
This commit is contained in:
Alberto Murillo
2016-09-20 12:35:14 -05:00
parent c2147039bb
commit 2d24ee5e76
+9
View File
@@ -111,6 +111,15 @@ be started with the following command:
$ ansible-playbook -i hosts ciao.yml --private-key=<ssh_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
======