Delegating maintenance actions with Zuul - part 2

Zuul's CLI Client provides several actions that can help debugging kinks along its integration pipelines. These actions were until now only available to operators of a Zuul deployment, meaning that project members were dependent on the availability of an operator to help them sort problems out. I have been working …

more ...

Sprint 2019 Aug 29 to Sep 18 summary

Below are the tasks we worked on during our last sprint.

Regarding our contributions to Zuul and Nodepool:

  • We worked on reducing the numbers of diskimages in Nodepool
  • We wrote a phoronix Zuul jobs to validate the performance of cloud providers
  • We added a third-party jobs to validate multinode roles …
more ...

Zuul Security Fix

A new Zuul version has been added to the SF-3.2 and SF-3.3 to address a security issue. To fix a deployment run sfconfig --update from the install-server. Alternatively, to avoid going through CentOS 7.7 packages:

# From the install-server
ansible -m command -a "yum update -y rh-python35-zuul*" install-server …
more ...

CentOS 7.7 has been released!

The latest version 7.7 of CentOS has been released and some fixes has been integrated in SF-3.2 and SF-3.3 to properly support this new version.

Please update the sf-release and sf-config package before doing an update.

The next version of Software Factory will benefit from the new …

more ...

Delegating maintenance actions with Zuul - part 1

Zuul's CLI Client provides several actions that can help debugging kinks along its integration pipelines. These actions were until now only available to operators of a Zuul deployment, meaning that project members were dependent on the availability of an operator to help them sort problems out. I have been working …

more ...


Sprint 2019 July 18 to Aug 7 summary

Below are the tasks we worked on during our last sprint.

Regarding our contributions to Zuul and Nodepool:

  • We got most of the JWT patch chain merged. The GUI part is going to take some time.
  • We added a review documenting the protected REST API in the OpenAPI format. The …
more ...

Sprint 2019 June 27 to July 17 summary

Below are the tasks we worked on during our last sprint.

Regarding our contributions to Zuul and Nodepool:

  • The first few patches in the JWT chain were merged

Regarding Software Factory:

  • We switched managesf to SCL python 3.5
  • We started switching sf-manager to SCL python 3.5
  • We packaged …
more ...