Merge branch 'master' of clrgitlab.intel.com:clr-documentation/project-docs

This commit is contained in:
L.S. Cook
2016-09-21 09:30:16 -07:00
2 changed files with 13 additions and 4 deletions
+1 -1
View File
@@ -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
+12 -3
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
======
@@ -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: