Assumed Knowledge
Last updated
Last updated
Deploying and Operating a CHI-in-a-Box site will be challenging without familiarity with the following concepts.
In particular, using a shell, privilege escalation, user and group management, linux networking, and mounts and filesystems. Specific linux networking knowledge includes network namespaces and virtual ethernet devices (veths)
You'll need to know about vlans, and how to log into a switch using SSH and use its commandline for configuration, in particular configuring vlan trunks and access ports. While the concepts are fairly universal, the specifics will depend on the manufacturer and model for your switches.
CHI-in-a-box leverages the Ansible and Kolla-Ansible projects, so basic familiarity will be very helpful. In particular, what an Ansible "Inventory" is, how to use host and group variables, and how to invoke a playbook and read the output.
Only basic knowledge is needed, as all CHI-in-a-Box services are deployed in Docker containers. On occasion, inspecting the environment inside a container or volume can be helpful for debugging purposes. See for more detail.
This is a deep well, and where we've placed the most effort in abstracting the most complex parts.
You will need to install and use the OpenStack CLI tools, and broadly know which services to look at when things go wrong, e.g. reading the logs, listing user instances or networks, and so on.
For issues, or available options for a particular service, e.g. Identity, Image storage, or Networking, see OpenStack's documentation for each service.
CHI-in-a-Box leverages Kolla-Ansible to generate configurations for each enabled OpenStack service, and then to deploy said services. In the case of issues or failures during deployment itself, .