1.0rc5

Hi All,

I'm hoping RC5 is the last RC version we release before 1.0.

if you have time, please give it a try, hopefully packages for rpm/deb
would be available shortly.

Thanks,
Ohad

rc5 debs now in Testing. Enjoy!

Greg

··· On 17 July 2012 15:03, Ohad Levy wrote: > Hi All, > > I'm hoping RC5 is the last RC version we release before 1.0. > > if you have time, please give it a try, hopefully packages for rpm/deb would > be available shortly.

Hi All,

we are currently testing the RC and are facing an issue during Host
creation.

We installed foreman thanks to puppet foreman-installer (works greate by
the way)

However, when creating an host on a compute resource with the libvirt
provider, the virtual machine tab is empty…

Have you a clue ?

··· Le mardi 17 juillet 2012 19:41:57 UTC+2, Greg Sutcliffe a écrit : > > On 17 July 2012 15:03, Ohad Levy wrote: > > Hi All, > > > > I'm hoping RC5 is the last RC version we release before 1.0. > > > > if you have time, please give it a try, hopefully packages for rpm/deb > would > > be available shortly. > > rc5 debs now in Testing. Enjoy! > > Greg >

> Hi All,
>
> we are currently testing the RC and are facing an issue during Host
> creation.
>
> We installed foreman thanks to puppet foreman-installer (works greate by
> the way)
>
> However, when creating an host on a compute resource with the libvirt
> provider, the virtual machine tab is empty…
>
> Have you a clue ?
>

did you install the foreman-libvirt package?

Ohad

··· On Wed, Jul 18, 2012 at 5:15 PM, xakraz wrote:

Le mardi 17 juillet 2012 19:41:57 UTC+2, Greg Sutcliffe a écrit :

On 17 July 2012 15:03, Ohad Levy ohadlevy@gmail.com wrote:

Hi All,

I’m hoping RC5 is the last RC version we release before 1.0.

if you have time, please give it a try, hopefully packages for rpm/deb
would
be available shortly.

rc5 debs now in Testing. Enjoy!

Greg

I seem to be having an issue with new media, trying to track it down:

Started GET "/media/new" for 10.10.10.10 at 2012-07-18 17:38:15 -0400
Processing by MediaController#new as HTML
Rendered media/_form.html.erb (71.8ms)
Rendered media/new.html.erb within layouts/application (73.0ms)
Operation FAILED: Attempt to call private method
Rendered common/500.rhtml within layouts/application (1.3ms)
Completed 500 Internal Server Error in 78ms

ActionView::Template::Error (undefined method each' for "backtrace":String): 8: <p> 9: If you feel this is an error with Foreman itself, please open a new issue with <%= link_to "Foreman ticketing system", " http://theforeman.org/projects/foreman/issues", :rel => "external" %>, 10: You would probably need to attach the 11: <%= link_to_function "Full trace", toggle_div("backtrace") %> and relevant log entries. 12: </p> 13: 14: <div id="backtrace" <%= display? %> class="alert alert-message alert-block alert-error base in fade"> app/helpers/application_helper.rb:43:inblock in toggle_div'
app/helpers/application_helper.rb:42:in toggle_div' app/views/common/500.rhtml:11:in_app_views_common_____rhtml___849972439067999062_53378740__562374365812313000'
/app/interpreters/ruby/1.9.3/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
app/co

Light travels faster than sound. This is why some people appear bright
until you hear them speak

Is foreman compatible with ruby 1.9.3? I thought it could only use 1.8.7.

Corey Osman
corey@logicminds.biz

Green IT and Datacenter Automation Specialist

··· On Jul 18, 2012, at 2:59 PM, Telmo X wrote:

I seem to be having an issue with new media, trying to track it down:

Started GET “/media/new” for 10.10.10.10 at 2012-07-18 17:38:15 -0400
Processing by MediaController#new as HTML
Rendered media/_form.html.erb (71.8ms)
Rendered media/new.html.erb within layouts/application (73.0ms)
Operation FAILED: Attempt to call private method
Rendered common/500.rhtml within layouts/application (1.3ms)
Completed 500 Internal Server Error in 78ms

ActionView::Template::Error (undefined method each' for "backtrace":String): 8: <p> 9: If you feel this is an error with Foreman itself, please open a new issue with <%= link_to "Foreman ticketing system", "http://theforeman.org/projects/foreman/issues", :rel => "external" %>, 10: You would probably need to attach the 11: <%= link_to_function "Full trace", toggle_div("backtrace") %> and relevant log entries. 12: </p> 13: 14: <div id="backtrace" <%= display? %> class="alert alert-message alert-block alert-error base in fade"> app/helpers/application_helper.rb:43:inblock in toggle_div’
app/helpers/application_helper.rb:42:in toggle_div' app/views/common/500.rhtml:11:in_app_views_common_____rhtml___849972439067999062_53378740__562374365812313000’
/app/interpreters/ruby/1.9.3/lib/ruby/1.9.1/benchmark.rb:295:in `realtime’
app/co

Light travels faster than sound. This is why some people appear bright until you hear them speak


You received this message because you are subscribed to the Google Groups “Foreman users” group.
To post to this group, send email to foreman-users@googlegroups.com.
To unsubscribe from this group, send email to foreman-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/foreman-users?hl=en.

the big selling point of 1.0 imho is that it is finally 1.9 compatible.
I've been running 1.0RC1 with 1.9.3 without issues

··· On Wednesday, July 18, 2012 6:12:05 PM UTC-4, Corey Osman wrote: > > Is foreman compatible with ruby 1.9.3? I thought it could only use 1.8.7. > > > Corey Osman > corey@logicminds.biz > > Green IT and Datacenter Automation Specialist > > > > > On Jul 18, 2012, at 2:59 PM, Telmo X wrote: > > I seem to be having an issue with new media, trying to track it down: > > Started GET "/media/new" for 10.10.10.10 at 2012-07-18 17:38:15 -0400 > Processing by MediaController#new as HTML > Rendered media/_form.html.erb (71.8ms) > Rendered media/new.html.erb within layouts/application (73.0ms) > Operation FAILED: Attempt to call private method > Rendered common/500.rhtml within layouts/application (1.3ms) > Completed 500 Internal Server Error in 78ms > > ActionView::Template::Error (undefined method `each' for > "backtrace":String): > 8:

> 9: If you feel this is an error with Foreman itself, please open a > new issue with <%= link_to "Foreman ticketing system", " > http://theforeman.org/projects/foreman/issues", :rel => "external" %>, > 10: You would probably need to attach the > 11: <%= link_to_function "Full trace", toggle_div("backtrace") %> > and relevant log entries. > 12:

> 13: > 14:
class="alert alert-message > alert-block alert-error base in fade"> > app/helpers/application_helper.rb:43:in `block in toggle_div' > app/helpers/application_helper.rb:42:in `toggle_div' > app/views/common/500.rhtml:11:in > `_app_views_common_____rhtml___849972439067999062_53378740__562374365812313000' > /app/interpreters/ruby/1.9.3/lib/ruby/1.9.1/benchmark.rb:295:in > `realtime' > app/co > > > > Light travels faster than sound. This is why some people appear bright > until you hear them speak > > > -- > You received this message because you are subscribed to the Google Groups > "Foreman users" group. > To post to this group, send email to foreman-users@googlegroups.com. > To unsubscribe from this group, send email to > foreman-users+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/foreman-users?hl=en. > > >

Oh. I wasn't sure on the ruby 1.9.3. Anyways:

  1. Can you list your media (rails console) then type Media.all
  2. Are you using NFS? I am Wondering if some sort of nfs support library needs to be installed. I have only used http for media repos.
··· On Jul 18, 2012, at 3:17 PM, Telmo X wrote:

the big selling point of 1.0 imho is that it is finally 1.9 compatible. I’ve been running 1.0RC1 with 1.9.3 without issues

On Wednesday, July 18, 2012 6:12:05 PM UTC-4, Corey Osman wrote:
Is foreman compatible with ruby 1.9.3? I thought it could only use 1.8.7.

Corey Osman
corey@logicminds.biz

Green IT and Datacenter Automation Specialist

On Jul 18, 2012, at 2:59 PM, Telmo X wrote:

I seem to be having an issue with new media, trying to track it down:

Started GET “/media/new” for 10.10.10.10 at 2012-07-18 17:38:15 -0400
Processing by MediaController#new as HTML
Rendered media/_form.html.erb (71.8ms)
Rendered media/new.html.erb within layouts/application (73.0ms)
Operation FAILED: Attempt to call private method
Rendered common/500.rhtml within layouts/application (1.3ms)
Completed 500 Internal Server Error in 78ms

ActionView::Template::Error (undefined method each' for "backtrace":String): 8: <p> 9: If you feel this is an error with Foreman itself, please open a new issue with <%= link_to "Foreman ticketing system", "http://theforeman.org/projects/foreman/issues", :rel => "external" %>, 10: You would probably need to attach the 11: <%= link_to_function "Full trace", toggle_div("backtrace") %> and relevant log entries. 12: </p> 13: 14: <div id="backtrace" <%= display? %> class="alert alert-message alert-block alert-error base in fade"> app/helpers/application_helper.rb:43:inblock in toggle_div’
app/helpers/application_helper.rb:42:in toggle_div' app/views/common/500.rhtml:11:in_app_views_common_____rhtml___849972439067999062_53378740__562374365812313000’
/app/interpreters/ruby/1.9.3/lib/ruby/1.9.1/benchmark.rb:295:in `realtime’
app/co

Light travels faster than sound. This is why some people appear bright until you hear them speak


You received this message because you are subscribed to the Google Groups “Foreman users” group.
To post to this group, send email to foreman-users@googlegroups.com.
To unsubscribe from this group, send email to foreman-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/foreman-users?hl=en.


You received this message because you are subscribed to the Google Groups “Foreman users” group.
To view this discussion on the web visit https://groups.google.com/d/msg/foreman-users/-/fn-lHJdoteAJ.
To post to this group, send email to foreman-users@googlegroups.com.
To unsubscribe from this group, send email to foreman-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/foreman-users?hl=en.

The issues seem to be localized to my installation, after importing puppet
catalogs into foreman the imported OS doesn't seem to be "liked" by
foreman. When trying to create a new media it tries to run:

./production.log:Operation FAILED: private method
require_nfs_access_to_medium&#39; called for #&lt;Redhat:0x000000066832f0&gt; ./production.log:Operation FAILED: private methodrequire_nfs_access_to_medium' called for #<Redhat:0x00000006e327d0>

The issue seems to go a bit deeper since I can remove the OS from the UI. I
can list it… even edit it but when I try to delete it (them there is 2) I
get a:

Started GET "/operatingsystems/1" for 10.25.124.77 at 2012-07-18 18:32:21
-0400
Processing by OperatingsystemsController#show as HTML
Parameters: {"id"=>"1"}
User Load (0.3ms) SELECT users.* FROM users WHERE users.id = 1
LIMIT 1
Setting current user thread-local variable to admin
Operatingsystem Load (0.2ms) SELECT operatingsystems.* FROM
operatingsystems WHERE operatingsystems.id = 1 ORDER BY LOWER(
operatingsystems.name) LIMIT 1
Completed 406 Not Acceptable in 2ms

I am going to keep playing around with it, find a solution and hopefully
submit a patch.

Light travels faster than sound. This is why some people appear bright
until you hear them speak

··· On Wed, Jul 18, 2012 at 6:17 PM, Telmo X wrote:

the big selling point of 1.0 imho is that it is finally 1.9 compatible.
I’ve been running 1.0RC1 with 1.9.3 without issues

On Wednesday, July 18, 2012 6:12:05 PM UTC-4, Corey Osman wrote:

Is foreman compatible with ruby 1.9.3? I thought it could only use 1.8.7.

Corey Osman
corey@logicminds.biz

Green IT and Datacenter Automation Specialist

On Jul 18, 2012, at 2:59 PM, Telmo X wrote:

I seem to be having an issue with new media, trying to track it down:

Started GET “/media/new” for 10.10.10.10 at 2012-07-18 17:38:15 -0400
Processing by MediaController#new as HTML
Rendered media/_form.html.erb (71.8ms)
Rendered media/new.html.erb within layouts/application (73.0ms)
Operation FAILED: Attempt to call private method
Rendered common/500.rhtml within layouts/application (1.3ms)
Completed 500 Internal Server Error in 78ms

ActionView::Template::Error (undefined method each' for "backtrace":String): 8: <p> 9: If you feel this is an error with Foreman itself, please open a new issue with <%= link_to "Foreman ticketing system", " http://theforeman.org/**projects/foreman/issues<http://theforeman.org/projects/foreman/issues>", :rel => "external" %>, 10: You would probably need to attach the 11: <%= link_to_function "Full trace", toggle_div("backtrace") %> and relevant log entries. 12: </p> 13: 14: <div id="backtrace" <%= display? %> class="alert alert-message alert-block alert-error base in fade"> app/helpers/application_**helper.rb:43:inblock in toggle_div’
app/helpers/application_helper.rb:42:in toggle_div' app/views/common/500.rhtml:11:**inapp_views_common_____rhtml_
849972439067999062_53378740_**562374365812313000’
/app/interpreters/ruby/1.9.3/**lib/ruby/1.9.1/benchmark.rb:**295:in
`realtime’
app/co

Light travels faster than sound. This is why some people appear bright
until you hear them speak


You received this message because you are subscribed to the Google Groups
"Foreman users" group.
To post to this group, send email to foreman-users@googlegroups.com**.
To unsubscribe from this group, send email to foreman-users+unsubscribe@*
googlegroups.com foreman-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/
*
group/foreman-users?hl=enhttp://groups.google.com/group/foreman-users?hl=en
.


You received this message because you are subscribed to the Google Groups
"Foreman users" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/foreman-users/-/fn-lHJdoteAJ.

To post to this group, send email to foreman-users@googlegroups.com.
To unsubscribe from this group, send email to
foreman-users+unsubscribe@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/foreman-users?hl=en.

Hi,

The answer was indeed the 'foreman-libvirt' package, and now I remember the
plan to split a lot of foreman into small individuals packages.

We figured out 10min after posting, so I'm really really sorry for the
quick post. This won't happen again, I promis !

Thanks a lot for your answer Ohad.

··· Le mercredi 18 juillet 2012 16:22:31 UTC+2, ohadlevy a écrit : > > > > On Wed, Jul 18, 2012 at 5:15 PM, xakraz wrote: > >> Hi All, >> >> we are currently testing the RC and are facing an issue during Host >> creation. >> >> We installed foreman thanks to puppet foreman-installer (works greate by >> the way) >> >> However, when creating an host on a compute resource with the libvirt >> provider, the virtual machine tab is empty... >> >> Have you a clue ? >> > > did you install the foreman-libvirt package? > > Ohad > >> >> Le mardi 17 juillet 2012 19:41:57 UTC+2, Greg Sutcliffe a écrit : >> >>> On 17 July 2012 15:03, Ohad Levy wrote: >>> > Hi All, >>> > >>> > I'm hoping RC5 is the last RC version we release before 1.0. >>> > >>> > if you have time, please give it a try, hopefully packages for rpm/deb >>> would >>> > be available shortly. >>> >>> rc5 debs now in Testing. Enjoy! >>> >>> Greg >>> >> > Le mercredi 18 juillet 2012 16:22:31 UTC+2, ohadlevy a écrit : > > > > On Wed, Jul 18, 2012 at 5:15 PM, xakraz wrote: > >> Hi All, >> >> we are currently testing the RC and are facing an issue during Host >> creation. >> >> We installed foreman thanks to puppet foreman-installer (works greate by >> the way) >> >> However, when creating an host on a compute resource with the libvirt >> provider, the virtual machine tab is empty... >> >> Have you a clue ? >> > > did you install the foreman-libvirt package? > > Ohad > >> >> Le mardi 17 juillet 2012 19:41:57 UTC+2, Greg Sutcliffe a écrit : >> >>> On 17 July 2012 15:03, Ohad Levy wrote: >>> > Hi All, >>> > >>> > I'm hoping RC5 is the last RC version we release before 1.0. >>> > >>> > if you have time, please give it a try, hopefully packages for rpm/deb >>> would >>> > be available shortly. >>> >>> rc5 debs now in Testing. Enjoy! >>> >>> Greg >>> >> >

thanks, fixed at http://git.io/iYxQbQ

Ohad

··· On Thu, Jul 19, 2012 at 1:39 AM, Telmo X wrote:

The issues seem to be localized to my installation, after importing puppet
catalogs into foreman the imported OS doesn’t seem to be “liked” by
foreman. When trying to create a new media it tries to run:

./production.log:Operation FAILED: private method
require_nfs_access_to_medium' called for #<Redhat:0x000000066832f0> ./production.log:Operation FAILED: private methodrequire_nfs_access_to_medium’ called for #Redhat:0x00000006e327d0

The issue seems to go a bit deeper since I can remove the OS from the UI.
I can list it… even edit it but when I try to delete it (them there is 2)
I get a:

Started GET “/operatingsystems/1” for 10.25.124.77 at 2012-07-18 18:32:21
-0400
Processing by OperatingsystemsController#show as HTML
Parameters: {“id”=>“1”}
User Load (0.3ms) SELECT users.* FROM users WHERE users.id = 1
LIMIT 1
Setting current user thread-local variable to admin
Operatingsystem Load (0.2ms) SELECT operatingsystems.* FROM
operatingsystems WHERE operatingsystems.id = 1 ORDER BY LOWER(
operatingsystems.name) LIMIT 1
Completed 406 Not Acceptable in 2ms

I am going to keep playing around with it, find a solution and hopefully
submit a patch.

Light travels faster than sound. This is why some people appear bright
until you hear them speak

On Wed, Jul 18, 2012 at 6:17 PM, Telmo X telmox@gmail.com wrote:

the big selling point of 1.0 imho is that it is finally 1.9 compatible.
I’ve been running 1.0RC1 with 1.9.3 without issues

On Wednesday, July 18, 2012 6:12:05 PM UTC-4, Corey Osman wrote:

Is foreman compatible with ruby 1.9.3? I thought it could only use
1.8.7.

Corey Osman
corey@logicminds.biz

Green IT and Datacenter Automation Specialist

On Jul 18, 2012, at 2:59 PM, Telmo X wrote:

I seem to be having an issue with new media, trying to track it down:

Started GET “/media/new” for 10.10.10.10 at 2012-07-18 17:38:15 -0400
Processing by MediaController#new as HTML
Rendered media/_form.html.erb (71.8ms)
Rendered media/new.html.erb within layouts/application (73.0ms)
Operation FAILED: Attempt to call private method
Rendered common/500.rhtml within layouts/application (1.3ms)
Completed 500 Internal Server Error in 78ms

ActionView::Template::Error (undefined method each' for "backtrace":String): 8: <p> 9: If you feel this is an error with Foreman itself, please open a new issue with <%= link_to "Foreman ticketing system", " http://theforeman.org/**projects/foreman/issues<http://theforeman.org/projects/foreman/issues>", :rel => "external" %>, 10: You would probably need to attach the 11: <%= link_to_function "Full trace", toggle_div("backtrace") %> and relevant log entries. 12: </p> 13: 14: <div id="backtrace" <%= display? %> class="alert alert-message alert-block alert-error base in fade"> app/helpers/application_**helper.rb:43:inblock in toggle_div’
app/helpers/application_helper.rb:42:in toggle_div' app/views/common/500.rhtml:11:**inapp_views_common_____rhtml_
849972439067999062_53378740_**562374365812313000’
/app/interpreters/ruby/1.9.3/**lib/ruby/1.9.1/benchmark.rb:**295:in
`realtime’
app/co

Light travels faster than sound. This is why some people appear bright
until you hear them speak


You received this message because you are subscribed to the Google
Groups “Foreman users” group.
To post to this group, send email to foreman-users@googlegroups.com**.
To unsubscribe from this group, send email to foreman-users+unsubscribe@
googlegroups.com foreman-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/

group/foreman-users?hl=enhttp://groups.google.com/group/foreman-users?hl=en
.


You received this message because you are subscribed to the Google Groups
"Foreman users" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/foreman-users/-/fn-lHJdoteAJ.

To post to this group, send email to foreman-users@googlegroups.com.
To unsubscribe from this group, send email to
foreman-users+unsubscribe@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/foreman-users?hl=en.