Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uni01alpha ironic inspect subnet ranges #762

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading