From: Bryan Sullivan Date: Thu, 16 Nov 2017 06:17:17 +0000 (-0800) Subject: Correct sequence of public and private nets X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F05%2F47305%2F1;p=models.git Correct sequence of public and private nets JIRA: MODELS-2 Change-Id: I47a9eee45d0522c6ee604bf374a79cf880b5da95 Signed-off-by: Bryan Sullivan --- 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"