Skip to content

Commit

Permalink
Fix routing for flavor CAPMS (#218)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertvolkmann authored Jan 28, 2025
1 parent 72acbfb commit 4b32d5e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions inventories/group_vars/control-plane/metal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ metal_api_networks:
partitionid: mini-lab
prefixes:
- 10.0.0.0/16
additionalAnnouncableCIDRs:
- 10.240.0.0/12
- id: internet-mini-lab
name: "Virtual Internet Network"
description: "Virtual Internet Network for mini-lab"
Expand Down
4 changes: 4 additions & 0 deletions mini-lab.capms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ mgmt:

topology:
nodes:
metal-control-plane-control-plane:
kind: ext-container
exec:
- ip route add 203.0.113.128/25 via 203.0.113.128 dev eth0
exit:
kind: linux
image: quay.io/frrouting/frr:10.0.1
Expand Down

0 comments on commit 4b32d5e

Please sign in to comment.