auto_healing_enabled = "true"
to allow automatic recovery of failed nodes.
external_dns_enabled = "true"
if you want to enable external DNS.
insert_x_forward = "true"
to identify an original IP address of a client connecting to a web server via a load
create_router = "false"
to remove the external router from the network. Otherwise, the external router will be added by default.
type = "vlan"
. Otherwise, a “vxlan” network will be created by default.
connect_to_network_router = "true"
if you want your subnetwork to be accessible for public networks through an external router. If not, add connect_to_network_router = "false"
. The default value is “true”.
policy: use "affinity"
to run your servers on one physical server or “anti-affinity” to run your servers on different physical servers.