diff --git a/source/ciao-cluster-setup.rst b/source/ciao-cluster-setup.rst index 7813d94e..c13c3d6f 100644 --- a/source/ciao-cluster-setup.rst +++ b/source/ciao-cluster-setup.rst @@ -84,7 +84,7 @@ bundle, which adds components needed by CIAO:: Build the CIAO software ----------------------- -Ciao is written in the Go programming language. It requires Go 1.6 to +Ciao is written in the Go programming language. It requires Go 1.7 to build. Most Linux distributions have out-of-date versions of Go in their repositories, so you will probably need to download and install a recent version of Go. This can be easily done by following the diff --git a/source/ciao-deploy.rst b/source/ciao-deploy.rst index 6cf68042..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 ====== @@ -121,7 +130,7 @@ was specified in the ``groups_var/all`` file: .. code-block:: console - # ciao-cli -identity=https://ciao-controller.example.com:35357 -username admin -password secret -controller=ciao-controller.example.com node status + # ciao-cli -identity=https://ciao-controller.example.com:35357 -username ciao -password ciaoUserPassword -controller=ciao-controller.example.com node status Total Nodes 3 Ready 0 Full 3 @@ -136,8 +145,8 @@ deployment node, which contains the following environment variables: # cat ciaorc export CIAO_CONTROLLER=ciao-controller.example.com export CIAO_IDENTITY=https://ciao-controller.example.com:35357 - export CIAO_USERNAME=csr - export CIAO_PASSWORD=secret + export CIAO_USERNAME=ciao + export CIAO_PASSWORD=ciaoUserPassword then you could verify with the following command: