Align license headers with REUSE guidelines
[kuberef.git] / hw_config / equinix-metal / pdf.yaml
1 ---
2
3 # SPDX-FileCopyrightText: 2021 Anuket contributors
4 #
5 # SPDX-License-Identifier: Apache-2.0
6
7 version: 1.0
8 details:
9   pod_owner: Equinix Metal
10   contact: Equinix Metal
11   lab: EWR1
12   location: Parsipanny, USA
13   type: baremetal
14   link: https://console.equinix.com/
15 jumphost:
16   name: kuberef-jump
17   interfaces:
18     - name: 'nic1'
19       mac_address: "52:54:00:4a:e8:2d"
20 nodes:
21   - name: node1
22     interfaces:
23       - name: 'nic1'
24         # Update with public IP of target server 1 (master)
25         address: <Server IP>
26   - name: node2
27     interfaces:
28       - name: 'nic1'
29         # Update with public IP of target server 2 (worker)
30         address: <Server IP>