mirror of
https://github.com/ceph/ceph
synced 2025-02-22 18:47:18 +00:00
script/kubejacker: Add python_common library
Signed-off-by: Varsha Rao <varao@redhat.com>
This commit is contained in:
parent
c139d0da44
commit
e126c94366
@ -11,4 +11,5 @@ FROM ceph/daemon-base:latest-master
|
||||
#ADD eclib.tar.gz /usr/local/lib64/ceph/erasure-code/
|
||||
#ADD clslib.tar.gz /usr/local/lib64/rados-classes/
|
||||
|
||||
ADD python_common.tar.gz /usr/share/ceph/python_common
|
||||
ADD mgr_plugins.tar.gz /usr/share/ceph/mgr
|
||||
|
@ -49,6 +49,10 @@ cp $SCRIPTPATH/Dockerfile kubejacker
|
||||
#tar czf $BUILDPATH/kubejacker/lib.tar.gz $LIBS
|
||||
#popd
|
||||
|
||||
pushd ../src/python-common/ceph
|
||||
tar --exclude=__pycache__ --exclude=tests -czf $BUILDPATH/kubejacker/python_common.tar.gz *
|
||||
popd
|
||||
|
||||
pushd ../src/pybind/mgr
|
||||
find ./ -name "*.pyc" -exec rm -f {} \;
|
||||
# Exclude node_modules because it's the huge sources in dashboard/frontend
|
||||
|
Loading…
Reference in New Issue
Block a user