Moonshine-IDE / Super.Human.Installer

Super.Human.Installer helps you install the latest and greatest HCL Domino technologies easily.
https://superhumaninstaller.com/
Other
2 stars 0 forks source link

Deleted Server Still Flagged as Provisioned #106

Open JoelProminic opened 5 months ago

JoelProminic commented 5 months ago

I was able to delete a server after working around #104 and #105, but when I tried to recreate the VM, it gave this error:

---- Hosts.yml END ----
[SHI]: VirtualBox VM: [serverId => 8094, virtualBoxId => 8094--demo2.STARTcloud2.com]
[SHI]: Executing 'vagrant up' (provision:false)
[SHI]: 'vagrant up' started
The machine with the name 'f57e226' was not found configured for
this Vagrant environment.
[SHI]: 'vagrant up' stopped with exit code: 1, elapsed time: 00:00:01

I see "provision:false", so I think the problem is that the VM was still flagged as fully provisioned after it was deleted.

I tested on todays build of Super.Human.Installer Development v0.8.21, on macOS Monterey (13.6.3), Vagrant 2.4.0, VirtualBox 7.0.8. The process was something like this

  1. Open SHI
  2. Start and stop a provisioned server (I was trying to reproduce #105)
  3. Delete the VM
  4. Start the VM again. BUG: failed with the above error.

To clear this problem, I restarted SHI Development, and then I could recreate the VM as expected