summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Urschatz <dave.urschatz@cengn.ca>2016-03-08 13:28:34 -0500
committerNarinder Gupta <narinder.gupta@canonical.com>2016-03-16 16:58:05 +0000
commitcb903f28d759e256b1996fb41d3656064ce360a8 (patch)
tree24b9fd08ccef14073bcffad90b5ed8795a016d67
parent9e52e77713034d9458935bdadc0d7cac4e22b681 (diff)
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 <dave.urschatz@cengn.ca> (cherry picked from commit 5063d58115220533844b6e9efc74305465d70cfe)
-rwxr-xr-xci/01-deploybundle.sh2
1 files changed, 2 insertions, 0 deletions
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