Add support for deploying to Equinix Metal bare-metal servers
[kuberef.git] / hw_config / equinix-metal / pdf.yaml
1 ---
2 # SPDX-license-identifier: Apache-2.0
3 ##############################################################################
4 # Copyright (c) 2020
5 # All rights reserved. This program and the accompanying materials
6 # are made available under the terms of the Apache License, Version 2.0
7 # which accompanies this distribution, and is available at
8 # http://www.apache.org/licenses/LICENSE-2.0
9 ##############################################################################
10
11 version: 1.0
12 details:
13   pod_owner: Equinix Metal
14   contact: Equinix Metal
15   lab: EWR1
16   location: Parsipanny, USA
17   type: baremetal
18   link: https://console.equinix.com/
19 jumphost:
20   name: kuberef-jump
21   interfaces:
22     - name: 'nic1'
23       mac_address: "52:54:00:4a:e8:2d"
24 nodes:
25   - name: node1
26     interfaces:
27       - name: 'nic1'
28         # Update with public IP of target server 1 (master)
29         address: <Server IP>
30   - name: node2
31     interfaces:
32       - name: 'nic1'
33         # Update with public IP of target server 2 (worker)
34         address: <Server IP>