Skip to content

[OS-16388] Add dns nameserver to subnets

Luis Fernandez Alvarez requested to merge add-dns into master

dry-run output:

./landb-tools/landb-neutron-cluster-create --cluster "VMPOOL S513-V-VM962" --tag cell_test

[W] IP service "S513-V-VM962" already has IP addresses in use.
[I] openstack network cluster create "VMPOOL S513-V-VM962"
[I] openstack subnet create --ip-version 4 --tag cell_test --no-dhcp --network CERN_NETWORK --subnet-range 188.185.63.32/27 --allocation-pool start=188.185.63.40,end=188.185.63.62 --gateway 188.185.63.33 --dns-nameserver 137.138.16.5 --dns-nameserver 137.138.17.5 S513-V-VM962
[I] openstack subnet create --ip-version 6 --tag cell_test --no-dhcp --network CERN_NETWORK --subnet-range 2001:1458:d00:53::/64  --allocation-pool start=2001:1458:d00:53::100:0,end=2001:1458:d00:53::100:ffff --dns-nameserver 2001:1458:201:1000::5 --dns-nameserver 2001:1458:201:1100::5 S513-V-VM962-V6
[I] neutron cluster-insert-subnet "VMPOOL S513-V-VM962" S513-V-VM962
[I] neutron cluster-insert-subnet "VMPOOL S513-V-VM962" S513-V-VM962-V6
Edited by Luis Fernandez Alvarez

Merge request reports