diff options
author | 2017-04-09 16:40:42 +0800 | |
---|---|---|
committer | 2017-04-09 16:40:42 +0800 | |
commit | 96333a991d30582aab727269e2024e7c2b9b9f19 (patch) | |
tree | b0bca80315c361823ad53945a2dd4f7b5271bc16 /labs/zte/pod2/daisy/config | |
parent | 1c7dd84b09fac970e31d6f64aeb9c9f153aa84ae (diff) |
add ceph osd config
add /dev/sdb for ceph osd
Change-Id: Ie3a16957ef988ccde44b668ea56aad0274c9d788
Signed-off-by: Julien <zhang.jun3g@zte.com.cn>
Diffstat (limited to 'labs/zte/pod2/daisy/config')
-rw-r--r-- | labs/zte/pod2/daisy/config/deploy.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/labs/zte/pod2/daisy/config/deploy.yml b/labs/zte/pod2/daisy/config/deploy.yml index 38be281..5a85567 100644 --- a/labs/zte/pod2/daisy/config/deploy.yml +++ b/labs/zte/pod2/daisy/config/deploy.yml @@ -21,3 +21,5 @@ disks: daisy_passwd: 'r00tme' daisy_ip: '10.20.7.3' daisy_gateway: '10.20.7.1' +ceph_disk_name: '/dev/sdb' + |