Skip to content

Create basic zuul infrastucture in k8s

Iker Sustatxa requested to merge ikerperez/zuul-sch-db-zk-exec into master

Here has been created a basic zuul setup. The elements included here are:

  • A namespace where the zuul cluster works in.
  • Configmaps including elements for zuul and zuul elements configuration.
  • A zuul scheduler and a service to access it.
  • A data base (mariadb).
  • Zookeeper, which will be needed later to communicate with nodepool.
  • A zuul executor, which will execute the jobs in the workers provide by nodepool.

#9

Edited by Iker Sustatxa

Merge request reports