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
Instead of doing a lot of instructions to setup
a deployment machine, we just ask the user to pull
and use a container already setup with all the needed
tools.
Signed-off-by: Simental Magana, Marcos <marcos.simental.magana@intel.com>
reword supported hardware section.
Start by specify supported hardware and provide help to determinate
if user's system is available to run clearlinux in a later
paragraph.
See merge request !107
Start by specify supported hardware and provide help to determinate
if user's system is available to run clearlinux in a later
paragraph.
Signed-off-by: Simental Magana, Marcos <marcos.simental.magana@intel.com>
update ciao-deploy bundle requirements
Change `os-core-dev` for `c-basic` as we only need gcc.
Change `os-common` for `openstack-common` as the 1st bundle doesn't exists and it really meant the 2nd one.
Please wait for review from @albertom to merge.
See merge request !106