mirror of
https://github.com/clearlinux/clear-linux-documentation.git
synced 2026-08-25 17:45:52 +00:00
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:
@@ -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
|
||||
======
|
||||
|
||||
Reference in New Issue
Block a user