--- # TODO(bogdando): cells-specific DNS domains # NOTE(bogdando): in this flat networking /24 model, we get: # VIP_ind = base + cell(0..max_cells-1) * max_cells + ind(0..max_cells-1) - name: ctlplane_vip network: ctlplane ip_address: 192.168.122.93 subnet: ctlplane-subnet dns_name: multicell # cell1 - name: internal_api_vip network: internal_api ip_address: 172.17.0.133 subnet: internal_api_subnet dns_name: multicell # cell1 - name: storage_vip network: storage subnet: storage_subnet ip_address: 172.18.0.143 dns_name: multicell # cell1 - name: storage_mgmt_vip network: storage_mgmt subnet: storage_mgmt_subnet ip_address: 172.20.0.153 dns_name: multicell # cell1 - name: external_vip network: external subnet: external_subnet ip_address: 172.21.0.83 dns_name: multicell # cell1