summaryrefslogtreecommitdiffstats
path: root/labconfig/example/blank/labconfig.yaml
blob: 991e409e9efc3ff80ccc6998a835ccb2979c60a8 (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
42
43
44
45
lab:
  location: # TODO
  racks:
  - rack: # TODO
    nodes:
    - name: # TODO
      architecture: x86_64
      roles: [] # TODO
      nics:
      - ifname: eth0
        spaces: [admin]
        mac: [""] # TODO
      - ifname: eth1
        spaces: [floating]
        mac: [""] # TODO
      power:
        type: ipmi
        address: # TODO
        user: # TODO
        pass: # TODO
    floating-ip-range: # TODO
    ext-port: eth1
    dns: 8.8.8.8
opnfv:
    distro: xenial
    openstack: ocata
    release: d
    type: # TODO
    sdncontroller:
    - type: nosdn
    storage:
    - type: ceph
      disk: /dev/sdb
    feature: nofeature
    spaces:
    - type: admin
      bridge: brAdmin
      cidr: # TODO
      gateway:
      vlan:
    - type: floating
      bridge: # TODO
      cidr: # TODO
      gateway: # TODO
      vlan: