K1S is not working properly after upgrade

The k1s hypervisor might not work properly after update Centos instance and after upgrading Software Factory Project to the new release recently.

If the hypervisor is not working as expected, we suggest to downgrade the podman package from package podman-1.6.4-32 to podman-1.6.4-29.

To verify if your …

more ...

Software Factory 3.7 has been released !

We are glad to announce the release of Software Factory 3.7. This release mainly features:

  • Gerrit is upgraded to the version 3.4.3
  • Zuul and Nodepool are upgraded to 5.2.3 and 5.0.0
  • Gerrit, Zuul, Nodepool, Etherpad, OpenSearch services are now containerized

Read the details …

more ...



Mitigate CVE-2021-44228

An important Java vulnerability is affecting the following Software Factory service:

  • elasticsearch
  • logstash

Install the mitigation from the install server by running these commands:

ansible elasticsearch -m lineinfile -a "path=/etc/sysconfig/elasticsearch regexp='^ES_JAVA_OPTS=.*' line='ES_JAVA_OPTS=\"-Dlog4j2.formatMsgNoLookups=true\"'"
ansible elasticsearch -m service    -a "name …
more ...




Zuul Update for Gerrit 3.x

A Zuul fix has been added to the version 3.5 of SF to address a performance issue when using Gerrit version 3.x has reported by the opendev infrastructure team. To fix a deployment run sfconfig --update from the install-server. Alternatively, to avoid going through CentOS 7.9 packages …

more ...

Zuul Security Fix Localhost

A new Zuul version has been added to the SF-3.4 to address a security issue: https://review.opendev.org/742229. To fix a deployment run sfconfig --update from the install-server. Alternatively, run:

# From the install-server
ansible -m command -a "yum update -y *zuul*" zuul-scheduler:zuul-web:zuul-executor:zuul-merger
ansible-playbook /var …
more ...