From c2147039bb0c4d00ae3bc1f0a999991c5577f012 Mon Sep 17 00:00:00 2001 From: Alberto Murillo Date: Tue, 20 Sep 2016 12:13:17 -0500 Subject: [PATCH 1/3] ciao-deploy.rst: Update passwords Update passwords shown un ciao-deploy to match those in https://github.com/clearlinux/clear-config-management/tree/master/examples/ciao Signed-off-by: Alberto Murillo --- source/ciao-deploy.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/ciao-deploy.rst b/source/ciao-deploy.rst index 6cf68042..06d04292 100644 --- a/source/ciao-deploy.rst +++ b/source/ciao-deploy.rst @@ -121,7 +121,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 +136,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: From 2d24ee5e767aadc0f017ca5cd0747f20e6020d87 Mon Sep 17 00:00:00 2001 From: Alberto Murillo Date: Tue, 20 Sep 2016 12:35:14 -0500 Subject: [PATCH 2/3] 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 ====== From 366eded708470e9c421e179544d658304e891051 Mon Sep 17 00:00:00 2001 From: Mark Ryan Date: Wed, 21 Sep 2016 10:58:41 +0100 Subject: [PATCH 3/3] ciao-cluster-setup.rst: Update Go requirements. Go 1.7 is now required to build ciao. Signed-off-by: Mark Ryan --- source/ciao-cluster-setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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