Merge "cleanup: rm node_ID from yardstick prepare_env file"
[yardstick.git] / etc / infra / infra_deploy.yaml.sample
1 nodes:
2   - name: Yardstick VM
3     hostname: yardstickvm
4     interfaces:
5       - network: management
6         ip: 192.168.1.10
7         netmask: 255.255.255.0
8     user: ubuntu
9     pasword: password
10     image: /tmp/image1.qcow
11     disk: 50000
12     ram: 8192
13     vcpus: 4
14
15   - name: Controller_Compute VM
16     openstack_node: controller_compute
17     hostname: controller_compute
18     interfaces:
19       - network: management
20         ip: 192.168.1.20
21         netmask: 255.255.255.0
22       - network: traffic
23         ip: 192.20.1.20
24         netmask: 255.255.255.0
25     user: ubuntu
26     pasword: password
27     image: /tmp/image_2.qcow
28     disk: 40000
29     ram: 32768
30     vcpus: 4
31
32 networks:
33   - name: management
34     host_ip: 192.168.1.1 # not mandatory