Last active
July 3, 2019 00:05
-
-
Save MonadicT/bc64f4f472fd0afb161560c2be235f02 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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