X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=XTesting%2Faiml-fw%2Fdeploy-aiml-thost.sh;h=717f4f7e66eb2ef391f40165cfbbcfbc330c7fc1;hb=HEAD;hp=edcf55ce2cef85e273f0bffbb783aed542972160;hpb=9901302381b93bc7756d914465d6b11d95ef37f2;p=it%2Ftest.git diff --git a/XTesting/aiml-fw/deploy-aiml-thost.sh b/XTesting/aiml-fw/deploy-aiml-thost.sh index edcf55c..717f4f7 100755 --- a/XTesting/aiml-fw/deploy-aiml-thost.sh +++ b/XTesting/aiml-fw/deploy-aiml-thost.sh @@ -1,7 +1,7 @@ #! /bin/bash set -x -echo "This is to deploy the AI-ML framework training host" +echo "This is to deploy the AI-ML framework training host and then add a notebook and sample data for a training test" if [ $# -lt 2 ] then @@ -15,6 +15,8 @@ KEYFILE=$2 # copy over the deploy.sh to remote scp -o StrictHostKeyChecking=no -i $KEYFILE -q deploy.sh root@${IP}:~ +scp -o StrictHostKeyChecking=no -i $KEYFILE -q cell.json root@${IP}:~ +scp -o StrictHostKeyChecking=no -i $KEYFILE -q insert.py root@${IP}:~ # copy remote IP to the hosts.yaml file echo "${IP}" >> hosts.yaml