Install meson for Buildroot

This means that we will be able to skip building host-python3, which is
nice.

Change-Id: Iaed8c9f937570881d18a6debdcbe05696432015f
1 file changed
tree: 301b1c7cc6946673cbf7d17405afed814d2fd135
  1. README.md
  2. ansible.cfg
  3. files/
  4. group_vars/
  5. production
  6. requirements.yml
  7. roles/
  8. site.yml
README.md

Continuous Integration (CI) Setup via Ansible

This is what is currently powering the CI infrastructure tied to our Gerrit. It's mostly about Zuul v3 with Nodepool, log storage, etc.

Note that some pieces (Gerrit itself in particular) are still deployed via Puppet for legacy reasons. That configuration is internal.

# Example: provision the Zuul server
ansible-playbook -i production site.yml -l zuul-server