[Users] kickstarting a vm via http

This is a multi-part message in MIME format. --------------000808000308060204080609 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit hi, i'm trying to kickstart a new VM using the kernel parameters field, however, when I enter any text in there, it requires me to give a path for the kernel ?? is that deliberate ? if so, should that be the path to the kernel via http:// or on the local filesystem of the node ?? Thanks Alex --------------000808000308060204080609 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit <html> <head> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> </head> <body bgcolor="#FFFFFF" text="#000000"> <font size="-1"><font face="Tahoma">hi,<br> <br> i'm trying to kickstart a new VM using the kernel parameters field, however, when I enter any text in there, it requires me to give a path for the kernel ?? is that deliberate ? if so, should that be the path to the kernel via <a class="moz-txt-link-freetext" href="http://">http://</a> or on the local filesystem of the node ?? <br> <br> Thanks<br> Alex<br> <br> <br> </font></font> </body> </html> --------------000808000308060204080609--

This is a multi-part message in MIME format. --------------070606000107050304020003 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit ok, local path seems to do the trick :) ta! On 10/16/2012 08:49 PM, Alex Leonhardt wrote:
hi,
i'm trying to kickstart a new VM using the kernel parameters field, however, when I enter any text in there, it requires me to give a path for the kernel ?? is that deliberate ? if so, should that be the path to the kernel via http:// or on the local filesystem of the node ??
Thanks Alex
--------------070606000107050304020003 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit <html> <head> <meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type"> </head> <body bgcolor="#FFFFFF" text="#000000"> <font size="-1"><font face="Tahoma">ok, local path seems to do the trick :) <br> <br> ta!<br> <br> </font></font><br> On 10/16/2012 08:49 PM, Alex Leonhardt wrote: <blockquote cite="mid:507DBA35.1000602@gmail.com" type="cite"> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> <font size="-1"><font face="Tahoma">hi,<br> <br> i'm trying to kickstart a new VM using the kernel parameters field, however, when I enter any text in there, it requires me to give a path for the kernel ?? is that deliberate ? if so, should that be the path to the kernel via <a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://">http://</a> or on the local filesystem of the node ?? <br> <br> Thanks<br> Alex<br> <br> <br> </font></font> </blockquote> </body> </html> --------------070606000107050304020003--

This is a multi-part message in MIME format. --------------090307040104090207070304 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit FWIW and in case someone is interested, you can use the following kernel parameters to kickstart from network (without pxe - i'd prefer that, but it's not always an option) : ks=http://X.X.X.X/ks/ks.cfg ksdevice=eth0 ip=X.X.X.X netmask=255.255.255.0 it'll require you however to have the kernel & initrd.img files - you can get those from the distro cd / iso (even jus the network install) and put them somewhere, doesnt matter - just reference those files in the "kernel path" and "initrd path" and it'll work .. e.g. kernel path [ /var/www/html/repo/centos/images/pxeboot/vmlinuz ] initrd path [ /var/www/html/repo/centos/images/pxeboot/initrd.img ] alex On 10/16/2012 09:59 PM, Alex Leonhardt wrote:
ok, local path seems to do the trick :)
ta!
On 10/16/2012 08:49 PM, Alex Leonhardt wrote:
hi,
i'm trying to kickstart a new VM using the kernel parameters field, however, when I enter any text in there, it requires me to give a path for the kernel ?? is that deliberate ? if so, should that be the path to the kernel via http:// or on the local filesystem of the node ??
Thanks Alex
--------------090307040104090207070304 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit <html> <head> <meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type"> </head> <body bgcolor="#FFFFFF" text="#000000"> <font size="-1"><font face="Tahoma">FWIW and in case someone is interested, you can use the following kernel parameters to kickstart from network (without pxe - i'd prefer that, but it's not always an option) : <br> <br> ks=<a class="moz-txt-link-freetext" href="http://X.X.X.X/ks/ks.cfg">http://X.X.X.X/ks/ks.cfg</a> ksdevice=eth0 ip=X.X.X.X netmask=255.255.255.0<br> <br> it'll require you however to have the kernel & initrd.img files - you can get those from the distro cd / iso (even jus the network install) and put them somewhere, doesnt matter - just reference those files in the "kernel path" and "initrd path" and it'll work .. e.g.<br> <br> kernel path [ /var/www/html/repo/centos/images/pxeboot/vmlinuz ]<br> initrd path [ </font></font><font size="-1"><font face="Tahoma"> /var/www/html/repo/centos/images/pxeboot/initrd.img ]</font></font><font size="-1"><font face="Tahoma"><br> <br> alex<br> <br> </font></font><br> On 10/16/2012 09:59 PM, Alex Leonhardt wrote: <blockquote cite="mid:507DCAA2.3080907@gmail.com" type="cite"> <meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type"> <font size="-1"><font face="Tahoma">ok, local path seems to do the trick :) <br> <br> ta!<br> <br> </font></font><br> On 10/16/2012 08:49 PM, Alex Leonhardt wrote: <blockquote cite="mid:507DBA35.1000602@gmail.com" type="cite"> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> <font size="-1"><font face="Tahoma">hi,<br> <br> i'm trying to kickstart a new VM using the kernel parameters field, however, when I enter any text in there, it requires me to give a path for the kernel ?? is that deliberate ? if so, should that be the path to the kernel via <a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://">http://</a> or on the local filesystem of the node ?? <br> <br> Thanks<br> Alex<br> <br> <br> </font></font> </blockquote> </blockquote> </body> </html> --------------090307040104090207070304--

----- Original Message -----
From: "Alex Leonhardt" <alex.tuxx@gmail.com> To: users@ovirt.org Sent: Tuesday, 16 October, 2012 11:22:06 PM Subject: Re: [Users] kickstarting a vm via http
FWIW and in case someone is interested, you can use the following kernel parameters to kickstart from network (without pxe - i'd prefer that, but it's not always an option) :
ks= http://X.X.X.X/ks/ks.cfg ksdevice=eth0 ip=X.X.X.X netmask=255.255.255.0
This, afaik, will not work for the VMs, since the params are passed to libvirt, that can't take files from http/s. Have you actually tried this and it worked?
it'll require you however to have the kernel & initrd.img files - you can get those from the distro cd / iso (even jus the network install) and put them somewhere, doesnt matter - just reference those files in the "kernel path" and "initrd path" and it'll work .. e.g.
kernel path [ /var/www/html/repo/centos/images/pxeboot/vmlinuz ] initrd path [ /var/www/html/repo/centos/images/pxeboot/initrd.img ]
alex
On 10/16/2012 09:59 PM, Alex Leonhardt wrote:
ok, local path seems to do the trick :)
ta!
On 10/16/2012 08:49 PM, Alex Leonhardt wrote:
hi,
i'm trying to kickstart a new VM using the kernel parameters field, however, when I enter any text in there, it requires me to give a path for the kernel ?? is that deliberate ? if so, should that be the path to the kernel via http:// or on the local filesystem of the node ??
Thanks Alex
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
-- Regards, Dan Yasny Red Hat Israel +972 9769 2280

On 10/17/2012 11:39 AM, Dan Yasny wrote:
----- Original Message -----
From: "Alex Leonhardt" <alex.tuxx@gmail.com> To: users@ovirt.org Sent: Tuesday, 16 October, 2012 11:22:06 PM Subject: Re: [Users] kickstarting a vm via http
FWIW and in case someone is interested, you can use the following kernel parameters to kickstart from network (without pxe - i'd prefer that, but it's not always an option) :
ks= http://X.X.X.X/ks/ks.cfg ksdevice=eth0 ip=X.X.X.X netmask=255.255.255.0
This, afaik, will not work for the VMs, since the params are passed to libvirt, that can't take files from http/s. Have you actually tried this and it worked?
I'm not sure this is blocked for fedora. also, iirc, you can place them on the iso domain, and use an iso:// notation
it'll require you however to have the kernel & initrd.img files - you can get those from the distro cd / iso (even jus the network install) and put them somewhere, doesnt matter - just reference those files in the "kernel path" and "initrd path" and it'll work .. e.g.
kernel path [ /var/www/html/repo/centos/images/pxeboot/vmlinuz ] initrd path [ /var/www/html/repo/centos/images/pxeboot/initrd.img ]
alex
On 10/16/2012 09:59 PM, Alex Leonhardt wrote:
ok, local path seems to do the trick :)
ta!
On 10/16/2012 08:49 PM, Alex Leonhardt wrote:
hi,
i'm trying to kickstart a new VM using the kernel parameters field, however, when I enter any text in there, it requires me to give a path for the kernel ?? is that deliberate ? if so, should that be the path to the kernel via http:// or on the local filesystem of the node ??
Thanks Alex
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users

----- Original Message -----
From: "Itamar Heim" <iheim@redhat.com> To: "Dan Yasny" <dyasny@redhat.com> Cc: "Alex Leonhardt" <alex.tuxx@gmail.com>, users@ovirt.org Sent: Thursday, 18 October, 2012 2:12:03 AM Subject: Re: [Users] kickstarting a vm via http
On 10/17/2012 11:39 AM, Dan Yasny wrote:
----- Original Message -----
From: "Alex Leonhardt" <alex.tuxx@gmail.com> To: users@ovirt.org Sent: Tuesday, 16 October, 2012 11:22:06 PM Subject: Re: [Users] kickstarting a vm via http
FWIW and in case someone is interested, you can use the following kernel parameters to kickstart from network (without pxe - i'd prefer that, but it's not always an option) :
ks= http://X.X.X.X/ks/ks.cfg ksdevice=eth0 ip=X.X.X.X netmask=255.255.255.0
This, afaik, will not work for the VMs, since the params are passed to libvirt, that can't take files from http/s. Have you actually tried this and it worked?
I'm not sure this is blocked for fedora. also, iirc, you can place them on the iso domain, and use an iso:// notation
Thanks, I'll have to try this
it'll require you however to have the kernel & initrd.img files - you can get those from the distro cd / iso (even jus the network install) and put them somewhere, doesnt matter - just reference those files in the "kernel path" and "initrd path" and it'll work .. e.g.
kernel path [ /var/www/html/repo/centos/images/pxeboot/vmlinuz ] initrd path [ /var/www/html/repo/centos/images/pxeboot/initrd.img ]
alex
On 10/16/2012 09:59 PM, Alex Leonhardt wrote:
ok, local path seems to do the trick :)
ta!
On 10/16/2012 08:49 PM, Alex Leonhardt wrote:
hi,
i'm trying to kickstart a new VM using the kernel parameters field, however, when I enter any text in there, it requires me to give a path for the kernel ?? is that deliberate ? if so, should that be the path to the kernel via http:// or on the local filesystem of the node ??
Thanks Alex
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
-- Regards, Dan Yasny Red Hat Israel +972 9769 2280
participants (3)
-
Alex Leonhardt
-
Dan Yasny
-
Itamar Heim