Select mac address deploying new hosts on oVirt

Hi there

Is there a way to select MAC address when creating new hosts deployed on
oVirt compute resource?

Cheers
Giuseppe

Hello!

What you mean by that?

In oVirt you can either boot from network, or provision from an image.
For the former, the moment you are creating a foreman host entry, we do
not know the MAC address yet since the VM was not created in oVirt.
There is nothing to select.

Therefore I do not understand what you mean.

LZ

··· On Fri, May 16, 2014 at 08:31:44AM -0700, Giuseppe Misurelli wrote: > Hi there > > Is there a way to select MAC address when creating new hosts deployed on > oVirt compute resource? > > Cheers > Giuseppe > > -- > You received this message because you are subscribed to the Google Groups "Foreman users" group. > To unsubscribe from this group and stop receiving emails from it, send an email to foreman-users+unsubscribe@googlegroups.com. > To post to this group, send email to foreman-users@googlegroups.com. > Visit this group at http://groups.google.com/group/foreman-users. > For more options, visit https://groups.google.com/d/optout.


Later,

Lukas “lzap” Zapletal
irc: lzap #theforeman

Hello LuKas

I mean we'd like to have the MAC address filed in the Network deploying a
new host in an oVirt compute resource (like in the Bare metal deploy)
because we know what the Mac address should be.
Actually the form filed is hidden so we're wondering how to instruct oVirt
to create the VM with a specific mac.

Hope it clarifies
Thanks
g

··· Il giorno venerdì 16 maggio 2014 20:18:02 UTC+2, Lukas Zapletal ha scritto: > > Hello! > > What you mean by that? > > In oVirt you can either boot from network, or provision from an image. > For the former, the moment you are creating a foreman host entry, we do > not know the MAC address yet since the VM was not created in oVirt. > There is nothing to select. > > Therefore I do not understand what you mean. > > LZ > > On Fri, May 16, 2014 at 08:31:44AM -0700, Giuseppe Misurelli wrote: > > Hi there > > > > Is there a way to select MAC address when creating new hosts deployed on > > oVirt compute resource? > > > > Cheers > > Giuseppe > > > > -- > > You received this message because you are subscribed to the Google > Groups "Foreman users" group. > > To unsubscribe from this group and stop receiving emails from it, send > an email to foreman-user...@googlegroups.com . > > To post to this group, send email to forema...@googlegroups.com. > > > Visit this group at http://groups.google.com/group/foreman-users. > > For more options, visit https://groups.google.com/d/optout. > > -- > Later, > > Lukas "lzap" Zapletal > irc: lzap #theforeman >

Hi

Just to say I've just found out the way to show the mac address by changing
the host_edit.js script.

Cheers
giuseppe

Hi,

Can you show what you have changed in code ?

Thanks!

Matt

··· Op woensdag 21 mei 2014 09:30:26 UTC+2 schreef Giuseppe Misurelli: > > Hi > > Just to say I've just found out the way to show the mac address by > changing the host_edit.js script. > > Cheers > giuseppe >

Hi

else{$("#mac_address").hide() -> else{$("#mac_address").show()

g

Il giorno martedì 19 agosto 2014 20:59:04 UTC+2, yamaka...@gmail.com ha
scritto:

··· > > Hi, > > Can you show what you have changed in code ? > > Thanks! > > Matt > > Op woensdag 21 mei 2014 09:30:26 UTC+2 schreef Giuseppe Misurelli: >> >> Hi >> >> Just to say I've just found out the way to show the mac address by >> changing the host_edit.js script. >> >> Cheers >> giuseppe >> >