Skip to content

Commit

Permalink
Split FeDHCP config and metal plugin config into different files
Browse files Browse the repository at this point in the history
Move all example configuration data to a new folder
  • Loading branch information
damyan committed Nov 4, 2024
1 parent d4b3a7d commit 6d1d922
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 15 deletions.
16 changes: 1 addition & 15 deletions config.yaml → example/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,4 @@ server6:
# implement (i)PXE boot
- pxeboot: tftp://[2001:db8::1]/ipxe/x86_64/ipxe http://[2001:db8::1]/ipxe/boot6
# create Endpoint objects in kubernetes
- metal: metal_config.yaml

---
# metal_config.yaml
hosts:
- name: server-01
macAddress: 00:1A:2B:3C:4D:5E
- name: server-02
macAddress: 00:1A:2B:3C:4D:5F
namePrefix: server- # optional prefix, default: "compute-"
filter:
macPrefix:
- 00:1A:2B:3C:4D:5E
- 00:1A:2B:3C:4D:5F
- 00:AA:BB
- metal: metal_config.yaml
11 changes: 11 additions & 0 deletions example/metal_config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
hosts:
- name: server-01
macAddress: 00:1A:2B:3C:4D:5E
- name: server-02
macAddress: 00:1A:2B:3C:4D:5F
namePrefix: server- # optional prefix, default: "compute-"
filter:
macPrefix:
- 00:1A:2B:3C:4D:5E
- 00:1A:2B:3C:4D:5F
- 00:AA:BB

0 comments on commit 6d1d922

Please sign in to comment.