Basic launch script: fix some typos in ceph deployment.
This PS fixes some minor typos in the ceph deployment used for dev and ci checks. Change-Id: Iab216aaa85fbccb978bb8d69b92f6793888a50d8
This commit is contained in:
parent
c4c1b937dd
commit
7ac9adb7ad
@ -41,7 +41,7 @@ EOF"
|
||||
export osd_cluster_network=192.168.0.0/16
|
||||
export osd_public_network=192.168.0.0/16
|
||||
|
||||
helm install --namespace=ceph local/ceph --name=ceph2 \
|
||||
helm install --namespace=ceph local/ceph --name=ceph \
|
||||
--set manifests_enabled.client_secrets=false \
|
||||
--set network.public=$osd_public_network \
|
||||
--set network.cluster=$osd_cluster_network
|
||||
@ -57,7 +57,7 @@ EOF"
|
||||
--set network.public=$osd_public_network \
|
||||
--set network.cluster=$osd_cluster_network
|
||||
|
||||
kube_wait_for_pods ceph 420
|
||||
kube_wait_for_pods openstack 420
|
||||
|
||||
kubectl exec -n ceph ceph-mon-0 -- ceph osd pool create volumes 8
|
||||
kubectl exec -n ceph ceph-mon-0 -- ceph osd pool create images 8
|
||||
|
Loading…
x
Reference in New Issue
Block a user