mirror of
https://github.com/clearlinux/clear-config-management.git
synced 2026-09-04 20:51:41 +00:00
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:
@@ -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)
|
||||
|
||||
@@ -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"`
|
||||
Reference in New Issue
Block a user