genesis
genesis copied to clipboard
A tool for data center automation
You can close this out but just wanted to let you know the following if it's helpful at all. The collins key in the latest version that was unpublished went...
I was trying to play around with the test env provided via vagrant in the repository and it seems to be missing. https://www.dropbox.com/s/pvydgdcnf4o00im/sl-base-v4.3.10.box?dl=1 404s for me. Do you happen to...
This task puts all CPUs into performance mode so they report back the max MHz that they are capable of achieving. Possibly a more elegant way to do this but...
The build process (sometimes??) leaves dangling /dev/loopN devices. My Makefile contains shenanigans for cleaning those up which are relatively simple under Linux. I imagine that on a Mac, the Docker...
* Added a testing condition before sending logs to Collins. Prevent exception when asset does not yet exist.
Related to tumblr/collins#550, CPU speed is incorrectly captured during induction as a result of CPU frequency scaling. When lshw is executed (as part of adding a new node into collins),...
When a task fails, no backtrace/line number is printed. This makes debugging failures in tasks kind of an annoying task. For example: ``` ProvisionFormatDisks :: run #3 caused error: undefined...
Has there been any attempt to get UEFI support working in the genesis boot image? Given that new hardware these days seems to come with UEFI enabled out of the...
I was thinking about the pain around configuring genesis images, and it struck me that we could completely remove any configuration necessary to make a live image by moving genesis-specific...
Looking at https://github.com/tumblr/genesis/blob/master/testenv/bootbox/web/config/config.yml.sample I think the framework should separate the configuration directives necessary for the framework to function (read: ipxe, genesis_server, gem, collins, ntp server) from the specific configuration directives...