Skip to content
Snippets Groups Projects
Unverified Commit abcad538 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

worker17: Increase memory usage

Related to T3350
parent 34be4470
No related branches found
No related tags found
No related merge requests found
......@@ -197,7 +197,7 @@ module "worker17" {
hypervisor = "uffizi"
vmid = 143
cores = "4"
memory = "32768"
memory = "65536"
balloon = 1024
networks = [{
id = 0
......
{
"version": 4,
"terraform_version": "0.13.7",
"serial": 134,
"serial": 136,
"lineage": "e2912de8-415d-4c35-8ee5-757008306227",
"outputs": {},
"resources": [
......@@ -804,11 +804,11 @@
"balloon": 1024,
"bios": "seabios",
"boot": "c",
"bootdisk": null,
"bridge": null,
"bootdisk": "",
"bridge": "",
"ci_wait": null,
"cicustom": "",
"cipassword": null,
"cipassword": "",
"ciuser": "root",
"clone": "debian-buster-2020-11-06",
"clone_wait": 15,
......@@ -830,25 +830,25 @@
"mbps_wr_max": 0,
"replicate": false,
"size": "32G",
"ssd": null,
"ssd": false,
"storage": "proxmox",
"storage_type": "cephfs",
"type": "virtio"
}
],
"disk_gb": null,
"disk_gb": 0,
"force_create": false,
"full_clone": false,
"hastate": null,
"hastate": "",
"hotplug": "network,disk,usb",
"id": "uffizi/qemu/143",
"ipconfig0": "ip=192.168.100.43/24,gw=192.168.100.1",
"ipconfig1": "",
"ipconfig2": null,
"ipconfig2": "",
"iso": null,
"kvm": true,
"mac": null,
"memory": 32768,
"mac": "",
"memory": 65536,
"name": "worker17",
"nameserver": "192.168.100.29",
"network": [
......@@ -864,15 +864,15 @@
"tag": -1
}
],
"nic": null,
"nic": "",
"numa": false,
"onboot": true,
"os_network_config": null,
"os_type": "cloud-init",
"pool": null,
"pool": "",
"preprovision": true,
"qemu_os": null,
"scsihw": null,
"qemu_os": "other",
"scsihw": "virtio-scsi-pci",
"searchdomain": "softwareheritage.org",
"serial": [],
"sockets": 1,
......@@ -881,9 +881,9 @@
"ssh_port": "22",
"ssh_private_key": null,
"ssh_user": "root",
"sshkeys": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDVKCfpeIMg7GS3Pk03ZAcBWAeDZ+AvWk2k/pPY0z8MJ3YAbqZkRtSK7yaDgJV6Gro7nn/TxdJLo2jEzzWvlC8d8AEzhZPy5Z/qfVVjqBTBM4H5+e+TItAHFfaY5+0WvIahxcfsfaq70MWfpJhszAah3ThJ4mqzYaw+dkr42+a7Gx3Ygpb/m2dpnFnxvXdcuAJYStmHKU5AWGWWM+Fm50/fdMqUfNd8MbKhkJt5ihXQmZWMOt7ls4N8i5NZWnS9YSWow8X/ENOEqCRN9TyRkc+pPS0w9DNi0BCsWvSRJOkyvQ6caEnKWlNoywCmM1AlIQD3k4RUgRWe0vqg/UKPpH3Z root@terraform",
"storage": null,
"storage_type": null,
"sshkeys": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDVKCfpeIMg7GS3Pk03ZAcBWAeDZ+AvWk2k/pPY0z8MJ3YAbqZkRtSK7yaDgJV6Gro7nn/TxdJLo2jEzzWvlC8d8AEzhZPy5Z/qfVVjqBTBM4H5+e+TItAHFfaY5+0WvIahxcfsfaq70MWfpJhszAah3ThJ4mqzYaw+dkr42+a7Gx3Ygpb/m2dpnFnxvXdcuAJYStmHKU5AWGWWM+Fm50/fdMqUfNd8MbKhkJt5ihXQmZWMOt7ls4N8i5NZWnS9YSWow8X/ENOEqCRN9TyRkc+pPS0w9DNi0BCsWvSRJOkyvQ6caEnKWlNoywCmM1AlIQD3k4RUgRWe0vqg/UKPpH3Z root@terraform\n",
"storage": "",
"storage_type": "",
"target_node": "uffizi",
"vcpus": 0,
"vga": [],
......
  • Phabricator Migration user @phabricator-migration ·
    Owner

    Some references in the commit message have been migrated:

    • T3350 is now infra/sysadm-environment#3350
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