This is a list of all HPC Lab git repositories we own/use and their connection with each other.
...
We have one main private repository with scripts that setup the basic admin machine (one that contains the VMs) at:
ssh://git@dev-private-git.linaro.org/hpc/labconf.git
...
It contains scripts for creating the VMs (as seen at New Lab Setup) and the following sub-modules:
- https://github.com/Linaro/mr-provisioner: The Provisioner for the machines in the lab
- https://github.com/Linaro/ans_setup_jenkins: Sets up a plain Jenkins, uses labconf private info to setup LDAP.
- https://github.com/Linaro/mr-provisioner-role: Ansible to install vanilla Mr-Provisioner
- https://github.com/Linaro/mr-provisioner-kea-dhcp4-role: Ansible to install Kea, including BMC DHCP
...