From cb903f28d759e256b1996fb41d3656064ce360a8 Mon Sep 17 00:00:00 2001 From: Dave Urschatz Date: Tue, 8 Mar 2016 13:28:34 -0500 Subject: Set osd-devices for CENGN Lynx Pod 1 The intent of this change is to use real physical devices available in the pod for ceph-osd. JIRA: JOID-50 Change-Id: I5850e015fe11e1bd883dac222bf68061457a879d Signed-off-by: Dave Urschatz (cherry picked from commit 5063d58115220533844b6e9efc74305465d70cfe) --- ci/01-deploybundle.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/01-deploybundle.sh b/ci/01-deploybundle.sh index 555861d8..f65c4dca 100755 --- a/ci/01-deploybundle.sh +++ b/ci/01-deploybundle.sh @@ -55,6 +55,8 @@ case "$3" in sed -i -- 's/#ext-port: "eth1"/ext-port: "eth1"/g' ./bundles.yaml ;; 'cengnlynxpod1' ) + # Chose the hard drive(s) to use for CEPH OSD + sed -i -- 's|osd-devices: /srv|osd-devices: /dev/sdb|g' ./bundles.yaml # As per your lab vip address list be deafult uses 10.4.1.11 - 10.4.1.20 sed -i -- 's/10.4.1.1/10.120.0.1/g' ./bundles.yaml # choose the correct interface to use for data network -- cgit 1.2.3-korg