James Mills

Results 703 comments of James Mills

Sure I will provide an example.

So I apolgoize, I was getting mixed up with a Terraform Provider and this project. I just had a look at the help output of this Docker Machine Driver: ```#!sh...

I'm basically using a modified script from the [README](/README.md): ```#!sh $ cat bin/create-docker-node #!/bin/sh set -ex PVE_NODE="vz1" PVE_HOST="****" PVE_USER="root" PVE_REALM="pam" PVE_PASSWD="****" PVE_STORAGE_NAME="zfs" PVE_STORAGE_SIZE="4" SSH_USERNAME="rahcner" SSH_PASSWORD="rancher" PVE_MEMORY=2 PVE_CPU_CORES=1 PVE_IMAGE_FILE="nfs:iso/rancheros-proxmoxve-autoformat.iso" VM_NAME="${1}" docker-machine...

It was blank for me? 🤔

> OK, I've prototyped this up but it appears rancheros simply ignores all the cloud-init values besides the ssh key anyhow. Got another distro you want me to try out...

> In the case of this project, qemu-guest-agent must be running to determine what IP has been allocated to the machine in order to proceed with ssh commands. This is...

Yes all of them using Yuen generic driver

Feel free to borrow one of my [Makefile's](https://github.com/prologic/ed/blob/master/Makefile) from one of my projects; if you poke around you'll see I've evolved my "project structures" over the years to a point...

Damn I need this! Any changes we can get this merged? 🙏

I'm not familiar enough with the codebase to help resolve the merge conflicts :/