Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / qa / qa_scripts / openstack / ceph_install_w_ansible / execs / edit_groupvars_osds.sh
1 #! /bin/bash
2 ed /usr/share/ceph-ansible/group_vars/osds << EOF
3 $
4 /^devices:
5 .+1
6 i
7    - /dev/sdb
8    - /dev/sdc
9    - /dev/sdd
10 .
11 w
12 q
13 EOF