Comment 2 for bug 1845215

Revision history for this message
Wei Zhou (wzhou007) wrote :

Please also verify if /16 is the valid default for cluster_pod_subset.

When having following config for cluster_pod_subset:

cluster_pod_subnet: 172.16.0.0/16
cluster_pod_start_address: 172.16.0.1
cluster_pod_end_address: 172.16.255.254

Got this error:

TASK [bootstrap/validate-config : Validate cluster_pod start and end address format] ***********************************************************************************************
ok: [localhost] => {
    "msg": "cluster_pod: 172.16.0.1 172.16.255.254"
}

TASK [bootstrap/validate-config : Validate cluster_pod start and end range] ********************************************************************************************************
changed: [localhost]

TASK [bootstrap/validate-config : Fail if address range did not meet required criteria] ********************************************************************************************
fatal: [localhost]: FAILED! => {"changed": false, "msg": "Exception: Failed validation, cluster_pod address range must contain at least 65536 addresses."}