instance setup script
[bottlenecks.git] / utils / infra_setup / README.rst
1 ==================
2 Infra Setup Guide
3 ==================
4
5 This document gives the guide of how to set up the infrastructure for the use of bottlenecks test cases.
6
7 create instances for the applications
8 =====================================
9
10 Firstly, there is a need to set up several instances for the applications which will be installed.
11
12 The script create_instances.sh will set up several instances, the parameters used in this script can be obtained according to the following,
13
14 Parameter $OPENRC_PATH is the path of where your admin-openrc.sh located, which includes the username and password of your openstack. Other parameters can be obtained under your openstack CLI as listed below,
15
16 +-------------+----------------------+
17 | parameter   | commond line commond |
18 +=============+======================+
19 | NET_ID      | neutron net-list     |
20 +-------------+----------------------+
21 | FLAVOR_TYPE | nova flavor-list     |
22 +-------------+----------------------+
23 | IMAGE_ID    | nova image-list      |
24 +-------------+----------------------+
25 | SEC_GROUP   | nova secgroup-list   |
26 +-------------+----------------------+
27
28 **Documentation tracking**
29
30 Revision: _sha1_
31
32 Build date:  _date_