Christian Goll

Results 110 comments of Christian Goll

The point here is that warewulf is not only writing network configuration for rocky based systems, but also for opnSUSE and debian based ones (in other configuration files). So in...

At the moment the main branch is the branch on which the development happened. In the next days the development will happen in the devel branch and the main branch...

@BeHom The development switched now to the development branch and the render option is now in. So you can e.g. have the command: ``` wwctl overlay show wwinit /etc/issue.ww -r...

Still no README. Is the binary from build from the sources [email protected]:ipxe/ipxe with the command `make bin-x86_64-efi/ipxe.efi`?

With the reflections this patch won't apply any more. But this is an important issue and we should apply a similar approach for the ipmipassword. With the already merged grpc...

With the new API we have some basic access control anyway, although its just boolean in the sense that you either have a key the API key or not. For...

Can't merge any more due to conflicts. Also with #540 it would again possible to see the password.

There is no `wwctl node ready ` available any more. I assume that * your running shell is up for so long, that you have sourced an old `bash_completion/warewulf`, which...

Under normal circumstances yes, but the location of the `bash_completion` can be changed during the build. So the command ``` BASHCOMPDIR=/foo make install ``` will install the bash_completion to `/foo`....

Yes, I think this is due to cobra. A commas are recognized as string separators, but a tag is of type `string` and node `[]string`