Skip to content
Snippets Groups Projects
  1. Aug 25, 2023
  2. Aug 24, 2023
  3. Aug 18, 2023
  4. Aug 17, 2023
  5. Mar 22, 2023
  6. Jan 10, 2023
  7. Jan 06, 2023
  8. Dec 26, 2022
  9. Dec 19, 2022
  10. Dec 09, 2022
  11. Nov 30, 2022
  12. Nov 15, 2022
  13. Nov 14, 2022
  14. Nov 09, 2022
  15. Nov 04, 2022
  16. Sep 28, 2022
  17. Sep 09, 2022
  18. Sep 08, 2022
  19. Sep 06, 2022
  20. Aug 26, 2022
  21. Jul 28, 2022
  22. Jul 27, 2022
  23. Jul 21, 2022
  24. Jul 07, 2022
  25. Mar 30, 2022
  26. Mar 29, 2022
  27. Feb 01, 2022
  28. Jan 25, 2022
    • Antoine R. Dumont's avatar
      Register bojimans in the admin vlan · 5b4c9e4a
      Antoine R. Dumont authored
      ```
      $ terraform apply
      module.dali.proxmox_vm_qemu.node: Refreshing state... [id=branly/qemu/144]
      module.bojimans.proxmox_vm_qemu.node: Refreshing state... [id=branly/qemu/127]
      module.rp1.proxmox_vm_qemu.node: Refreshing state... [id=branly/qemu/115]
      module.bardo.proxmox_vm_qemu.node: Refreshing state... [id=hypervisor3/qemu/124]
      
      Note: Objects have changed outside of Terraform
      
      Terraform detected the following changes made outside of Terraform since the last "terraform apply":
      
        # module.bojimans.proxmox_vm_qemu.node has changed
        ~ resource "proxmox_vm_qemu" "node" {
            ~ balloon                   = 2048 -> 0
            ~ cpu                       = "kvm64" -> "host"
            - desc                      = "Inventory server (netbox)" -> null
              id                        = "branly/qemu/127"
              name                      = "bojimans"
              # (39 unchanged attributes hidden)
      
            ~ disk {
                + discard      = "on"
                  # (18 unchanged attributes hidden)
              }
      
              # (1 unchanged block hidden)
          }
      
      Unless you have made equivalent changes to your configuration, or ignored the relevant attributes using ignore_changes, the following plan may include actions to undo or respond to these changes.
      
      ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
      
      Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols:
        ~ update in-place
      ...
      
        Enter a value: yes
      
      module.bojimans.proxmox_vm_qemu.node: Modifying... [id=branly/qemu/127]
      module.bojimans.proxmox_vm_qemu.node: Still modifying... [id=branly/qemu/127, 10s elapsed]
      module.bojimans.proxmox_vm_qemu.node: Still modifying... [id=branly/qemu/127, 20s elapsed]
      module.bojimans.proxmox_vm_qemu.node: Still modifying... [id=branly/qemu/127, 30s elapsed]
      module.bojimans.proxmox_vm_qemu.node: Modifications complete after 30s [id=branly/qemu/127]
      
      Apply complete! Resources: 0 added, 1 changed, 0 destroyed.
      
      Outputs:
      
      bojimans_summary = <<EOT
      
      hostname: bojimans
      fqdn: bojimans.internal.admin.swh.network
      network: ip=192.168.50.60/24,gw=192.168.50.1 macaddrs=EE:ED:A6:A0:78:9F
      vmid: 127
      ...
      ```
      
      Related to T3873
      Verified
      5b4c9e4a
  29. Jan 14, 2022
  30. Jan 12, 2022
  31. Dec 15, 2021
Loading