The playbook creates some files when its executed.
The files are:
./certificates directory which contains the certificates used in the cluster
./images directory which contains the os images used in the cluster
./openrc file which contains environment variables to authenticate openstack cli
./ciaorc file which contains environment variables to authenticate ciao cli
Signed-off-by: Alberto Murillo <alberto.murillo.silva@intel.com>
The bundles table has updated with current
status of Active / WIP / Deprecated bundles
as of release 10320.
Signed-off-by: Leona <leonax.cook@intel.com>
- 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>
Update Ciao documentation
This MR updates the ciao documentation
Please do not merge until the team has finished with the review.
See merge request !95
Bulk Provisioning Documentation
I think this should go under the "Advanced" section, alongside the pxe documentation. Wasn't sure how to do that though.
See merge request !93
Docs - sidebar responsive fix
- Fixed responsiveness for sidebar on mobile devices
- Changed in header: Clear Linux Project* to Clear Linux* Project (star was in wrong word)
- Removed unused js code
See merge request !92
create new user `ciao` instead of `admin`
creating `admin` user instruction will fail due to user `admin` is created on the keystone bootstrap process.
We will create a ciao user instead with admin privileges.
See merge request !90
use self-explanatory user/password for the keystone setup
Remove the ``csr`` user, replacing it with a more self-documenting user.
Change passwords to easier-to-understand passwords, avoid duplication
of the very same password for accounts which may confuse the user.
See merge request !89
update ciao-cluster-setup
There are some items that were updated:
- Remove a warning asking to not to start the ciao-controller is no ciao-network node was running.
- Update the configuration example file with new yaml schema changes.
- Use same passwords for the openstack users created to be consistent with the examples provided by the ansible deployment.
See merge request !88
- Add metdata server for CephFS
- Use 'deployment' instead of 'development' node
- Clarify Prerequisites section
- Add a link to each roles default variables
- Add a node that EXT4 is not supported and XFS should be used
Signed-off-by: Alberto Murillo <alberto.murillo.silva@intel.com>