X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=rubbos%2Frubbos_scripts%2F1-1-1%2Fscripts%2Frun.sh;h=fd0915d63e26efd2fa99ce16cbaad643d043aee6;hb=c3f9ac49b773679e9f929f542619140bf3c6ef49;hp=5a1de25afc0033644752f441a8cacb4cfbf65c2c;hpb=693b3d3cd44a651514b1925eadbc668f296588b7;p=bottlenecks.git diff --git a/rubbos/rubbos_scripts/1-1-1/scripts/run.sh b/rubbos/rubbos_scripts/1-1-1/scripts/run.sh index 5a1de25a..fd0915d6 100755 --- a/rubbos/rubbos_scripts/1-1-1/scripts/run.sh +++ b/rubbos/rubbos_scripts/1-1-1/scripts/run.sh @@ -6,6 +6,15 @@ echo "*** scp scripts *************************************************" scp_options="-o StrictHostKeyChecking=no -o BatchMode=yes" +if true; then +for script in BENCHMARK_rubbos_install.sh BENCHMARK_install.sh \ + BENCHMARK_configure.sh BENCHMARK_uninstall.sh \ + BENCHMARK_rubbos_uninstall.sh +do + scp $scp_options $script $BENCHMARK_HOST:/tmp +done +fi + if true; then for script in HTTPD_install.sh HTTPD_rubbos_install.sh \ HTTPD_configure.sh HTTPD_ignition.sh \ @@ -35,13 +44,14 @@ for script in MYSQL1_install.sh MYSQL1_rubbos_install.sh \ do scp $scp_options $script $MYSQL1_HOST:/tmp done +fi # Prepare software packages echo "*** prepare software packages ***" ./MYSQL1_pkg_prepare.sh ./TOMCAT1_pkg_prepare.sh ./HTTPD_pkg_prepare.sh - +./BENCHMARK_pkg_prepare.sh # Install and Configure and run Apache, Tomcat, CJDBC, and MySQL echo "*** install scripts & configure & execute ***********************" @@ -64,6 +74,12 @@ ssh $TOMCAT1_HOST /tmp/TOMCAT1_rubbos_install.sh ssh root@$HTTPD_HOST chmod 770 /tmp/HTTPD_rubbos_install.sh ssh $HTTPD_HOST /tmp/HTTPD_rubbos_install.sh +ssh root@$BENCHMARK_HOST chmod 770 /tmp/BENCHMARK_rubbos_install.sh +ssh $BENCHMARK_HOST /tmp/BENCHMARK_rubbos_install.sh + +ssh root@$BENCHMARK_HOST chmod 770 /tmp/BENCHMARK_install.sh +ssh $BENCHMARK_HOST /tmp/BENCHMARK_install.sh + ssh root@$MYSQL1_HOST chmod 770 /tmp/MYSQL1_configure.sh ssh $MYSQL1_HOST /tmp/MYSQL1_configure.sh @@ -73,6 +89,9 @@ ssh $TOMCAT1_HOST /tmp/TOMCAT1_configure.sh ssh root@$HTTPD_HOST chmod 770 /tmp/HTTPD_configure.sh ssh $HTTPD_HOST /tmp/HTTPD_configure.sh +ssh root@$BENCHMARK_HOST chmod 770 /tmp/BENCHMARK_configure.sh +ssh $BENCHMARK_HOST /tmp/BENCHMARK_configure.sh + ssh root@$TOMCAT1_HOST chmod 770 /tmp/TOMCAT1_rubbosSL_configure.sh ssh $TOMCAT1_HOST /tmp/TOMCAT1_rubbosSL_configure.sh