Skip to content

Commit

Permalink
fix: need the gnocchi user to exist
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeRepko committed Aug 6, 2024
1 parent 085765c commit 8eb4d51
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/release-gnocchi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
name: Create and publish a Gnocchi image

on:
push:
branches:
- development
workflow_dispatch:
inputs:
imageTag:
Expand Down
1 change: 1 addition & 0 deletions Containerfiles/GnocchiRXT-Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ RUN curl -sS https://bootstrap.pypa.io/get-pip.py | python3.10
RUN pip install git+https://github.com/gnocchixyz/gnocchi.git@${GNOCCHI_VERSION}
RUN mkdir /var/run/apache2
RUN apt install -y libapache2-mod-wsgi-py3
RUN adduser gnocchi --disabled-password
2 changes: 1 addition & 1 deletion base-helm-configs/gnocchi/gnocchi-helm-overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ images:
ks_user: docker.io/openstackhelm/heat:wallaby-ubuntu_focal
ks_service: docker.io/openstackhelm/heat:wallaby-ubuntu_focal
ks_endpoints: docker.io/openstackhelm/heat:wallaby-ubuntu_focal
gnocchi_api: ghcr.io/lukerepko/genestack/gnocchi:4.6.2-1722962258
gnocchi_api: ghcr.io/lukerepko/genestack/gnocchi:4.6.2
gnocchi_statsd: quay.io/openstack.kolla/ubuntu-source-gnocchi-statsd:yoga
gnocchi_metricd: quay.io/openstack.kolla/ubuntu-source-gnocchi-metricd:yoga
gnocchi_resources_cleaner: quay.io/openstack.kolla/ubuntu-source-gnocchi-base:yoga
Expand Down

0 comments on commit 8eb4d51

Please sign in to comment.