MugBuffalo

Results 6 comments of MugBuffalo

Same issue here. File exists, datastore is connected, I can query info about the datastore, I can create files on the datastore, I can query info about the very template,...

Ok I solved it by specifying `esxi_hostname: 1.2.3.4` in the `vmware_guest` module call. Obviously if this isn't used, the first sorted host in the cluster is chosen. And if this...

> It's best practice that all ESXi hosts in a cluster are similar. This includes hardware, firmware, ESXi version, configuration and maybe some other things that I don't remember at...

This PR fixes a bug that is a blocker for anyone trying to use `vmware_guest` to clone a template with a NIC attached and manually set the MAC address. It's...

I think this issue is a duplicate of this (or vice versa): https://github.com/cobbler/cobbler/issues/2472

I'm also being blocked by this error. `cobbler.download_manager.DownloadManager` seems to expect a dictionary of `{http: "", https: ""}` for the proxies: https://github.com/cobbler/cobbler/blob/67d05ce5b07435390140f724038b910045c6a095/cobbler/download_manager.py#L32 While `settings.validate_settings()` expects a string: https://github.com/cobbler/cobbler/blob/67d05ce5b07435390140f724038b910045c6a095/cobbler/settings/migrations/V3_3_0.py#L186 Should be...