Signed-off-by: Varsha Rao <varao@redhat.com>
#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
#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