Sprint 2023 Dec 30 to Jan 18 summary

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

Opendev

  • We fixed issue in logscraper, that it was not downloading important files from the logserver (zuul-info/inventory.yaml), so the logsender was skipping the log directory
  • We added a OpenSearch Dashboards script thas is base on the script …
more ...

Howto manage shareable, reproducible Nix environments via nix-shell

This post aims to teach how to leverage nix via the nix-shell feature in order to ease the distribution of reproducible environment.

What is Nix ?

Nix is a purely functional package manager. It manages packages independently from your …

more ...

Checking SF Operator with Kubernetes

Early stage of SF Operator

In the beginning, the sf-operator were deployed on Kind tool, because it was fast to deploy, easy to enable features like extraPortMapping, configure local storage. So it was a perfect tool to run in CI and only for CI. After a while we realized that …

more ...

Getting started with CodeReady Containers

CRC - CodeReady Containers

What is CRC?

The CRC (Red Hat CodeReady Containers) is a solution to deploy OpenShift cluster on your local machine in minutes. Red Hat OpenShift provides a complete solution that includes a stable Kubernetes engine with robust security and many integrated capabilities required to operate a complete …

more ...

Deploying the Quay container registry

What is Quay ?

As the infra team we deploy and maintain a Quay service which is a distributed and highly available container image registry for the RDO and TripleO project. In the blog post we'll introduce an Ansible role that we have created to ease Quay deployment and configuration.

Additional …

more ...

Sprint 2022 Nov 18 to Dec 07 summary

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

Software Factory

next sf release (sf-3.8)

  • We are working to bump grafana to 9.2.6 for sf-3.8, we builded grafyaml-ubi-8 container and are doing the integration right now
  • we implemented a way to create a {tenant …
more ...

Sprint 2022 Oct 28 to Nov 16 summary

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

Opendev

  • We proposed a opensearch dashboards backup object tools

Software Factory

next sf release (sf-3.8)

  • We bumped opensearch and opensearch dashboards to 2.4.0 on sf-master
  • We bumped zuul to 8.0.1 and nodepool to 8 …
more ...

Sprint 2022 Oct 07 to Oct 26 summary

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

Opendev

  • We added a feature for logscraper that it should not quit the service when zuul api is not reachable

Software Factory

next sf release (sf-3.8)

  • We bumped zuul version to 7.1.0
  • We updated the sf-ui …
more ...

Sprint 2022 Sep 16 to Oct 05 summary

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

Opendev

  • We reviewed the tracing spec implementation.
  • We import Lukas Piwowarski Opensearch Dashboards objects that contains visualizations and dashboard
  • We merged few changes related to subunit in ci-log-processing

Software Factory

next sf release (sf-3.8)

  • We added feature on …
more ...

Introducing an effects system for Monocle

This blog post explains the reasons we integrated an effect system in Monocle. This post aims to be beginner friendly. We understand that some concepts sound intimidating and we hope that this post demystifies them a bit.

First …

more ...