summaryrefslogtreecommitdiffstats
path: root/labs/intel/idf-pod18.yaml
blob: e219e3b9c4400ffeea07c0dd124c5987469c7091 (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
##############################################################################
# Copyright (c) 2018 Intel Corporation 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
##############################################################################
---
idf:
  version: 0.1
  installer: ['joid', 'fuel']
  net_config:
    # NOTE: Network names are likely to change after the PDF spec is updated
    oob:
      interface: 0
      ip-range: 10.10.180.10-10.10.180.15
      vlan: native
      mask: 24
    admin:  # admin
      interface: 1
      vlan: native
      network: 10.10.181.0
      mask: 24
      bridge: brAdm
    mgmt:  # data
      interface: 2
      vlan: 184
      network: 10.10.184.0
      ip-range: 10.10.184.10-10.10.184.254
      mask: 24
    storage:  # storage
      interface: 3
      vlan: native
      network: 10.10.183.0
      mask: 24
    private:  # floating
      interface: 2
      vlan: 1000-1030
      network: 10.10.182.0
      mask: 24
      bridge: brExt
    public:  # public
      interface: 3
      vlan: 1183
      network: 10.10.185.0
      ip-range: 10.10.185.100-10.10.185.253
      mask: 24
      gateway: 10.10.185.1
      dns:
        - 8.8.8.8
        - 8.8.4.4
  fuel:
    jumphost:
      bridges:
        admin: 'brAdm'
        mgmt: 'mgmt18_br0'
        private: ~
        public: 'brExt'
    maas:
      # MaaS timeouts (in minutes)
      timeout_comissioning: 10
      timeout_deploying: 15
    network:
      ntp_strata_host1: 1.pool.ntp.org
      ntp_strata_host2: 0.pool.ntp.org
      node:
        # Ordered-list, index should be in sync with node index in PDF
        - interfaces: &interfaces
            # Ordered-list, index should be in sync with interface index in PDF
            - 'eno1'
            - 'eno2'
            - 'ens785f0'
            - 'ens785f1'
            - 'ens785f2'
            - 'ens785f3'
          busaddr: &busaddr
            # Bus-info reported by `ethtool -i ethX`
            - '0000:03:00.0'
            - '0000:03:00.3'
            - '0000:05:00.0'
            - '0000:05:00.1'
            - '0000:05:00.2'
            - '0000:05:00.3'
        - interfaces: *interfaces
          busaddr: *busaddr
        - interfaces: *interfaces
          busaddr: *busaddr
        - interfaces: *interfaces
          busaddr: *busaddr
        - interfaces:
            - 'eno1'
            - 'enp3s0f3'
            - 'ens785f0'
            - 'ens785f1'
            - 'ens785f2'
            - 'ens785f3'
          busaddr:
            - '0000:03:00.0'
            - '0000:03:00.3'
            - '0000:05:00.0'
            - '0000:05:00.1'
            - '0000:05:00.2'
            - '0000:05:00.3'