Add openstack placement client
Add openstack placement client to jammy and focal. Ceph version has been updated to 18.2.4-1. https: //pypi.org/project/osc-placement/ Change-Id: I28b5c944233fef2ddd2e6224087e6c11437ac3b3
This commit is contained in:
parent
ad0e08deb2
commit
294686da4d
@ -11,7 +11,7 @@ LABEL org.opencontainers.image.authors='airship-discuss@lists.airshipit.org, irc
|
||||
# Reef 18.2.1
|
||||
ARG CEPH_RELEASE=reef
|
||||
ARG CEPH_RELEASE_TAG=18.2.2-1~jammy
|
||||
ARG KUBE_VERSION=1.29.3
|
||||
ARG KUBE_VERSION=1.29.5
|
||||
|
||||
ARG CEPH_REPO=https://mirror.mirantis.com/acicd/ceph/debian-18.2.2.patch1/jammy/
|
||||
ARG CEPH_KEY=https://mirror.mirantis.com/acicd/ceph/debian-18.2.2.patch1/jammy/release.asc
|
||||
|
@ -30,6 +30,7 @@ RUN set -xe \
|
||||
python-neutronclient==9.0.0 \
|
||||
python-cinderclient==9.3.0 \
|
||||
python-heatclient==3.2.0 \
|
||||
osc-placement \
|
||||
&& apt-get clean -y \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
@ -32,6 +32,7 @@ RUN set -xe \
|
||||
python-neutronclient==9.0.0 \
|
||||
python-cinderclient==9.3.0 \
|
||||
python-heatclient==3.2.0 \
|
||||
osc-placement \
|
||||
&& apt-get clean -y \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user