diff options
author | Dave Urschatz <dave.urschatz@cengn.ca> | 2016-03-08 13:28:34 -0500 |
---|---|---|
committer | Dave Urschatz <dave.urschatz@cengn.ca> | 2016-03-08 13:32:24 -0500 |
commit | 5063d58115220533844b6e9efc74305465d70cfe (patch) | |
tree | efe4b742b9df9bdb1086c381acfac874c735e34f | |
parent | a3b6ed6f8a96d83c0eb841d3df621a7ca0a71c67 (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>
-rwxr-xr-x | ci/01-deploybundle.sh | 2 |
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 |