Skip to content

Infere dns_service_ip from service_cluster_ip_range

Radu Carpa requested to merge rcarpa/magnum:infere_dns_service_ip into cern/train

when setting a custom service_cluster_ip_range label, the default cluster dns service ip (10.254.0.10) may end being outside the service IP range which results in DNS not working in the cluster.

Heat templates already support setting the needed variable. Automatically take the 10th ip address from the service range. This should fix the issue of DNS not working for people who set the service_cluster_ip_range label while keeping things unchanged for those who don't set it.

Merge request reports