~narindergupta/opnfv/stable-R2

« back to all changes in this revision

Viewing changes to labconfig/orange/pod1/labconfig.yaml

  • Committer: Aric Gardner
  • Date: 2015-06-10 17:51:44 UTC
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: git-v1:be443e888dc2d068dfb9629d11d4ae3883ebd431
Adding LICENSE and INFO file

Change-Id: Ibb6b6063c2a61d838dbce73c574d11b8166bbfa9
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
lab:
2
 
  location: orange
3
 
  racks:
4
 
  - rack: pod1
5
 
    nodes:
6
 
    - name: rack-1-m1
7
 
      architecture: x86_64
8
 
      roles: [compute,control,storage]
9
 
      nics:
10
 
      - ifname: eth0
11
 
        spaces: [admin]
12
 
        mac: ["68:b5:99:74:e3:a8"]
13
 
      - ifname: eth2
14
 
        spaces: [data]
15
 
        mac: ["68:b5:99:74:e3:ae"]
16
 
      - ifname: eth3
17
 
        spaces: [storage]
18
 
        mac: ["68:b5:99:74:e3:ac"]
19
 
      power:
20
 
        type: ipmi
21
 
        address: 192.168.1.11
22
 
        user: Administrator
23
 
        pass: pod1Admin
24
 
    - name: rack-1-m2
25
 
      architecture: x86_64
26
 
      roles: [control,network]
27
 
      nics:
28
 
      - ifname: eth0
29
 
        spaces: [admin]
30
 
        mac: ["68:b5:99:75:05:5e"]
31
 
      - ifname: eth2
32
 
        spaces: [data]
33
 
        mac: ["68:b5:99:75:05:64"]
34
 
      - ifname: eth3
35
 
        spaces: [storage]
36
 
        mac: ["68:b5:99:75:05:62"]
37
 
      power:
38
 
        type: ipmi
39
 
        address: 192.168.1.12
40
 
        user: Administrator
41
 
        pass: pod1Admin
42
 
    - name: rack-1-m3
43
 
      architecture: x86_64
44
 
      roles: [compute,control,storage]
45
 
      nics:
46
 
      - ifname: eth0
47
 
        spaces: [admin]
48
 
        mac: ["94:57:a5:52:53:7c"]
49
 
      - ifname: eth3
50
 
        spaces: [data]
51
 
        mac: ["94:57:a5:52:53:7f"]
52
 
      - ifname: eth2
53
 
        spaces: [storage]
54
 
        mac: ["94:57:a5:52:53:7e"]
55
 
      power:
56
 
        type: ipmi
57
 
        address: 192.168.1.13
58
 
        user: Administrator
59
 
        pass: pod1Admin
60
 
    - name: rack-1-m4
61
 
      architecture: x86_64
62
 
      roles: [compute,storage]
63
 
      nics:
64
 
      - ifname: eth0
65
 
        spaces: [admin]
66
 
        mac: ["94:57:a5:52:c1:54"]
67
 
      - ifname: eth3
68
 
        spaces: [data]
69
 
        mac: ["94:57:a5:52:c1:57"]
70
 
      - ifname: eth2
71
 
        spaces: [storage]
72
 
        mac: ["94:57:a5:52:c1:56"]
73
 
      power:
74
 
        type: ipmi
75
 
        address: 192.168.1.14
76
 
        user: Administrator
77
 
        pass: pod1Admin
78
 
    - name: rack-1-m5
79
 
      architecture: x86_64
80
 
      roles: [network]
81
 
      nics:
82
 
      - ifname: eth0
83
 
        spaces: [admin]
84
 
        mac: ["94:57:a5:52:c1:d8"]
85
 
      - ifname: eth3
86
 
        spaces: [data]
87
 
        mac: ["94:57:a5:52:c1:db"]
88
 
      - ifname: eth2
89
 
        spaces: [storage]
90
 
        mac: ["94:57:a5:52:c1:da"]
91
 
      power:
92
 
        type: ipmi
93
 
        address: 192.168.1.15
94
 
        user: Administrator
95
 
        pass: pod1Admin
96
 
    floating-ip-range: 10.0.1.5,10.0.1.254,10.0.1.1,10.0.1.0/24
97
 
    public-api-ip: 10.0.1.4
98
 
    ext-port: "br-eth1"
99
 
    dns: 192.168.1.1
100
 
    osdomainname: pod1.opnfv.fr
101
 
opnfv:
102
 
  release: c
103
 
  distro: xenial
104
 
  type: noha
105
 
  openstack: mitaka
106
 
  sdncontroller:
107
 
  - type: odl
108
 
  feature: odl_l2
109
 
  storage:
110
 
  - type: ceph
111
 
    disk: /dev/sdb
112
 
  spaces:
113
 
  - type: admin
114
 
    bridge: brAdm
115
 
    cidr: 192.168.1.0/24
116
 
    gateway: 192.168.1.1
117
 
    vlan:
118
 
  - type: data
119
 
    bridge: brData
120
 
    cidr: 192.168.11.0/24
121
 
    gateway:
122
 
    vlan:
123
 
  - type: storage
124
 
    bridge: brStorage
125
 
    cidr: 192.168.21.0/24
126
 
    gateway: