X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=XTesting%2Faiml-fw%2Fdeploy.sh;h=e472b90c3c5d369ec119178be34742b12ad91925;hb=HEAD;hp=5ebd275286a1fb5644add6db4dc50d2207a339c0;hpb=9901302381b93bc7756d914465d6b11d95ef37f2;p=it%2Ftest.git diff --git a/XTesting/aiml-fw/deploy.sh b/XTesting/aiml-fw/deploy.sh index 5ebd275..e472b90 100644 --- a/XTesting/aiml-fw/deploy.sh +++ b/XTesting/aiml-fw/deploy.sh @@ -7,3 +7,15 @@ git clone "https://gerrit.o-ran-sc.org/r/aiml-fw/aimlfw-dep" /aimlfw-dep cd /aimlfw-dep bin/install_traininghost.sh 2>&1 | tee /tmp/install-thost-`echo $RANDOM`.log + +# deploy InfluxDB as the data lake +helm repo add bitnami https://charts.bitnami.com/bitnami +helm install my-release bitnami/influxdb + +# install the dependencies for populating InfluxDB +pip3 install pandas +pip3 install influxdb-client + +# populate the sample data in InfluxDB as source for training +cd /root +python3 insert.py