mirror of
https://github.com/clearlinux/clear-linux-documentation.git
synced 2026-08-24 16:57:45 +00:00
+12
-3
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user