Skip to content

Commit

Permalink
Merge pull request #762 from hjensas/uni01alpha-ironic-inspect-subnet…
Browse files Browse the repository at this point in the history
…-ranges

Uni01alpha ironic inspect subnet ranges
  • Loading branch information
jistr authored Dec 13, 2024
2 parents f3818fe + 5a3c7b4 commit e004af1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions scenarios/uni01alpha/config_download.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,14 @@ parameter_defaults:
host_routes: []
name: ctlplane-subnet
ip_version: 4
IronicInspectorInterface: br-baremetal
# Since we need predictable node names to be able to set this paremeter,
# it a requirement to set the ci-framework parameter cifmw_run_id with
# this value 'uni01alpha'.
IronicInspectorSubnets:
osp-controller-uni01alpha-0:
- ip_range: 172.20.1.210,172.20.1.219
osp-controller-uni01alpha-1:
- ip_range: 172.20.1.220,172.20.1.229
osp-controller-uni01alpha-2:
- 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.200
end: 172.20.0.250
- start: 172.20.1.150
end: 172.20.1.200

0 comments on commit e004af1

Please sign in to comment.