Merge "Fix for absent link packages in ceph deployment shell"

This commit is contained in:
Zuul 2019-02-22 03:04:27 +00:00 committed by Gerrit Code Review
commit 6b8f0065cb

View File

@ -16,6 +16,12 @@
set -xe
#NOTE: Lint and package chart
make ceph-mon
make ceph-osd
make ceph-client
make ceph-provisioners
#NOTE: Deploy command
[ -s /tmp/ceph-fs-uuid.txt ] || uuidgen > /tmp/ceph-fs-uuid.txt
CEPH_PUBLIC_NETWORK="$(./tools/deployment/multinode/kube-node-subnet.sh)"