X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fceph%2Fqa%2Fqa_scripts%2Fopenstack%2Fimage_create.sh;fp=src%2Fceph%2Fqa%2Fqa_scripts%2Fopenstack%2Fimage_create.sh;h=0000000000000000000000000000000000000000;hb=7da45d65be36d36b880cc55c5036e96c24b53f00;hp=4252dd8837aefb794ab8cbd8012da928d72bb03a;hpb=691462d09d0987b47e112d6ee8740375df3c51b2;p=stor4nfv.git diff --git a/src/ceph/qa/qa_scripts/openstack/image_create.sh b/src/ceph/qa/qa_scripts/openstack/image_create.sh deleted file mode 100755 index 4252dd8..0000000 --- a/src/ceph/qa/qa_scripts/openstack/image_create.sh +++ /dev/null @@ -1,15 +0,0 @@ -#/bin/bash -fv -# -# Set up a vm on packstack. Use the iso in RHEL_ISO (defaults to home dir) -# -source ./copy_func.sh -source ./fix_conf_file.sh -openstack_node=${1} -ceph_node=${2} - -RHEL_ISO=${RHEL_ISO:-~/rhel-server-7.2-x86_64-boot.iso} -copy_file ${RHEL_ISO} $openstack_node . -copy_file execs/run_openstack.sh $openstack_node . 0755 -filler=`date +%s` -ssh $openstack_node ./run_openstack.sh "${openstack_node}X${filler}" rhel-server-7.2-x86_64-boot.iso -ssh $ceph_node sudo ceph df