Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / qa / qa_scripts / openstack / ceph_install.sh
1 #/bin/bash -fv
2 #
3 # Install a simple ceph cluster upon which openstack images will be stored.
4 #
5 ceph_node=${1}
6 source copy_func.sh
7 copy_file files/$OS_CEPH_ISO $ceph_node .
8 copy_file execs/ceph_cluster.sh $ceph_node . 0777 
9 copy_file execs/ceph-pool-create.sh $ceph_node . 0777
10 ssh $ceph_node ./ceph_cluster.sh $*