Code Review
/
yardstick.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
Merge "Replace assertEqual(None, xx) with assertIsNone(xx)"
[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
password: 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
password: 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
35
netmask: 255.255.255.0