Re: [Oscar-devel] Configurator values - ODA

2006-07-06 Thread Bernard Li
Title: Re: [Oscar-devel] Configurator values - ODA With the recent fixes by Erich, this is now confirmed to be working. Cheers, Bernard From: [EMAIL PROTECTED] on behalf of Bernard LiSent: Sat 01/07/2006 18:25To: [EMAIL PROTECTED]; oscar-devel@lists.sourceforge.netSubject: Re

Re: [Oscar-devel] Configurator values - ODA

2006-07-01 Thread Erich Focht
Hi Bernard, I fixed one thing and then tried calling cd $OSCAR_HOME/packages/ganglia env OSCAR_PACKAGE_HOME=`pwd` scripts/edit_ganglia_conf --gmetad --verbose while the ODA table Packages_conf was empty. /etc/gmetad.conf looked good afterwards. But I didn't try a clean fresh install. We can

Re: [Oscar-devel] Configurator values - ODA

2006-07-01 Thread Bernard Li
Title: Re: [Oscar-devel] Configurator values - ODA Hi Erich: I just tried a fresh install with FC5 x86, and the issue is still present. Here's the content of /etc/gmetad.conf:gridname "gridname"data_source "cluster__name" fc5-x86.ocg.org The relevant bits from /

[Oscar-devel] Configurator values - ODA

2006-06-29 Thread Bernard Li
Hi Erich: This seems to work okay if you actually go through the "Configure Selected OSCAR Packages..." step, however, if you bypass it (using default values), then it did not work. I was testing Ganglia package... the resulting /etc/gmetad.conf looks like:gridname "gridname"data_source

Re: [Oscar-devel] Configurator

2006-06-14 Thread Erich Focht
On Wednesday 14 June 2006 14:33, Wesley Bland wrote: Continuing the discussion about Configurator: What is your idea about moving the configurator stuff to the ODA? I'm not opposed to the idea as it would probably make things simpler for me, but the problem that I run into is that I only

Re: [Oscar-devel] Configurator

2006-06-14 Thread Wesley Bland
So this approach sounds good to me, but there are a few things that I want to know before I dive into this thing simply because I don't have enough time here this summer to be able to address all these issues: Would this still work for the current GUI or are there going to be some major

Re: [Oscar-devel] Configurator

2006-06-14 Thread Erich Focht
Hi Wesley, I'd propose to do it in some steps: 1. add the table (doesn't hurt) 2. prepare routines for reading/writing values from/to database (given opkg, context) 3. prepare a routine to parse the configurator.values and feed the database with them (doesn't hurt, yet, as it leaves the old

[Oscar-devel] Configurator

2006-06-08 Thread Wesley Bland
As you may have seen this summer I'm working on making a CLI for the OSCAR Installer.  As I have moved into the configurator step (Step 2), I have run into a major problem.  HTML is very difficult to parse into a command line format.  Essentially what I have to do is write my own HTML browser

Re: [Oscar-devel] Configurator

2006-06-08 Thread Ted Powell
On Thu, Jun 08, 2006 at 09:02:36AM -0400, Wesley Bland wrote: As you may have seen this summer I'm working on making a CLI for the OSCAR Installer.  As I have moved into the configurator step (Step 2), I have run into a major problem.  HTML is very difficult to parse into a command line

Re: [Oscar-devel] Configurator

2006-06-08 Thread Wesley Bland
You're right. I'll admit that I am by no means an HTML expert and that many of the things I described here can probably be done as long as you are looking for output for an HTML browser. My problem is that I'm not trying to use the HTML code as a browser would, but instead parse it to display

Re: [Oscar-devel] Configurator

2006-06-08 Thread Ted Powell
On Thu, Jun 08, 2006 at 09:02:36AM -0400, Wesley Bland wrote: [...] Please send me any input you have and keep an eye on the wiki page to keep up with progress on the CLI. On Thu, Jun 08, 2006 at 11:06:27AM -0400, Wesley Bland wrote: [...] would do). Feel free to take a look at the wiki to

Re: [Oscar-devel] Configurator

2006-06-08 Thread Wesley Bland
Sorry about that, here's the URL: https://svn.oscar.openclustergroup.org/trac/oscar/wiki/DevelDocs My stuff is under Command Line Interface. Wesley On Thursday 08 June 2006 12:07 pm, Ted Powell wrote: On Thu, Jun 08, 2006 at 09:02:36AM -0400, Wesley Bland wrote: [...] Please send me any

Re: [Oscar-devel] Configurator

2006-06-08 Thread Michael Edwards
I guess my big question after looking at your wiki is Why reinvent functionality that works beter in the GUI?. I understand the need for automated installs and the need for some sort of CLI interface, but I am not really understanding the need for a fully featured text mode installer which has

Re: [Oscar-devel] Configurator

2006-06-08 Thread Bernard Li
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Wesley Bland Sent: Thursday, June 08, 2006 6:03 To: oscar-devel@lists.sourceforge.net Subject: [Oscar-devel] Configurator As you may have seen this summer I'm working on making a CLI for the OSCAR Installer

Re: [Oscar-devel] Configurator

2006-06-08 Thread Wesley Bland
PROTECTED] On Behalf Of Wesley Bland Sent: Thursday, June 08, 2006 6:03 To: oscar-devel@lists.sourceforge.net Subject: [Oscar-devel] Configurator As you may have seen this summer I'm working on making a CLI for the OSCAR Installer.  As I have moved into the configurator step (Step 2

Re: [Oscar-devel] Configurator

2006-06-08 Thread Michael Edwards
, lynx, etc. Just some suggestions. Cheers, Bernard -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Wesley Bland Sent: Thursday, June 08, 2006 6:03 To: oscar-devel@lists.sourceforge.net Subject: [Oscar-devel] Configurator

[Oscar-devel] Configurator schema

2006-06-08 Thread Wesley Bland
I just wanted to let everyone know that I posted a schema for the XML input for configurator on the OSCAR wiki: https://svn.oscar.openclustergroup.org/trac/oscar/wiki/ConfigSchema Feel free to give me some feedback on it. If I don't hear anything by the end of the call on Tuesday, I'm gonna

Re: [Oscar-devel] Configurator schema

2006-06-08 Thread Bernard Li
:48 To: oscar-devel@lists.sourceforge.net Subject: [Oscar-devel] Configurator schema I just wanted to let everyone know that I posted a schema for the XML input for configurator on the OSCAR wiki: https://svn.oscar.openclustergroup.org/trac/oscar/wiki/ConfigSchema Feel free to give me

Re: [Oscar-devel] Configurator schema

2006-06-08 Thread Ted Powell
On Thu, Jun 08, 2006 at 12:54:47PM -0700, Bernard Li wrote: Hi Wesley: You won't be modifying the behaviour of the GUI Configurator though, right? i.e. it will still use HTML as opposed to XML The GUI Configurator I'm (sort of) familiar with is the one at:

Re: [Oscar-devel] Configurator schema

2006-06-08 Thread Bernard Li
, Bernard -Original Message- From: Ted Powell [mailto:[EMAIL PROTECTED] On Behalf Of Ted Powell Sent: Thursday, June 08, 2006 15:23 To: Bernard Li Cc: Wesley Bland; oscar-devel@lists.sourceforge.net Subject: Re: [Oscar-devel] Configurator schema On Thu, Jun 08, 2006 at 12:54:47PM -0700

[Oscar-devel] configurator values to ODA

2006-04-02 Thread Erich Focht
Hi DongInn, do you think you could give this a try? I think the advantages of having the configurator data in the mysql database are obvious, the implementation I am proposing in the attached email could maybe be improved. So if anybody has comments or can help with the implementation, please