Cannot provision w/ foreman&katello

The media selection is unusable on host and host group creation forms in
nightly[1]. I assume foreman-1.13 w/ katello is similarly broken. @partha
is trying to fix it but if a foreman dev familiar with the UI webpack
changes that are the root can help out, that would be much appreciated. I
don't know if bare foreman has issues but failing to provision out of
katello is a blocker.

[1] Bug #16480: Unable to select medium on New Hosts page - Katello - Foreman

I ve updated the host creation part to work with Katello.

Hostgroup creation is blocked by ->

··· On Tue, Sep 13, 2016 at 2:35 PM, Tom McKay wrote:

The media selection is unusable on host and host group creation forms in
nightly[1]. I assume foreman-1.13 w/ katello is similarly broken. @partha
is trying to fix it but if a foreman dev familiar with the UI webpack
changes that are the root can help out, that would be much appreciated. I
don’t know if bare foreman has issues but failing to provision out of
katello is a blocker.

[1] Bug #16480: Unable to select medium on New Hosts page - Katello - Foreman


You received this message because you are subscribed to the Google Groups
“foreman-dev” group.
To unsubscribe from this group and stop receiving emails from it, send an
email to foreman-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Is there an automated test that caught this?

– bk

··· On 09/13/2016 08:01 PM, Partha Aji wrote: > > I ve updated the host creation part to work with Katello. > > Hostgroup creation is blocked by -> > http://projects.theforeman.org/issues/16532 > > On Tue, Sep 13, 2016 at 2:35 PM, Tom McKay > wrote: > > The media selection is unusable on host and host group creation > forms in nightly[1]. I assume foreman-1.13 w/ katello is similarly > broken. @partha is trying to fix it but if a foreman dev familiar > with the UI webpack changes that are the root can help out, that > would be much appreciated. I don't know if bare foreman has issues > but failing to provision out of katello is a blocker. > > [1] http://projects.theforeman.org/issues/16480 > > > -- > You received this message because you are subscribed to the Google > Groups "foreman-dev" group. > To unsubscribe from this group and stop receiving emails from it, > send an email to foreman-dev+unsubscribe@googlegroups.com > . > For more options, visit https://groups.google.com/d/optout > . > > > -- > You received this message because you are subscribed to the Google > Groups "foreman-dev" group. > To unsubscribe from this group and stop receiving emails from it, send > an email to foreman-dev+unsubscribe@googlegroups.com > . > For more options, visit https://groups.google.com/d/optout.

> Hostgroup creation is blocked by ->
> Bug #16532: Selecting architecture in hostgroup doesn't update operating system - Foreman

Yeah, sorry about that, I've changed the attributes of the
architecture_selected and os_selected to match the media_selected
implementation to allow pxe_loader hook.

This patch in Foreman core makes forms usable again:

··· -- Later, Lukas #lzap Zapletal

I guess patches for katello are also needed so still blocked.

··· On Wed, Sep 14, 2016 at 3:56 AM, Lukas Zapletal wrote:

Hostgroup creation is blocked by →
Bug #16532: Selecting architecture in hostgroup doesn't update operating system - Foreman

Yeah, sorry about that, I’ve changed the attributes of the
architecture_selected and os_selected to match the media_selected
implementation to allow pxe_loader hook.

This patch in Foreman core makes forms usable again:

Fixes #16532 - fixed hostgroup architecture params by lzap · Pull Request #3840 · theforeman/foreman · GitHub


Later,
Lukas #lzap Zapletal


You received this message because you are subscribed to the Google Groups
“foreman-dev” group.
To unsubscribe from this group and stop receiving emails from it, send an
email to foreman-dev+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

> Is there an automated test that caught this?

There should be an integration test in our code base, but there isn't
one.

The thing is this the world famous New/Edit Host/Hostgroup form with our
JavaScript spaghetti, testing coverage is not ideal there.

··· -- Later, Lukas #lzap Zapletal