From 7ac9adb7ad1b6b3aaca2ff09368d4eb01c6bb038 Mon Sep 17 00:00:00 2001 From: Pete Birley Date: Fri, 30 Jun 2017 08:44:02 -0500 Subject: [PATCH] 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 --- tools/gate/basic_launch.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/gate/basic_launch.sh b/tools/gate/basic_launch.sh index 6aa21d1d7d..4a6cead00e 100755 --- a/tools/gate/basic_launch.sh +++ b/tools/gate/basic_launch.sh @@ -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