Run fewer VMs in MetaCentrum

Even though our quota is set to 10 floating IPv4 addresses, they are
usually not available in this cloud. Prevent excessive NODE_FAILUREs by
proactively throttling our usage.

Change-Id: I8ca26bea707729eeed745f80f836448e0bfe9ff3
Ticket: https://rt.cesnet.cz/rt/Ticket/Display.html?id=775310
1 file changed
tree: ba34618beb6eabd591444126281eaacace1a4763
  1. README.md
  2. ansible.cfg
  3. doc/
  4. files/
  5. group_vars/
  6. production
  7. requirements.yml
  8. roles/
  9. 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