Fix for absent link packages in ceph deployment shell
There is no "make {package}" line in 030-ceph.sh file. It causes a failure to execute the shell script. Change-Id: If787abd7711a02313b6a2acae8a888b5609f27df
This commit is contained in:
parent
ded99204b2
commit
b7a96ca8c9
@ -16,6 +16,12 @@
|
|||||||
|
|
||||||
set -xe
|
set -xe
|
||||||
|
|
||||||
|
#NOTE: Lint and package chart
|
||||||
|
make ceph-mon
|
||||||
|
make ceph-osd
|
||||||
|
make ceph-client
|
||||||
|
make ceph-provisioners
|
||||||
|
|
||||||
#NOTE: Deploy command
|
#NOTE: Deploy command
|
||||||
[ -s /tmp/ceph-fs-uuid.txt ] || uuidgen > /tmp/ceph-fs-uuid.txt
|
[ -s /tmp/ceph-fs-uuid.txt ] || uuidgen > /tmp/ceph-fs-uuid.txt
|
||||||
CEPH_PUBLIC_NETWORK="$(./tools/deployment/multinode/kube-node-subnet.sh)"
|
CEPH_PUBLIC_NETWORK="$(./tools/deployment/multinode/kube-node-subnet.sh)"
|
||||||
|
Loading…
Reference in New Issue
Block a user