cdn-ops/global/overlay/etc/puppet/modules/cdn/templates/l4lb/netns-base.json.erb
Patrik Lundin db2b4ca409
Update sunet-l4lb-namespace
Make it able to delete addresses that are no longer in the netns config.
Also make it read one netns-base.json for hardware config which is
managed by puppet but also make it look for netns-sunet-cdn-agent.json
which is not created by puppet. This file will be generated by
sunet-cdn-agent and will include the configuration for dummy0.
2025-03-19 12:35:21 +01:00

20 lines
301 B
Text

{
"l4lb": {
"enp129s0f1np1": {
"ipv4": [
"130.242.64.233/31"
],
"ipv6": [
"2001:6b0:2006:74::1/127"
]
},
"enp129s0f0np0": {
"ipv4": [
"130.242.64.235/31"
],
"ipv6": [
"2001:6b0:2006:75::1/127"
]
}
}
}