The repo houses various tools and automation scripts that are used by the Kubic team for dev/test/CI purposes.
A wrapper script which orchestrates several of the other tools to build,
bootstrap, test etc in a single command. For usage, see it's --help
output.
A tool to build a KVM based development cluster for CaaSP and Kubic.
A tool to build a OpenStack based CaaSP cluster. Well suited to building large scale clusters for testing and validation.
A tool to build a OpenStack based CaaSP cluster. Well suited to building large scale clusters for testing and validation.
A tool to build a Bare Metal cluster. Acts as a client for the Bare Metal Manager service.
A set of Jenkins pipelines which are not directly associated with a specific repo. e.g. Nightly builds.
Some scripting to run the Kubernetes e2e tests against as a CaaSP cluster
A set of tests to validate a CaaSP cluster has been successfully deployed
Some scripting to walk through the Velum UI to bootstrap a cluster, primarily used within CI.
Where possible, use Python, Ruby, Bash.
Tools should be able to run on developer workstations and in CI runs. Prefer configurable paths.
CI logs can be difficult to inspect: avoid output that look like errors if unnecessary. Structure the output with headers and footers if needed.
Common CLI options:
-h help
-l --logfile write logs to a file (used to capture logs in CI)
--outdir output directory (used to capture artifacts in CI)
--env-json-path environment.json file path