A list of tips I've found, current probably for the next month. First make sure you have the newest puppet-razor module from github. Until the Puppet Forge module is updated its broken.
Next, if you're installing on a vm make sure to change /opt/razor/lib/project_razor/model/ubuntu/precise/preseed.erb, find 'sda' and change it to 'vda.'
When you run into problems, on the server check /opt/razor/log/project_razor.log and try to find matches for your problems. There are currently a lot of unresolved issues.
On the client side, check /tmp. Some bugs don't get to the puppet side of things. Other bugs are in puppet and there will exist a puppet_init.out and puppet_init.sh. puppet_init.sh is built from /opt/razor/lib/project_razor/broker/puppet/agent_install.erb template.
If you have a problem with absolute home, stop and start (not restart) razor_daemon.rb as root. https://github.com/puppetlabs/Razor/issues/239
A problem with facter in the puppet_init.out, check the workaround here: https://github.com/puppetlabs/Razor/issues/234
Next, if you're installing on a vm make sure to change /opt/razor/lib/project_razor/model/ubuntu/precise/preseed.erb, find 'sda' and change it to 'vda.'
When you run into problems, on the server check /opt/razor/log/project_razor.log and try to find matches for your problems. There are currently a lot of unresolved issues.
On the client side, check /tmp. Some bugs don't get to the puppet side of things. Other bugs are in puppet and there will exist a puppet_init.out and puppet_init.sh. puppet_init.sh is built from /opt/razor/lib/project_razor/broker/puppet/agent_install.erb template.
If you have a problem with absolute home, stop and start (not restart) razor_daemon.rb as root. https://github.com/puppetlabs/Razor/issues/239
A problem with facter in the puppet_init.out, check the workaround here: https://github.com/puppetlabs/Razor/issues/234
Comments
Post a Comment
https://gengwg.blogspot.com/