Hi James, Sorry, I'm trying to figure out what the right way is to reply on this digest email setup. I disabled the digest mode so that the conversation would be much easier than this next time :)
What you are suggesting is very interesting -- you mentioned the functionality that would allow Cobbler to take a snapshot of a machine image and be able to transport it to a VM environment. Such functionality would breed interesting use cases when running a datacenter environment that employs both bare metal and virtual machines. Please keep us informed as you are making progress. And, if you have a twitter account, please let us know. Or, follow me @kyolee. Thank you! Kyo On Thu, Jan 31, 2013 at 7:49 PM, <[email protected]>wrote: > Send cobbler mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.fedorahosted.org/mailman/listinfo/cobbler > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at > [email protected] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of cobbler digest..." > > > Today's Topics: > > 1. next-server by interface (Greg Chavez) > 2. Re: next-server by interface (James Cammarata) > 3. Integrating Cobbler with Eucalyptus (Kyo Lee) > 4. Re: Integrating Cobbler with Eucalyptus (James Cammarata) > 5. stand alone iso to usb (Jason Graham) > 6. Re: stand alone iso to usb (Dan White) > 7. Re: kernel/nic problems? (Michael Dur) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Tue, 29 Jan 2013 15:03:46 -0500 > From: Greg Chavez <[email protected]> > To: cobbler mailing list <[email protected]> > Subject: [cobbler] next-server by interface > Message-ID: > < > camtckha01w2oqi2a1hua9nmv2usgf6gmbgwweginjzsmphm...@mail.gmail.com> > Content-Type: text/plain; charset="iso-8859-1" > > I'm wondering if ths feature was ever added, where one could indicate a > different next-server for a particular system interface to override the > cobbler/settings default. > > I can easily cheetah my way around it in dhcpd.template, but I wanted to > know if there had been any developments regarding this. It was discussed > on this list a while back. > > Thanks. > > -- > \*..+.- > --Greg Chavez > +//..;}; > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > https://lists.fedorahosted.org/pipermail/cobbler/attachments/20130129/39ef4567/attachment-0001.html > > > > ------------------------------ > > Message: 2 > Date: Tue, 29 Jan 2013 20:18:27 -0600 > From: James Cammarata <[email protected]> > To: cobbler mailing list <[email protected]> > Subject: Re: [cobbler] next-server by interface > Message-ID: > <CAFgbs7f-cReLiAPQ2mFh= > [email protected]> > Content-Type: text/plain; charset=ISO-8859-1 > > On Tue, Jan 29, 2013 at 2:03 PM, Greg Chavez <[email protected]> > wrote: > > > > I'm wondering if ths feature was ever added, where one could indicate a > > different next-server for a particular system interface to override the > > cobbler/settings default. > > > > I can easily cheetah my way around it in dhcpd.template, but I wanted to > > know if there had been any developments regarding this. It was > discussed on > > this list a while back. > > Yes, the --server option for an interface overrides the default > next-server option. > > > ------------------------------ > > Message: 3 > Date: Wed, 30 Jan 2013 14:13:21 -0800 > From: Kyo Lee <[email protected]> > To: [email protected] > Subject: [cobbler] Integrating Cobbler with Eucalyptus > Message-ID: > < > cad6z5tihmaa7tp8tvvpbsooyzcq0t_xqv0fyt-korkf6-km...@mail.gmail.com> > Content-Type: text/plain; charset="iso-8859-1" > > Hi Cobbler folks, > > At Eucalyptus, for running the development and test environment for > engineers, we have been using a custom-built self-provisioning system, via > PXEBOOT, to provision the machines around in our datacenter. > > However, recently we have picked up Cobbler to handle the bare metal > provision tasks of the internal dev/test system. Then, came up with the > idea that we should integrate Cobbler into Eucalyptus to handle the bare > metal provisioning-related operations, thus giving a birth to "Metaleuca." > > Metaleuca is a bare-metal provision management system that interacts with > open-source software Cobbler via EC2-like CLIs. > > For those who are interested in more details of Metaleuca, feel free to > check out the blog below: > > http://kyolee.com/2013/01/30/introducing-metaleuca/ > > The code of Metaleuca can be seen at: > > https://github.com/eucalyptus/metaleuca > > Metaleuca is still at its experimental/prototype stage, but your comments > and suggestions will be extremely valuable in setting the right direction > on this integration approach. > > Thank you all! > > Kyo > > > --- > Kyo Lee > Software Designer at Eucalyptus. > Twitter: @kyolee > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: < > https://lists.fedorahosted.org/pipermail/cobbler/attachments/20130130/c0dd5def/attachment-0001.html > > > > ------------------------------ > > Message: 4 > Date: Wed, 30 Jan 2013 19:57:44 -0600 > From: James Cammarata <[email protected]> > To: cobbler mailing list <[email protected]> > Subject: Re: [cobbler] Integrating Cobbler with Eucalyptus > Message-ID: > < > cafgbs7czw3nccwg7b4wcj4uf_nut6g6p1aevmfz3p17huuv...@mail.gmail.com> > Content-Type: text/plain; charset=ISO-8859-1 > > On Wed, Jan 30, 2013 at 4:13 PM, Kyo Lee <[email protected]> wrote: > > > > Hi Cobbler folks, > > > > At Eucalyptus, for running the development and test environment for > > engineers, we have been using a custom-built self-provisioning system, > via > > PXEBOOT, to provision the machines around in our datacenter. > > > > However, recently we have picked up Cobbler to handle the bare metal > > provision tasks of the internal dev/test system. Then, came up with the > idea > > that we should integrate Cobbler into Eucalyptus to handle the bare metal > > provisioning-related operations, thus giving a birth to "Metaleuca." > > > > Metaleuca is a bare-metal provision management system that interacts with > > open-source software Cobbler via EC2-like CLIs. > > > > For those who are interested in more details of Metaleuca, feel free to > > check out the blog below: > > > > http://kyolee.com/2013/01/30/introducing-metaleuca/ > > > > The code of Metaleuca can be seen at: > > > > https://github.com/eucalyptus/metaleuca > > > > Metaleuca is still at its experimental/prototype stage, but your comments > > and suggestions will be extremely valuable in setting the right > direction on > > this integration approach. > > > > Thank you all! > > I saw this announcement today on Twitter, very nice! It will be > interesting to see how much of this overlaps with the functionality I > was planning on adding, which really was more about using cobbler to > package images (similar to what veewee does actually) and to deploy > them into IaaS platforms like Eucalytpus. > > Congratulations on the code release, and I hope it takes off :) > >
_______________________________________________ cobbler mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/cobbler
