We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Building a Microkernel ISO (markdown)
The "reuse download" option for bundling is broken The option to reuse downloaded files for building the ISO bundle is broken: it doesn't cope with files being removed, so you can end up building in things that we have deliberately excluded. This updates the recommendations to eliminate references to that option, and to recommend using a standard HTTP proxy to gain the same performance benefits without the custom code on our part. Signed-off-by: Daniel Pittman <daniel@rimspace.net>
Updated An Overview of the Razor Microkernel (markdown)
replaced "DevOps System" with "Puppet Master" to more clearly describe how it works for one specific broker type (and how the current Razor implementation can be extended to support additional database/broker types)
changed line styles to more clearly show the directions in which requests are flowing through the system
updating block diagram on overview page to reflect removal of the MCollective bits from the Microkernel ISO
Updated Home (markdown)
modified Microkernel Components image to remove MCollective daemon and add in local Gem mirror instance
Added links to "building your own TCL extension" and "setting up a TCE repository" pages.
Added Intro, Configuring the tools, and Dep-resolution sections
First cleanup.
First draft.
Noted that the Core-current.iso file must be in the same directory from which build_initial_directories.sh is run.