aboutsummaryrefslogtreecommitdiffstats
path: root/labs/lf/pod1/pod.yaml
blob: db498c7089e9f8406b3aebc6b806aa3dee551a18 (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
---
### LF POD 2 descriptor file ###

global_details:
  pod owner: Aric Gardner
  contact: agardner@linuxfoundation.org
  arch: x86_64
  ipmi_username: "admin"
  ipmi_password: "secret"
  ipmi_ips:
    - 172.30.8.69
    - 172.30.8.78
    - 172.30.8.67
    - 172.30.8.76
    - 172.30.8.71
jumphost:
  name: 'lf_pod1'
  user: 'opnfv'
  pass: 'secret'
  ip: 172.30.9.66

interfaces:
  - features:
      - dpdk
      - sriov
    mac_addresses:
      jumphost: "00:25:B5:CC:00:4E"
      node1: "00:25:B5:CC:00:1E"
      node2: "00:25:B5:CC:00:5D"
      node3: "00:25:B5:CC:00:1D"
      node4: "00:25:B5:CC:00:3C"
      node5: "00:25:B5:CC:00:5B"
      ###
    mac_addresses2:
      jumphost: "00:25:B5:CC:00:3F"
      node1: "00:25:B5:CC:00:0E"
      node2: "00:25:B5:CC:00:4D"
      node3: "00:25:B5:CC:00:0D"
      node4: "00:25:B5:CC:00:2C"
      node5: "00:25:B5:CC:00:4B"
    mac_addresses3:
      jumphost: "00:25:B5:CC:00:2E"
      node1: "00:25:B5:CC:00:3E"
      node2: "00:25:B5:CC:00:1F"
      node3: "00:25:B5:CC:00:3D"
      node4: "00:25:B5:CC:00:5C"
      node5: "00:25:B5:CC:00:1C"
    mac_addressesr4:
      jumphost: "00:25:B5:CC:00:5E"
      node1: "00:25:B5:CC:00:4F"
      node2: "00:25:B5:CC:00:5F"
      node3: "00:25:B5:CC:00:2D"
      node4: "00:25:B5:CC:00:4C"
      node5: "00:25:B5:CC:00:0C"
      ###

    networks:
      - vlan: native
        cidr: 192.30.9.0/24
        gateway: 192.30.9.1
        apex:
          opnfv_net: admin
        fuel:
          opnfv_net: pxe
        joid:
          opnfv_net: interal_api

      - vlan: 101
        cidr: 10.0.1.0/24
        fuel:
          opnfv_net: tenant
          tenant_type: vlan

      - vlan: 102
        cidr: 10.0.2.0/24
        fuel:
          opnfv_net: management
          tenant_type: vlan
      - vlan: 103
        cidr: 10.0.3.0/24
        fuel:
          opnfv_net: tenant
          tenant_type: vlan
  # 10 vlans 5 vlans on the private 2+ nics
  # public, private, admin(pxe), management, storage
  - features:
      - dpdk
      - sriov
    mac_addresses:
      jumphost: "74:4a:a4:00:91:b3"
      node1: "74:4a:a4:00:91:b3"
      node2: "74:4a:a4:00:91:b3"
      node3: "74:4a:a4:00:91:b3"
      node4: "74:4a:a4:00:91:b3"
      networks:
        - vlan: native
          cidr: 10.1.0.0/24
          apex:
            opnfv_net: tenant
            tenant_type: vxlan
          fuel:
            opnfv_net: pxe
        - vlan: 101
          cidr: 10.1.1.0/24
          fuel:
            opnfv_net: tenant
            tenant_type: vlan
        - vlan: 102
          cidr: 10.1.2.0/24
          fuel:
            opnfv_net: management
            tenant_type: vlan
        - vlan: 103
          cidr: 10.1.3.0/24
          fuel:
            opnfv_net: tenant
            tenant_type: vlan