On Thu, Jul 19, 2012 at 3:52 AM, Jean-Baptiste Denis <[email protected]> wrote: > Hello, > > here is a quick'n dirty fence_smcipmitool python to put in /usr/sbin : > https://gist.github.com/3141655 > > But beware : > http://i1.kym-cdn.com/photos/images/original/000/234/765/b7e.jpg =) > > James, you said : > > "The old templates are no longer used, but new ones can be created that > match up with the name of the fence_* script (ie, fence_mycustomname > would use /etc/cobbler/power/fence_mycustomname.template)." > > I don't really see how to use the fence_*.template with the new > /usr/sbin/fence_* system ? What is the spirit behin them ?
By and large, the basic info (username, password, action, IP) is all the fence agents require. When extra options are needed (for instance, if you wan to use the "lanplus" option for fence_ipmilan), you can create the fence_whatever.template in order to pass additional options in for your environment. The template is then used to generate the data that is sent to STDIN for the fence script. _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
