X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fceph%2Fqa%2Fqa_scripts%2Fopenstack%2Fopenstack.sh;fp=src%2Fceph%2Fqa%2Fqa_scripts%2Fopenstack%2Fopenstack.sh;h=0000000000000000000000000000000000000000;hb=7da45d65be36d36b880cc55c5036e96c24b53f00;hp=986fce91787494753e263bbf335342986f2cca0f;hpb=691462d09d0987b47e112d6ee8740375df3c51b2;p=stor4nfv.git diff --git a/src/ceph/qa/qa_scripts/openstack/openstack.sh b/src/ceph/qa/qa_scripts/openstack/openstack.sh deleted file mode 100755 index 986fce9..0000000 --- a/src/ceph/qa/qa_scripts/openstack/openstack.sh +++ /dev/null @@ -1,27 +0,0 @@ -#/bin/bash -fv -# -# Install Openstack. -# Usage: openstack -# -# This script installs Openstack on one node, and connects it to a ceph -# cluster on another set of nodes. It is intended to run from a third -# node. -# -# Assumes a single node Openstack cluster and a single monitor ceph -# cluster. -# -# The execs directory contains scripts to be run on remote sites. -# The files directory contains files to be copied to remote sites. -# - -source ./copy_func.sh -source ./fix_conf_file.sh -openstack_node=${1} -ceph_node=${2} -./packstack.sh $openstack_node $ceph_node -echo 'done running packstack' -sleep 60 -./connectceph.sh $openstack_node $ceph_node -echo 'done connecting' -sleep 60 -./image_create.sh $openstack_node $ceph_node