mirror of
https://github.com/siderolabs/talos.git
synced 2026-05-05 04:16:21 +02:00
chore(ci): add config for lldpd extension
Add `ExtensionServiceConfig` for lldpd extension. Signed-off-by: Noel Georgi <git@frezbo.dev>
This commit is contained in:
parent
9f0de9f43d
commit
db248de88d
@ -1,116 +0,0 @@
|
||||
[
|
||||
{
|
||||
"machine": {
|
||||
"install": {
|
||||
"image": .
|
||||
},
|
||||
"sysctls": {
|
||||
"user.max_user_namespaces": "11255"
|
||||
},
|
||||
"kernel": {
|
||||
"modules": [
|
||||
{
|
||||
"name": "asix"
|
||||
},
|
||||
{
|
||||
"name": "ax88179_178a"
|
||||
},
|
||||
{
|
||||
"name": "ax88796b"
|
||||
},
|
||||
{
|
||||
"name": "binfmt_misc"
|
||||
},
|
||||
{
|
||||
"name": "btrfs"
|
||||
},
|
||||
{
|
||||
"name": "cdc_ether"
|
||||
},
|
||||
{
|
||||
"name": "cdc_mbim"
|
||||
},
|
||||
{
|
||||
"name": "cdc_ncm"
|
||||
},
|
||||
{
|
||||
"name": "cdc_subset"
|
||||
},
|
||||
{
|
||||
"name": "cdc_wdm"
|
||||
},
|
||||
{
|
||||
"name": "cxgb"
|
||||
},
|
||||
{
|
||||
"name": "cxgb3"
|
||||
},
|
||||
{
|
||||
"name": "cxgb4"
|
||||
},
|
||||
{
|
||||
"name": "cxgb4vf"
|
||||
},
|
||||
{
|
||||
"name": "drbd"
|
||||
},
|
||||
{
|
||||
"name": "gasket"
|
||||
},
|
||||
{
|
||||
"name": "net1080"
|
||||
},
|
||||
{
|
||||
"name": "option"
|
||||
},
|
||||
{
|
||||
"name": "qmi_wwan"
|
||||
},
|
||||
{
|
||||
"name": "r8153_ecm"
|
||||
},
|
||||
{
|
||||
"name": "thunderbolt"
|
||||
},
|
||||
{
|
||||
"name": "thunderbolt_net"
|
||||
},
|
||||
{
|
||||
"name": "usb_wwan"
|
||||
},
|
||||
{
|
||||
"name": "usbnet"
|
||||
},
|
||||
{
|
||||
"name": "usbserial"
|
||||
},
|
||||
{
|
||||
"name": "zaurus"
|
||||
},
|
||||
{
|
||||
"name": "zfs"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"apiVersion": "v1alpha1",
|
||||
"kind": "ExtensionServiceConfig",
|
||||
"name": "tailscale",
|
||||
"environment": [
|
||||
"TS_AUTHKEY=tskey-0000000000000000"
|
||||
]
|
||||
},
|
||||
{
|
||||
"apiVersion": "v1alpha1",
|
||||
"kind": "ExtensionServiceConfig",
|
||||
"name": "nut-client",
|
||||
"configFiles": [
|
||||
{
|
||||
"content": "MONITOR ${upsmonHost} 1 remote ${upsmonPasswd} slave\nSHUTDOWNCMD \"/sbin/poweroff\"",
|
||||
"mountPath": "/usr/local/etc/nut/upsmon.conf"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
@ -45,3 +45,14 @@ configFiles:
|
||||
MONITOR ${upsmonHost} 1 remote ${upsmonPasswd} slave
|
||||
SHUTDOWNCMD "/sbin/poweroff"
|
||||
mountPath: /usr/local/etc/nut/upsmon.conf
|
||||
---
|
||||
apiVersion: v1alpha1
|
||||
kind: ExtensionServiceConfig
|
||||
name: lldpd
|
||||
configFiles:
|
||||
- content: |
|
||||
configure lldpd portidsubtype ifname
|
||||
unconfigure lldp management-addresses-advertisements
|
||||
unconfigure lldp capabilities-advertisements
|
||||
configure system description "Talos Node"
|
||||
mountPath: /usr/local/etc/lldpd/lldpd.conf
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user