aboutsummaryrefslogtreecommitdiffstats
path: root/etc/infra/infra_deploy.yaml.sample
blob: 8ed7936222d7d9cce088f89af76a6882628f2cd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
nodes:
  - name: Yardstick VM
    hostname: yardstickvm
    interfaces:
      - network: management
        ip: 192.168.1.10
        netmask: 255.255.255.0
    user: ubuntu
    password: password
    image: /tmp/image1.qcow
    disk: 50000
    ram: 8192
    vcpus: 4

  - name: Controller_Compute VM
    openstack_node: controller_compute
    hostname: controller_compute
    interfaces:
      - network: management
        ip: 192.168.1.20
        netmask: 255.255.255.0
      - network: traffic
        ip: 192.20.1.20
        netmask: 255.255.255.0
    user: ubuntu
    password: password
    image: /tmp/image_2.qcow
    disk: 40000
    ram: 32768
    vcpus: 4

networks:
  - name: management
    default_gateway: True
    host_ip: 192.168.1.1
    netmask: 255.255.255.0

  - name: traffic
    default_gateway: False  # This parameter is not mandatory, default value: False
    host_ip: 192.20.1.1
    netmask: 255.255.255.0