Project

General

Profile

Activity

From 11/03/2009 to 12/02/2009

12/02/2009

02:57 PM Bug #27: foreman_url doesn't contain port in kickstart.rhtml
I ran into this myself, and found the problem by examining tcpdumps. When wget retrieves a URL, it includes the port... Frank Sweetser
08:18 AM Feature #97: Need view for unconfigured hosts
Ohad Levy wrote:
> I think that its possible with named_scope, I'll play with it later on today
one option would be ...
Ohad Levy
03:55 AM Feature #104 (Closed): Puppet report submissions to puppet should handle HTTPS URLs
fix at commit:f26126b9 Ohad Levy
03:51 AM Revision f26126b9 (foreman): Handle HTTPS report submissions
Frank Sweetser

12/01/2009

09:23 PM Bug #105 (Resolved): Operating Major version too short for AIX
The major column of the operating system is too short for AIX hosts. It's character varying(5), but facter reports '... Andrew Forgue
03:42 PM Feature #104 (Closed): Puppet report submissions to puppet should handle HTTPS URLs
Using the simple Net:HTTP.post ruby method will always try to speak plaintext HTTP, even over an HTTPS URL. The atta... Frank Sweetser
11:09 AM Feature #97: Need view for unconfigured hosts
I think that its possible with named_scope, I'll play with it later on today Ohad Levy
10:32 AM Feature #97: Need view for unconfigured hosts
Ohad Levy wrote:
> try:
> :constraints => { :host => { :puppetclasses => nil} }
That generates a SQL query with a ...
Martin Englund
06:17 AM Feature #97: Need view for unconfigured hosts
Martin Englund wrote:
> How do you add a constraint on a join table in active_scaffold? Currently it does this, which...
Ohad Levy
10:42 AM Feature #93: Display host group in listing when unattended is disabled
So with unattended support it would be:
Name, Operating System, Hostgroup, Environment & Last report
while with unatt...
Martin Englund
06:14 AM Feature #93: Display host group in listing when unattended is disabled
I would display the hostgroup by default (e.g. with our without "build / unattended" support)
Ohad Levy
10:40 AM Feature #87: Filtering on fact name
I've created the view /hosts/:id/facts but that only covers facts for that specific host.
I am planning to create a ...
Martin Englund
06:24 AM Feature #87 (New): Filtering on fact name
@martin: Are you planning to implement the to_csv method as well?
I guess its a good idea to split the facts to thei...
Ohad Levy
06:34 AM Bug #99 (Closed): Fact names should be sortable
implemented at commit:b8d4a4b0 Ohad Levy
06:25 AM Revision b6485e4a (foreman): removed commented lines
Ohad Levy
06:17 AM Revision b8d4a4b0 (foreman): bug #99
Martin Englund
06:09 AM Revision 456d537a (foreman): First stab at fixing feature #87
Martin Englund
05:04 AM Feature #95 (Closed): Foreman should come with a .gitignore
Ohad Levy
05:02 AM Feature #95: Foreman should come with a .gitignore
Applied in changeset commit:"ab909d8e0a933ef1f5e708fe8698fd9303b23f8b". Ohad Levy
05:01 AM Feature #103 (Ready For Testing): Deleting a host should clean up the certificate too
Applied in changeset commit:"2c5c3b2bb34aa48d23bf78286bff3885e88f612f". Ohad Levy
04:53 AM Feature #103 (Assigned): Deleting a host should clean up the certificate too
Ohad Levy
04:58 AM Revision ab909d8e (foreman): added tftp subdir to git ignore file, fixes #95
Ohad Levy
04:58 AM Revision 9a071e37 (foreman): Feature #95
Martin Englund
04:57 AM Revision 4ba9db57 (foreman): added active_scaffold_list_filter plugin
Ohad Levy
04:52 AM Revision 937cf863 (foreman): Merge commit 'github/master'
Ohad Levy
04:52 AM Revision 2c5c3b2b (foreman): fixes #103 - Deleting a host should clean up the certificate too
Ohad Levy

11/30/2009

10:49 PM Feature #103 (Closed): Deleting a host should clean up the certificate too
When you delete a host you should get the option to delete the certificate too so you don't have to run... Martin Englund
08:10 PM Bug #102 (Closed): Fact sorting doesn't work
This is because it sorts on fact_name.id, but it is fixed by bug #99 Martin Englund
06:09 PM Bug #102 (Closed): Fact sorting doesn't work
Sorting fact values for a given host does shuffle the order around, but not into alphabetically sorted ones. Sample ... Frank Sweetser
05:56 PM Feature #101 (Closed): Add ability to view puppetdoc documentation
It would great if you were able to view formatted puppetdoc documentation for each class. The ideal would be to have... Frank Sweetser
10:25 AM Refactor #100 (Closed): Store Foreman Settings in the database and allow configure it using the WebUI/API
Provide a mechanism to allow a user to have specific settings associated with them. This will supersede the current S... Martin Englund
10:24 AM Support #98 (Closed): Turn $settings into a Ruby object
Filed wrong type of issue (should be refactor) Martin Englund
10:22 AM Support #98 (Assigned): Turn $settings into a Ruby object
Martin Englund
10:21 AM Feature #95 (Ready For Testing): Foreman should come with a .gitignore
Martin Englund
10:21 AM Bug #99: Fact names should be sortable
I guess assigning them to you as well as updating the status is the best way to let you know it is ready... Martin Englund
09:57 AM Bug #99 (Ready For Testing): Fact names should be sortable
Martin Englund
10:19 AM Feature #97: Need view for unconfigured hosts
How do you add a constraint on a join table in active_scaffold? Currently it does this, which is simple:... Martin Englund

11/28/2009

02:27 PM Bug #99 (Assigned): Fact names should be sortable
http://github.com/pmenglund/foreman/commit/24bf91098d306596d8e3e035562659e59d9885e5 Martin Englund
02:26 PM Bug #99 (Closed): Fact names should be sortable
When listing the table of facts, the name column should be sortable by name (and not by fact_name id as it is now) Martin Englund

11/27/2009

04:49 PM Support #98 (Closed): Turn $settings into a Ruby object
The $settings should be turned in to a Settings object with defaults that extracts from the clutter in the current fi... Martin Englund
02:43 PM Refactor #96: config/settings.yaml should not be under git control
btw, database.yml should also not be under git control Martin Englund
01:23 PM Refactor #96: config/settings.yaml should not be under git control
I think you have to put in the release notes to re-create the settings.yaml file, as there is no way to ungit a file ... Martin Englund
01:02 PM Refactor #96: config/settings.yaml should not be under git control
Martin Englund wrote:
> just run
> [...]
what about the people who already use it? :-\
Ohad Levy
12:56 PM Refactor #96: config/settings.yaml should not be under git control
just run... Martin Englund
12:15 PM Refactor #96: config/settings.yaml should not be under git control
do you know of a way of removing it from git but not removing the file (for the people who do git pull?)
Ohad Levy
09:46 AM Refactor #96 (Closed): config/settings.yaml should not be under git control
It is a host specific file which shouldn't be touched when you pull new changes.
Instead it should be distributed as...
Martin Englund
01:57 PM Feature #93: Display host group in listing when unattended is disabled
Try this commit instead:
http://github.com/pmenglund/foreman/commit/e0cb87dbe99d63bb8c45ad1a7497d879cbd3fd89
Martin Englund
01:08 PM Feature #93: Display host group in listing when unattended is disabled
Martin Englund wrote:
> I know! I botched the commit, but could not edit the post (that's why I asked for developer a...
Ohad Levy
01:00 PM Feature #93: Display host group in listing when unattended is disabled
I know! I botched the commit, but could not edit the post (that's why I asked for developer access)
I'm trying to fi...
Martin Englund
12:08 PM Feature #93: Display host group in listing when unattended is disabled
can you merge/rebase your master to my master?
I would prefer it to merge cleanly :)
Thanks
Ohad Levy
09:23 AM Feature #93: Display host group in listing when unattended is disabled
Code ready:
http://github.com/pmenglund/foreman/commit/a724fe2bbce56a828ec66f1eacfef2cf65742082
Martin Englund
11:19 AM Feature #97: Need view for unconfigured hosts
http://github.com/pmenglund/foreman/commit/d4bc473808a27b4a917f7ef037cb3af98a81eda5 Martin Englund
11:18 AM Feature #97 (Rejected): Need view for unconfigured hosts
When you point existing systems to foreman a special view is needed to see which hosts needs to be configured Martin Englund
10:38 AM Bug #94 (Closed): Wrong category name in Redmine
updated - thanks Ohad Levy
09:31 AM Bug #94 (Closed): Wrong category name in Redmine
The category "Uattended installations" should be "Unattended installations" Martin Englund
09:43 AM Feature #95: Foreman should come with a .gitignore
http://github.com/pmenglund/foreman/commit/5831ed3fad0c48b0a3654a3a4cda09d2f2bd1b44 Martin Englund
09:42 AM Feature #95 (Closed): Foreman should come with a .gitignore
By default it should ignore:
db/*.sqlite3
db/schema.rb
log/*
nbproject/*
tmp/*
Martin Englund

11/26/2009

04:04 PM Bug #82 (Closed): Re-organize "Classes" on Create Host page
Ohad Levy
03:13 PM Feature #93 (Rejected): Display host group in listing when unattended is disabled
When you disable unattended mode, displaying the "Operating System" column isn't useful, instead a "Hostgroup" should... Martin Englund
03:10 PM Refactor #92 (Resolved): "unattended" setting value counter intuitive
You have to set... Martin Englund
02:34 PM Revision 7f81c83f (foreman): fix for missing puppet server name
Ohad Levy
11:33 AM Bug #91 (Rejected): couldn't import puppet classes in non-storeconfig environment
Ohad Levy
11:32 AM Bug #91: couldn't import puppet classes in non-storeconfig environment
Yes, I not use modules :(
I will try to create the module and to execute export
Thanks for the help
Nikolay Aralovets
11:29 AM Bug #91 (Feedback): couldn't import puppet classes in non-storeconfig environment
I assume that you are not using modules, I will update the documentation that only when using modules you can import ... Ohad Levy
10:22 AM Bug #91 (Rejected): couldn't import puppet classes in non-storeconfig environment
Hello,
I try to configure puppet + foreman. Foreman untar into foreman-nightly.tar.bz2 (25.11.2009). Puppet and forem...
Nikolay Aralovets

11/25/2009

03:12 PM Bug #90: puppet master name does not display correctly when its not "puppet"
sorry, thats commit:5bcca893 Ohad Levy
03:12 PM Bug #90 (Closed): puppet master name does not display correctly when its not "puppet"
fixed in commit:0fc8264f82c8619313759431b931ff2c2f4f12cc
Ohad Levy
03:10 PM Bug #90 (Closed): puppet master name does not display correctly when its not "puppet"
Ohad Levy
03:10 PM Revision 5bcca893 (foreman): it should display the corrent puppet master name
Martin Englund
12:39 PM Feature #86 (Closed): Support for default node when using external nodes
The reason for having a default node is to get some basic configuration done while the system is waiting for a full c... Martin Englund
05:12 AM Feature #89 (Closed): add inventory graphs
Ohad Levy
03:06 AM Feature #89 (Ready For Testing): add inventory graphs
Applied in changeset commit:"300c8b4459d11328735fee7558a65e49767b9b02". Ohad Levy
02:32 AM Feature #89 (Closed): add inventory graphs
overview for OS, Hardware, Puppet environments etc
Ohad Levy
04:46 AM Feature #79: reports page should have filter checkboxes
Martin Englund wrote:
> I'm looking at using:
> http://github.com/tvongaza/active_scaffold_list_filters
> to implemen...
Ohad Levy
03:46 AM Bug #82: Re-organize "Classes" on Create Host page
Applied in changeset commit:"1cd4a9b62d9f71dd8661cca622b64d9b4f0ac1f7". Ohad Levy
03:46 AM Bug #82 (Ready For Testing): Re-organize "Classes" on Create Host page
first stab at commit:9187d3f1fe0482895bbf9609e287ba6298677763 Ohad Levy
03:45 AM Revision 1cd4a9b6 (foreman): fixes #82
Ohad Levy
03:42 AM Revision 83068398 (foreman): removed unused code
Ohad Levy
03:39 AM Revision 9187d3f1 (foreman): removed unused code
Ohad Levy
02:51 AM Revision 300c8b44 (foreman): fixes #89 - this adds basic graphs and charts for your inventory, it
also includes minor changes to the dashboard graphs Ohad Levy
02:29 AM Revision 34df1be2 (foreman): fix spelling mistakes, comments etc - minor refactor
Ohad Levy
02:24 AM Revision 16d9312d (foreman): fixes #83, envirionment is hash by it self, not a parameter
Ohad Levy

11/24/2009

04:44 PM Feature #79: reports page should have filter checkboxes
I'm looking at using:
http://github.com/tvongaza/active_scaffold_list_filters
to implement this.
Martin Englund
11:11 AM Feature #79: reports page should have filter checkboxes
I just noticed refactor# 80 and which this partly depends on. I'll start with by just adding a check box to hide all ... Martin Englund
11:06 AM Feature #79: reports page should have filter checkboxes
I have a prototype already, but it relies on modifying the reports table to remove the status column and add columns ... Martin Englund
03:43 PM Bug #82: Re-organize "Classes" on Create Host page
Also, this feature should be implemented on the Foreman Groups page. Josh Baird
04:01 AM Bug #82: Re-organize "Classes" on Create Host page
Excellent! The only thing I would add is a highlight to the currently selected item. I will see if I can manage thi... Josh Baird
06:26 AM Bug #88 (Feedback): "False" checkbox image broken
the number after the image (e.g. png?1258747171) instruct your browser to use a cached image instead of fetching it a... Ohad Levy
04:11 AM Bug #88 (Rejected): "False" checkbox image broken
The false/red "x" image that is displayed when there is an error with a report seems to be broken sometimes. It look... Josh Baird

11/23/2009

03:57 PM Bug #82 (Feedback): Re-organize "Classes" on Create Host page
... Ohad Levy
12:57 PM Feature #87: Filtering on fact name
Ohad Levy wrote:
> Dave Whitehouse wrote:
> > It would be really useful to be able to filter asset details by fact ...
Dave Whitehouse
12:28 PM Feature #87 (Feedback): Filtering on fact name
Ohad Levy
12:02 PM Feature #87: Filtering on fact name
Dave Whitehouse wrote:
> It would be really useful to be able to filter asset details by fact names and to be able to...
Ohad Levy
11:27 AM Feature #87 (Rejected): Filtering on fact name
We have been using OCS to manage assets previously. Recently we’ve been using foreman and we are now replicating a l... Dave Whitehouse
12:34 PM Feature #79 (Feedback): reports page should have filter checkboxes
will you implement this or should I?
are you aware that there is already a link with the same values through the das...
Ohad Levy
12:33 PM Refactor #80: Reports data should be accessed in a simple way
as the new version of puppet is going to be a massive rewrite of how reports are handled, I'm going to push this db s... Ohad Levy
03:16 AM Feature #86 (Feedback): Support for default node when using external nodes
It doesn't make a lot of sense to enable it when Foreman is used as an unattended service(and puppetca), I *think* th... Ohad Levy

11/20/2009

12:46 PM Feature #86 (Closed): Support for default node when using external nodes
It should be possible to define a default node which is returned when there is no exact match. Martin Englund
09:44 AM Feature #85: Implement REST or something similar?
Foreman is already restful :)
there are a few other different usage cases where this would make sense - e.g. when I ...
Ohad Levy
05:21 AM Feature #85 (Closed): Implement REST or something similar?
It would be useful (at least for me) to be able to add a host to Foreman via a REST call or a similar API. I think th... Josh Baird
04:07 AM Revision 4b8adb21 (foreman): fixes #68 ; wrong condition was used again
Ohad Levy
04:06 AM Revision 39e33835 (foreman): fix test for #83
Ohad Levy
03:50 AM Feature #68 (Closed): do not force to key in all unattended related info when using Foreman as a simple node managmenet
Ohad Levy
03:49 AM Feature #68: do not force to key in all unattended related info when using Foreman as a simple node managmenet
Applied in changeset commit:"c1c677218641cc64feca0c2fee883d5034da204c". Ohad Levy
03:49 AM Revision c1c67721 (foreman): fixes #68 ; wrong condition was used
Ohad Levy

11/19/2009

09:24 AM Feature #32: Provide a way to organize the Inventory display in the Hosts page
In case it wasn't clear, heres an example of a "move from A column to be B column" UI :
!http://theforeman.org/attac...
Oded Ben Ozer
05:08 AM Bug #81 (Assigned): Rake does not import classes from modules when not using the environment statement in puppet.conf
this happened because the environment setup has changed in 0.25x, there is no need to declare your environments.
Ohad Levy

11/18/2009

04:11 PM Bug #82: Re-organize "Classes" on Create Host page
I have uploaded an example screenshot of one way to organize this. Josh Baird
03:55 PM Feature #83 (Closed): add environment to external nodes parameters
Ohad Levy
03:54 PM Feature #83 (Ready For Testing): add environment to external nodes parameters
Applied in changeset commit:"8a815cdc4b0d20c9a625c0eb123a8d92a1a239ef". Ohad Levy
03:47 PM Feature #83 (Closed): add environment to external nodes parameters
When using Foreman for external nodes, it should provide the environment name as a parameter
Ohad Levy
03:50 PM Revision 8a815cdc (foreman): fixes #83 - add environment to external nodes parameter
Ohad Levy
03:49 PM Feature #84 (Closed): Add puppetrun support to web interface
It would if Foreman provided a "Puppetrun" feature for each node via the web interface. This would allow you to push... Josh Baird

11/17/2009

04:10 PM Bug #82 (Closed): Re-organize "Classes" on Create Host page
The "Classes" section of the "Create Host" page could use a face lift. It is hard to read, especially with a large n... Josh Baird
04:08 PM Bug #74 (Assigned): tftp and puppet ca errors are not shown in the log file
this fix wont work as logger is not defined Ohad Levy
04:06 PM Feature #68: do not force to key in all unattended related info when using Foreman as a simple node managmenet
for this to work it requires:
:unattended: true
in your config file, this condition is wrong, it should be false
Ohad Levy
03:35 PM Bug #81 (Closed): Rake does not import classes from modules when not using the environment statement in puppet.conf
Running "rake puppet:import:puppet_classes RAILS_ENV=production" as root does not import classes from my modules. Th... Josh Baird
07:08 AM Refactor #80 (Closed): Reports data should be accessed in a simple way
Currently report status is stored in one integer, it should be broken down into multiple database tables allowing to ... Ohad Levy

11/16/2009

04:53 PM Feature #79: reports page should have filter checkboxes
I'll have a fix available soon - I just need to get foreman setup on my development server...
The easiest way is to ...
Martin Englund
04:26 PM Feature #79: reports page should have filter checkboxes
I would assume thats not too hard to add, nevertheless, I've created the dashboard with the hope is that it will show... Ohad Levy
04:22 PM Feature #79 (Closed): reports page should have filter checkboxes
Usually you aren't interested in the reports with no changes, so there should be a checkbox on the /reports page (che... Martin Englund
09:07 AM Bug #75: appends hostname to existing item in autosign.conf
Could be, though foreman should look for a new empty line before appending the host IMHO. Matt Moran

11/15/2009

01:34 PM Bug #78 (Assigned): Puppet reports fails with 0.24.4-5 master
Ohad Levy

11/12/2009

08:40 PM Bug #78: Puppet reports fails with 0.24.4-5 master
Hum better with a file :) Benoit CATTIE
08:38 PM Bug #78 (Closed): Puppet reports fails with 0.24.4-5 master
Both classes changed since puppet v 0.24.4
Used in app/models/report.rb :
Method "report.name" doesn't exist.
Also ...
Benoit CATTIE
01:48 PM Feature #68 (Ready For Testing): do not force to key in all unattended related info when using Foreman as a simple node managmenet
Applied in changeset commit:"69923df94ad5731ef1d531d63330daacf8e6f9aa". Ohad Levy
01:47 PM Revision 69923df9 (foreman): fixes #68 - do not force to key in all unattended related info when using Foreman as a simple node
Ohad Levy
12:46 PM Feature #77 (Closed): add basic graphing engine
implemented in commit:d7bb0ba7 Ohad Levy
12:03 PM Feature #77 (Closed): add basic graphing engine
general purpose graphing engine, could be used in the dashboard and various statistics Ohad Levy
12:43 PM Feature #72 (Closed): allow to define the default puppet server hostname
Ohad Levy
12:42 PM Feature #70 (Closed): do not show reports in error, show hosts which has bad reports
at this stage, link exist to both, all hosts in error state, and all reports that needs to be reviewed. Ohad Levy
12:39 PM Bug #76 (Closed): Foreman creates a link to a report even if the report is already deleted
Ohad Levy
12:33 PM Bug #76 (Ready For Testing): Foreman creates a link to a report even if the report is already deleted
Applied in changeset commit:"f2cc32e4d8e0a695ef105130920972ed52ad1fca". Ohad Levy
12:37 PM Bug #67 (Closed): no route to host error
Ohad Levy
12:33 PM Bug #67 (Ready For Testing): no route to host error
Applied in changeset commit:"757a21ad26ca1f42fbc53eef2c73852a8e989486". Ohad Levy
12:31 PM Bug #75: appends hostname to existing item in autosign.conf
I cant reproduce this...... could it be that you didnt add an EOL (end of line) when you added another host?
Ohad Levy
12:24 PM Revision f2cc32e4 (foreman): fixes #76 - Foreman creates a link to a report even if the report is already deleted
Ohad Levy
12:13 PM Revision 757a21ad (foreman): fixes #67 - no route to host error in external nodes
Ohad Levy
12:04 PM Revision d7bb0ba7 (foreman): first stab at #77 - add basic graphing engine and added a couple of graphs in the dashboard
Ohad Levy

11/10/2009

09:16 AM Bug #75: appends hostname to existing item in autosign.conf
If I have a autosign.conf that already contains hosts i.e:
*.test1a.local
*.test1b.local
I've noticed that foreman ...
Matt Moran
01:27 AM Bug #75 (Feedback): appends hostname to existing item in autosign.conf
what do you mean? the same host name twice?
can you give some examples?
Ohad Levy
04:03 AM Bug #76 (Closed): Foreman creates a link to a report even if the report is already deleted
It should not link to reports from the host list when the report has been expired already Ohad Levy

11/09/2009

06:12 PM Bug #75 (Closed): appends hostname to existing item in autosign.conf
I've noticed on a few occasions that foreman will append the hostname to an existing host/wildcard in the autosign.co... Matt Moran
04:17 AM Bug #74 (Ready For Testing): tftp and puppet ca errors are not shown in the log file
Applied in changeset commit:"f860d3d0f39595dbaf25ab8243fc6c785b02162c". Ohad Levy
03:51 AM Bug #74 (Closed): tftp and puppet ca errors are not shown in the log file
when an error occurred to run puppetca or to generate the tftp files, the error does not show up in the log files whe... Ohad Levy
04:17 AM Feature #70 (Ready For Testing): do not show reports in error, show hosts which has bad reports
Applied in changeset commit:"4bdd27e1b1993fe1afe07434e64921f812287cb5". Ohad Levy
03:51 AM Revision f860d3d0 (foreman): fixes #74 - tftp and puppet ca errors are not shown in the log file
Ohad Levy
03:49 AM Revision 4bdd27e1 (foreman): fixes #70 - shows hosts in error state in the dashboard
Ohad Levy

11/07/2009

08:35 AM Feature #73 (Closed): add support for user groups
each host can be associated with a user or a group, allowing to send email notifications to the right user or group o... Ohad Levy

11/06/2009

07:06 AM Feature #72 (Ready For Testing): allow to define the default puppet server hostname
Applied in changeset commit:"74a55dfb9d10908cdf7e97eed9ca493e88d9c99f". Ohad Levy
06:54 AM Feature #72 (Closed): allow to define the default puppet server hostname
currently it uses "puppet" unless defined differently per host.
it should be configurable if you use a different hos...
Ohad Levy
07:06 AM Revision 74a55dfb (foreman): fixes #72: allow to define the default puppet server hostname
Ohad Levy
03:53 AM Revision f7983637 (foreman): reverting and fixing minor example manifest fix
Ohad Levy
03:45 AM Revision 3f12afdb (foreman): minor example manifest fix
Ohad Levy
03:24 AM Feature #71 (Closed): send out daily email summary of puppet changes
Ohad Levy
03:13 AM Feature #70 (Closed): do not show reports in error, show hosts which has bad reports
then in another level show the actual reports Ohad Levy
03:12 AM Feature #69 (Rejected): show the hosts in error state in the dashboard and through a link
Ohad Levy
03:11 AM Feature #68 (Closed): do not force to key in all unattended related info when using Foreman as a simple node managmenet
Ohad Levy

11/05/2009

04:03 PM Bug #67 (Closed): no route to host error
This occurs when the fqdn hostname has a '-' before the first '.'
So test01.company.local works, but test-01.company...
Matt Moran
02:48 PM Bug #27: foreman_url doesn't contain port in kickstart.rhtml
I'll test again today. Matt Moran
02:46 PM Bug #27: foreman_url doesn't contain port in kickstart.rhtml
Matt Moran wrote:
> Ohad Levy wrote:
> > I've tried it here locally, and I get the correct URL...
> >
> > not really...
Ohad Levy
02:18 PM Bug #27: foreman_url doesn't contain port in kickstart.rhtml
Ohad Levy wrote:
> I've tried it here locally, and I get the correct URL...
>
> not really sure of how to debug this...
Matt Moran
01:25 PM Bug #27 (Need more information): foreman_url doesn't contain port in kickstart.rhtml
I've tried it here locally, and I get the correct URL...
not really sure of how to debug this..
Ohad Levy
01:36 PM Feature #66 (Closed): Add Logic to host edit page
The host edit page should show only the relevant options per OS Ohad Levy
01:33 PM Feature #65 (Closed): Add Subnet management
this should include also IP management - e.g. - next available IP address
Ohad Levy
01:32 PM Smart Proxy Feature #64 (Closed): Add Microsoft DHCP support
Ohad Levy
01:32 PM Feature #63 (Closed): Add ISC DHCP support
Ohad Levy
01:31 PM Feature #62 (Closed): Add a Generic DHCP library
Ohad Levy
01:31 PM Smart Proxy Feature #61 (Resolved): Add Microsoft DNS Support
Ohad Levy
01:31 PM Feature #60 (Closed): Add Bind DNS support
Ohad Levy
01:30 PM Feature #59 (Closed): Add a Generic DNS library
this should be a meta class for specific DNS servers Ohad Levy
01:29 PM Feature #39 (Need more information): Node Authentication
is this still required? does using SSL provides you a solution or do you still see a need for Foreman to do something? Ohad Levy
01:28 PM Feature #32: Provide a way to organize the Inventory display in the Hosts page
This will require some thought, as not all facts are available for every host.
I'll keep in mind once we start redoi...
Ohad Levy

11/04/2009

04:26 PM Bug #56 (Closed): Error when adding audit table if puppet storeconfig tables exist
Ohad Levy
04:16 PM Bug #56 (Ready For Testing): Error when adding audit table if puppet storeconfig tables exist
Applied in changeset commit:"38a51fc29825625e09ebb9ed4bdb84afcdfe65da". Ohad Levy
03:39 PM Bug #56: Error when adding audit table if puppet storeconfig tables exist
ok, I can confirm this happens on MySQL.. I'll bump it to the current release Ohad Levy
04:15 PM Revision 5eff2454 (foreman): update manifest to point to latest stable version
Ohad Levy
03:44 PM Revision 38a51fc2 (foreman): fixes #56, changed the migration order
Ohad Levy
02:16 PM Revision e43f8649 (foreman): added puppet manifest to expire old reports
Ohad Levy
02:06 PM Feature #57 (Closed): add retention rules to expire old reports
Ohad Levy
01:57 PM Feature #57 (Ready For Testing): add retention rules to expire old reports
Applied in changeset commit:"560094100420832cade588f76bd98e2b8d96cc63". Ohad Levy
01:48 PM Feature #57 (Assigned): add retention rules to expire old reports
Ohad Levy
01:56 PM Revision 438cf19e (foreman): fixes typo
Ohad Levy
01:50 PM Revision 56009410 (foreman): fixes #57 - add retention rules to expire old reports
Ohad Levy
12:50 PM Revision 4c18668b (foreman): added a label for each report
Ohad Levy
12:36 PM Revision 2fc1faae (foreman): added some basic error handling
Ohad Levy
12:30 PM Revision 71024dc8 (foreman): added delete link from report show action
Ohad Levy
09:32 AM Feature #28 (Closed): allow to have reusable configurations (snippets) across operating systems
Ohad Levy

11/03/2009

09:05 AM Feature #45: Enable an API to remove hosts
It solves the problem of deleting the node from the Foreman and not having it get imported again. But starting a 100... Matt Moran
02:16 AM Feature #45: Enable an API to remove hosts
Matt Moran wrote:
> This seems to work. Though i've still hacked the puppet.rake file to not import any of the EC2 s...
Ohad Levy
06:30 AM Feature #58 (Closed): trigger actions when a New sucessful host is added
when a machine finish its first successful puppet run,be able to:
# send out an email
# run a custom script
# etc
Ohad Levy
 

Also available in: Atom