Danny Bessems
Danny Bessems
Does it have anything to do with these errors? ``` > curl http://10.0.0.1:42113 curl: (52) Empty reply from server ``` ``` > curl -k https://10.0.0.1:42113/cert curl: (92 HTTP/2 stream 0...
Feel free to take a look at https://code.spamasaurus.com/djpbessems/Packer.Images/src/branch/Tinkerbell.Appliance/ansible to see how I'm deploying the sandbox through Ansible (though it does use docker-compose).
Sorry, apparently I linked to the wrong branch (updated my comment with correct link now https://code.spamasaurus.com/djpbessems/Packer.Images/src/branch/Tinkerbell.Appliance/ansible) The playbook has 4 roles, out of which `tinkerbell` and `firstboot` are relevant: Within...
I'm super interested in your efforts. Just a heads-up: Installing `ansible` through `apt` on Ubuntu 20.xx will result in ansible 2.9.x which doesn't properly support galaxy collections. The better installation...
I'm interested; probs should make a dedicated account for it? So we'll have `github.com/h5ai/h5ai`?
>We can create organiization but user h5ai is already taken so cannot use :( That account is inactive and has an unused/unedited fork of a random Google-repos to appear in...
This issue is actually nothing cloud-init related. I ran into the same error and noticed that the vApp properties are populated with the fully qualified object path of the network...
Is there documentation on how to use Environment variables?
I'm actually surprised that anyone would want the single entry-point to your cluster be dependent on the ability to pull an image every time a node restarts or otherwise reloads;...
I've deployed it in my K3s-cluster with Traefik 2.x (had to switch the service type to `ClusterIP` and create a matching `IngressRoute` obviously) and I'm liking it! Two questions though:...