Skip to content

Instantly share code, notes, and snippets.

@MonadicT
Last active July 3, 2019 00:05
Show Gist options
  • Select an option

  • Save MonadicT/bc64f4f472fd0afb161560c2be235f02 to your computer and use it in GitHub Desktop.

Select an option

Save MonadicT/bc64f4f472fd0afb161560c2be235f02 to your computer and use it in GitHub Desktop.
BRIDGE_IF= "enp4s0f1" #Host interface to use for bridge interface creation in guest
MASTER_IP_NW= "192.168.1.0/24" # Subnet for Vagrant boxes
MASTER_IP="192.168.1.10" # IP address of Master
NFS_IP= "192.168.1.8" # IP address of NFS server |
WORKER_IP= "192.168.1.#{i + 10}" # "Worker IP pattern (generates 192.168.1.11, 192.168.1.12...) "
WORKER_COUNT=3 #Number of workers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment