Skip to content

Commit

Permalink
Merge pull request #786 from ciecierski/hci-adoption-ext-net
Browse files Browse the repository at this point in the history
Adjust external network to match HCI greenfield
  • Loading branch information
openshift-merge-bot[bot] authored Feb 4, 2025
2 parents d3b0c48 + cbc5e35 commit ae0bf83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scenarios/hci/network_data.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@
subnets:
external_subnet:
vlan: 44
ip_subnet: '172.21.0.0/24'
allocation_pools: [{'start': '172.21.0.120', 'end': '172.21.0.250'}]
ip_subnet: '10.0.0.0/24'
allocation_pools: [{'start': '10.0.0.150', 'end': '10.0.0.250'}]

0 comments on commit ae0bf83

Please sign in to comment.