Updates the supported hardware list ensuring compliance with the proper
usage guidelines.
Signed-off-by: Rodrigo Caballero <rodrigo.caballero.abraham@intel.com>
Quite some time back the cli invocation for cluster status was changed,
but the documentation was not. This brings docu back in line with
current behavior.
Signed-off-by: Tim Pepper <timothy.c.pepper@linux.intel.com>
Some warnings around ordering of node/daemon startup are no longer
needed as Ciao has enabled connect/disconnect notifications and
cluster formation is more robust nowadays.
Signed-off-by: Tim Pepper <timothy.c.pepper@linux.intel.com>
update links for the ciao-deploy page
This pachset updates some broken links in the [ciao-deploy](https://clearlinux.org/documentation/ciao-deploy.html) page in clearlinux.org.
basically 2 changes:
* update broken links from clear-config-management to ciao repo
* remove unused github link
See merge request !126
The `hosts` and `group_vars/all` file links points to the
deprecated ciao content in the clear-config-management on
github instead of the new ciao repository, where the content
was moved to.
This commit changes the broken links to the new location in the
github.com/01org/ciao repository
Signed-off-by: Simental Magana, Marcos <marcos.simental.magana@intel.com>
Replaces the placeholder substitutions with the correct Clear Linux
substitutions.
Signed-off-by: Rodrigo Caballero <rodrigo.caballero.abraham@intel.com>
These steps were updated according to new features
added in OVS 6.1 and DPDK 16.07.
Signed-off-by: Mario Alfredo Carrillo Arevalo <mario.alfredo.c.arevalo@intel.com>
Changed the file structure to allow for easier and better maintenance of
the docs. Files were renamed as needed and following a consistent
convention. Added a index.rst to every folder allowing for partial
builds of the docs. Included content previously left out of the docs
build. The commit also performs minimal housekeeping.
Signed-off-by: Rodrigo Caballero <rodrigo.caballero.abraham@intel.com>
Clear Linux now enables software updates run automatically by
default. This change notifies users of this behavior as well as how to
disable and reenable it.
update ciao deploy with new location of ansible playbooks
This PR changes the documentation to reflect the adoption of the ansible playbooks into the [ciao repo](https://github.com/01org/ciao/)
See merge request !120
Some parts of the Ciao cluster setup document still referenced really old
command line style which no longer works. This commit updates the older
"ciao-cli -command" invocations to the newer "ciao-cli command" (ie: no
'-') style.
Signed-off-by: Tim Pepper <timothy.c.pepper@linux.intel.com>
update ciao-deploy page with new container instructions
This merge request updates the instructions on the ciao-deploy page, asking the user to download the ansible playbooks to keep them persistent
See merge request !116
the new ciao-deploy container mounts the ansible
files from the docker host instead of those being provided
by the container. This allows the user to keep a persistent
configuration files, useful when deploy takes place more than once.
Signed-off-by: Simental Magana, Marcos <marcos.simental.magana@intel.com>
Remove bundle overview image
The bundle image references both bundles that no longer exist and a layout of bundles that is not used. For now, simply remove the stale image.
See merge request !114
update ciao cluster setup
This change introduces the usage of ciao-deploy container, which contains all the setup
previously done by the user. Now it's only required that the user pulls the `clearlinux/ciao-deploy` container
and start it as described in the instructions.
See merge request !109