walmins

Results 5 comments of walmins

yes, sure, ``` /app # ./message_send.py Traceback (most recent call last): File "/app/./message_send.py", line 33, in message.send() File "/usr/local/lib/python3.10/site-packages/postmark/core.py", line 525, in send json.dumps(json_message, cls=PMJSONEncoder).encode('utf8'), File "/usr/local/lib/python3.10/json/__init__.py", line 238, in...

So, I try to use this hack ``` provisioner "shell-local" { only = ["proxmox-clone.template_clone"] inline = [ "curl -k --silent --location --request POST ${var.proxmox_url}/nodes/${var.proxmox_node_name}/qemu/VM_ID/config --header 'Authorization: Bearer PVEAPIToken=${var.proxmox_username}=${var.proxmox_token}' --header 'Content-Type:...

Yes, of course but the idea it's to use a dynamic Vm ID because we can start multiple packer process us via gitlab-runner for example. Do you know, people, if...

![image](https://user-images.githubusercontent.com/7791828/173225579-df91c75f-facd-461c-aca2-c8ed4ad01b0a.png)

From now on the only solution to unblock the situation is to make a: ``` qm stop 108 qm start 108 ``` after that until finish + multiple reboot all...