Skip to content

Commit

Permalink
fix: build personal debug branch of ceilometer
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
LukeRepko committed Sep 12, 2024
1 parent 5f735ef commit a49cc35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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
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

0 comments on commit a49cc35

Please sign in to comment.