blob: 100190f05d02c2bf1e8f7f730e1aab24ddeb993e [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
Yang Xu1b31a1d2019-06-26 01:50:15 -040019pip install python-heatclient
Yang Xu21b09c92019-06-13 13:19:20 -040020pip install netaddr
21pip install kubernetes