From cdfa3e4e0aed5215db73877882f46a60646ffb31 Mon Sep 17 00:00:00 2001 From: Bryan Sullivan Date: Thu, 2 Nov 2017 12:23:20 -0700 Subject: Backout changes breaking ceph setup. JIRA: MODELS-23 Change-Id: I8ad85be4f8e06edf768b6695ae349a32cea31578 Signed-off-by: Bryan Sullivan --- tools/kubernetes/ceph-baremetal.sh | 7 +++++-- tools/kubernetes/ceph-helm.sh | 9 +++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/tools/kubernetes/ceph-baremetal.sh b/tools/kubernetes/ceph-baremetal.sh index e1feee7..06a6926 100644 --- a/tools/kubernetes/ceph-baremetal.sh +++ b/tools/kubernetes/ceph-baremetal.sh @@ -51,7 +51,10 @@ function setup_ceph() { # Note this loop may be partially redundant with the ceph-deploy steps below for node_ip in $all_nodes; do log "Install ntp and ceph on $node_ip" - ssh -x -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no ubuntu@$node_ip <