From d7d792327841ebb99cd8fd83e064fc7d5361da79 Mon Sep 17 00:00:00 2001 From: Luke Repko Date: Wed, 4 Sep 2024 14:10:46 -0500 Subject: [PATCH 1/2] fix: build personal debug branch of ceilometer I need to add some additional logging to wrap my head around the event structure for certain events so I can see exactly how the related gnocchi resources are getting updated with what attributes. --- .github/workflows/release-ceilometer.yaml | 3 ++- Containerfiles/CeilometerRXT-Containerfile | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-ceilometer.yaml b/.github/workflows/release-ceilometer.yaml index 65146adc7..ac48ad93b 100644 --- a/.github/workflows/release-ceilometer.yaml +++ b/.github/workflows/release-ceilometer.yaml @@ -21,9 +21,10 @@ on: buildVersion: description: 'Set version to build' required: true - default: 'stable/2024.1' + default: '2024.1.debug' type: choice options: + - 2024.1.debug - stable/2024.1 - master diff --git a/Containerfiles/CeilometerRXT-Containerfile b/Containerfiles/CeilometerRXT-Containerfile index 0c2713f16..3b6186b14 100644 --- a/Containerfiles/CeilometerRXT-Containerfile +++ b/Containerfiles/CeilometerRXT-Containerfile @@ -19,7 +19,7 @@ RUN apt update && \ libvirt-dev RUN curl -sS https://bootstrap.pypa.io/get-pip.py | python3.10 && \ pip install \ - "ceilometer @ git+https://opendev.org/openstack/ceilometer.git@${CEILOMETER_VERSION}" \ + "ceilometer @ git+https://github.com/LukeRepko/ceilometer.git@${CEILOMETER_VERSION}" \ "libvirt-python" RUN ln -s /usr/bin/python3 /usr/bin/python && \ adduser ceilometer --disabled-password && \ From 356a246f42f66a4c8b0702be518b7ac3141dff87 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 15 Feb 2025 14:25:23 +0000 Subject: [PATCH 2/2] Update original images with new container --- .original-images.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.original-images.json b/.original-images.json index cda207e60..4e38e3e53 100644 --- a/.original-images.json +++ b/.original-images.json @@ -4,6 +4,7 @@ "docker.io/openstackhelm/glance:2024.1-ubuntu_jammy", "docker.io/openstackhelm/magnum:2024.1-ubuntu_jammy", "docker.io/openstackhelm/neutron:2024.1-ubuntu_jammy", + "ghcr.io/lukerepko/genestack/ceilometer:2024.1-ubuntu_jammy-1739629417", "ghcr.io/rackerlabs/genestack/ceilometer:2024.1-ubuntu_jammy-1738626813", "ghcr.io/rackerlabs/genestack/cinder-volume-rxt:2024.1-ubuntu_jammy-1731085441", "ghcr.io/rackerlabs/genestack/cinder:2024.1-ubuntu_jammy-1738626871",