summaryrefslogtreecommitdiffstats
path: root/labs/zte/pod9.yaml
blob: c18d244e4903a6272cc649a687c8b5d4ce8069e1 (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
##############################################################################
# Copyright (c) 2018 ZTE, Mirantis Inc., Enea AB and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Apache License, Version 2.0
# which accompanies this distribution, and is available at
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################
---
### ZTE POD 9 descriptor file ###

version: 1.0
details:
  pod_owner: Zhiijang Hu
  contact: huzhijiang@zte.com.cn
  lab: ZTE Pharos Lab
  location: Nanjing, China
  type: production
  link: https://wiki.opnfv.org/display/pharos/ZTE+SH+Testlab
##############################################################################
jumphost:
  name: pod9-jump
  node:
    type: baremetal
    vendor: ZTE
    model: R5300
    arch: x86_64
    cpus: 2
    cpu_cflags: haswell
    cores: 12
    memory: 35G
  disks:
    - name: 'disk1'
      disk_capacity: 107G
      disk_type: hdd
      disk_interface: sas
      disk_rotation: 10000
  os: CentOS-7
  remote_params: &remote_params
    type: ipmi
    versions:
      - 2.0
    user: >
      ENC[PKCS7,MIIBeQYJKoZIhvcNAQcDoIIBajCCAWYCAQAxggEhMIIBHQIBADAFMAACAQEw
      DQYJKoZIhvcNAQEBBQAEggEAIX8TfBkmSFZEE/44AXRKK8ATlkqmfMBcDHM5
      IrDbb8KXzyuKXK82u4KPaCxS1dmQehyba6WHih9euMrDFVTobZ/EIW4cKEvx
      oS7DoFRDh3j9+lAE35ggHPWQnkGhgERUuMUtyia4xk+EURG/wO0iQhxrNoUg
      fKe1jbuKq4Tr1ldunYJqmxtZn/SwVWiJfoGRIdFGJ0iO6ApVnqDIC+5IeBVv
      gm9BLT39o7M37rY/5AQt0SoTRtnQo2kKhjUsp+46LL3/tQBlzZBLCsGwskru
      qcZmWlg9SsLePSkqrLBiNeL1EJVu7VRdikKWu43qRLZSMhEQsu6rqkeCviYu
      QOkh+TA8BgkqhkiG9w0BBwEwHQYJYIZIAWUDBAEqBBCRBGGIXFDcQnOO1MjU
      36+DgBB7IJHcJciyO0PTGqIs58OH]
    pass: >
      ENC[PKCS7,MIIBeQYJKoZIhvcNAQcDoIIBajCCAWYCAQAxggEhMIIBHQIBADAFMAACAQEw
      DQYJKoZIhvcNAQEBBQAEggEAOnq6dIeck0YPh1OiXSU+gsUKG5cmIlqCB7ks
      Jj0F524a8mojWB3GGSi0tdy+ZcBotTgMFm5yV4JaSmUi7f+w+3T5y7e7meKB
      MmnuGq8AOKOfSxnI8+sUOcY8zLgNaztZk0dv/PzLydoSc5k+1uqHkakcPBHy
      dJW9rWLSKcbFUHSOWI+tcKxx5UYY26BdqNy77YRu5ZnbW1z+xHmpcXuU4XHY
      +Dt1qb1EkkOQ9p0wuBRNsn+xCLFNHv5tKod3nsQk0fkPsMSRGY57rSkPs8HI
      bmkmoII5biA02bTjtb3jATPoH5mMa7hU8aaZM1qkXCejP2QIDikAgyWeiMp8
      /kt2bjA8BgkqhkiG9w0BBwEwHQYJYIZIAWUDBAEqBBDehpNTtsY3HlqAGCLe
      WSgUgBDYj5D5l/12XoUNXxGDebYT]
  remote_management:
    <<: *remote_params
    # Not used, fill in with dummy values
    address: 0.0.0.0
    mac_address: "00:00:00:00:00:00"
  interfaces:
    - mac_address: "00:1b:21:89:30:87"
      speed: 10gb
      address: 10.20.7.1
      name: 'nic1'
nodes:
  - name: pod9-node1
    node: &nodeparas
      type: baremetal
      vendor: ZTE
      model: E9000
      arch: x86_64
      cpus: 2
      cpu_cflags: hasewell
      cores: 14
      memory: 128G
    disks:
      - name: 'disk1'
        disk_capacity: 1198G
        disk_type: hdd
        disk_interface: sas
        disk_rotation: 10000
    remote_management:
      <<: *remote_params
      address: 192.168.176.166
      mac_address: "74:4a:a4:03:bf:93"
    interfaces:
      - mac_address: "74:4a:a4:03:bf:96"
        speed: 1gb
        features: null
        name: 'nic1'
      - mac_address: "74:4a:a4:05:ee:86"
        speed: 10gb
        features: dpdk|sriov
        name: 'nic2'
  - name: pod9-node2
    node: *nodeparas
    disks: &disks
      - name: 'disk1'
        disk_capacity: 600G
        disk_type: hdd
        disk_interface: sas
        disk_rotation: 10000
      - name: 'disk2'
        disk_capacity: 600G
        disk_type: hdd
        disk_interface: sas
        disk_rotation: 10000
    remote_management:
      <<: *remote_params
      address: 192.168.176.167
      mac_address: "74:4a:a4:03:bf:c3"
    interfaces:
      - mac_address: "74:4a:a4:03:bf:c6"
        speed: 1gb
        features: null
        name: 'nic1'
      - mac_address: "74:4a:a4:05:ee:9a"
        speed: 10gb
        features: dpdk|sriov
        name: 'nic2'
  - name: pod9-node3
    node: *nodeparas
    disks: *disks
    remote_management:
      <<: *remote_params
      address: 192.168.176.168
      mac_address: "74:4a:a4:03:bf:fb"
    interfaces:
      - mac_address: "74:4a:a4:03:bf:fe"
        speed: 1gb
        features: null
        name: 'nic1'
      - mac_address: "74:4a:a4:05:ee:7e"
        speed: 10gb
        features: dpdk|sriov
        name: 'nic2'