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/.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", 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 && \