chqr

Results 5 issues of chqr

The ISO builder is able to communicate with new vms over ssh with a config like the following: "ssh_username": "root", "ssh_password": "{{ user `vm_root_password` }}", "ssh_wait_timeout": "300s", With the XVA...

This commit adds two new config flags: - `remote_url`: url to use when connecting to the Xen API (defaults to `http://{remote_host}`) - `remote_url_tls_skip_verify`: disables certificate verification for `remote_url` I've added...

Via @gaserre: If ssh_no_proxy is specified, do not use a proxy (port forwarding) when executing the provision and shutdown steps. The reason to avoid proxying is that the current implementation...

For security reasons, we'd like to avoid transmitting XenServer credentials in the clear. It looks like under the hood this project is using the Go standard library's http implementation, which...

We have a slightly quirky network setup, where vms are not typically in the same network as our Xen servers. This means that it is impossible to ssh into a...