search for: nodegroup

Displaying 7 results from an estimated 7 matches for "nodegroup".

Did you mean: enodegroup
2010 Jan 21
0
Puppet Dashboard stuff
...ed feature requests on them or anything. You can: - add a node [rake node:add] - edit a node''s classes or groups [rake node:classes / rake node:groups] - list nodes (all or regex-based) [rake node:list] - add/delete nodeclasses [rake nodeclass:add / rake nodeclass:del] - add/edit/delete nodegroups [rake nodegroup:add / rake nodegroup:edit / rake nodegroup:del] - prune reports! (this code is really embarassing) [rake reports:prune] I didn''t list the exact syntax, but most of the tasks should have some semblance of online help. These were just kinda hacked together, so YMMV. I ha...
2012 Mar 19
3
Use netgroups as classes
...yping. The more typing can generally result in anomalies/errors in hosts. For example: node x1.y.z x2.y.z x3.y.z x4.y.z{ ... ... } What I am trying to formulate this into is use the netgroup information available from /etc/netgroup and get this grouped as node @xN-y-z-hosts { ... ... } or nodegroup @xN-y-z-hosts { ... ... } What are the things that would possibly require the changes to? Thanks, Nikhil -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-u...
2010 Nov 22
0
Something wrong after upgraded to puppet-dashboard 1.04
...I click links to check information of nodes or groups , such as http://localhost:3001/nodes/22, it return a "We''re sorry, but something went wrong." to me. Checking the log, i got something as follows: ActionView::TemplateError (undefined method `<=>'' for #<NodeGroup id: 5, name:"Web_Marketing">) on line #10 of app/views/shared/_g roups.html.haml: 21 7: %th Group 22 8: %th Source 23 9: %tbody 24 10: - resource.node_groups_with_sources.sort.each do | group,sources| 25 11: %tr 26 12:...
2006 Mar 16
0
Re: Can dtrace agent of JDK be used in IBM Websphere?
...ce.impl.AdminservicePackageImpl <cl init> 33667 com.ibm.websphere.models.config.loggingservice.ras.impl.RasPackageImpl <clini t> 34750 com.ibm.websphere.models.config.topology.nodegroup.impl.NodegroupPackageImpl <clinit> 34916 com.ibm.websphere.models.config.namestore.impl.NamestorePackageImpl <clinit> 35166 com.ibm.websphere.models.config.ipc.impl.IpcPackageImp...
2015 Sep 03
2
Fuzzing complex programs
On Thu, Sep 3, 2015 at 6:45 PM, Kostya Serebryany <kcc at google.com> wrote: > Did you build the Postgres code with -fsanitize-coverage=... ? Yes: CC = clang CFLAGS = -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -Wno-unused-command-line-argument -g -O0 -fsanitize=address
2015 Sep 03
2
Fuzzing complex programs
...executor/nodeFunctionscan.o executor/nodeRecursiveunion.o > executor/nodeResult.o executor/nodeSamplescan.o executor/nodeSeqscan.o > executor/nodeSetOp.o executor/nodeSort.o executor/nodeUnique.o > executor/nodeValuesscan.o executor/nodeCtescan.o > executor/nodeWorktablescan.o executor/nodeGroup.o > executor/nodeSubplan.o executor/nodeSubqueryscan.o > executor/nodeTidscan.o executor/nodeForeignscan.o > executor/nodeWindowAgg.o executor/tstoreReceiver.o executor/spi.o > foreign/foreign.o lib/binaryheap.o lib/bipartite_match.o > lib/hyperloglog.o lib/ilist.o lib/pairingheap.o...
2007 Dec 04
10
Using puppet to manage user access to servers.
...lude cssn_sudo #include cssn_revokeuser } ... Is there any form of inheritance, inclusion, group definition, or other meta-architecture that would allow us to avoid having to create node entries for every single server/user group combination? What I would KILL for, would be the concept of: nodeGroup - which could contain multiple nodes, userGroup - which could contain multiple users. Anybody hack something like that up, or should we start scripting the big ol'' site.pp file generator? Are these files typically autogenerated to thousands of line long? We ran into problems when...