Activity

From 06/30/2010 to 07/29/2010

Today

02:33 pm Feature #360: listing the hosts with a specific class
Ohad Levy wrote:
> thats nice :) can you refactor it so it uses the normal host list? (instead of copy paste almost ...
Gustavo Soares
01:04 pm Feature #359: Add support for 'hostname=<hostname>' spoofing for Unattended Installs
Ha, whoops. I attached the wrong patch, sorry! Jon Fautley
12:53 pm Feature #359 (Feedback): Add support for 'hostname=<hostname>' spoofing for Unattended Installs
Ohad Levy
12:52 pm Feature #359: Add support for 'hostname=<hostname>' spoofing for Unattended Installs
maybe I'm missing something, but where is the handling of the lookup of the host based on its name? Ohad Levy
12:49 pm Feature #360: listing the hosts with a specific class
thats nice :) can you refactor it so it uses the normal host list? (instead of copy paste almost the same code?)
Ohad Levy

07/28/2010

06:47 pm Feature #360 (New): listing the hosts with a specific class
In the edit page of a specific puppetclass it would be nice to see which hosts are using it.
The implementation of...
Gustavo Soares

07/27/2010

03:38 pm Feature #359 (Feedback): Add support for 'hostname=<hostname>' spoofing for Unattended Installs
This patch extends the support for 'spoofing' unattended installs to allow passing the hostname instead of the IP add... Jon Fautley

07/22/2010

08:25 am Feature #358 (New): reference hosts by HOSTNAME instead of internal ID
To make foreman more accessible by external programs it would be cool if it referenced hosts by:
http://foreman.my...
Matt Moran

07/21/2010

03:22 pm Feature #357 (New): Debian packages Foreman 0.1.5-2
Debian packages built with the latest specs (see #356).
They should run on
* Debian 5.0 (lenny)
* Debian sid
* ...
Jochen S
03:19 pm Feature #356 (New): More improvements for Debian package specification
More improvements for the Debian package specs:
* Added rake task pkg:deb to build a Debian package for Foreman wi...
Jochen S

07/20/2010

01:19 pm Feature #355 (Ready For Testing): Improved Debian package specification
Applied in changeset commit:"19c8133e119b1bc2b18016b33189ae5074456bdd". Jochen S
12:22 pm Revision 19c8133e119b1bc2b18016b33189ae5074456bdd: fixes #355 - Improved Debian package: * Added ...
Jochen S

07/19/2010

09:37 am Feature #355: Improved Debian package specification
1. It should be as easy as copying ./extras/debian in the main directory and running `debuild`. If this doesn't work ... Jochen S
06:37 am Feature #145 (Closed): Provide an internal authorization mechanism
Ohad Levy
06:37 am Bug #321 (Closed): external-node importer does not overwrite class list
Ohad Levy
06:36 am Bug #329 (Closed): Errors parsing RRDs
Ohad Levy
06:35 am Bug #344 (Closed): medias pages do not show error messages
Ohad Levy
06:34 am Bug #345 (Closed): unable to save associated operatingsystems
Ohad Levy
06:29 am Feature #355: Improved Debian package specification
this looks really good!, two questions:
# I'm unable to build the packages due to my lack of proper deb knowledge,...
Ohad Levy

07/18/2010

03:49 pm Feature #355 (Ready For Testing): Improved Debian package specification
* Added meta-packages foreman-mysql, foreman-pgsql and foreman-sqlite3 for pulling in the respective dependencies
* ...
Jochen S

07/16/2010

11:40 pm Bug #336: Facts not imported when running the task puppet:import:hosts_and_facts
So, I've spent the whole day investigating this problem and learning some gotchas of the ruby and rails :)
1) New...
Gustavo Soares
09:05 pm Feature #354: The included classes list on the "Edit Host" page should indicate which classes are...
My bad... I was setting classes at both levels for some hosts.
Please close the ticket.
Bash Shell
10:06 am Bug #336: Facts not imported when running the task puppet:import:hosts_and_facts
Here's the chain of actions I have followed:
1) Uncomment the following line in app/models/host.rb...
Mohit Chawla
04:23 am Feature #354: The included classes list on the "Edit Host" page should indicate which classes are...
Bash Shell wrote:
> But there is also a Link (with the Red circle) that I can click that gives the impression that I...
Ohad Levy
04:04 am Feature #354: The included classes list on the "Edit Host" page should indicate which classes are...
But there is also a Link (with the Red circle) that I can click that gives the impression that I've removed the class... Bash Shell
03:53 am Feature #354: The included classes list on the "Edit Host" page should indicate which classes are...
Bash Shell wrote:
> Thats right, you can't remove a class defined at the Hostgroup level, but the UI gives the _impr...
Ohad Levy
03:44 am Feature #354: The included classes list on the "Edit Host" page should indicate which classes are...
Thats right, you can't remove a class defined at the Hostgroup level, but the UI gives the _impression_ that you can ... Bash Shell
03:33 am Feature #354 (Need more information): The included classes list on the "Edit Host" page should in...
I'm not sure I'm following, at the moment:
You can add and remove classes on the host level
You can assign a host...
Ohad Levy
03:31 am Feature #353: YAML output for hosts page
I think it makes more sense to handle this in one common controller (e.g. get out all of the hosts actions out of the... Ohad Levy
03:25 am Bug #336: Facts not imported when running the task puppet:import:hosts_and_facts
Gustavo Soares wrote:
> I'm a bit puzzled... since the if with the lsbdistrelease.. fact has an "or" operator.. so I...
Ohad Levy
12:40 am Feature #354 (Need more information): The included classes list on the "Edit Host" page should in...
As of now, the included classes list just shows a red circle to indicate that the class can be removed.
This is mi...
Bash Shell
12:08 am Feature #353 (New): YAML output for hosts page
The index function in the hosts controller could be changed to something like the following:... Bash Shell

07/15/2010

08:38 pm Bug #336: Facts not imported when running the task puppet:import:hosts_and_facts
I'm a bit puzzled... since the if with the lsbdistrelease.. fact has an "or" operator.. so I if it will get the value... Gustavo Soares
06:34 pm Bug #336: Facts not imported when running the task puppet:import:hosts_and_facts
Gustavo, that's probably where the problem lies as the logic in host.rb depends on the lsb related facts in some way.... Mohit Chawla
06:10 pm Bug #336: Facts not imported when running the task puppet:import:hosts_and_facts
Mohit Chawla wrote:
> Gustavo Soares wrote:
> > I am using puppet version 0.25.1.
> >
> > I also have some virtu...
Gustavo Soares
05:02 pm Bug #336: Facts not imported when running the task puppet:import:hosts_and_facts
Gustavo Soares wrote:
> I am using puppet version 0.25.1.
>
> I also have some virtual machines (XEN) and I am ge...
Mohit Chawla
02:36 pm Bug #336: Facts not imported when running the task puppet:import:hosts_and_facts
I am using puppet version 0.25.1.
I also have some virtual machines (XEN) and I am getting the Operating System va...
Gustavo Soares
12:54 pm Bug #336: Facts not imported when running the task puppet:import:hosts_and_facts
Yes, I am using the exact same line as you suggested.
I am attaching a fact file.
Puppet version is 0.25.5
Mohit Chawla
12:10 pm Bug #336: Facts not imported when running the task puppet:import:hosts_and_facts
Mohit Chawla wrote:
> I tried both of the fixes suggested above. And in my case they give the same output. Statistic...
Ohad Levy
10:45 am Bug #336: Facts not imported when running the task puppet:import:hosts_and_facts
Ok, this will probably help you guys diagnose the exact issue. I tried 0.1-4 and by default, statistics are displayed... Mohit Chawla
04:54 am Bug #336: Facts not imported when running the task puppet:import:hosts_and_facts
I tried both of the fixes suggested above. And in my case they give the same output. Statistics do get displayed, but... Mohit Chawla

07/14/2010

05:40 pm Bug #336: Facts not imported when running the task puppet:import:hosts_and_facts
It hasn't worked. Here is the output.
[puppet@localhost models]$ rake puppet:import:hosts_and_facts dir=/mnt/puppe...
Gustavo Soares
03:55 pm Bug #336: Facts not imported when running the task puppet:import:hosts_and_facts
ok, I'll do that and place here the output.
Ohad Levy wrote:
> hmm...
> can you try changing that line to:
>
...
Gustavo Soares
03:54 pm Bug #336: Facts not imported when running the task puppet:import:hosts_and_facts
no error is produced when running the task.
Ohad Levy wrote:
> hmm... does running the rake task produce any erro...
Gustavo Soares
03:28 pm Bug #336: Facts not imported when running the task puppet:import:hosts_and_facts
hmm...
can you try changing that line to:...
Ohad Levy
03:27 pm Bug #336: Facts not imported when running the task puppet:import:hosts_and_facts
hmm... does running the rake task produce any error? does it give any other input with --trace?
Ohad Levy
03:22 pm Bug #336: Facts not imported when running the task puppet:import:hosts_and_facts
The error trace that I have is the one that I use when I've created the issue.
When I were debuging this, I saw th...
Gustavo Soares
02:34 pm Bug #336 (Need more information): Facts not imported when running the task puppet:import:hosts_an...
I'm a bit puzzled how commenting this line solved the problem, that is the line which actually save the facts to the ... Ohad Levy

07/13/2010

01:17 pm Bug #336: Facts not imported when running the task puppet:import:hosts_and_facts
I am getting the same error when trying to view Statistics. But information under hosts, reports, audit & facts other... Mohit Chawla

07/12/2010

05:20 pm Feature #346 (Need more information): Add a cron job to periodically generate puppet RDoc files
do you mean to add it to the foreman puppet module? maybe it make sense to add it as a redmine project submodule
Ohad Levy
05:19 pm Feature #348 (Need more information): Provide a mechanism for editing the params search order
params search order? do you mean the way parameters override order is defined? can you provide mode details? (or a pa... Ohad Levy
05:17 pm Feature #352 (Need more information): A host's environment should be provided in the external nod...
I'm not really sure I'm following, foreman already provide the environment when used as an external node classifier, ... Ohad Levy
01:29 pm Feature #352 (Need more information): A host's environment should be provided in the external nod...
Currently hosts are created with their environment and valid environments stored in puppet.conf. Newer versions of pu... Paul Kelly
01:25 pm Feature #351 (New): The puppetclass rdocs frame should contain a link to the root of the rdoc tree
The integration of the puppet rdocs into the foreman interface allow quick viewing of a certain class's documentation... Paul Kelly
01:21 pm Feature #350 (New): Provide the ability to set the build option and the environment when editing ...
Paul Kelly
01:18 pm Feature #349 (New): Add more report filters
The reports page currently provides searching by :applied, :restarted, etc and grouping by period. Additional sub-fil... Paul Kelly
01:13 pm Feature #348 (Need more information): Provide a mechanism for editing the params search order
Paul Kelly
01:12 pm Feature #347 (New): Cache generated external nodes yaml
To increase resilience the externalnodes function should cache its results between runs and if it is unable to genera... Paul Kelly
01:07 pm Feature #346 (Need more information): Add a cron job to periodically generate puppet RDoc files
Paul Kelly

07/08/2010

02:41 pm Bug #345 (Ready For Testing): unable to save associated operatingsystems
Applied in changeset commit:"3b828aadcc917292d306eef60c2e46365442ff8f". Ohad Levy
02:41 pm Bug #344 (Ready For Testing): medias pages do not show error messages
Applied in changeset commit:"b83a3a0c06f18f9d1259810335630cf615021238". Ohad Levy
02:25 pm Bug #345 (Closed): unable to save associated operatingsystems
It is not possible to save associated os (e.g. in medias, ptable pages etc).
this is cause because of rails using th...
Ohad Levy
02:23 pm Revision 3b828aadcc917292d306eef60c2e46365442ff8f: fixes #345 - unable to save associated operati...
Ohad Levy
02:18 pm Bug #344 (Closed): medias pages do not show error messages
Ohad Levy
02:16 pm Revision b83a3a0c06f18f9d1259810335630cf615021238: fixes #344 medias pages do not show error mess...
Ohad Levy
12:26 pm Feature #145: Provide an internal authorization mechanism
Update wiki and documentation before release Paul Kelly

07/07/2010

11:18 am Revision 185db7c58ea271b4320e462736cb3c39b9b85319: refs #145, cleanup test
Ohad Levy
08:19 am Revision 686cb440d4bfacbcbf399b3f183562c8cdc8ee0f: requireing the sha1 library, refs #145
Ohad Levy

07/06/2010

10:54 pm Feature #145: Provide an internal authorization mechanism
Applied in changeset commit:"7a4ec5cf7cd482e4adac225312aa02dbe82ff561". Paul Kelly
04:57 pm Refactor #343 (New): settings file should not be under version control
should convert into an example file or similar Ohad Levy
04:55 pm Revision d82926a7f450ea79335c9dd819ab2d04821eb332: reverting changes to settings file, refs #343
Ohad Levy
04:51 pm Revision 7a4ec5cf7cd482e4adac225312aa02dbe82ff561: Fixes #145 - Added AuthSourceInternal
Added a password setting facility to the user class for AuthSourceInternal
Switched to SHA1
Changed :ldap to :login
A...
Paul Kelly
03:14 pm Feature #342 (New): Add a tftp netdb type
This network database will be assocated with a subnet Paul Kelly
03:12 pm Feature #341 (New): Monitor puppetca output ans ensure that old and redundant certificates are re...
Paul Kelly
03:12 pm Feature #340 (New): Add CA server setting
Paul Kelly
03:10 pm Feature #339 (New): Add per-subnet proxy server
Paul Kelly
01:19 pm Bug #338 (New): Don't use MAC address as matching parameter when using "spoof"
When using the 'spoof' unattended installation option from a host on the local network, the MAC address (if available... Jon Fautley
09:38 am Bug #337 (Need more information): Import classes button not working
can you provide the log entries, and your setting file? Ohad Levy
09:23 am Feature #334: Clone a hostgroup
Yep! It would solve this problem.
Thanks
Benjamin Papillon

07/04/2010

11:10 am Feature #334: Clone a hostgroup
would cloning an existing host group solves your problem? Ohad Levy

07/03/2010

11:31 pm Bug #337 (Need more information): Import classes button not working
Hi.
If I create a new module and click the "Import classes" button, nothing is imported.
Only if I manually run...
SyRenity Now
11:27 pm Bug #229: External nodes don't work without "default" node
Hi.
Here it is:...
SyRenity Now

07/02/2010

04:02 pm Feature #139 (Assigned): per host authorization for making changes.
In the process of porting the Redmine security implementation over to Foreman. Thanks, and respect, go to Eric Davis,... Paul Kelly
09:01 am Feature #334: Clone a hostgroup
I'll try to clarify what I'd like with my poor english ;)
Here, we manage ~50 groups of 3 hosts (1 firewall, 2 pro...
Benjamin Papillon

07/01/2010

10:20 pm Bug #336 (Need more information): Facts not imported when running the task puppet:import:hosts_an...
When running the task puppet:import:hosts_and_facts the facts related to each host found are not imported into the sy... Gustavo Soares
09:56 pm Feature #335: Host facts not displayed in the /hosts/ view
Ohad Levy wrote:
> this is not really a bug, but rather that foreman has not been configured to fetch the facts from...
Brian Gallew
09:34 pm Feature #335: Host facts not displayed in the /hosts/ view
Attached is a diff that will use the values from host.fv() if the appropriate values are not set for the host (e.g. h... Brian Gallew
07:22 pm Feature #334 (Need more information): Clone a hostgroup
I'm not really sure I understand what you are asking for.. are you asking for the fields to per visible when editing ... Ohad Levy
07:21 pm Feature #335 (Feedback): Host facts not displayed in the /hosts/ view
this is not really a bug, but rather that foreman has not been configured to fetch the facts from puppet.
see the ...
Ohad Levy
06:40 pm Feature #335 (Feedback): Host facts not displayed in the /hosts/ view
When using Foreman strictly as a reporting tool, the individual host view doesn't display the values for Domain, Pupp... Brian Gallew
04:30 pm Feature #334 (Need more information): Clone a hostgroup
We are trying foreman to deploy our sites.
One site consists of 3 servers and we have to define the same variables (...
Benjamin Papillon

06/30/2010

08:40 pm Bug #329: Errors parsing RRDs
Applied in changeset commit:"0e4f1b416d4dc40602ded94dc6c4bcc6aa90700e". Ohad Levy
06:47 pm Revision 0e4f1b416d4dc40602ded94dc6c4bcc6aa90700e: fixes #329 - Errors parsing RRDs
Ohad Levy
01:15 am Bug #333 (New): Improper colors in the dashboard graphs
The colors seem to be in a fixed sequence rather than being keyed, so if you have Outof Sync and OK systems, they sho... Brian Gallew
« Previous
 

Also available in: Atom