ciao-deploy.rst: More updates to documentation

- The Prerequisite section no longer explains how to
  create an ssh-key. Remove a reference to it.

- Specify defaults/main.yml file on each role contains
  a full list of available variables that can be used.

- "Start" the deployment rather than "fire" it

- Specify the location of ciaorc file

Signed-off-by: Alberto Murillo <alberto.murillo.silva@intel.com>
This commit is contained in:
Alberto Murillo
2016-09-07 10:20:59 -05:00
parent 08b0c2bc80
commit ba731a8fab
+5 -6
View File
@@ -89,10 +89,9 @@ The relevant files in the playbook are the following:
sure to change the values accordingly to fit your environment
* The ``ciao_guest_key`` value in :file:`groups_var/all` is the key to be used to connect to the VMs created by
ciao; you can use the ``ssh-keygen`` command to create one as explained in the
:ref:`prerequisites` section.
ciao; you can use the ``ssh-keygen`` command to create one.
A full list of available variables can be found in the ciao-* roles at
A full list of available variables can be found in the :file:`defaults/main.yml` file of each role at
https://github.com/clearlinux/clear-config-management/tree/master/roles
Install the required ansible-roles
@@ -106,7 +105,7 @@ Install the required ansible-roles
Run the playbook
================
Once you have your variables and hosts file configured, the deployment can
be fired with the following command:
be started with the following command:
.. code-block:: console
@@ -129,8 +128,8 @@ was specified in the ``groups_var/all`` file:
Offline 0
Maintenance 0
You could also take a look at the :file:`./ciaorc` file that contains the
following environment variables:
You could also take a look at the :file:`./ciaorc` file created on your
deployment node, which contains the following environment variables:
.. code-block:: console