> > Thus, I may look forward Spacewalk for the workflow implementation > through channels. > But I'm not sure it's as easy as cobbler to understand and manipulate > with simple files (/var/lib/cobbler/config is really clear). And as > far as it doesn't support PostgreSQL, I won't be able to have it > working... but time is on my side. > > I'll maybe take a further look to cobbler's API (and learn python) to > try and develop a local workflow through a quite user-friendly interface.
Just do "--mirror-locally=0" and reference the http:// URLs of your mounted NFS shares, this will do what you want and still make cobbler integration perfect. It would take no more than 5 minutes. I don't think you need to do any API hacking to achieve what you want to do at all. Just the creation of a few NFS mounts, and then a few cobbler commands. I don't want Cobbler responsible for keeping NFS shares mounted, basically.... this is a job for fstab, and then all you have to do is "cobbler repo add --name=foo --mirror=http://cobbler.example.org/path/to/repo --mirror-locally=0". Done! > > > --Michael > > > _______________________________________________ > cobbler mailing list > [email protected] <mailto:[email protected]> > https://fedorahosted.org/mailman/listinfo/cobbler > > > ------------------------------------------------------------------------ > > _______________________________________________ > cobbler mailing list > [email protected] > https://fedorahosted.org/mailman/listinfo/cobbler > _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
