Correct sequence of public and private nets 05/47305/1
authorBryan Sullivan <bryan.sullivan@att.com>
Thu, 16 Nov 2017 06:17:17 +0000 (22:17 -0800)
committerBryan Sullivan <bryan.sullivan@att.com>
Thu, 16 Nov 2017 06:17:17 +0000 (22:17 -0800)
JIRA: MODELS-2

Change-Id: I47a9eee45d0522c6ee604bf374a79cf880b5da95
Signed-off-by: Bryan Sullivan <bryan.sullivan@att.com>
tools/kubernetes/ceph-helm.sh

index ea5dccf..a1be588 100644 (file)
@@ -65,7 +65,7 @@ search ceph.svc.cluster.local svc.cluster.local cluster.local
 options ndots:5
 EOF
 
-  ./helm-install-ceph.sh cephtest $private_net $public_net
+  ./helm-install-ceph.sh cephtest $public_net $private_net
 
   log "Check the pod status of ceph-mon, ceph-mgr, ceph-mon-check, and rbd-provisioner"
   services="rbd-provisioner ceph-mon-0 ceph-mgr ceph-mon-check"