ciao: Add development documentation

Add a new file with details for deploying ciao from source code.

Fixes #62

Signed-off-by: Alberto Murillo Silva <alberto.murillo.silva@intel.com>
This commit is contained in:
Alberto Murillo Silva
2016-10-26 11:07:28 -05:00
parent 7cb2a16a2a
commit 42809ab8d6
2 changed files with 11 additions and 2 deletions
+3 -2
View File
@@ -71,8 +71,6 @@ Optionally edit [group_vars/all](group_vars/all) file to change default password
ansible-playbook -i hosts ciao.yml
Note: In order to deploy ciao from the latest development branch set `ciao_dev = True` in [group_vars/all](group_vars/all) file or pass the command line argument `--extra-vars "ciao_dev=true"`
---
## NOTES:
@@ -90,3 +88,6 @@ the line "dns=dnsmasq" from /etc/NetworkManager/NetworkManager.conf
Make sure the hosts running docker (controller and compute nodes) have a correctly
configured dns server that can resolve the cluster nodes names.
## Installing ciao from sources
If you are interested in deploying ciao from the master branch, read [this](doc/development.md)
+8
View File
@@ -0,0 +1,8 @@
# Development Mode
This playbooks installs ciao from the latest ciao packaged for your distro.
If you want to try the latest features, there is a way to use this playbook to
deploy ciao from github.com/01org/ciao master branch source code.
Set `ciao_dev = True` in [group_vars/all](../group_vars/all) file or pass the
command line argument `--extra-vars "ciao_dev=true"`