From df5e408a44765e18d7205dc922337e0c15da896d Mon Sep 17 00:00:00 2001 From: Bryan Sullivan Date: Wed, 15 Nov 2017 22:17:17 -0800 Subject: [PATCH] Correct sequence of public and private nets JIRA: MODELS-2 Change-Id: I47a9eee45d0522c6ee604bf374a79cf880b5da95 Signed-off-by: Bryan Sullivan --- tools/kubernetes/ceph-helm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/kubernetes/ceph-helm.sh b/tools/kubernetes/ceph-helm.sh index ea5dccf..a1be588 100644 --- a/tools/kubernetes/ceph-helm.sh +++ b/tools/kubernetes/ceph-helm.sh @@ -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" -- 2.16.6