blob: b140fb83f93fad2c099336cbbb332fcff55409f2 [file] [log] [blame]
Alex3bc29ae2021-04-02 18:06:00 -05001#!/bin/bash
2cd /artifacts
3# Installing prerequisites
4apt -y update
Ievgeniia Zadorozhna7b89e5b2021-06-10 17:32:07 +03005export TZ="America/Chicago"
6ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
Ievgeniia Zadorozhna101c5f62022-07-26 17:12:53 +03007apt -y install python3-pip vim git iperf3 iperf mtr htop iputils-ping traceroute tcpdump wget iproute2 curl
Ievgeniia Zadorozhna7b89e5b2021-06-10 17:32:07 +03008pip3 install python-openstackclient python-neutronclient python-heatclient pyghmi python-octaviaclient
Alex3bc29ae2021-04-02 18:06:00 -05009
10mkdir /artifacts/cmp-check && cd /artifacts/cmp-check
11cp /artifacts/res-files/scripts/prepare.sh ./
Ievgeniia Zadorozhna615b1ba2021-05-13 14:54:51 +030012cp /artifacts/res-files/scripts/cmp_check.sh ./
Alex3bc29ae2021-04-02 18:06:00 -050013cp /artifacts/res-files/cleanup.sh ./