Create the Day0 Configuration With a Fixed Configuration for GCP
The fixed configuration will auto-generate the cluster bootstrap configuration.
{
"AdminPassword": "password",
"Hostname": "hostname",
"FirewallMode": "Routed",
"ManageLocally": "No",
"Diagnostic": "OFF",
"Cluster": {
"CclSubnetRange": "ip_address_start ip_address_end",
"ClusterGroupName": "cluster_name"
}
}
For example:
{
"AdminPassword": "DeanW1nche$ter",
"Hostname": "ciscoftdv",
"FirewallMode": "Routed",
"ManageLocally": "No",
"Cluster": {
"CclSubnetRange": "10.10.55.2 10.10.55.253", //mandatory user input
"ClusterGroupName": "ftdv-cluster" //mandatory user input
}
}
Note | If you are copying and pasting the configuration given above, ensure that you remove //mandatory user input from the configuration. |
For the CclSubnetRange variable, note that you cannot use the first two IP addresses and the last two IP addresses in the subnet. See Reserved IP addresses in IPv4 subnets for more information. Ensure that you have at least 16 available IP addresses for clustering. Some examples of start and end IP addresses are given below.
CIDR | Start IP Address | End IP Address |
---|---|---|
10.1.1.0/27 | 10.1.1.2 | 10.1.1.29 |
10.1.1.32/27 | 10.1.1.34 | 10.1.1.61 |
10.1.1.64/27 | 10.1.1.66 | 10.1.1.93 |
10.1.1.96/27 | 10.1.1.98 | 10.1.1.125 |
10.1.1.128/27 | 10.1.1.130 | 10.1.1.157 |
10.1.1.160/27 | 10.1.1.162 | 10.1.1.189 |
10.1.1.192/27 | 10.1.1.194 | 10.1.1.221 |
10.1.1.224/27 | 10.1.1.226 | 10.1.1.253 |
10.1.1.0/24 | 10.1.1.2 | 10.1.1.253 |