Martial Paupe wrote: > > Hi all, > > > > I'm trying to integrate cobbler and puppet together. Unfortunately > cobbler > 1.4.[1-2] seams not working on my test environment. > > > > Here the result that cobbler provides after running the following command. > > > > cobbler system edit --name=blade-test --mgmt-classes="ntp" > > > > I've looked at this address to see the result but noting in. > http://confman.met.co.nz/cblr/svc/op/puppet/hostname/balde-test.met.co.nz > or > http://confman.met.co.nz/cblr/svc/op/puppet/hostname/balde-test > > > > result is : > --- > classes: {} > parameters: [] > You may follow this link http://cobbler.pastebin.com/m2e09f0ed to see the > result of the command cobbler system report --name=blade-test > > > > Versions : > RHEL 5.2 > cobbler 1.4.2 > > > > Thanks, > -- > Martial Paupe > > > > > > ------------------------------------------------------------------------ > > _______________________________________________ > cobbler mailing list > [email protected] > https://fedorahosted.org/mailman/listinfo/cobbler >
IRC points to the hostnames not being 100% exact. For instance, a short name won't match a FQDN and vice versa. I assume puppet is sending FQDN's (we should verify this) and if so, the --dns-name should also be a FQDN. We may code around this to make it semi-artificially intelligent in the case that puppet may send a short name. Let me know. --Michael _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
