Update prod VM configuration for Komodo
Replace IP Fabric VM with Komodo VM using Alpine OS and increased resources
This commit is contained in:
@@ -34,14 +34,14 @@ admin_ssh_public_key_path = "~/.ssh/keys/id_rsa.pub"
|
|||||||
default_vm_user = "damien"
|
default_vm_user = "damien"
|
||||||
|
|
||||||
virtual_machines = {
|
virtual_machines = {
|
||||||
"ipfabric" = {
|
"komodo" = {
|
||||||
os = "ipfabric"
|
os = "alpine"
|
||||||
cores = 4
|
cores = 16
|
||||||
memory = 16384
|
memory = 32768
|
||||||
disk_gb = 128
|
disk_gb = 32
|
||||||
ip = "192.168.1.161"
|
ip = "192.168.1.161"
|
||||||
gateway = "192.168.1.254"
|
gateway = "192.168.1.254"
|
||||||
tags = ["ipfabric"]
|
tags = ["docker"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user