Sunday, 2008-04-27

[2008/04/27 00:00:27] @ roald joined channel #puppet
[2008/04/27 00:03:41] @ docelic_ joined channel #puppet
[2008/04/27 00:06:26] @ Quit: nigelk:
[2008/04/27 00:20:37] @ Quit: docelic: Read error: 110 (Connection timed out)
[2008/04/27 00:43:32] @ wwalker_away is now known as wwalker
[2008/04/27 00:46:16] @ docelic_ is now known as docelic
[2008/04/27 00:49:49] @ Quit: roald: Read error: 110 (Connection timed out)
[2008/04/27 00:53:07] @ roald joined channel #puppet
[2008/04/27 00:55:45] @ Quit: roald: Client Quit
[2008/04/27 01:40:57] @ andrewcshafer joined channel #puppet
[2008/04/27 01:48:49] @ Quit: benp-: Remote closed the connection
[2008/04/27 01:53:56] @ benp- joined channel #puppet
[2008/04/27 01:59:50] @ Quit: benp-: Remote closed the connection
[2008/04/27 02:10:20] @ benp- joined channel #puppet
[2008/04/27 02:16:13] @ Quit: benp-: Remote closed the connection
[2008/04/27 02:23:37] @ benp- joined channel #puppet
[2008/04/27 02:26:58] @ Quit: docelic: Remote closed the connection
[2008/04/27 02:28:53] @ Quit: benp-: Remote closed the connection
[2008/04/27 02:29:11] @ benp- joined channel #puppet
[2008/04/27 02:29:42] @ wibbit joined channel #puppet
[2008/04/27 03:07:18] @ Quit: benp-: Read error: 110 (Connection timed out)
[2008/04/27 03:09:43] @ lak joined channel #puppet
[2008/04/27 03:16:32] @ dysinger joined channel #puppet
[2008/04/27 03:17:41] @ Quit: kolla: Remote closed the connection
[2008/04/27 03:32:50] @ Quit: lak:
[2008/04/27 03:33:34] @ Quit: randybias:
[2008/04/27 03:33:50] <zirpu> n/c
[2008/04/27 03:34:15] @ shadoi joined channel #puppet
[2008/04/27 03:39:55] @ \ask joined channel #puppet
[2008/04/27 03:47:12] @ lak joined channel #puppet
[2008/04/27 03:47:40] @ Quit: \ask:
[2008/04/27 03:52:43] @ Quit: lak:
[2008/04/27 04:10:14] @ randybias joined channel #puppet
[2008/04/27 04:16:14] @ ^authentic joined channel #puppet
[2008/04/27 04:19:21] @ Quit: zobbo_: "Ex-Chat"
[2008/04/27 04:19:39] @ zobbo_ joined channel #puppet
[2008/04/27 04:26:01] <e^ipi> is there a way to set a node type on the puppet client?
[2008/04/27 04:26:44] <e^ipi> let me clarify what i'm trying to do here... i've got a bunch of machines where I don't know the host name . can i set on the puppet client which node entry it's going to pull from?
[2008/04/27 04:27:47] <e^ipi> like, if the puppetmaster has definitions for a few different nodes
[2008/04/27 04:29:17] <shadoi> e^ipi: try tags or node inheritence
[2008/04/27 04:29:34] @ asa joined channel #puppet
[2008/04/27 04:30:58] <e^ipi> the situation is that my nodes are ec2 instances, where you don't get the hostname until they're booted up
[2008/04/27 04:31:17] @ Quit: stahnma: Remote closed the connection
[2008/04/27 04:31:25] <e^ipi> and i could just leave it, but then they don't load their confuguartion for a half hour
[2008/04/27 04:31:35] <shadoi> yeah we use UUID for hostnames
[2008/04/27 04:31:37] @ stahnma joined channel #puppet
[2008/04/27 04:31:43] <e^ipi> time is spent signing thekeys, waiting around, etc
[2008/04/27 04:32:09] <shadoi> and an external_node tool that knows what classes to give them
[2008/04/27 04:32:11] <e^ipi> if i set autosign on the puppetmaster, then the machine will boot, load the configs, and be ready to do what it's supposed to do
[2008/04/27 04:32:55] <e^ipi> shame that the puppetmaster can't sign & then connect to the puppet to toggle a refresh
[2008/04/27 04:35:43] @ Quit: authentic: Read error: 110 (Connection timed out)
[2008/04/27 04:35:47] @ ^authentic is now known as authentic
[2008/04/27 04:35:51] <shadoi> you can use puppetrun
[2008/04/27 04:35:51] <shadoi> which makes a lot of sense if you're using an external_node tool
[2008/04/27 04:36:48] <e^ipi> i can't set puppetrun on the puppetmaster, can I?
[2008/04/27 04:37:11] <e^ipi> to make the clients query faster
[2008/04/27 04:37:18] <shadoi> puppetrun is a binary
[2008/04/27 04:37:25] <shadoi> you tell all the clients to listen on the puppetrun port
[2008/04/27 04:37:34] <shadoi> and you can use puppetrun to trigger runs with certain tags, etc.
[2008/04/27 04:37:52] <e^ipi> my bad, i thought you meant the refresh properyt
[2008/04/27 04:37:54] <e^ipi> *property
[2008/04/27 04:41:35] <e^ipi> uhh.. not a lot of documentation on puppetrun is there?
[2008/04/27 04:42:02] @ Quit: zobbo: Read error: 110 (Connection timed out)
[2008/04/27 04:42:24] <shadoi> not really...
[2008/04/27 04:42:25] <shadoi> hehe
[2008/04/27 04:42:31] <shadoi> e^ipi: please write some. :)
[2008/04/27 04:45:38] <e^ipi> i'm at the heart of it trying to script an ec2 rollout so that when a web app gets higher than expected load increasing quickly, it can fire up some EC2 instances automatically to deal with the extra load
[2008/04/27 04:47:11] <e^ipi> I guess I could set the default node property to load a shell script that waits for 30 seconds and then re-runs puppetd, which is enough time for the script to pull the ec2 instance hostname out of the tools and add it as a new node of the type it needs ( DB, mongrel, what have you )
[2008/04/27 05:03:01] <e^ipi> oh, or puppetrun... yeah
[2008/04/27 05:03:03] <e^ipi> that does that
[2008/04/27 05:04:10] <shadoi> e^ipi: have you seen scalr?
[2008/04/27 05:04:20] <shadoi> it does what you're talking about with an snmptrap
[2008/04/27 05:04:20] <shadoi> heh
[2008/04/27 05:07:13] <e^ipi> oh, neat
[2008/04/27 05:07:17] <e^ipi> thanks
[2008/04/27 05:08:08] <e^ipi> hmm... what needs to be running for puppetrun to work?
[2008/04/27 05:08:37] @ mcbride_ joined channel #puppet
[2008/04/27 05:09:18] <e^ipi> nvm
[2008/04/27 05:09:21] <e^ipi> just read the man page
[2008/04/27 05:09:23] <e^ipi> ;)
[2008/04/27 05:11:29] @ Quit: randybias:
[2008/04/27 05:20:42] @ Quit: mcbride: Read error: 111 (Connection refused)
[2008/04/27 05:47:05] @ randybias joined channel #puppet
[2008/04/27 06:02:26] @ Quit: zobbo_: Remote closed the connection
[2008/04/27 06:05:09] @ zobbo joined channel #puppet
[2008/04/27 06:05:37] @ Quit: jvanzyl:
[2008/04/27 06:10:55] @ f--z joined channel #puppet
[2008/04/27 06:20:27] @ Quit: andrewcshafer:
[2008/04/27 06:25:12] <shadoi> Anyone know if it's possible to do the equivalent of: require => Tag["mytag"]
[2008/04/27 06:25:19] <shadoi> to group stuff?
[2008/04/27 06:34:24] @ Quit: f--z: "KVIrc 3.2.5 Anomalies http://www.kvirc.net/"
[2008/04/27 06:45:32] @ jvanzyl joined channel #puppet
[2008/04/27 07:37:48] @ zobbo_ joined channel #puppet
[2008/04/27 07:40:42] @ Quit: zobbo_: Read error: 104 (Connection reset by peer)
[2008/04/27 08:02:08] @ kolla joined channel #puppet
[2008/04/27 08:27:58] @ Quit: David1: "Leaving."
[2008/04/27 08:30:33] @ Quit: spheromak:
[2008/04/27 09:24:21] @ zirpu is now known as zirjbo
[2008/04/27 09:25:08] @ zirjbo is now known as zirpu
[2008/04/27 09:41:43] @ Quit: shadoi: "leaving"
[2008/04/27 09:59:54] @ Quit: asa:
[2008/04/27 10:04:56] @ andrewcshafer joined channel #puppet
[2008/04/27 10:06:17] @ johnf joined channel #puppet
[2008/04/27 10:09:00] @ felix_da_catz joined channel #puppet
[2008/04/27 10:12:40] @ shadoi joined channel #puppet
[2008/04/27 10:16:39] @ Quit: andrewcshafer:
[2008/04/27 10:19:04] @ andrewcshafer joined channel #puppet
[2008/04/27 10:20:09] @ Quit: wibbit: Read error: 110 (Connection timed out)
[2008/04/27 10:29:33] @ Quit: johnf: Read error: 110 (Connection timed out)
[2008/04/27 10:40:08] @ spheromak joined channel #puppet
[2008/04/27 10:40:53] @ asa joined channel #puppet
[2008/04/27 10:42:31] @ Quit: spheromak: Client Quit
[2008/04/27 10:54:18] @ spheromak joined channel #puppet
[2008/04/27 10:56:04] @ Quit: spheromak: Client Quit
[2008/04/27 10:57:44] @ spheromak joined channel #puppet
[2008/04/27 11:00:56] @ Quit: andrewcshafer:
[2008/04/27 11:04:17] @ Quit: spheromak:
[2008/04/27 11:07:19] @ andrewcshafer joined channel #puppet
[2008/04/27 11:07:36] @ johnf joined channel #puppet
[2008/04/27 11:11:45] @ spheromak joined channel #puppet
[2008/04/27 11:37:54] @ Quit: spheromak:
[2008/04/27 12:01:19] @ spheromak joined channel #puppet
[2008/04/27 12:16:36] @ fsweetser_ joined channel #puppet
[2008/04/27 12:16:42] @ Quit: fsweetser: Read error: 104 (Connection reset by peer)
[2008/04/27 12:17:07] @ Quit: andrewcshafer:
[2008/04/27 12:19:05] @ chadh_ joined channel #puppet
[2008/04/27 12:22:56] @ andrewcshafer joined channel #puppet
[2008/04/27 12:28:38] @ andrewcshafer_ joined channel #puppet
[2008/04/27 12:31:30] @ Quit: spheromak:
[2008/04/27 12:36:15] @ Quit: chadh: Read error: 113 (No route to host)
[2008/04/27 12:46:06] @ Quit: andrewcshafer: Read error: 110 (Connection timed out)
[2008/04/27 12:58:07] @ Quit: nward:
[2008/04/27 13:04:54] @ Quit: felix_da_catz: Connection timed out
[2008/04/27 13:06:35] @ felix_da_catz joined channel #puppet
[2008/04/27 13:26:24] @ Quit: felix_da_catz: Read error: 110 (Connection timed out)
[2008/04/27 14:17:02] @ Quit: dysinger:
[2008/04/27 14:34:15] @ dysinger joined channel #puppet
[2008/04/27 15:23:03] @ Quit: asa:
[2008/04/27 15:36:07] @ spheromak joined channel #puppet
[2008/04/27 15:54:28] @ asa joined channel #puppet
[2008/04/27 16:09:06] @ Quit: dysinger:
[2008/04/27 16:15:55] @ Quit: shadoi: "leaving"
[2008/04/27 16:36:57] @ Quit: johnf: Read error: 110 (Connection timed out)
[2008/04/27 16:42:14] @ dysinger joined channel #puppet
[2008/04/27 16:50:42] @ Quit: andrewcshafer_:
[2008/04/27 16:59:29] @ johnf joined channel #puppet
[2008/04/27 17:06:49] @ Quit: dysinger:
[2008/04/27 17:14:00] @ dysinger joined channel #puppet
[2008/04/27 17:36:41] @ Quit: asa:
[2008/04/27 18:09:22] @ yure_ joined channel #puppet
[2008/04/27 18:25:06] @ Quit: yure: Read error: 110 (Connection timed out)
[2008/04/27 18:27:47] @ Quit: dysinger:
[2008/04/27 18:29:58] @ dysinger joined channel #puppet
[2008/04/27 19:08:36] @ Quit: johnf: Read error: 110 (Connection timed out)
[2008/04/27 20:34:39] <fujin> so wassup #puppet?
[2008/04/27 20:34:43] <fujin> aint seen any action in here all weekend
[2008/04/27 20:36:40] <duritong> well if you use puppet you don't have to work @ weekend :P
[2008/04/27 20:36:47] <fujin> damn right
[2008/04/27 20:36:50] <fujin> unless you're crazy like me
[2008/04/27 20:36:57] <fujin> in which case you're hackin puppet in the weekend
[2008/04/27 20:41:12] <duritong> hehe
[2008/04/27 21:06:23] @ Quit: lutter: Read error: 110 (Connection timed out)
[2008/04/27 21:09:39] <jamesturnbull> fujin: whatcha hacking?
[2008/04/27 21:10:07] @ Quit: dysinger:
[2008/04/27 21:10:16] <fujin> I've been trying to get that extension to the useradd provider for account locking working.
[2008/04/27 21:10:25] <fujin> Just can't seem to get it sorted. I nearly understand what I'm doing ;\
[2008/04/27 21:10:27] <jamesturnbull> fujin: oh that'd be cool
[2008/04/27 21:10:35] <jamesturnbull> fujin: feel free to pastie code
[2008/04/27 21:10:44] <jamesturnbull> fujin: hapy to help as I think I dumped that one on you
[2008/04/27 21:11:00] <fujin> nahh.. I picked it up trying to broaden my horizons
[2008/04/27 21:12:01] <fujin> heh, there are a couple of tickets on mya ccount that I need to push back to community
[2008/04/27 21:49:20] @ bch_ joined channel #puppet
[2008/04/27 21:53:28] @ bch__ joined channel #puppet
[2008/04/27 21:53:47] @ Quit: bch820: Read error: 104 (Connection reset by peer)
[2008/04/27 22:09:29] @ Quit: bch_: Read error: 110 (Connection timed out)
[2008/04/27 22:49:32] @ Quit: bch__: Read error: 104 (Connection reset by peer)
[2008/04/27 22:49:34] @ bch_ joined channel #puppet
[2008/04/27 23:00:17] @ johnf joined channel #puppet
[2008/04/27 23:13:04] @ Quit: bch_: Read error: 110 (Connection timed out)
[2008/04/27 23:18:09] @ bch_ joined channel #puppet
[2008/04/27 23:20:06] @ Quit: bch_: Read error: 104 (Connection reset by peer)
[2008/04/27 23:20:23] @ bch_ joined channel #puppet
[2008/04/27 23:21:00] @ bch__ joined channel #puppet
[2008/04/27 23:26:47] @ Quit: neh: Read error: 110 (Connection timed out)
[2008/04/27 23:37:06] @ Quit: bch_: Read error: 110 (Connection timed out)

Generated by irclog2html.py 2.6 by Marius Gedminas - find it at mg.pov.lt!