Mike Marseglia
Mike Marseglia
Any plans to upgrade this plugin to use Grid4?
I'm using hiera-eyaml and wanted to dynamically set the path for the public and private key. I tried using: ``` options: pkcs7_private_key: %{confdir}/keys/private_key.pkcs7.pem pkcs7_public_key: %{confdir}/keys/public_key.pkcs7.pem ``` But %{confdir} isn't interpolated...
The guest was unable to be customized but the VM was created, powered off in vcenter. I received the following error. ~/.vagrant.d/gems/gems/vagrant-rbvmomi-1.8.1/lib/rbvmomi/vim/Task.rb:11:in `wait_for_completion': UncustomizableGuest: Customization of the guest operating system...
My VM starts OK and I can ssh to it but I get the following Vagrant error: No guest IP was given to the Vagrant core NFS helper. This is...
Hello, I expect an attribute to exist when my application is healthy. The attribute does not exist when the application is broken. The health check returns UNKNOWN if the attribute...