Merge pull request 'Add IP Fabric VM to production' (#19) from feat/ipfabric_vm into dev
Reviewed-on: #19
This commit was merged in pull request #19.
This commit is contained in:
@@ -42,6 +42,15 @@ virtual_machines = {
|
||||
ip = "192.168.1.161"
|
||||
gateway = "192.168.1.254"
|
||||
tags = ["docker"]
|
||||
},
|
||||
"ipfabric" = {
|
||||
os = "ipfabric"
|
||||
cores = 16
|
||||
memory = 32768
|
||||
disk_gb = 32
|
||||
ip = "192.168.1.162"
|
||||
gateway = "192.168.1.254"
|
||||
tags = ["ipfabric"]
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user