Skip to content
Snippets Groups Projects
Verified Commit df717a7d authored by Vincent Sellier's avatar Vincent Sellier
Browse files

Reflect manual changes applied on journal0

Related to T2790
parent bcc628e8
No related branches found
No related tags found
1 merge request!43Reflect manual changes applied on journal0
......@@ -196,7 +196,7 @@ module "journal0" {
description = "Journal services node"
hypervisor = "beaubourg"
cores = "4"
memory = "12288"
memory = "20000"
balloon = 1024
networks = [{
id = 0
......@@ -205,6 +205,17 @@ module "journal0" {
macaddr = "1E:98:C2:66:BF:33"
bridge = "vmbr443"
}]
storages = [{
id = 0
storage = "proxmox"
size = "32G"
storage_type = "cephfs"
}, {
id = 1
storage = "proxmox"
size = "500G"
storage_type = "cephfs"
}]
}
output "journal0_summary" {
......
......@@ -190,6 +190,25 @@
"storage": "proxmox",
"storage_type": "cephfs",
"type": "virtio"
},
{
"backup": false,
"cache": "none",
"discard": "",
"format": "raw",
"id": 1,
"iothread": false,
"mbps": 0,
"mbps_rd": 0,
"mbps_rd_max": 0,
"mbps_wr": 0,
"mbps_wr_max": 0,
"replicate": false,
"size": "500G",
"ssd": false,
"storage": "proxmox",
"storage_type": "cephfs",
"type": "virtio"
}
],
"disk_gb": 0,
......
  • Phabricator Migration user @phabricator-migration ·
    Owner

    Some references in the commit message have been migrated:

    • T2790 is now infra/sysadm-environment#2790
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment