Project

General

Profile

Activity

From 05/20/2012 to 06/18/2012

06/18/2012

05:14 PM Bug #1639: Trying to edit a host that was provisioned as a Libvirt VM results in Oops
The problem root seems to be that our Libvirt hosts use LVM-based storage pools and Fog chokes on that. There is no v... Andreas Ntaflos
09:50 AM Installer Bug #1689: Duplicate declaration: Class[Foreman::Install::Repos]
Yep, I do now, thanks. Will take a look later today hopefully. Greg Sutcliffe
08:46 AM Installer Bug #1689: Duplicate declaration: Class[Foreman::Install::Repos]
yes, you should have full permissions. Ohad Levy
08:35 AM Installer Bug #1689: Duplicate declaration: Class[Foreman::Install::Repos]
Ohad, I'll take this - I merged the commit that broke it, after all. Can I get permissions to take tickets on this pr... Greg Sutcliffe
08:34 AM Installer Bug #1689 (Resolved): Duplicate declaration: Class[Foreman::Install::Repos]
Since the following commit we get a Duplicate declaration error when following the foreman installer full install:
I...
Marcello de Sousa
09:40 AM Bug #1690 (Closed): Problem when trying to import puppet classes
I have an error when trying to import puppet classes from
Foreman
Error stack:
NoMethodError
undefined method `map' ...
Romain Vrignaud
07:50 AM Feature #1377: Foreman should support a "versioning" backend (for templates, params/vars, etc)
It is possible to use the API to get the template content, and its even possible to use the API to store new content,... Ohad Levy
04:43 AM Bug #1607 (Closed): REST API calls /hosts/:id/puppetclasses fails with postgres
Applied in changeset commit:"cbf4be7cfaee8c2b82c833f0f24e914ab50ef238". Florent Castelli

06/17/2012

10:03 AM Feature #1555 (Duplicate): Template should be audited and/or versioned
Ohad Levy
08:28 AM Packaging Bug #1688 (Resolved): version is not correct
when installing a recent RPM, the version at the footer is still marked as N/A Ohad Levy
06:58 AM Installer Support #862 (Closed): foreman deployment module doesn't work with puppet enterprise
Ohad Levy
06:58 AM Installer Bug #1285 (Closed): Missing support for ssl in external_node.rb.erb
Ohad Levy
06:30 AM Bug #1115 (Closed): Host parameters are not available via the API
Applied in changeset commit:"79cb5cc0a019c4757a90b4e69d3264a30f7f54d1". Ohad Levy

06/16/2012

01:24 PM Bug #1687 (Resolved): install from dev branch with mysql adapter does not work
New to Foreman, I hope this helps some. Instead of just filing the bug, I have tried to work through some of the issu... Jason Gerry

06/15/2012

02:26 PM Bug #1686: can't choose subnet when domain comes from hostgroup
i guess this is a minor regression in the recent changes we've added, Amos can you have a look? Ohad Levy
02:22 PM Bug #1686 (Closed): can't choose subnet when domain comes from hostgroup
Hi,
when the domain for a server is predefined in the hostgroup, you can't choose a subnet, you first have to choose...
Florian Koch

06/14/2012

10:24 AM Feature #1679: Having a change summary box when editing host / hostgroup
I agree that it should be optional Romain Vrignaud
10:18 AM Bug #1683 (Closed): EC2: When a compute resource is removed the hosts become broken
Applied in changeset commit:"ad824a4d58edc10448801d00e18a11c60142fcb7". Ohad Levy
05:00 AM Feature #1685: Windows DNS: Secure connection using GSS-TSIG
I would extracting the parameter handling into a seperate method, e.g. something like that
change the relevant line ...
Ohad Levy
03:33 AM Feature #1685: Windows DNS: Secure connection using GSS-TSIG
I also think this shouldn't be too hard to accomplish even with almost no ruby skills. I will start setting up a new ... Oliver Weinmann
03:27 AM Feature #1685: Windows DNS: Secure connection using GSS-TSIG
Thanks Oliver!
this is surely a big step in the right direction, and I assume should not be more then a bit of docum...
Ohad Levy
03:21 AM Feature #1685 (Closed): Windows DNS: Secure connection using GSS-TSIG
Hi,
we are using foreman in our heterogenous windows / linux environment. Our Master DNS servers are running on Wind...
Oliver Weinmann

06/13/2012

04:15 PM Bug #1684 (New): EC2: Test button sets the region back to the first.
When adding a region I clicked test to ensure connectivity worked which reset the selection to the first entry, creat... Ashley Penney
04:14 PM Bug #1683 (Closed): EC2: When a compute resource is removed the hosts become broken
If you remove a compute resource before removing the hosts they become broken:
Failed to destroy a compute instance ...
Ashley Penney
04:13 PM Bug #1682 (New): EC2: SSH key pair generation
During testing we discovered the following issues:
* If you edit a region to another it won't generate new keys.
* I...
Ashley Penney
02:38 PM Bug #1681 (Resolved): DHCP fails for subnets larger than /24
In our environment setting a host to build either fails to add a DHCP entry to dhcpd or leaves incorrect ones behind ... Ashley Penney
08:19 AM Smart Proxy Bug #1567 (Closed): Foreman-proxy ignores "include" directive in dhcpd.conf
Applied in changeset commit:"fcf097c2ef3d8eb6295293efec44b2e466c5c476". Anonymous
08:18 AM Bug #1678 (Closed): nested hostgroups and hostgroup/environment template association.
Applied in changeset commit:"9e65358caa49c34dd34c4dc86f4a13d14c091172". Steve Traylen
05:14 AM Bug #1678: nested hostgroups and hostgroup/environment template association.
Pull request: https://github.com/theforeman/foreman/pull/74 Steve Traylen
04:43 AM Bug #1678 (Closed): nested hostgroups and hostgroup/environment template association.

Using the nested hostgroup structure 'base/this/that' then the drop down box of
hostgroups on the template hostgro...
Steve Traylen
07:36 AM Smart Proxy Bug #1680 (Closed): Smart Proxy should work with ruby 1.9
More distros are moving to ruby 1.9, we should support it. The proxy currently fails in various ways. Patch incoming ;) Greg Sutcliffe
07:34 AM Feature #1679: Having a change summary box when editing host / hostgroup
Can we make this an optional feature? I'm happy for it to default to "on" but as an experienced user, I'm comfortable... Greg Sutcliffe
06:39 AM Feature #1679 (New): Having a change summary box when editing host / hostgroup
When I'm editting an host or hostgroup,
I think that a box appearing when I click on submit that sums me up the chan...
Romain Vrignaud
07:24 AM Bug #1115 (Feedback): Host parameters are not available via the API
This is not working yet. The patches are available here but are not committed in the current develop branch:
https:/...
Marcello de Sousa
05:10 AM Bug #1470: Hosts with No Reports has a negative number
It seems that this is due to the host filter "not has last_report". At a glance, it doesn't work correctly with facts... Mattias Winther

06/12/2012

10:23 AM Bug #1675 (Closed): Added puppet classes are not correctly sorted in host / hostgroup edit page
Applied in changeset commit:"214673711251f91b684c4d9df28eea3516894711". Amos Benari
08:40 AM Smart Proxy Bug #1567: Foreman-proxy ignores "include" directive in dhcpd.conf
Got a patch lined up, needs some more testing first:
https://github.com/frimik/smart-proxy/commit/5f606f62975fc4dcd5...
Mikael Fridh
08:18 AM Bug #1677 (Closed): Fact pie chart alters fact strings to lower case
If you have a fact like "HP,Cisco,Juniper" then the pie chart will render it as "Hp,cisco,juniper". This means that t... Greg Sutcliffe
02:17 AM Feature #1561: Add new provision template types for EC2
any chance we can discuss this a bit over irc? I'm still not 100% sure on the flow that you are suggesting
thanks!
Ohad Levy

06/11/2012

11:29 AM Bug #1676 (Closed): Memory size in factor of 1000 (should be 1024)
Applied in changeset commit:"84fce85c7a12dd359d5eaf2f263065efc3c5374f". Jacob McCann
10:08 AM Bug #1676 (Closed): Memory size in factor of 1000 (should be 1024)
Currently memory size is determined in factors of 1000 and should be in factors of 1024 Jacob McCann
11:18 AM Bug #1495: ENC output for root_pw is not correct when inherited from hostgroup
Reproducible in 0.5.1. Josh Baird
09:58 AM Bug #1675 (Closed): Added puppet classes are not correctly sorted in host / hostgroup edit page
When I edit an host / hostgroup, already added puppet classes are
not correctly sorted.
See picture attached
Romain Vrignaud

06/10/2012

10:04 AM Feature #1138 (Closed): Reducing the number of menus
Ohad Levy
10:01 AM Bug #1192 (Closed): Class display not sorted in nested hostgroup
Applied in changeset commit:"feed47584616d5aa4ff0b40340d6592b7fcf375b". Amos Benari
10:01 AM Bug #1389 (Closed): Add bookmark support for pages which are not in the main dialog
Applied in changeset commit:"c7946bf25e0fda15f2aec0366daa9eeb8c1206a4". Amos Benari
09:09 AM Bug #1667 (Closed): Creating a VM on Libvirt based Compute Ressource do not respect the amount of memory asked by user
Applied in changeset commit:"1c81c2b9dd8cda06ef9cf5c2d9a3627a357c2a0d". Ohad Levy

06/08/2012

06:30 PM Bug #1656 (Closed): statistics page error 'Unknown string: "1.97 TB"!'
Applied in changeset commit:"c5ad288d3e715555779e2521f948d6a870e5e370". Ohad Levy
11:51 AM Bug #1656: statistics page error 'Unknown string: "1.97 TB"!'
Got it figured out I think! https://github.com/theforeman/foreman/pull/69
Thanks!
Jacob McCann
11:20 AM Smart Proxy Bug #1674 (Closed): Error when modifying autosign.conf with commented line
I received an error when trying to modify autosign.conf file with a commented line:
smart_proxy_autosign_url failed ...
Joseph I
07:48 AM Bug #1673 (Closed): Foreman doesn't work with ruby_parser 2.0.6
Applied in changeset commit:"804198404e166a43f59f179f9a221f309b3835f1". Ivan Necas
03:08 AM Bug #1673: Foreman doesn't work with ruby_parser 2.0.6
Done :) https://github.com/theforeman/foreman/pull/68 Ivan Necas

06/07/2012

07:51 PM Feature #1561: Add new provision template types for EC2
I am putting together a pull request, I have this working on my dev instance. While my original needs are pretty wel... David Swift
04:22 PM Bug #1634: Report filter does not work
That's a strange thing to "not mind" considering the purpose of a filter. I'd expect a selection of "Errors Only" to ... Adam Kosmin
03:37 PM Bug #1634: Report filter does not work
1. From "Hosts," click on a host.
2. On the host properties page, click "Reports"
3. Click on a report that had an...
Josh Baird
01:59 PM Bug #1634: Report filter does not work
you mean that the auto completer does not work? (e.g. it does not suggest values?)
does the search work? e.g. if you...
Ohad Levy
10:30 AM Bug #1634: Report filter does not work
I'm not sure what else can be said other than the filter displayed in the reports section doesn't work. Anything othe... Adam Kosmin
07:18 AM Bug #1634 (Need more information): Report filter does not work
can you provide an example of what is not working, and how should it work?
thanks
Ohad Levy
02:42 PM Bug #1673: Foreman doesn't work with ruby_parser 2.0.6
Do you want to send a git formatted patch / pull request instead? so we could blame you in the future? :) Ohad Levy
11:48 AM Bug #1673 (Closed): Foreman doesn't work with ruby_parser 2.0.6
Trying to run Foreman when @ruby_parser 2.0.6@ is installed fails with the following error:... Ivan Necas
12:29 PM Bug #1671: Field ptable not highlighted as error if blank
Version 0.4.2 Len Rugen
03:20 AM Bug #1671 (Need more information): Field ptable not highlighted as error if blank
Ohad Levy
03:19 AM Bug #1671: Field ptable not highlighted as error if blank
which version of foreman is this? I can't reproduce this with 0.5 Ohad Levy
09:09 AM Bug #1488 (Need more information): blank root_password in host group breaks automated provisioning
I was not able to reproduce the issue.
looking at the code, foreman copies the hostgroup password when creating the ...
Ohad Levy
08:54 AM Bug #1607: REST API calls /hosts/:id/puppetclasses fails with postgres
Covered by this patch: https://github.com/theforeman/foreman/pull/55 Florent Castelli
07:58 AM Bug #1607 (Need more information): REST API calls /hosts/:id/puppetclasses fails with postgres
is this still releavant? is this one of the merged pull requests and I just missed this ticket? Ohad Levy
08:20 AM Support #1598 (Feedback): dhcp
afair, range support into the proxy was introduced in the non stable repo, consider upgrading it from yum.theforeman.... Ohad Levy
07:53 AM Bug #1629 (Closed): Blank Page when clicking on Host Groups in Puppet Class Overview
fixed as part of commit:1b3cbe60e84f1671215c9971719a10eb23c0aee9 Ohad Levy
07:43 AM Bug #1619 (Closed): X-Forwarded-For multiple IPs
Applied in changeset commit:"267f1ea2e4089483513ddc894606843e72eb59ba". Ohad Levy
07:43 AM Feature #1648 (Closed): User filter on hostgroup could extend to new sub hostgroup.
Applied in changeset commit:"ba9f6cdd3ffbf43cc2031a436ff0f8391d8205c2". Ohad Levy
07:24 AM Bug #1650 (Closed): Session expiration prevent HTTP authentication delegation
Applied in changeset commit:"5bb288fe55fa67e983f8121d58b20a9bac7991f4". Ohad Levy
06:48 AM Feature #1553: Add a default newline to the end of provision templates (kickstart)
I think this depends on if you use %> as closing statement vs -%>
-%> means, no EOL, so maybe simply changing it to ...
Ohad Levy
06:08 AM Feature #1657 (Closed): Support Puppet http reports processor
Applied in changeset commit:"baa3d6f913bb0ed678df3eec661faa5e70bca3c7". Ohad Levy
05:17 AM Feature #1657: Support Puppet http reports processor
It will in Telly -- see http://projects.puppetlabs.com/issues/8465 Lauri Tirkkonen
04:40 AM Feature #1657: Support Puppet http reports processor
agreed - however note that puppet does not support SSL for a transport.
Ohad Levy
04:43 AM Bug #1656: statistics page error 'Unknown string: "1.97 TB"!'
Jacob McCann wrote:
> Oooh, incentives ... I'll give it a shot!
ping?
Ohad Levy
04:01 AM Bug #1660: Add the ability to set default filters for On-the-fly LDAP user creation
about ENC, it might be better to have a list of allowed servers to reach out for foreman (that should be a separate t... Ohad Levy
04:01 AM Bug #1660 (Resolved): Add the ability to set default filters for On-the-fly LDAP user creation
just change the default user role permissions.
Ohad
Ohad Levy
04:00 AM Bug #928 (Resolved): Dependency problem with f15 / foreman.noarch 0:0.3rc1-1
Ohad Levy
04:00 AM Bug #1661 (Resolved): Dependency problem with f16 / foreman.noarch 0:0.4.2-0.1
Ohad Levy
03:59 AM Bug #1670 (Closed): Model / OS on "Hosts" page not getting updated properly
Applied in changeset commit:"8a20ac6d9d7a699dd466b3718282509e22af8941". Ohad Levy
03:59 AM Bug #1668 (Closed): Paramaters should be text fields.
Applied in changeset commit:"fb761846b4a670399b94e2177197b5ffe4d726f2". Ohad Levy
03:18 AM Bug #1672: included classes minus drops to next line if class name too long
Amos, was this already fixed in 0.5? Ohad Levy

06/06/2012

01:09 PM Bug #1672 (Closed): included classes minus drops to next line if class name too long
I created a new class with a name longer than others, I noticed in the included classes area, that it didn't have a t... Len Rugen
12:33 PM Bug #1671 (Resolved): Field ptable not highlighted as error if blank
Defining a new system, submit wouldn't work, but no tabs or fields show in error. Error in log:
Failed to save: Pta...
Len Rugen
11:53 AM Smart Proxy Bug #1654 (Closed): Failed to list puppet environments: hash modified during iteration
Applied in changeset commit:"d54d06863ed6f91ff32e7aac09eed6eec95cbd1c". Florent Castelli
06:48 AM Bug #1572 (Closed): Selected Domains are not saved when importing Subnet from Smart-Proxy
Applied in changeset commit:"1b3cbe60e84f1671215c9971719a10eb23c0aee9". Amos Benari
06:48 AM Bug #1351 (Closed): New smart variable and match cannot be entered at same time.
Applied in changeset commit:"7a2e06bdc1247693dea53e0698117652402c4751". Amos Benari

06/04/2012

03:23 PM Feature #1669 (Closed): epel repo should be a snippet
Applied in changeset commit:"0f6ea5a23bd075f9539782398370b2ff411eb85f". Ohad Levy
07:40 AM Feature #1669 (Closed): epel repo should be a snippet
As epel rpm location keeps changing, it makes little sense to keep it in foreman code vs. a simple snippet.
we'll ...
Ohad Levy
03:11 PM Bug #1670 (Closed): Model / OS on "Hosts" page not getting updated properly
When a host is provisioned from Foreman, the "Operating System" and "Model" columns are not getting updated properly.... Josh Baird

06/03/2012

09:34 AM Bug #1575 (Closed): UI is broken when error message is displayed
Applied in changeset commit:"26e2d30d0501954100e7286b9502e132e3f1d76a". Amos Benari
06:52 AM Bug #1575: UI is broken when error message is displayed
i use jmontleons repo, so its not exactly the latest git. Florian Koch
02:42 AM Bug #1575: UI is broken when error message is displayed
Florian, I'm assuming you double checked that with git version? Amos, any ideas? Ohad Levy
06:16 AM Bug #1605 (Closed): Typo thier instead of their
Applied in changeset commit:"615679537771338a9febf9a0efbe1055f69eb7ae". Jim Bailey
03:12 AM Bug #1367 (Closed): Ensure all gems are defined in Bundler Gemfile
this has been resolved by the varios packages.
Ohad Levy
03:09 AM Bug #1572: Selected Domains are not saved when importing Subnet from Smart-Proxy
i've tracked this down to the edit_habtm helper, which defaults to the singuarlize method.
since this is a double nes...
Ohad Levy
12:00 AM Refactor #1622 (Closed): Refactor Gemfile "virt group" into three seperate groups
fixed at commit:6db04662 Ohad Levy

06/02/2012

11:58 PM Refactor #1623 (Closed): Add support for Gemfile.local.rb
fixed at commit:ad69366c Ohad Levy

06/01/2012

05:39 AM Bug #1192 (Assigned): Class display not sorted in nested hostgroup
I still have the problem with the develop branch of Foreman.
This quite complicate when we have a lot of (nested) hos...
Romain Vrignaud

05/31/2012

09:08 PM Bug #1668 (Closed): Paramaters should be text fields.
I want to store SSL Certificates by hostgroup, the cert is truncated to 255 characters. The column is VARCHAR(255) / ... W. Andrew Loe III
12:06 PM Bug #1664 (Closed): Page 'Puppet classes' broken when changing hostgroup for an host
Applied in changeset commit:"6c8f473c6c97c612db7fbaed7ddb40cbb1b059f2". Amos Benari
05:41 AM Bug #1664 (Closed): Page 'Puppet classes' broken when changing hostgroup for an host
Hello,
When I change the hostgroup for an host and then I click on 'Puppet classes' the HTML page layout is broken.
...
Romain Vrignaud
10:46 AM Bug #1667 (Closed): Creating a VM on Libvirt based Compute Ressource do not respect the amount of memory asked by user
When I create a VM on a libvirt based compute ressource, the VM has always
256MB of memory whatever the amount I ask...
Romain Vrignaud
08:20 AM Bug #931 (Closed): New user creation add automatically a Fact Filter
No longer reproctible. Romain Vrignaud
08:14 AM Feature #966 (Closed): VM's creation should allow multiple NIC creation
This has been done for compute ressources.
No longer needed.
Romain Vrignaud
08:14 AM Feature #913 (Closed): Hypervisor's use use should be restrictible to defined user / usergroup
This has been done for Compute ressources.
No longer needed
Romain Vrignaud
08:13 AM Bug #1338 (Closed): db:migrate doesn't create settings table in mysql
No reproductable anymore Romain Vrignaud
08:10 AM Feature #1666 (Closed): Ability to map a vm on an compute ressource with a regular host on Foreman
I have migrated all my former hypervisors into compute ressources.
I would like to be able to transform regular Fore...
Romain Vrignaud
06:54 AM Bug #1575 (Assigned): UI is broken when error message is displayed
hm is not fixed, look at the attached image
Florian Koch
06:29 AM Feature #1665 (Resolved): Allow interface PXE boot choice when creating vm with multiple NIC on a compute ressource
It would be very usefull to be able to choose on which vNIC we would like
to make the PXE boot when creating a vm wi...
Romain Vrignaud
03:46 AM Smart Proxy Bug #1663 (Closed): Smart-proxy does not support Ruby 1.9.3
Hello,
Smart-proxy does not support Ruby 1.9.3 (on Fedora 17).
On top of this problem : http://theforeman.org/issue...
Romain Vrignaud

05/30/2012

04:27 PM Bug #1661: Dependency problem with f16 / foreman.noarch 0:0.4.2-0.1
With the recent rpms the installation was completed without any problems! Thank You a lot Daniele De Lorenzi
04:06 PM Bug #1661: Dependency problem with f16 / foreman.noarch 0:0.4.2-0.1
can you try recent rpms from:
http://people.redhat.com/jmontleo/foreman/
and let us know if you have any issues?
Ohad Levy
03:50 PM Bug #1661 (Resolved): Dependency problem with f16 / foreman.noarch 0:0.4.2-0.1
Clean F16 install, 'yum install foreman' it require "rubygem(sqlite3-ruby)" but the package "rubygem-sqlite3" was jus... Daniele De Lorenzi
04:07 PM Bug #928: Dependency problem with f15 / foreman.noarch 0:0.3rc1-1
latest working rpms can be found at
http://people.redhat.com/jmontleo/foreman/
Ohad Levy
04:01 PM Feature #1662 (Duplicate): Add settings options to secure VNC sessions between Foreman server and client
Right now, in order to enable SSL for noVNC between the foreman server and client, it is necessary to update /usr/sha... Anonymous
03:32 PM Bug #1660 (Resolved): Add the ability to set default filters for On-the-fly LDAP user creation
Foreman is giving to much information to anyone who happens to log in via the on-the-fly LDAP account creation. They ... Anonymous
02:38 PM Feature #1652: Fix privacy for puppetclasses.
I agree with Brian's comments, both about moving Filter's to the group level and being able to restrict access to the... Anonymous
12:31 PM Feature #1597 (Closed): We should be able to restrict compute resource to users
Applied in changeset commit:"e170c3210ceccccc43ef0795c89a14f472a074f9". Olivier Favre

05/29/2012

02:24 PM Feature #1658 (Closed): Provisioning template "preview" mode
Feature already exists in 0.5. Josh Baird
02:10 PM Feature #1658 (Closed): Provisioning template "preview" mode
Those of us who are migrating from Cobbler are used to seeing a "View Kickstart" button which will show the rendered ... Josh Baird
12:11 PM Feature #1657 (Closed): Support Puppet http reports processor
Currently you have to use a separate reports processor for Foreman, since Foreman apparently expects the YAML report ... Lauri Tirkkonen
09:18 AM Bug #1656: statistics page error 'Unknown string: "1.97 TB"!'
Oooh, incentives ... I'll give it a shot! Jacob McCann
09:11 AM Bug #1656: statistics page error 'Unknown string: "1.97 TB"!'
awesome, any chance you want to send this as a git patch instead? (so you'll get the credit:)) Ohad Levy
09:10 AM Bug #1656 (Closed): statistics page error 'Unknown string: "1.97 TB"!'
After on-lining some new systems that have 2 TB of memory our statistics page started receiving errors.... Jacob McCann
04:35 AM Feature #1223 (Closed): Provisioning engine for EC2
Applied in changeset commit:"dd42df0a3b5d8645ad6db731ec813e64b85a4120". Ohad Levy

05/28/2012

11:15 AM Bug #1640: Oops when viewing a Libvirt VM where the Libvirt host has no "default" storage volume
Ohad, thanks, this seems to have fixed that particular issue. I can now view virtual machines of a Libvirt compute re... Andreas Ntaflos
06:51 AM Smart Proxy Bug #1655: Failed to list puppet environments: Attempting to initialize global default settings more than once!
Probably related to puppet 3 Florent Castelli
06:03 AM Smart Proxy Bug #1655 (Resolved): Failed to list puppet environments: Attempting to initialize global default settings more than once!
Happens with smart-proxy git when trying to import classes and environments twice from foreman without restarting sma... Florent Castelli
06:01 AM Smart Proxy Bug #1654 (Closed): Failed to list puppet environments: hash modified during iteration
Happens when trying to import environments and classes from foreman git using smart-proxy git.
Probably because of li...
Florent Castelli

05/27/2012

01:37 PM Bug #1640 (Ready For Testing): Oops when viewing a Libvirt VM where the Libvirt host has no "default" storage volume
I've pushed an update to the fog library, could you please try to execute... Ohad Levy

05/26/2012

09:20 PM Feature #1652 (Resolved): Fix privacy for puppetclasses.
So currently puppetclasses permissions seem to be settable at the puppet_env level. I don't think this is granular en... Brian Gupta

05/25/2012

10:04 AM Bug #1650 (Closed): Session expiration prevent HTTP authentication delegation
When using HTTP authentication delegation,
session expiration mechanism just keep asking user
to authenticate.
Regar...
Romain Vrignaud

05/24/2012

10:25 AM Bug #1575 (Closed): UI is broken when error message is displayed
Applied in changeset commit:"173724cccb9a4afe6e1cf92e26414a882d5b6892". Ohad Levy
05:48 AM Smart Proxy Bug #1590: uninitialized constant PLATFORM with Ruby 1.9
This patch has been tested with ruby 1.9.3p125 (2012-02-16 revision 34643) [x86_64-linux]
I have not verified operat...
Chuck Dand
03:38 AM Bug #1649 (Closed): Puppet Class and Environment Import works only from the first SmartProxy
If you try to import puppet Environments/Classes from more than one smart proxy, the import only works from the first... Florian Koch

05/23/2012

12:18 PM Bug #1517 (Closed): The - sign for removing a class in wrong place with IE.
Steve Traylen
03:10 AM Bug #1517: The - sign for removing a class in wrong place with IE.

Hi,
We checked IE with "foreman-0.5.1-1.el6.noarch", build date "Tue 08 May 2012 09:59:40 PM CEST" and - sign is n...
Steve Traylen
11:47 AM Feature #1648 (Closed): User filter on hostgroup could extend to new sub hostgroup.
With the 0.5 release candidate and earlier if I grant a user 'create hostgroup' on a filter of host groups e.g on
...
Steve Traylen
08:48 AM Feature #1647 (New): Allow reports to be configured so only last report (per host) is displayed
Of course, this should be optional. Here's my nasty hack to app/views/reports/_list.html.erb which gets the job done ... Adam Kosmin
03:40 AM Bug #1582 (Closed): Privacy leak in dashboard, statistics, facts and classes.
Applied in changeset commit:"caa5fcf0b6aabc8d69ceda82bf60cad060f8221d". Greg Sutcliffe

05/22/2012

01:36 PM Feature #1646: Add feature to clone provisioning templates
Currently foreman supports loading a template from a file. Perhaps the answer is to support saving a template to a file. Brian Gupta
01:34 PM Feature #1646 (Closed): Add feature to clone provisioning templates
Brian Gupta
05:09 AM Bug #1517: The - sign for removing a class in wrong place with IE.
people.redhat.com/jmontleo/foreman/ Ohad Levy
04:59 AM Bug #1517: The - sign for removing a class in wrong place with IE.
Where are the test rpms? Steve Traylen
03:10 AM Feature #1645 (Closed): Show host's MAC address in host details
Applied in changeset commit:"ba71a908064a9d2eb853ce289aaddf5c5d825f6a". Florian Koch
01:12 AM Feature #1645: Show host's MAC address in host details
Patch:
http://groups.google.com/group/foreman-dev/browse_thread/thread/8f77e60d5102f4c6
Florian Koch

05/21/2012

04:12 PM Bug #1558 (Closed): Smart Proxy for DNS PTR is not chosen properly
Applied in changeset commit:"dc8c54dfd229b5a1dbcd5276f6f849310c4c59d7". Ohad Levy
10:23 AM Bug #1558 (New): Smart Proxy for DNS PTR is not chosen properly
Ohad Levy
09:57 AM Feature #1645 (Closed): Show host's MAC address in host details
It would be nice if the host detail view showed the host's MAC address, along with its IP address, domain, host group... Andreas Ntaflos
08:55 AM Bug #1389: Add bookmark support for pages which are not in the main dialog
I guess this is a UI issue, Amos, any ideas how to place it? Ohad Levy
08:53 AM Bug #1517: The - sign for removing a class in wrong place with IE.
Steve, can you confirm this still happens with latest git/ test rpms / nightly debs?
thanks!
Ohad Levy
08:52 AM Bug #1544: Updating a host fails if you cannot reach the SOA nameservers
this should be extracted to a new setting Ohad Levy
08:52 AM Bug #1556 (New): Puppet rdoc generation is broken in Foreman
Ohad Levy
08:52 AM Bug #1556 (Duplicate): Puppet rdoc generation is broken in Foreman
Ohad Levy
08:52 AM Bug #1405 (Duplicate): puppet classed rdoc viewer links are broken
Ohad Levy
08:50 AM Feature #1562: Auto-assign a 'finish deploy' class to new hosts
nearly done, prob would be part of the ec2 branch with samples for ubuntu/deb/rhel/fedora Ohad Levy
08:48 AM Bug #1575: UI is broken when error message is displayed
so this happens after you change the proxy features, and not update foreman?
Ohad Levy
 

Also available in: Atom