Add stx-ceph-manager docker image

This creates the debian docker image file of stx-ceph-manager.

Test Plan:
Debian:
PASS: build-pkgs, build-image, deploy. Unlocked, enabled, available
and platform-integ-apps applied. Inspected ceph-manager.log for
correct application

Story: 2009831
Task: 46734

Signed-off-by: Luiz Felipe Kina <LuizFelipe.EiskeKina@windriver.com>
Change-Id: I8179901ce2030236b0a4d5d207f9fdba01271be0
This commit is contained in:
Luiz Felipe Kina 2022-08-23 14:55:18 -04:00
parent a4368a16ab
commit 8f5921ee27
4 changed files with 26 additions and 0 deletions

View File

@ -1,2 +1,3 @@
BUILDER=docker
LABEL=stx-ceph-manager

View File

@ -0,0 +1,20 @@
ARG BASE
FROM ${BASE}
RUN apt-get update -y && \
apt-get install -y \
python3-oslo.messaging \
python3-eventlet \
python3-fm-api \
fm-rest-api \
python3-fmclient \
fm-common \
librados2 \
librbd1 \
ceph-common \
ceph-mon \
ceph-osd \
ceph-mgr
CMD ["bash"]

View File

@ -0,0 +1,3 @@
BUILDER=docker
LABEL=stx-ceph-manager

View File

@ -1,2 +1,4 @@
tools/base-images/stx-debian-dev
tools/vran-tools/stx-debian-tools-dev
ceph/ceph-manager