Zuul CI/CD pipelines and project gating

Since we are expecting a lot of pipelines beeing created and used GitHub actions won’t keep up well. We also expect cross-repository and even cross-project dependencies. Therefore we decided to use Zuul as our main pipeline solution.

How to make a repo use Zuul

  1. Make Zuul aware of your repository in this repo: https://github.com/SovereignCloudStack/zuul_deployment

  2. Create a file .zuul.yaml
  3. If you have self-defined jobs, you need to create a folder .playbooks
    • this folder containers ansible playbooks which will be triggered

General information about Zuul

Zuul does not take anything for granted. If you need to have something installed, you should install it via ansible. Our test-machines are basically pimped docker-containers, so we might run into issues some time. But for now, things work pretty good.