Yang Xu | 21b09c9 | 2019-06-13 13:19:20 -0400 | [diff] [blame] | 1 | #!/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 | |
| 12 | apt-get install -y python-pip |
| 13 | pip install ipaddress |
| 14 | pip install pyyaml |
| 15 | pip install mysql-connector-python |
| 16 | pip install progressbar2 |
| 17 | pip install python-novaclient |
| 18 | pip install python-openstackclient |
Yang Xu | 1b31a1d | 2019-06-26 01:50:15 -0400 | [diff] [blame] | 19 | pip install python-heatclient |
Yang Xu | 21b09c9 | 2019-06-13 13:19:20 -0400 | [diff] [blame] | 20 | pip install netaddr |
| 21 | pip install kubernetes |