Bill Sanders

Results 27 comments of Bill Sanders

Follow up, in case anyone else is looking I found it (cuz I did actually want to look at it) here: https://github.com/OpenNebula/one/tree/master/src/oca/python The README.rst there actually also contains the same...

I think I just ran into this myself. I'm not using any marketplace stuff. I've got a base VM, which I'm trying to use for a few different roles in...

A (full?) list of attributes that should be documented: ``` firewall -------- true kickstartable -------- true managed -------- true node -------- backend nukedisks -------- False ssh.use_dns -------- true sync.ssh.authkey --------...

See also: ``` authorized_keys boot_device nukecontroller secureerase ```

Here's a start: `kickstartable` -- hosts with `kickstartable == True` will be offered a kickstart file, and more specifically their entry in dhcpd.conf will have PXE settings enabled. This defaults...

Since it's a DB change, I'm suggesting this goes into 5.0

The database table and relevant commands for interacting with it went into 8070e1d. The actual default documentation strings (which should probably land in a node XML file?) did not land...

The branch `feature/add_attr_docs` has been created to add the actual documentation via the command added in the previous comment. If anyone has any thoughts on the text of the above,...

@ryancausey thank you (I think?) for the PR. It's currently failing tests (our test ci/cd pipeline is all behind a firewall :( ). There are tests failing that have 'firmware'...

I cut out the last of it. Rebase down to one commit and I'll merge it.