Dhcp server enabled handling (#282)

* switch to go.uber.org/mock

* #281 special handling for dhcpServerEnabled
This commit is contained in:
Marc Brugger
2024-01-17 19:29:25 +01:00
committed by GitHub
parent c401c790bc
commit 3c0115b71c
6 changed files with 79 additions and 3 deletions

View File

@@ -15,6 +15,7 @@ replica:
insecureSkipVerify: false
autoSetup: false
interfaceName: eth3
dhcpServerEnabled: false
cron: '*/15 * * * *'
runOnStart: true
printConfigOnly: true

View File

@@ -15,6 +15,7 @@ replicas:
insecureSkipVerify: false
autoSetup: false
interfaceName: eth3
dhcpServerEnabled: false
cron: '*/15 * * * *'
runOnStart: true
printConfigOnly: true

View File

@@ -15,6 +15,7 @@ replica:
insecureSkipVerify: false
autoSetup: false
interfaceName: eth3
dhcpServerEnabled: false
replicas:
- url: https://replicas-file:443
webURL: https://replicas-file:443
@@ -24,6 +25,7 @@ replicas:
insecureSkipVerify: false
autoSetup: false
interfaceName: eth3
dhcpServerEnabled: false
cron: '*/15 * * * *'
runOnStart: true
printConfigOnly: true