Skip to content

Commit

Permalink
fix: install apache2-mod-wsgi after py3
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeRepko committed Aug 6, 2024
1 parent 999ba1f commit 085765c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Containerfiles/GnocchiRXT-Containerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM ubuntu:22.04
ARG VERSION=4.6.2
ENV GNOCCHI_VERSION ${VERSION:-master}
ENV DEBIAN_FRONTEND=noninteractive
RUN apt update
RUN apt install -y build-essential software-properties-common git curl apache2
RUN add-apt-repository ppa:deadsnakes/ppa -y
Expand All @@ -9,3 +10,4 @@ RUN apt install -y python3.10 python3.10-dev
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
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
gnocchi_api: ghcr.io/lukerepko/genestack/gnocchi:4.6.2-1722962258
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 085765c

Please sign in to comment.