Skip to content

Commit

Permalink
vm_network_test_ip parameter addition at inventory.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ldornele authored and nocturnalastro committed Oct 30, 2023
1 parent 9010a3e commit 859692a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions inventory.yml.sample
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ all:
# The IP address pool to use for service IP addresses
service_network_cidr: 172.30.0.0/16

# Check network connection when vm_host and bastion are the same
vm_network_test_ip: 8.8.8.8 # This should be an IP external to the bastion and vm_host

# Cluster network settings. You are unlikely to need to change these
cluster_network_cidr: 10.128.0.0/14 # The subnet, internal to the cluster, on which pods will be assigned IPs
cluster_network_host_prefix: 23 # The subnet prefix length to assign to each individual node.
Expand Down

0 comments on commit 859692a

Please sign in to comment.