Skip to content

Commit

Permalink
Align ironic network IP range to uni01alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
hjensas committed Dec 12, 2024
1 parent 92db9f6 commit 5a3c7b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions scenarios/uni01alpha/config_download.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ parameter_defaults:
# this value 'uni01alpha'.
IronicInspectorSubnets:
osp-controller-uni01alpha-0:
- ip_range: 172.20.0.210,172.20.0.219
- ip_range: 172.20.1.210,172.20.1.219
osp-controller-uni01alpha-1:
- ip_range: 172.20.0.220,172.20.0.229
- ip_range: 172.20.1.220,172.20.1.229
osp-controller-uni01alpha-2:
- ip_range: 172.20.0.230,172.20.0.239
- ip_range: 172.20.1.230,172.20.1.239
6 changes: 3 additions & 3 deletions scenarios/uni01alpha/network_data.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
dns_domain: ironic.{{ cloud_domain }}.
subnets:
ironic_subnet:
ip_subnet: 172.20.0.0/24
ip_subnet: 172.20.1.0/24
allocation_pools:
- start: 172.20.0.150
end: 172.20.0.200
- start: 172.20.1.150
end: 172.20.1.200

0 comments on commit 5a3c7b4

Please sign in to comment.