]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/script/kubejacker/kubejacker.sh
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / script / kubejacker / kubejacker.sh
index 78670b83ea59b7432098f12f58e06f35979a42f7..e013669e993e7dd87a0a4694e4785c5747e52b70 100755 (executable)
@@ -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
@@ -75,6 +79,8 @@ popd
 #docker tag $REPO/$IMAGE:$TAG $REPO/$IMAGE:latest
 docker push $REPO/ceph/ceph:latest
 #docker push $REPO/$IMAGE:$TAG
+# With a plain HTTP registry
+#podman push $REPO/ceph/ceph:latest --tls-verify=false
 
 # Finally, bounce the containers to pick up the new image
 kubectl -n $NAMESPACE delete pod -l app=rook-ceph-mds