feat(prod): add ipfabric virtual machine configuration
Adds the 'ipfabric' instance to the production virtual_machines inventory. This provisions the server with 8 cores, 16GB memory, and 128GB disk assigned to IP 192.168.1.162.
This commit is contained in:
@@ -42,6 +42,15 @@ virtual_machines = {
|
|||||||
ip = "192.168.1.161"
|
ip = "192.168.1.161"
|
||||||
gateway = "192.168.1.254"
|
gateway = "192.168.1.254"
|
||||||
tags = ["netlab"]
|
tags = ["netlab"]
|
||||||
|
},
|
||||||
|
"ipfabric" = {
|
||||||
|
os = "ipfabric"
|
||||||
|
cores = 8
|
||||||
|
memory = 16384
|
||||||
|
disk_gb = 128
|
||||||
|
ip = "192.168.1.162"
|
||||||
|
gateway = "192.168.1.254"
|
||||||
|
tags = ["ipfabric", "netlab"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user