Skip to content

Commit

Permalink
IPv6 Support
Browse files Browse the repository at this point in the history
  • Loading branch information
majst01 committed Jul 4, 2024
1 parent c5af5e1 commit 9815e42
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion inventories/group_vars/all/images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metal_stack_release_version: develop

# metal_hammer_image_url: https://images.metal-stack.io/metal-hammer/pull-requests/<pr-number-and-title>/metal-hammer-initrd.img.lz4
# metal_api_image_name:
# metal_api_image_tag:
metal_api_image_tag: ipv6-support
# metal_metalctl_image_name:
# metal_metalctl_image_tag:
# metal_masterdata_api_image_name:
Expand Down
22 changes: 22 additions & 0 deletions inventories/group_vars/control-plane/metal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,16 @@ metal_api_networks:
partitionid: mini-lab
prefixes:
- 10.0.0.0/16
- id: tenant-super-network-ipv6-mini-lab
name: "Project Super Network IPv6"
description: "Super network of all project networks"
nat: false
privatesuper: true
underlay: false
destinationprefixes: []
partitionid: mini-lab
prefixes:
- fd00:000a::/48
- id: internet-mini-lab
name: "Virtual Internet Network"
description: "Virtual Internet Network for mini-lab"
Expand All @@ -78,6 +88,18 @@ metal_api_networks:
labels:
network.metal-stack.io/default: ""
network.metal-stack.io/default-external: ""
- id: internet-ipv6-mini-lab
name: "Virtual Internet Network IPv6"
description: "Virtual Internet Network for mini-lab"
nat: true
privatesuper: false
underlay: false
destinationprefixes:
- ::/0
partitionid: "mini-lab"
vrf: 106009
prefixes:
- fd00:000b::/48
- id: underlay-mini-lab
name: "Underlay Network"
description: "Underlay Network for mini-lab"
Expand Down

0 comments on commit 9815e42

Please sign in to comment.