Separate pods for Ubuntu Rally due to dependency mess

  Related-PROD: PROD-36128

Change-Id: I5020af4ba036cab9a59403610a4a2ce40678abc9
diff --git a/k8s/init-ubuntu.sh b/k8s/init-ubuntu.sh
new file mode 100644
index 0000000..4198749
--- /dev/null
+++ b/k8s/init-ubuntu.sh
@@ -0,0 +1,11 @@
+#!/bin/bash
+cd /artifacts
+# Installing prerequisites
+apt -y update
+apt -y install python3-pip vim git iperf3 mtr htop iputils-ping traceroute tcpdump wget iproute2 curl
+pip3 install python-openstackclient python-neutronclient pyghmi
+
+mkdir /artifacts/cmp-check && cd /artifacts/cmp-check
+cp /artifacts/res-files/scripts/prepare.sh ./
+cp /artifacts/res-files/scripts/cmp-check.sh ./
+cp /artifacts/res-files/cleanup.sh ./