Skip to content

Commit

Permalink
hook - ironic_network - set nameserver
Browse files Browse the repository at this point in the history
We need to resolve the name from the infra dns server on
the controlplane infra.
  • Loading branch information
hjensas authored and openshift-merge-bot[bot] committed Jun 26, 2024
1 parent 1a4c677 commit a813d33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hooks/playbooks/ironic_network.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
_namespace: openstack
_subnet_range: '172.20.1.0/24'
_subnet_gateway: '172.20.1.1'
_subnet_nameserver: '192.168.122.80'
_subnet_alloc_pool_start: '172.20.1.100'
_subnet_alloc_pool_end: '172.20.1.200'
_provider_physical_network: ironic
Expand Down Expand Up @@ -34,4 +35,5 @@
--network provisioning \
--subnet-range {{ _subnet_range }} \
--gateway {{ _subnet_gateway }} \
--dns-nameserver {{ _subnet_nameserver }} \
--allocation-pool start={{ _subnet_alloc_pool_start }},end={{ _subnet_alloc_pool_end }}

0 comments on commit a813d33

Please sign in to comment.