Skip to end of banner
Go to start of banner

HPC Lab Git Repositories

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

This is a list of all HPC Lab git repositories we own/use and their connection with each other.

Private Lab Configuration

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

You can only see it if you are a member of the LDAP group hpc-sig-admin.

It contains scripts for creating the VMs (as seen at New Lab Setup) and the following sub-modules:

The SFTP file server VM doesn't need any additional setup from this point of view.

HPC Lab Setup

Once all VMs are setup, we have an Ansible playbook to apply all configurations specific to the HPC Lab:

https://github.com/Linaro/hpc_lab_jenkins

It contains roles to setup all Jenkins jobs, upload Mr-Provisioner preseeds, setup SFTP users and directories.

Some additional manual work is required in Mr-Provisioner's side (see New Lab Setup), but otherwise, it's all automated.

The one sub-module we have is for operating on Mr-Provisioner:

We're creating a new client, so to move all Ansible roles to Python (and get Ansible to use Python when it needs):

Once that role becomes more feature rich (ex. adding users, SSH keys, etc) we can finally remove all the manual parts of the lab setup.

HPC Lab Uses

Once the lab is operational, there are a number of repositories that are used by the Jenkins jobs:

  • No labels