aboutsummaryrefslogtreecommitdiffstats
path: root/labs/arm/pod5.yaml
blob: f8dea3a8d14ad2b980cbfcf3c20b5290a8756fb0 (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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
---
### Enea ARM POD 5 descriptor file ###

details:
  pod_owner: ENEA AB
  contact: dan.lilliehorn@enea.com
  lab: ENEA lab
  location: Stockholm, Sweden
  type: production
  link: https://wiki.opnfv.org/display/pharos/Enea+Hosting
######################################################
net_config:
  oob:
    interface: 0
    ip-range: 10.0.8.3-10.0.8.10
    vlan: 0
  admin:
    interface: 1
    vlan: 0
    network: 192.168.11.0
    mask: 24
  mgmt:
    interface: 2
    vlan: 2183
    network: 172.16.10.0
    mask: 24
  storage:
    interface: 2
    vlan: 2184
    network: 10.2.0.0
    mask: 24
  private:
    interface: 2
    vlan: 2185
    network: 10.1.0.0
    mask: 24
  public:
    interface: 2
    vlan: 0
    network: 10.0.8.0
    mask: 24
    gateway: 10.0.8.254
    dns:
      - 8.8.8.8
      - 8.8.4.4
######################################################
jumphost:
  name: jenkins-slave-arm-pod5
  node:
    type: baremetal
    vendor: Cavium
    model: ThunderX
    arch: aarch64
    cpus: 1
    cpu_cflags: fp asimd evtstrm aes pmull sha1 sha2 crc32
    cores: 48
    memory: 128G
  disks:
    - name: disk1
      disk_capacity: 500G
      disk_type: hdd
      disk_interface: sata
      disk_rotation: 7200
  os: ubuntu-16.04
  remote_params: &remote_params
    type: ipmi
    versions:
      - 2.0
    user: admin
    pass: admin
  remote_management:
    <<: *remote_params
    address: 10.0.1.32
    mac_address: "40:8D:5C:BA:B9:6A"
  interfaces:
    - "40:8D:5C:BA:B9:6A"
    - "00:0f:b7:04:00:c0"
    - "00:0f:b7:04:00:c1"
    - "00:0f:b7:04:00:c2"
    - "68:05:ca:34:60:e3"
  fixed_ips:
    admin: 192.168.11.1
    mgmt: 172.16.10.1
    public: 10.0.8.9
######################################################
nodes:
  - name: softiron-3
    node: &nodeparams
        type: baremetal
        vendor: Softiron
        model: Overdrive 3000
        arch: aarch64
        cpus: 1
        cpu_cflags: fp asimd evtstrm aes pmull sha1 sha2 crc32
        cores: 8
        memory: 32G
    disks: &disks
      - name: 'disk1'
        disk_capacity: 128G
        disk_type: ssd
        disk_interface: sata
        disk_rotation: ''
      - name: 'disk2'
        disk_capacity: 2048G
        disk_type: hdd
        disk_interface: sata
        disk_rotation: 7200
    remote_management:
        <<: *remote_params
        address: 10.0.8.3
        mac_address: "e0:ff:f7:00:04:99"
    interfaces:
        - "e0:ff:f7:00:04:99"
        - "e0:ff:f7:00:08:ae"
        - "e0:ff:f7:00:08:af"
    fixed_ips:
      admin: 192.168.11.2
      mgmt: 172.16.10.141
      public: 10.0.8.141
######################################################
  - name: softiron-4
    node: *nodeparams
    disk: *disks
    remote_management:
      <<: *remote_params
      address: 10.0.8.4
      mac_address: "e0:ff:f7:00:05:00"
    interfaces:
      - "e0:ff:f7:00:05:00"
      - "e0:ff:f7:00:08:b1"
      - "e0:ff:f7:00:08:b2"
    fixed_ips:
      admin: 192.168.11.3
      mgmt: 172.16.10.142
      public: 10.0.8.142
######################################################
  - name: softiron-5
    node: *nodeparams
    disk: *disks
    remote_management:
      <<: *remote_params
      address: 10.0.8.5
      mac_address: "e0:ff:f7:00:04:a9"
    interfaces:
      - "e0:ff:f7:00:04:a9"
      - "e0:ff:f7:00:08:bd"
      - "e0:ff:f7:00:08:be"
    fixed_ips:
      admin: 192.168.11.4
      mgmt: 172.16.10.143
      public: 10.0.8.143
######################################################
  - name: softiron-6
    node: *nodeparams
    disk: *disks
    remote_management:
      <<: *remote_params
      address: 10.0.8.6
      mac_address: "e0:ff:f7:00:04:78"
    interfaces:
      - "e0:ff:f7:00:04:78"
      - "e0:ff:f7:00:08:c6"
      - "e0:ff:f7:00:08:c7"
    fixed_ips:
      admin: 192.168.11.5
      mgmt: 172.16.10.101
      public: 10.0.8.101
######################################################
  - name: softiron-7
    node: *nodeparams
    disk: *disks
    remote_management:
      <<: *remote_params
      address: 10.0.8.7
      mac_address: "e0:ff:f7:00:05:19"
    interfaces:
      - "e0:ff:f7:00:05:19"
      - "e0:ff:f7:00:08:cf"
      - "e0:ff:f7:00:08:d0"
    fixed_ips:
      admin: 192.168.11.6
      mgmt: 172.16.10.102
      public: 10.0.8.102