blob: a52e0222e4336ed4ee849147e6e039518897ddda [file] [log] [blame]
Yang Xu21b09c92019-06-13 13:19:20 -04001#!/bin/bash
2#
3# Copyright 2019 Futurewei Technologies Co., Ltd.
4#
5# Licensed under the Apache License, Version 2.0 (the "License");
6# you may not use this file except in compliance with the License.
7# You may obtain a copy of the License at
8#
9# http://www.apache.org/licenses/LICENSE-2.0
10#
11
12apt-get install -y python-pip
13pip install ipaddress
14pip install pyyaml
15pip install mysql-connector-python
16pip install progressbar2
17pip install python-novaclient
18pip install python-openstackclient
19pip install netaddr
20pip install kubernetes