Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/release-ceilometer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions .original-images.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion Containerfiles/CeilometerRXT-Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down