This page lists known issues related to Razor in Puppet Enterprise.
You can file bugs for issues you identify in our issue tracker.
We’ve had errors when trying to provision a node with Debian Wheezy. In such cases, the image hasn’t loaded.
This is due to Ruby code working as designed, and while it takes longer to remove temporary files than you might expect, the files are eventually removed when the object is finalized.
You might have to update your VMware ESXi 5.5 ISO with updated igb drivers before you can install ESXi with Razor. See this driver package download page on the VMware site for the updated igb drivers you need.
When you run Razor commands, you might get this warning: “MultiJson is using the default adapter (ok_json). We recommend loading a different JSON library to improve performance.”
You can disregard the warning since this situation is completely harmless. However, if you’re using Ruby 1.8.7, you can install a separate JSON library, such as json_pure, to prevent the warning from appearing.
pe-razor
doesn’t allow java_args
configurationMost PE services enable you to configure java_args
in the console, but Razor requires you to hard code them in the init
script.