2021-03-22 19:52:11 +01:00
|
|
|
virtual_machines = {
|
|
|
|
amon = {
|
|
|
|
fqdn = "amon.fabrica.local",
|
|
|
|
domain = "fabrica.local",
|
|
|
|
create_dns_a_record = "no",
|
|
|
|
cpu = "0.4",
|
|
|
|
vcpu = "4",
|
|
|
|
memory = "4096",
|
|
|
|
network_interfaces = [
|
|
|
|
{ network_name = "internet", ip = "192.168.1.3" },
|
|
|
|
{ network_name = "office", ip = "192.168.10.254" }
|
|
|
|
],
|
|
|
|
|
|
|
|
labels = "Production, Amon, Infra, Backup, EOLE",
|
|
|
|
|
|
|
|
disks = {
|
|
|
|
system = {
|
|
|
|
name = "prod-amon-static",
|
2021-03-23 10:47:39 +01:00
|
|
|
source = "http://localhost/fabrica/infra/production/amon.fabrica.local/system/amon.fabrica.local.img"
|
2021-03-22 19:52:11 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
scribe = {
|
|
|
|
fqdn = "scribe.fabrica.local",
|
|
|
|
domain = "fabrica.local",
|
|
|
|
create_dns_a_record = "no",
|
|
|
|
cpu = "0.4",
|
|
|
|
vcpu = "4",
|
|
|
|
memory = "4096",
|
|
|
|
network_interfaces = [
|
|
|
|
{ network_name = "office", ip = "192.168.10.200" }
|
|
|
|
],
|
|
|
|
|
|
|
|
labels = "Production, Scribe, Infra, Backup, EOLE",
|
|
|
|
|
|
|
|
disks = {
|
|
|
|
system = {
|
|
|
|
name = "prod-scribe-static",
|
2021-03-23 10:47:39 +01:00
|
|
|
source = "http://localhost/fabrica/infra/production/scribe.fabrica.local/system/scribe.fabrica.local.img"
|
2021-03-22 19:52:11 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|