Hi all: I install puppet version 2.6 and puppet dashboard 1.0.3. When I change one node''s class or groups, it is invalid。 I also can add new class and groups. But no nodes can be in these class or groups. So I insert a node in a class under mysql like "insert into node_class_memberships values (1,1,1,''2010-08-17'',''2010-08-17'');", Then I can see the first node has been in the first class. ########################################### Best regards Timo Seven blog: http://zauc.wordpress.com twitter: http://twitter.com/zauc Linux System Admin & MySQL DBA -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Timo Seven
2010-Aug-19 05:47 UTC
[Puppet Users] Re: How to change the node''s class or groups
follow is the log Processing NodesController#update (for 10.1.41.81 at 2010-08-19 13:45:53) [PUT] Parameters: {"node"=>{"name"=>"puppet.timo.com", "node_group_names"=>[" "], "parameter_attributes"=>[{"value"=>"", "key"=>""}], "node_class_names"=>[" "], "description"=>""}, "action"=>"update", "_method"=>"put", "authenticity_token"=>"sV1FfxR5EAatq+BW/ApH7/JPEK9LLwmKCtBEDIvYmQI=", "id"=>"puppet.timo.com", "controller"=>"nodes"} Redirected to http://10.10.83.193:3000/nodes/puppet.timo.com Completed in 40ms (DB: 0) | 302 Found [http://10.10.83.193/nodes/puppet.timo.com] ########################################### Best regards Timo Seven blog: http://zauc.wordpress.com twitter: http://twitter.com/zauc Linux System Admin & MySQL DBA 在 2010年8月19日 上午11:50,Timo Seven <greycd@gmail.com> 写道:> Hi all: > > I install puppet version 2.6 and puppet dashboard 1.0.3. > > When I change one node''s class or groups, it is invalid。 I also can > add new class and groups. But no nodes can be in these class or > groups. > > So I insert a node in a class under mysql like "insert into > node_class_memberships values (1,1,1,''2010-08-17'',''2010-08-17'');", > Then I can see the first node has been in the first class. > > > > > ########################################### > > Best regards > Timo Seven > blog: http://zauc.wordpress.com > twitter: http://twitter.com/zauc > Linux System Admin & MySQL DBA >-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Timo Seven
2010-Aug-23 01:28 UTC
[Puppet Users] Re: How to change the node''s class or groups
Hi all: Who can help me to resolve this problem. ########################################### Best regards Timo Seven blog: http://zauc.wordpress.com twitter: http://twitter.com/zauc Linux System Admin & MySQL DBA 在 2010年8月19日 下午1:47,Timo Seven <greycd@gmail.com> 写道:> follow is the log > > > Processing NodesController#update (for 10.1.41.81 at 2010-08-19 13:45:53) [PUT] > Parameters: {"node"=>{"name"=>"puppet.timo.com", > "node_group_names"=>[" "], "parameter_attributes"=>[{"value"=>"", > "key"=>""}], "node_class_names"=>[" "], "description"=>""}, > "action"=>"update", "_method"=>"put", > "authenticity_token"=>"sV1FfxR5EAatq+BW/ApH7/JPEK9LLwmKCtBEDIvYmQI=", > "id"=>"puppet.timo.com", "controller"=>"nodes"} > Redirected to http://10.10.83.193:3000/nodes/puppet.timo.com > Completed in 40ms (DB: 0) | 302 Found > [http://10.10.83.193/nodes/puppet.timo.com] > > > > ########################################### > > Best regards > Timo Seven > blog: http://zauc.wordpress.com > twitter: http://twitter.com/zauc > Linux System Admin & MySQL DBA > > > > > 在 2010年8月19日 上午11:50,Timo Seven <greycd@gmail.com> 写道: >> Hi all: >> >> I install puppet version 2.6 and puppet dashboard 1.0.3. >> >> When I change one node''s class or groups, it is invalid。 I also can >> add new class and groups. But no nodes can be in these class or >> groups. >> >> So I insert a node in a class under mysql like "insert into >> node_class_memberships values (1,1,1,''2010-08-17'',''2010-08-17'');", >> Then I can see the first node has been in the first class. >> >> >> >> >> ########################################### >> >> Best regards >> Timo Seven >> blog: http://zauc.wordpress.com >> twitter: http://twitter.com/zauc >> Linux System Admin & MySQL DBA >> >-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Igal Koshevoy
2010-Aug-23 10:06 UTC
Re: [Puppet Users] Re: How to change the node''s class or groups
On Wed, Aug 18, 2010 at 10:47 PM, Timo Seven <greycd@gmail.com> wrote:> > I install puppet version 2.6 and puppet dashboard 1.0.3. > > When I change one node''s class or groups, it is invalid。 I also can > add new class and groups. But no nodes can be in these class or > groups. > > So I insert a node in a class under mysql like "insert into > node_class_memberships values (1,1,1,''2010-08-17'',''2010-08-17'');", > Then I can see the first node has been in the first class. > [...] > follow is the log > > > Processing NodesController#update (for 10.1.41.81 at 2010-08-19 13:45:53) [PUT] > Parameters: {"node"=>{"name"=>"puppet.timo.com", > "node_group_names"=>[" "], "parameter_attributes"=>[{"value"=>"", > "key"=>""}], "node_class_names"=>[" "], "description"=>""}, > "action"=>"update", "_method"=>"put", > "authenticity_token"=>"sV1FfxR5EAatq+BW/ApH7/JPEK9LLwmKCtBEDIvYmQI=", > "id"=>"puppet.timo.com", "controller"=>"nodes"} > Redirected to http://10.10.83.193:3000/nodes/puppet.timo.com > Completed in 40ms (DB: 0) | 302 Found > [http://10.10.83.193/nodes/puppet.timo.com]Timo, The Puppet Dashboard currently uses a quirky AJAX autocomplete system. You need to type the first few characters of the group field, then click the desired group name in the popup selector list, which will then add it as text within a rounded box to the groups text input field, and then you can click the create/save button for the form to save it. Simply typing the name in is not enough, you must click the name of the group in that popup selector list. There''s a strong desire to either fix or replace the autocompletion system with something that''s more user friendly. Here''s the related ticket: http://projects.puppetlabs.com/issues/3427 Can you please confirm that what I just described is the issue you were having? -igal -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Timo Seven
2010-Aug-24 05:49 UTC
Re: [Puppet Users] Re: How to change the node''s class or groups
HI igal: I find the ajax only work in windows IE. It don''t work in the Firefox 3.6.8 under Ubuntu 10.04. I think this is a bug. ########################################### Best regards Timo Seven blog: http://zauc.wordpress.com twitter: http://twitter.com/zauc Linux System Admin & MySQL DBA 2010/8/23 Igal Koshevoy <igal@pragmaticraft.com>:> On Wed, Aug 18, 2010 at 10:47 PM, Timo Seven <greycd@gmail.com> wrote: >> >> I install puppet version 2.6 and puppet dashboard 1.0.3. >> >> When I change one node''s class or groups, it is invalid。 I also can >> add new class and groups. But no nodes can be in these class or >> groups. >> >> So I insert a node in a class under mysql like "insert into >> node_class_memberships values (1,1,1,''2010-08-17'',''2010-08-17'');", >> Then I can see the first node has been in the first class. >> [...] >> follow is the log >> >> >> Processing NodesController#update (for 10.1.41.81 at 2010-08-19 13:45:53) [PUT] >> Parameters: {"node"=>{"name"=>"puppet.timo.com", >> "node_group_names"=>[" "], "parameter_attributes"=>[{"value"=>"", >> "key"=>""}], "node_class_names"=>[" "], "description"=>""}, >> "action"=>"update", "_method"=>"put", >> "authenticity_token"=>"sV1FfxR5EAatq+BW/ApH7/JPEK9LLwmKCtBEDIvYmQI=", >> "id"=>"puppet.timo.com", "controller"=>"nodes"} >> Redirected to http://10.10.83.193:3000/nodes/puppet.timo.com >> Completed in 40ms (DB: 0) | 302 Found >> [http://10.10.83.193/nodes/puppet.timo.com] > > Timo, > > The Puppet Dashboard currently uses a quirky AJAX autocomplete system. > You need to type the first few characters of the group field, then click > the desired group name in the popup selector list, which will then add > it as text within a rounded box to the groups text input field, and then > you can click the create/save button for the form to save it. Simply > typing the name in is not enough, you must click the name of the group > in that popup selector list. > > There''s a strong desire to either fix or replace the autocompletion > system with something that''s more user friendly. Here''s the related > ticket: http://projects.puppetlabs.com/issues/3427 > > Can you please confirm that what I just described is the issue you were > having? > > -igal > > -- > You received this message because you are subscribed to the Google Groups "Puppet Users" group. > To post to this group, send email to puppet-users@googlegroups.com. > To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. > For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en. > >-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Igal Koshevoy
2010-Aug-24 19:25 UTC
Re: [Puppet Users] Re: How to change the node''s class or groups
Timo, Thanks for the details. So if you type the name of a known class or group into a class or group UI field in Firefox, nothing happens? I primarily use Firefox on Linux and it works for me, although the tags are rendered incorrectly, like this: http://projects.puppetlabs.com/attachments/1092/dashboard-tag2.png Anyway, we''d like to fix or replace the class-group UI widget because of the issues that you encountered: * http://projects.puppetlabs.com/issues/3470 * http://projects.puppetlabs.com/issues/3427 -igal On 08/23/2010 10:49 PM, Timo Seven wrote:> HI igal: > > I find the ajax only work in windows IE. It don''t work in the > Firefox 3.6.8 under Ubuntu 10.04. > > I think this is a bug. > > ########################################### > > Best regards > Timo Seven > blog: http://zauc.wordpress.com > twitter: http://twitter.com/zauc > Linux System Admin & MySQL DBA > > > > > 2010/8/23 Igal Koshevoy <igal@pragmaticraft.com>: >> On Wed, Aug 18, 2010 at 10:47 PM, Timo Seven <greycd@gmail.com> wrote: >>> I install puppet version 2.6 and puppet dashboard 1.0.3. >>> >>> When I change one node''s class or groups, it is invalid。 I also can >>> add new class and groups. But no nodes can be in these class or >>> groups. >>> >>> So I insert a node in a class under mysql like "insert into >>> node_class_memberships values (1,1,1,''2010-08-17'',''2010-08-17'');", >>> Then I can see the first node has been in the first class. >>> [...] >>> follow is the log >>> >>> >>> Processing NodesController#update (for 10.1.41.81 at 2010-08-19 13:45:53) [PUT] >>> Parameters: {"node"=>{"name"=>"puppet.timo.com", >>> "node_group_names"=>[" "], "parameter_attributes"=>[{"value"=>"", >>> "key"=>""}], "node_class_names"=>[" "], "description"=>""}, >>> "action"=>"update", "_method"=>"put", >>> "authenticity_token"=>"sV1FfxR5EAatq+BW/ApH7/JPEK9LLwmKCtBEDIvYmQI=", >>> "id"=>"puppet.timo.com", "controller"=>"nodes"} >>> Redirected to http://10.10.83.193:3000/nodes/puppet.timo.com >>> Completed in 40ms (DB: 0) | 302 Found >>> [http://10.10.83.193/nodes/puppet.timo.com] >> Timo, >> >> The Puppet Dashboard currently uses a quirky AJAX autocomplete system. >> You need to type the first few characters of the group field, then click >> the desired group name in the popup selector list, which will then add >> it as text within a rounded box to the groups text input field, and then >> you can click the create/save button for the form to save it. Simply >> typing the name in is not enough, you must click the name of the group >> in that popup selector list. >> >> There''s a strong desire to either fix or replace the autocompletion >> system with something that''s more user friendly. Here''s the related >> ticket: http://projects.puppetlabs.com/issues/3427 >> >> Can you please confirm that what I just described is the issue you were >> having? >> >> -igal >> >> -- >> You received this message because you are subscribed to the Google Groups "Puppet Users" group. >> To post to this group, send email to puppet-users@googlegroups.com. >> To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. >> For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en. >> >>-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Timo Seven
2010-Aug-26 05:25 UTC
Re: [Puppet Users] Re: How to change the node''s class or groups
Hi Igal: When I input ''test'' in the classes area, it like follow picture. Then if I push ''F5'' button, it will be ok. [image: puppet.png] ########################################### Best regards Timo Seven blog: http://zauc.wordpress.com twitter: http://twitter.com/zauc Linux System Admin & MySQL DBA 2010/8/25 Igal Koshevoy <igal@pragmaticraft.com>:> Timo, > > Thanks for the details. So if you type the name of a known class or > group into a class or group UI field in Firefox, nothing happens? > > I primarily use Firefox on Linux and it works for me, although the tags > are rendered incorrectly, like this: > http://projects.puppetlabs.com/attachments/1092/dashboard-tag2.png > > Anyway, we''d like to fix or replace the class-group UI widget because of > the issues that you encountered: > * http://projects.puppetlabs.com/issues/3470 > * http://projects.puppetlabs.com/issues/3427 > > -igal > > On 08/23/2010 10:49 PM, Timo Seven wrote: >> HI igal: >> >> I find the ajax only work in windows IE. It don''t work in the >> Firefox 3.6.8 under Ubuntu 10.04. >> >> I think this is a bug. >> >> ########################################### >> >> Best regards >> Timo Seven >> blog: http://zauc.wordpress.com >> twitter: http://twitter.com/zauc >> Linux System Admin & MySQL DBA >> >> >> >> >> 2010/8/23 Igal Koshevoy <igal@pragmaticraft.com>: >>> On Wed, Aug 18, 2010 at 10:47 PM, Timo Seven <greycd@gmail.com> wrote: >>>> I install puppet version 2.6 and puppet dashboard 1.0.3. >>>> >>>> When I change one node''s class or groups, it is invalid。 I also can >>>> add new class and groups. But no nodes can be in these class or >>>> groups. >>>> >>>> So I insert a node in a class under mysql like "insert into >>>> node_class_memberships values (1,1,1,''2010-08-17'',''2010-08-17'');", >>>> Then I can see the first node has been in the first class. >>>> [...] >>>> follow is the log >>>> >>>> >>>> Processing NodesController#update (for 10.1.41.81 at 2010-08-1913:45:53) [PUT]>>>> Parameters: {"node"=>{"name"=>"puppet.timo.com", >>>> "node_group_names"=>[" "], "parameter_attributes"=>[{"value"=>"", >>>> "key"=>""}], "node_class_names"=>[" "], "description"=>""}, >>>> "action"=>"update", "_method"=>"put", >>>> "authenticity_token"=>"sV1FfxR5EAatq+BW/ApH7/JPEK9LLwmKCtBEDIvYmQI=", >>>> "id"=>"puppet.timo.com", "controller"=>"nodes"} >>>> Redirected to http://10.10.83.193:3000/nodes/puppet.timo.com >>>> Completed in 40ms (DB: 0) | 302 Found >>>> [http://10.10.83.193/nodes/puppet.timo.com] >>> Timo, >>> >>> The Puppet Dashboard currently uses a quirky AJAX autocomplete system. >>> You need to type the first few characters of the group field, then click >>> the desired group name in the popup selector list, which will then add >>> it as text within a rounded box to the groups text input field, and then >>> you can click the create/save button for the form to save it. Simply >>> typing the name in is not enough, you must click the name of the group >>> in that popup selector list. >>> >>> There''s a strong desire to either fix or replace the autocompletion >>> system with something that''s more user friendly. Here''s the related >>> ticket: http://projects.puppetlabs.com/issues/3427 >>> >>> Can you please confirm that what I just described is the issue you were >>> having? >>> >>> -igal >>> >>> -- >>> You received this message because you are subscribed to the GoogleGroups "Puppet Users" group.>>> To post to this group, send email to puppet-users@googlegroups.com. >>> To unsubscribe from this group, send email topuppet-users+unsubscribe@googlegroups.com<puppet-users%2Bunsubscribe@googlegroups.com> .>>> For more options, visit this group athttp://groups.google.com/group/puppet-users?hl=en.>>> >>> > > -- > You received this message because you are subscribed to the Google Groups"Puppet Users" group.> To post to this group, send email to puppet-users@googlegroups.com. > To unsubscribe from this group, send email topuppet-users+unsubscribe@googlegroups.com<puppet-users%2Bunsubscribe@googlegroups.com> .> For more options, visit this group athttp://groups.google.com/group/puppet-users?hl=en.> >-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.
Igal Koshevoy
2010-Aug-26 09:10 UTC
Re: [Puppet Users] Re: How to change the node''s class or groups
Timo, Thank you for the update, details and screenshot. I''m not sure what''s going on, but you should have seen a drop-down menu containing the possible matches even on Firefox. This widget seems to work correctly with Safari and Google Chrome. Sorry for this trouble, we plan to replace this widget with something more broadly compatible and easier to use in one of the next Dashboard bugfix releases. -igal On 08/25/2010 10:25 PM, Timo Seven wrote:> Hi Igal: > > > When I input ''test'' in the classes area, it like follow picture. > Then if I push ''F5'' button, it will be ok. > > puppet.png > > ########################################### > > Best regards > Timo Seven > blog: http://zauc.wordpress.com > twitter: http://twitter.com/zauc > Linux System Admin & MySQL DBA > > > > > 2010/8/25 Igal Koshevoy <igal@pragmaticraft.com > <mailto:igal@pragmaticraft.com>>: > > Timo, > > > > Thanks for the details. So if you type the name of a known class or > > group into a class or group UI field in Firefox, nothing happens? > > > > I primarily use Firefox on Linux and it works for me, although the tags > > are rendered incorrectly, like this: > > http://projects.puppetlabs.com/attachments/1092/dashboard-tag2.png > > > > Anyway, we''d like to fix or replace the class-group UI widget because of > > the issues that you encountered: > > * http://projects.puppetlabs.com/issues/3470 > > * http://projects.puppetlabs.com/issues/3427 > > > > -igal > > > > On 08/23/2010 10:49 PM, Timo Seven wrote: > >> HI igal: > >> > >> I find the ajax only work in windows IE. It don''t work in the > >> Firefox 3.6.8 under Ubuntu 10.04. > >> > >> I think this is a bug. > >> > >> ########################################### > >> > >> Best regards > >> Timo Seven > >> blog: http://zauc.wordpress.com > >> twitter: http://twitter.com/zauc > >> Linux System Admin & MySQL DBA > >> > >> > >> > >> > >> 2010/8/23 Igal Koshevoy <igal@pragmaticraft.com > <mailto:igal@pragmaticraft.com>>: > >>> On Wed, Aug 18, 2010 at 10:47 PM, Timo Seven <greycd@gmail.com > <mailto:greycd@gmail.com>> wrote: > >>>> I install puppet version 2.6 and puppet dashboard 1.0.3. > >>>> > >>>> When I change one node''s class or groups, it is invalid。 I also can > >>>> add new class and groups. But no nodes can be in these class or > >>>> groups. > >>>> > >>>> So I insert a node in a class under mysql like "insert into > >>>> node_class_memberships values (1,1,1,''2010-08-17'',''2010-08-17'');", > >>>> Then I can see the first node has been in the first class. > >>>> [...] > >>>> follow is the log > >>>> > >>>> > >>>> Processing NodesController#update (for 10.1.41.81 at 2010-08-19 > 13:45:53) [PUT] > >>>> Parameters: {"node"=>{"name"=>"puppet.timo.com > <http://puppet.timo.com>", > >>>> "node_group_names"=>[" "], "parameter_attributes"=>[{"value"=>"", > >>>> "key"=>""}], "node_class_names"=>[" "], "description"=>""}, > >>>> "action"=>"update", "_method"=>"put", > >>>> "authenticity_token"=>"sV1FfxR5EAatq+BW/ApH7/JPEK9LLwmKCtBEDIvYmQI=", > >>>> "id"=>"puppet.timo.com <http://puppet.timo.com>", > "controller"=>"nodes"} > >>>> Redirected to http://10.10.83.193:3000/nodes/puppet.timo.com > >>>> Completed in 40ms (DB: 0) | 302 Found > >>>> [http://10.10.83.193/nodes/puppet.timo.com] > >>> Timo, > >>> > >>> The Puppet Dashboard currently uses a quirky AJAX autocomplete system. > >>> You need to type the first few characters of the group field, then > click > >>> the desired group name in the popup selector list, which will then add > >>> it as text within a rounded box to the groups text input field, > and then > >>> you can click the create/save button for the form to save it. Simply > >>> typing the name in is not enough, you must click the name of the group > >>> in that popup selector list. > >>> > >>> There''s a strong desire to either fix or replace the autocompletion > >>> system with something that''s more user friendly. Here''s the related > >>> ticket: http://projects.puppetlabs.com/issues/3427 > >>> > >>> Can you please confirm that what I just described is the issue you > were > >>> having? > >>> > >>> -igal > >>> > >>> -- > >>> You received this message because you are subscribed to the Google > Groups "Puppet Users" group. > >>> To post to this group, send email to puppet-users@googlegroups.com > <mailto:puppet-users@googlegroups.com>. > >>> To unsubscribe from this group, send email to > puppet-users+unsubscribe@googlegroups.com > <mailto:puppet-users%2Bunsubscribe@googlegroups.com>. > >>> For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en. > >>> > >>> > > > > -- > > You received this message because you are subscribed to the Google > Groups "Puppet Users" group. > > To post to this group, send email to puppet-users@googlegroups.com > <mailto:puppet-users@googlegroups.com>. > > To unsubscribe from this group, send email to > puppet-users+unsubscribe@googlegroups.com > <mailto:puppet-users%2Bunsubscribe@googlegroups.com>. > > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en. > > > > > > -- > You received this message because you are subscribed to the Google > Groups "Puppet Users" group. > To post to this group, send email to puppet-users@googlegroups.com. > To unsubscribe from this group, send email to > puppet-users+unsubscribe@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en.-- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en.