Re: [Crowbar] admin node install hates me.

2013-03-04 Thread Andi_Abes
Different problem and different branch ;) I should have been more clear – this note was meant for crowbar 2.0, rather than folsom/fred. From: Makkelie, R - SPLXL [mailto:ramon.makke...@klm.com] Sent: Monday, March 04, 2013 3:55 AM To: Abes, Andi Cc: crowbar Subject: Re: [Crowbar] admin node inst

Re: [Crowbar] FW: [Still Failing] crowbar/travis-ci-crowbar#25 (master - 0d171b7)

2013-03-04 Thread Andi_Abes
So, I believe this is fixed in this pull https://github.com/crowbar/crowbar/pull/1734 > -Original Message- > From: crowbar-bounces On Behalf Of Allen, Wayne > Sent: Monday, March 04, 2013 1:06 PM > To: crowbar > Subject: [Crowbar] FW: [Still Failing] crowbar/travis-ci-crowbar#25 (master

Re: [Crowbar] Regd. creating and applying a proposal using CLI

2013-03-05 Thread Andi_Abes
Alas, I can't find a concise documentation of the api easily. What I can find easily is the CLI code that does what you want [1]. In this context 'aaa' is the action being performed, and for allocation its value is 'allocate'. For the full URL construction, look at [2]. (this is for CB1.0 based c

[Crowbar] setting GEM_PATH chef related bits

2013-03-06 Thread Andi_Abes
Been hitting a funky error (see below), from deep in the bowls of knife. The interesting part is how this was resolved - using the chef server embedded gemsite, rather than the system one ( i.e. adding GEM_PATH=/opt/chef/embedded/lib/ruby/gems to the env). Might be worth keeping that in mind a

Re: [Crowbar] setting GEM_PATH chef related bits

2013-03-06 Thread Andi_Abes
I was running as root. One of the possible difference is that I'm adding executing a rake task, which needs to be wrapped in a bundle exec, which finally, triggers a bundle install behind the scenes. That possibly polluted the system gem dir with our stuff. From: Lowther, Victor Sent: Wednesda

Re: [Crowbar] setting GEM_PATH chef related bits

2013-03-06 Thread Andi_Abes
root@unassigned-hostname:/opt/dell/bin# echo $PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games Yay - games ;) From: Lowther, Victor Sent: Wednesday, March 06, 2013 2:29 PM To: Abes, Andi; crowbar Subject: RE: setting GEM_PATH chef related bits Hmmm... What does echo

Re: [Crowbar] install iso

2013-03-06 Thread Andi_Abes
The answer is your question ;) From: crowbar-bounces On Behalf Of Tim Cook Sent: Wednesday, March 06, 2013 7:03 PM To: crowbar Subject: [Crowbar] install iso I have been trying to create the initial install iso, I first used build_crowbar.sh and waited for all the downloads to finish , then fo

[Crowbar] Attribute injection

2013-03-07 Thread Andi_Abes
During the session today, I mentioned there's a proposal on the table.. but it exists in mostly some threads & some heads. This is an attempt to capture some of the mountain of items that make AttribInj. You've been warned - TL;DR. (note to reader - the CB2.0 references are WIP, and not intended

Re: [Crowbar] setting GEM_PATH chef related bits

2013-03-07 Thread Andi_Abes
> -Original Message- > From: Ralf Haferkamp [mailto:rha...@suse.de] > Sent: Thursday, March 07, 2013 3:13 AM > To: crowbar > Cc: Abes, Andi; Nanuk Krinner > Subject: Re: [Crowbar] setting GEM_PATH chef related bits > > Hi, > > On Wednesday 06 March 2013 12:36:56 andi_a...@dell.com wrote

Re: [Crowbar] install iso

2013-03-07 Thread Andi_Abes
The master branch is WIP, especially around the install pieces, so YMMV daily... hop on IRC for the active discussion happing there now about these things. Or, if you'd rather get a more stable build to hack on, switch to release/fred (aka crowber 1.5) From: Tim Cook [mailto:tcoo...@gmail.com]

Re: [Crowbar] Attribute injection

2013-03-07 Thread Andi_Abes
> -Original Message- > From: crowbar-bounces On Behalf Of Ralf Haferkamp > Sent: Thursday, March 07, 2013 11:16 AM > To: crowbar > Subject: Re: [Crowbar] Attribute injection > > Hi, > > On Wed, Mar 06, 2013 at 07:36:25PM -0600, andi_a...@dell.com wrote: > > During the session today, I m

Re: [Crowbar] Attribute injection

2013-03-07 Thread Andi_Abes
Comments prefixed with [aa] (outlook goes nuts with HTML formatted messages) From: crowbar-bounces On Behalf Of Judd Maltin Sent: Thursday, March 07, 2013 2:07 PM To: Ralf Haferkamp Cc: crowbar Subject: Re: [Crowbar] Attribute injection Hi Ralf! > a)      With pure Chef - via the default attribu

Re: [Crowbar] Attribute injection

2013-03-07 Thread Andi_Abes
> > > > > Logging and ntp probably fall into the simple category. > > > > A couple more interesting ones are DHCP and Provisioner. Both of these > > need to have a list of all the nodes known to crowbar injected into > > them, for the recipes to use. Settling on a pattern there would > > probably b

Re: [Crowbar] install iso

2013-03-07 Thread Andi_Abes
If that is an a loop that tries a few times, that's normal. The rails app takes a little bit to start, so we try a few times (5). If you spin your fingers for a bit, it should eventually connect. No, no Vlans required until you actually deploy components that care about vlans (e.g. nova, swift an

Re: [Crowbar] Attribute injection

2013-03-08 Thread Andi_Abes
> > >From: Haselwanter Edmund [mailto:edm...@haselwanter.com] >Sent: Friday, March 08, 2013 4:51 AM >To: Abes, Andi >Cc: crowbar >Subject: Re: [Crowbar] Attribute injection > > >On 07.03.2013, at 02:36, andi_a...@dell.com wrote: >In general, each recipe will define a set of attributes that are req

Re: [Crowbar] Cannot get IP address in Ready state

2013-03-08 Thread Andi_Abes
Sounds like the HW you're using is not represented in the interface_maps in the network json, so it's not consistently picking the same interfaces. See [1] on how to update the network json under the section "Interface Maps". That said, there might also be an latent issue around moving the admin

[Crowbar] Quick connect to admin node

2013-03-08 Thread Andi_Abes
A total security nightmare, but great for testing. The 2 lines below will auto-login you to a test admin VM without asking for password (and don't require you to inject the private key during admin node boot ) #remove the host fingerprint from the known hosts ssh-keygen -f "~/.ssh/known_host

Re: [Crowbar] Quick connect to admin node

2013-03-08 Thread Andi_Abes
> > >From: crowbar-bounces On Behalf Of Judd Maltin >Sent: Friday, March 08, 2013 10:46 AM >To: Abes, Andi >Cc: crowbar >Subject: Re: [Crowbar] Quick connect to admin node > >Never save host keys for the admin box: > >judd@judd-m6600:~/useful$ cat ~/.ssh/config >Host admin 192.168.124.10 >Stric

[Crowbar] cb2.0 - Jig delegation pattern

2013-03-08 Thread Andi_Abes
As we're flushing out Jigs, I'd like to throw out this pattern as an idea (Rdoc rules, but this is not yet committed): =begin The Jig (base class) provides abstract interface for jig implementations. The general pattern is that the base class provides class methods, that either: - locate

Re: [Crowbar] Quick connect to admin node

2013-03-11 Thread Andi_Abes
> -Original Message- > From: Adam Spiers [mailto:aspi...@suse.com] > Sent: Monday, March 11, 2013 9:56 AM > To: Abes, Andi > Cc: j...@newgoliath.com; crowbar > Subject: Re: [Crowbar] Quick connect to admin node > > Andi Abes (andi_a...@dell.com) wrote: > > >From: crowbar-bounces On Behal

Re: [Crowbar] obsolete config.gem lines

2013-03-11 Thread Andi_Abes
> -Original Message- > From: crowbar-bounces On Behalf Of Victor Lowther > Sent: Monday, March 11, 2013 12:20 PM > To: Adam Spiers > Cc: crowbar > Subject: Re: [Crowbar] obsolete config.gem lines > > On Mon, Mar 11, 2013 at 10:38 AM, Adam Spiers wrote: > > These are left-overs from Rail

Re: [Crowbar] testing and pull requests

2013-03-12 Thread Andi_Abes
> -Original Message- > From: crowbar-bounces On Behalf Of Adam Spiers > Sent: Monday, March 11, 2013 2:24 PM > To: crowbar > Subject: [Crowbar] testing and pull requests > > "What testing do we run before submitting?" is a key question; thanks for > bringing it up. Unfortunately the ans

Re: [Crowbar] how to debug Travis failures

2013-03-12 Thread Andi_Abes
> -Original Message- > From: crowbar-bounces On Behalf Of Adam Spiers > Sent: Monday, March 11, 2013 7:28 PM > To: crowbar > Subject: Re: [Crowbar] how to debug Travis failures > > Adam Spiers (aspi...@suse.com) wrote: > > I'm really keen that I (or James, or anyone else) don't become th

Re: [Crowbar] [Fixed] crowbar/travis-ci-crowbar#53 (master - f8bdf12)

2013-03-13 Thread Andi_Abes
I just did the little last one push... Chris Wayne Dave and others did the fixing From: James Tan [mailto:ja...@suse.de] Sent: Wednesday, March 13, 2013 4:12 AM To: Abes, Andi Cc: crowbar Subject: Re: [Crowbar] [Fixed] crowbar/travis-ci-crowbar#53 (master - f8bdf12) On 03/13/2013 01:12 AM, Travis

[Crowbar] Rubygems 2.0 - breaks bundle and others

2013-03-13 Thread Andi_Abes
If you're about to install a new build env, or building with internet wide downloads, keep reading. Otherwise it's safe to ignore. The latest version of RubyGems (2.0.3) has a bunch of breaking changes, some break bundler, others break chef - lots of fun to be had. The last safe version on the

[Crowbar] Loadbalancer barclamp

2013-03-13 Thread Andi_Abes
A little while back, I started playing with a loadbalancer barclamp, and found some interesting options out there that can provide some nice features, namely: * HA * Scalability * SSL termination To be clear, I'm not suggesting that this barclamp will land in the CB2.0

Re: [Crowbar] [barclamp-crowbar] add a rake task to run the travis tests in one go, so we can more easily... (#464)

2013-03-13 Thread Andi_Abes
> -Original Message- > From: crowbar-bounces On Behalf Of Adam Spiers > Sent: Wednesday, March 13, 2013 12:17 PM > To: crowbar > Subject: Re: [Crowbar] [barclamp-crowbar] add a rake task to run the travis > tests in one go, so we can more easily... (#464) > > aabes (notificati...@github.

Re: [Crowbar] Rubygems 2.0 - breaks bundle and others

2013-03-13 Thread Andi_Abes
Well, thank you - Travis found it before I hit it ;) From: James Tan [mailto:ja...@suse.de] Sent: Wednesday, March 13, 2013 2:09 PM To: Abes, Andi Cc: crowbar Subject: Re: [Crowbar] Rubygems 2.0 - breaks bundle and others Hi Andi, On 03/13/2013 01:14 PM, andi_a...@dell.com

Re: [Crowbar] Porting core cookbooks to attribute injection

2013-03-13 Thread Andi_Abes
> -Original Message- > From: crowbar-bounces On Behalf Of James Tan > Sent: Wednesday, March 13, 2013 1:57 PM > To: Vincent Untz > Cc: crowbar > Subject: Re: [Crowbar] Porting core cookbooks to attribute injection > > On 03/07/2013 11:13 AM, Vincent Untz wrote: > > Hi, > > > > First, than

Re: [Crowbar] removing non-engine files?

2013-03-13 Thread Andi_Abes
I think we're talking about a few days, not as an ongoing pattern. Surely we're living with much bigger warts than this one...;) From: crowbar-bounces On Behalf Of Darrel O'Pry Sent: Wednesday, March 13, 2013 3:32 PM To: James Tan Cc: crowbar; Allen, Wayne Subject: Re: [Crowbar] removing non-eng

Re: [Crowbar] removing non-engine files?

2013-03-14 Thread Andi_Abes
> -Original Message- > From: Adam Spiers [mailto:aspi...@suse.com] > Sent: Thursday, March 14, 2013 7:54 AM > To: Abes, Andi > Cc: darrel.o...@gmail.com; ja...@suse.de; crowbar; Allen, Wayne > Subject: Re: [Crowbar] removing non-engine files? > > Andi Abes (andi_a...@dell.com) wrote: > >

Re: [Crowbar] installing Fred onto PowerEdge M710HD

2013-03-14 Thread Andi_Abes
Crowbar can be installed in 2 ways, and modifying the partition table depends on which way you install: a) Boot the ISO on the soon to be admin node b) Server the ISO as a PXE image. To modify the partitioning you basically have to update the seed file that the debian installer uses.

Re: [Crowbar] [Still Failing] crowbar/travis-ci-crowbar#66 (master - 01d8f5a)

2013-03-14 Thread Andi_Abes
Yea.. looking at it in the background ( while in planning and doing about 17 other things... ) From: James Tan [mailto:ja...@suse.de] Sent: Thursday, March 14, 2013 2:18 PM To: Hirschfeld, Rob Cc: crowbar; Abes, Andi Subject: Re: [Crowbar] [Still Failing] crowbar/travis-ci-crowbar#66 (master - 0

Re: [Crowbar] Convergence of PFS & AT&T OpenStack cookbooks

2013-03-14 Thread Andi_Abes
> > Hi, > > If we want to be able to switch to OpenStack cookbooks from AT&T for 2.0, I > think it makes sense to start looking at merging the PFS feature in these I agree that this is a big difference in functionality, but I believe that the code changes required to integrate these capabilitie

Re: [Crowbar] Convergence of PFS & AT&T OpenStack cookbooks

2013-03-14 Thread Andi_Abes
> -Original Message- > From: Abes, Andi > Sent: Thursday, March 14, 2013 3:56 PM > To: 'Vincent Untz'; crowbar > Subject: RE: [Crowbar] Convergence of PFS & AT&T OpenStack cookbooks > > > > > Hi, > > > > If we want to be able to switch to OpenStack cookbooks from AT&T for > > 2.0, I thin

Re: [Crowbar] [Fixed] crowbar/travis-ci-crowbar#67 (master - 6e6df3f)

2013-03-14 Thread Andi_Abes
Go wkharold , (Also known as Ward!) From: crowbar-bounces On Behalf Of Travis-CI Sent: Thursday, March 14, 2013 10:54 PM To: crowbar Subject: [Crowbar] [Fixed] crowbar/travis-ci-crowbar#67 (master - 6e6df3f) The build was fixed. Repository crowbar/travis-ci-crowbar

[Crowbar] IRC #crowbar Channel flags

2013-03-15 Thread Andi_Abes
FYI - current folks , and their permissions on the crowbar channel. (only showing folks with specific permissions.. everyone can talk/join). This is useful, e.g. if you want to change the topic of the channel or other random things. Since I'm an IRC novice... I dug around a bit, and apparently, t

[Crowbar] Interesting repository of cookbooks from InfoChimps

2013-03-18 Thread Andi_Abes
Cassandra, Hadoop, Zabbix, statsD, MongoDB, And some utilities like Graphite, StatsD and friends. https://github.com/infochimps-labs/ironfan-pantry/tree/master/cookbooks ___ Crowbar mailing list Crowbar@dell.com https://lists.us.dell.com/mailman/listin

[Crowbar] Wikipedia...

2013-03-29 Thread Andi_Abes
Was just browsing around... http://en.wikipedia.org/wiki/Crowbar_(software) Is that a sign that crowbar "has arrived" ? (and who is Wilee ? ) ___ Crowbar mailing list Crowbar@dell.com https://lists.us.dell.com/mailman/listinfo/crowbar For more informatio