Haselwanter Edmund (edm...@haselwanter.com) wrote:
> On 26.02.2013, at 15:36, andi_a...@dell.com wrote:
> > I think Wayne is just adding Gemfile.lock to the ignore file...
>
> http://yehudakatz.com/2010/12/16/clarifying-the-roles-of-the-gemspec-and-gemfile/
I read that a long time ago. It's a goo
Guillaume Polaert (gpola...@cyres.fr) wrote:
> Hi,
>
> Can I have multiple proposals for one BC in the v1.x?
Absolutely.
> For instance, I have two instances of the same service running on my
> cloud. Each has his own configuration (port, directories, etc.). Do
> I have to have 2 BC as "Service1
Ralf Haferkamp (rha...@suse.de) wrote:
> Hi,
>
> currenlty the provisioner barclamps sets up a polipo instance on the admin
> node
> to act as a proxy for the client nodes (AFAIK to be able to access remote
> package
> repositories). Is there any specific reason why polipo was choosen for this?
christopher_dearb...@dell.com (christopher_dearb...@dell.com) wrote:
> This issue is because “dev setup-unit-tests” doesn’t currently copy
> the network helper class into the dev testing area, which it used to
> do before the network barclamp was converted to a rails engine.
> Wayne has a task to f
I'm getting test failures due to what looks like a bug in
network_test_helper.rb:
1) Error:
test_ConduitRule.build_if_remap:_Remap_with_known_product_name(ConduitRuleTest):
ActiveRecord::StatementInvalid: SQLite3::SQLException: unrecognized token:
"{I" eth0:EF{I" path;": UP
Adam Spiers (aspi...@suse.com) wrote:
> Regardless, it seems rather odd to be attempting to serialise nested
> data structures in database fields, and I don't see any
> deserialization code, so I'm guessing this was unintentional?
Ah no, I see now it was intentional. But I sti
christopher_dearb...@dell.com (christopher_dearb...@dell.com) wrote:
> Hey Adam,
>
> Just ran the unit tests via "bundle exec rake test:units" and "dev
> run-unit-tests", and all the unit tests passed in both cases. Spoke with
> Andi, and he ran into the same problem over the weekend. He belie
25
> > (master -
> > 0d171b7)
> >
> > Copying list...
> >
> > -Original Message-
> > From: Allen, Wayne
> > Sent: Monday, March 04, 2013 12:06 PM
> > To: 'Adam Spiers'
> > Subject: RE: [Crowbar] [Still Failing] crowb
christopher_dearb...@dell.com (christopher_dearb...@dell.com) wrote:
> Hey Adam,
>
> FYI: I just took an update and diffed the two network_test_helpers:
>
> crowbar/barclamps/network/crowbar_engine/barclamp_network/test/network_test_helper.rb
>
> and
>
> crowbar/barclamps/crowbar/crowbar_framew
What's the difference between ./dev push and ./dev backup? And does
anyone still use / need it?
___
Crowbar mailing list
Crowbar@dell.com
https://lists.us.dell.com/mailman/listinfo/crowbar
For more information: http://crowbar.github.com/
Victor Lowther (victor_lowt...@dell.com) wrote:
> ./dev push is mostly unused these days.
> The use case I had in mind for it never really materialized.
Shall we kill it then?
___
Crowbar mailing list
Crowbar@dell.com
https://lists.us.dell.com/mailman/l
Ralf Haferkamp (rha...@suse.de) wrote:
> Hi,
>
> this Mail is to give a brief overview on the status of our openSUSE based
> builts.
Thanks! Please can you put this on the wiki and link from
https://github.com/crowbar/crowbar/wiki/Development
?
_
Judd Maltin (j...@newgoliath.com) wrote:
> Hi Ralf!
>
> > a) With pure Chef - via the default attributes in the cookbook, the
> > environments facility of Chef, or roles
> >
> > b) In Crowbar - crowbar will compute and inject override values for
> > these attributes, at runtime, via chef
john_terps...@dell.com (john_terps...@dell.com) wrote:
> Ralf,
>
> Thank you for this feedback. I understand that integration of the
> build process into the dev utility is a nice-to-have feature.
I'd say that it's higher priority than that, since until it exists,
noone in Dell except yourself is
Ralf Haferkamp (rha...@suse.de) wrote:
> Hi,
>
> CCing the list as this might be of broader interest.
>
> On Thu, Mar 07, 2013 at 01:07:49PM -0600, john_terps...@dell.com wrote:
> > Ralf,
> >
> > What parameters do you specify to dev to build crowbar on an OpenSUSE base?
> We are currently not u
Andi Abes (andi_a...@dell.com) wrote:
> >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
These are left-overs from Rails 2, right?
https://github.com/crowbar/barclamp-crowbar/blob/master/crowbar_framework/config/application.rb#L65
___
Crowbar mailing list
Crowbar@dell.com
https://lists.us.dell.com/mailman/listinfo/crowbar
For more informati
Andi Abes (andi_a...@dell.com) wrote:
> > Please can you document these tricks in the devguide? At risk of sounding
> > like
> > a broken record, the mailing list is not a good location for docs ;-)
>
> True, and will do. Was looking to fish out additional better tricks - like
> the one Judd br
"What testing do we run before submitting?" is a key question; thanks
for bringing it up. Unfortunately the answer is currently "only
whatever we run manually", since Travis only runs on a merged
repository containing master from each barclamp repository, due to
barclamps currently being unable to
christopher_dearb...@dell.com (christopher_dearb...@dell.com) wrote:
> I submitted a pull request that should resolve most of these issues
> (https://github.com/crowbar/barclamp-network/pull/158). That pull was merged
> on Friday, but does not appear to be in this build.
>
> Could whoever is ma
Adam Spiers (aspi...@suse.com) wrote:
> I'm really keen that I (or James, or anyone else) don't become the
> bottleneck on Travis builds. I really think it needs to be a
> team-wide responsibility, e.g. if anyone sees test failures and thinks
> they may have caused them, t
cdearborn (notificati...@github.com) wrote:
> Yes (I can't wait!). This helper should only be in the network
> barclamp. Rob checked a copy of it into the crowbar barclamp as a
> stop-gap to make the unit tests run. Wayne is working on updating
> dev setup-unit-tests or barclamp_install or whate
Andi Abes (andi_a...@dell.com) wrote:
> > -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
aabes (notificati...@github.com) wrote:
> You can merge this Pull Request by running:
>
> git pull https://github.com/aabes/barclamp-crowbar rake-travis
>
> Or you can view, comment on it, or merge it online at:
>
> https://github.com/crowbar/barclamp-crowbar/pull/464
>
> -- Commit Summary
Andi Abes (andi_a...@dell.com) wrote:
> 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...;)
Sorry, but TBH I haven't seen much bigger warts in this project ;-)
In my experience the "negative break-even point" for du
Andi's comment on IRC about gemnasium reminded me of this:
https://gemcanary.com
but unfortunately only works when Gemfile is at the top-level of the
repository. I sent them a feature request :-)
___
Crowbar mailing list
Crowbar@dell.com
https://l
James Tan (ja...@suse.de) wrote:
> On 03/13/2013 11:32 AM, Adam Spiers wrote:
> >>>"What testing do we run before submitting?" is a key question; thanks for
> >>>> >bringing it up. Unfortunately the answer is currently "only whatever
> >>
Hi Chris,
christopher_dearb...@dell.com (christopher_dearb...@dell.com) wrote:
> I took a look at this issue, and the problem is that translation is not
> working properly in the Travis test setup.
>
> A new migration was added that creates the default network barclamp
> deployment. In that mi
Rob Hirschfeld (rob_hirschf...@dell.com) wrote:
> All,
>
> I recorded a 90 minute BDD training session last week:
> http://www.youtube.com/watch?v=DBtHheWt04c&list=UU0CVIIVkyPTlTUWIZl21D9A&index=1
>
> As Adam pointed out on the call this morning, we really need people listening
> to the trainin
Judd Maltin (j...@newgoliath.com) wrote:
> https://github.com/crowbar/crowbar/wiki/Videos
>
> I dumped a bunch of Rob's videos here. The list needs curating. But it's
> really lots of great stuff.
Thanks. However this overlaps to some extent with
https://github.com/crowbar/crowbar/wiki/Meet
Adam Spiers (aspi...@suse.com) wrote:
> Judd Maltin (j...@newgoliath.com) wrote:
> > https://github.com/crowbar/crowbar/wiki/Videos
> >
> > I dumped a bunch of Rob's videos here. The list needs curating. But it's
> > really lots of great stuff.
>
> Th
Judd Maltin (j...@newgoliath.com) wrote:
> Thanks for putting an eye to this, guys.
>
> The top of the page, with my h1 and h2, are my new additions. The bolds
> are Robs originals towards the bottom.
Ah, I see.
> Deeper curation is definitely required. This was a first pass at enriching
> and
Andreas Jaeger (a...@suse.com) wrote:
> Btw. to render a markdown file locally, install redcarpet as root with
> e.g. (or install the openSUSE rpm from the build service):
> gem install redcarpet
Yep, there are several gems which can do this. Others include:
- BlueCloth
- maruku
- kramdow
James Tan (ja...@suse.de) wrote:
> On 03/16/2013 09:23 PM, Ward Harold wrote:
> >James, thanks for the note on your workflow. I'd like to stick
> >with the ./dev mechanism as much as possible.
>
> You're welcomed, and sure whatever works best for you. :-)
Indeed, although I would personally recom
James Tan (ja...@suse.de) wrote:
> Hi Ward,
>
> (CC-ing the list, as it might be useful to others too. Hope you don't mind!)
This is great James, thanks a lot for writing it up. Glad to see that
your workflow is nearly identical to mine :-)
[snipped]
> 6) Done with the rebase, I now force push
James Tan (ja...@suse.de) wrote:
> Hi everyone,
>
> I've recently submitted the following pull request:
>
>https://github.com/crowbar/barclamp-crowbar/pull/483
>
> Victor suggested that we discuss this change here as it involves adding
> a new dependency.
>
> Thoughts/comments?
Didn't kno
d? I'm missing some context here...
>
> Thanks,
> Andreas
>
> On Fri, Apr 19, 2013 at 3:00 AM, Trello wrote:
>
> >Notifications
> > --
> > On Crowbar
> > ownership<https://trello.com/board/crowbar-ownersh
James Tan (ja...@suse.de) wrote:
> Hi Arkady,
>
> On 04/22/2013 03:47 PM, arkady_kanev...@dell.com wrote:
> > CB2.0 is in early stages.
> > I am working on the list.
> > The first main item is attribute injection.
>
> Thanks for the reply. Yes I know Crowbar 2.0 is still under development
> as I
[This is probably only interesting to SUSE folks, but I'm posting it
on the Crowbar list to alert everyone to the fact that we'll probably
be pushing git-notes(1) refs to the crowbar github repos in order to
collaborate on upstreaming blacklists ...]
https://github.com/SUSE-Cloud/automation/blo
Adam Spiers (aspi...@suse.com) wrote:
> You can also see from the git-icing comments that blacklisting of
> commits which should never be upstreamed is now supported, e.g.
>
> git notes --ref=upstreaming add -m'skip: all' $sha
>
> Sharing git notes across repositori
[reminder: this thread is still probably mostly interesting only to
SUSE folk, although the described toolchain could be applied to
any upstreaming work on any project which uses git]
Adam Spiers (aspi...@suse.com) wrote:
> Adam Spiers (aspi...@suse.com) wrote:
> > You can also see fro
James Tan (ja...@suse.de) wrote:
> Hi Arkady,
>
> Thanks for sending the details. Unfortunately it's a public holiday
> in Germany today, so I (and probably Ralf) won't join the Crowbar
> community call later today. Not sure about Adam (in UK) though.
I'll join.
_
el Schmidt"
To: crowbar/barclamp-provisioner
Cc: Adam Spiers
Subject: Re: [barclamp-provisioner] adaptions to allow the script also for SUSE
based images
(756e8f9)
Reply-To: crowbar/barclamp-provisioner
This was done to allow the script to run in the SUSE sleshammer image.
Victor Lowther (victor.lowt...@gmail.com) wrote:
> Here is an incomplete doc that describes how we configure network
> interfaces to let the Openstack component formerly known as Quantum do its
> thing:
> https://github.com/crowbar/crowbar/wiki/Openstack-Networking-in-Pebbles
>
> It is not complet
gt; > -Original Message-
> > From: crowbar-bounces On Behalf Of Adam Spiers
> > Sent: Monday, May 20, 2013 6:43 AM
> > To: crowbar
> > Subject: Re: [Crowbar] [barclamp-provisioner] installation of gems in
> > sledgehammer
> >
> > Hi all,
> >
>
Hi Tim,
Timothy Rees (reestr...@gmail.com) wrote:
> This project recently came to my attention when I was looking for a generic
> application that could be used to push OS deployments to Dell PowerEdge
> bare-metal without the requirement of PXE. However, of course I now see
> that this project d
Simon Jakesch (simon_jake...@dell.com) wrote:
> Pebbles is version 1.6
https://github.com/crowbar/crowbar/wiki/Roadmap says:
v1.6 "Wilma": Cloudera Hadoop Update
Is that no longer true?
___
Crowbar mailing list
Crowbar@dell.com
https://lists.us.dell.c
Please could someone from Dell review this? We have many more
provisioner commits to upstream but cannot submit until this is
merged. Thanks!
- Forwarded message from rhafer -
Date: Tue, 21 May 2013 09:18:12 -0700
From: rhafer
To: crowbar/barclamp-provisioner
Cc: Adam Spiers
John Terpstra (john_terps...@dell.com) wrote:
> Folks,
>
> I bad fingered a merge of
> https://github.com/crowbar/barclamp-provisioner/pull/125 - Apologies for bad
> action. Will test immediately and will report back. If this broke anything
> I will revert the merge.
We already tested it on
I thought it would be more useful to update it than ignore it ...
so I did ;-)
Simon Jakesch (simon_jake...@dell.com) wrote:
> Yeah, ignore that.
>
> -Original Message-
> From: crowbar-bounces On Behalf Of Adam Spiers
> Sent: Wednesday, May 22, 2013 11:11 AM
> To: cro
John Terpstra (john_terps...@dell.com) wrote:
> It appears that this pull is OK. It has been merged.
Thanks a lot John :)
___
Crowbar mailing list
Crowbar@dell.com
https://lists.us.dell.com/mailman/listinfo/crowbar
For more information: http://crowbar.
Crowbar branches.
>
> mike
>
> -Original Message-----
> From: crowbar-bounces On Behalf Of Adam Spiers
> Sent: Wednesday, May 22, 2013 5:25 PM
> To: crowbar
> Subject: Re: [Crowbar] Version number for Pebbles
>
> I thought it would be more useful to upda
michael_pitt...@dell.com (michael_pitt...@dell.com) wrote:
> It helps when the changes are made in the correct repo; I accidentally
> updated the old cloudedge repo...the changes are in the right place now.
Ah :-) Cheers Mike!
___
Crowbar mailing list
Simon Jakesch (simon_jake...@dell.com) wrote:
> Everyone,
>
> for tomorrow's design meeting, we will discuss various topic around
> Crowbar 2.0. The detailed topics are documented and available at
> http://www.fileswap.com/dl/H4seAxa4o/.
Thanks - greatly appreciate the effort that went into writi
Vincent Untz (vu...@suse.com) wrote:
> Hi,
>
> I just realized that one of my commits that got merged will impact
> non-Pebbles branches, and might be an issue requiring changes in these
> branches too. This is the following commit:
>
> https://github.com/crowbar/crowbar/commit/29b97580c42bdfe1
Rob Hirschfeld (rob_hirschf...@dell.com) wrote:
> All,
>
> The notes have been moved to
> https://github.com/crowbar/crowbar/wiki/Sprint-2013-05-24 for collaborative
> editing.
Thanks! I fixed the broken image and some other minor formatting issues.
> The updated DB schema w/ a reference exam
Victor Lowther (victor_lowt...@dell.com) wrote:
> > -Original Message-
> > From: crowbar-bounces On Behalf Of Vincent Untz
> > Sent: Thursday, May 30, 2013 7:57 AM
> > To: crowbar
> > Subject: Re: [Crowbar] Change in sledgehammer-common impacting more than
> > Pebbles
> >
> > Le jeudi 30 m
Victor Lowther (victor.lowt...@gmail.com) wrote:
> On Thu, May 30, 2013 at 3:50 AM, Adam Spiers wrote:
> > Vincent Untz (vu...@suse.com) wrote:
> > > Other branches that are using the sledgehammer-common/start-up.sh file
> > > from crowbar master should probably be upda
John Terpstra (john_terps...@dell.com) wrote:
> -Original Message-
> From: crowbar-bounces On Behalf Of Vincent Untz
> Sent: Thursday, May 30, 2013 11:16 AM
> To: crowbar
> Subject: Re: [Crowbar] crowbar check-ins
>
> Le jeudi 30 mai 2013, à 10:58 -0500, arkady_kanev...@dell.com a écrit :
Arkady Kanevsky (arkady_kanev...@dell.com) wrote:
> Team,
> Currently multi-proposal does not work in pebbles.
Out of curiosity, what goes wrong? I haven't tried it yet.
___
Crowbar mailing list
Crowbar@dell.com
https://lists.us.dell.com/mailman/listin
Rob Hirschfeld (rob_hirschf...@dell.com) wrote:
> Victor and I were kicking around the DB models a little more. The result was
> a further refinement/simplification for discussion.
>
>
> 1) Deployment is the top level thing. Basically, all the roles hang off
> the deployment (through the
Adam Spiers (aspi...@suse.com) wrote:
> Rob Hirschfeld (rob_hirschf...@dell.com) wrote:
> > Victor and I were kicking around the DB models a little more. The result
> > was a further refinement/simplification for discussion.
> >
> >
> > 1) Deployment i
O/S, online cache mode, scale, multiple CMDBs, and
> the ability share/upstream cookbooks.
>
> I've seen some great discussion on this topic so far. I hope my $0.02 helps
> add clarity.
>
> I'm going offline for a week - I'm looking forward to seeing where you&
arkady_kanev...@dell.com (arkady_kanev...@dell.com) wrote:
> Vincent, you cannot have both database and MySQL barclamps at the same time.
I could be wrong but I think he was suggesting having two parallel
branches for a short period of time.
> The goal is have all changes in Pebble.
> If we (all
arkady_kanev...@dell.com (arkady_kanev...@dell.com) wrote:
> Adam and Vincent,
> I fully understand and appreciate your suggestion.
>
> The real question is how to handle major code refactoring that affects all
> barclamps (in this case OS ones).
> Testing of refactoring takes a long time (multip
arkady_kanev...@dell.com (arkady_kanev...@dell.com) wrote:
> Thanks Wayne and Chris for staying late and finishing the merge.
Great work guys!
___
Crowbar mailing list
Crowbar@dell.com
https://lists.us.dell.com/mailman/listinfo/crowbar
For more informat
Vincent Untz (vu...@suse.com) wrote:
> Le jeudi 30 mai 2013, à 13:10 +0200, Vincent Untz a écrit :
> > Hi,
> >
> > While investigating a bug, I wondered about the differences between the
> > "Delete" and "Reset" (which also seems to be called "Deallocate")
> > actions in Crowbar.
> >
> > The only
My memory is beginning to trickle back on this one ...
Vincent Untz (vu...@suse.com) wrote:
> Le lundi 10 juin 2013, à 17:44 +0100, Adam Spiers a écrit :
> > Vincent Untz (vu...@suse.com) wrote:
> > > Le jeudi 30 mai 2013, à 13:10 +0200, Vincent Untz a écrit :
> > > &
Sascha Peilicke (speili...@suse.com) wrote:
> Hi guys,
>
> I recently wrote a barclamp to update system packages on deployed nodes.
> We will need this for SUSE Cloud to be able to deploy maintenance /
> security updates to customers. However, due to the nature of the
> barclamp, it isn't suppo
Victor Lowther (victor.lowt...@gmail.com) wrote:
> One of the common pieces of feedback we have gotten is that we do not
> garbage-collect the couchdb databases and views that Chef uses, which
> eventually leads to large amounts of wasted disk space and degraded Chef
> performance.
>
> https://git
Rob Hirschfeld (rob_hirschf...@dell.com) wrote:
> All,
>
> HELP REQUEST: We need your help to create a catalog of doc issues on
> http://bit.ly/crowbar-maladocs
>
> We had a discussion today about the high community cost for errors and
> omissions in our documentation, wiki and other informatio
Arkady Kanevsky (arkady_kanev...@dell.com) wrote:
> sudo apt-get install cabextract and re-run the build
Is this dependency documented somewhere? Thanks...
___
Crowbar mailing list
Crowbar@dell.com
https://lists.us.dell.com/mailman/listinfo/crowbar
For
[Sorry for the slow reply on this - I've been on vacation.]
John Terpstra (john_terps...@dell.com) wrote:
> I would like to initiate a discussion to secure an agreeable process for
> handling of pull-requests for the Crowbar community project.
> Please respond to this email with your suggestions,
Rob Hirschfeld (rob_hirschf...@dell.com) wrote:
> Adam,
>
> I agree on the concern about too many Trello's. Right now the 2.0
> Backlog is not being managed.
Ah I see, is there a plan for when to start managing it again?
> My concern would be that people would not add 1.x doc issues to that bac
Vincent Untz (vu...@suse.com) wrote:
> I just submitted this pull request, which I guess is worth discussing
> here:
> https://github.com/crowbar/barclamp-crowbar/pull/589
>
> Here's a copy and paste from the commit message:
>
> ===
> Until now, when creating a proposal with som
Rob Hirschfeld (rob_hirschf...@dell.com) wrote:
> All,
>
> We're working on core CB2 functions as per the design discussion from last
> week. Our objective is to code incrementally to validate the design. I
> believe this approach gives the community concrete examples for discussion
> and mak
In pebbles, barclamps/network/chef/data_bags/crowbar/bc-template-network.json
contains:
"admin": {
[snipped]
"ranges": {
"admin": { "start": "192.168.124.10", "end": "192.168.124.11" },
What's the point of this /31 range? Is 192.168.124.11 ever used, or
is it
volkan_satir...@dell.com (volkan_satir...@dell.com) wrote:
> Hi,
>
> I believe "barclamp import" is not done through the GUI anymore in the mesa
> version of the crowbar. Does anybody know how to import a barclamp in the new
> version of the crowbar? Through cli? Which script does it? What is th
I just looked at this again in the light of my current work on
https://github.com/crowbar/barclamp-provisioner/pull/177
...
Vincent Untz (vu...@suse.com) wrote:
> Hi,
>
> I just submitted this pull request, which I guess is worth discussing
> here:
> https://github.com/crowbar/barclamp-c
Vincent Untz (vu...@suse.com) wrote:
> A few weeks ago, I started the work on allowing schema changes in
> pebbles, without breaking existing proposals. In short, there's a
> migration rake task that will update the proposal (and its matching
> role, if committed) to the updated schema.
[snipped]
Vincent Untz (vu...@suse.com) wrote:
> Le lundi 05 août 2013, à 12:39 +0100, Adam Spiers a écrit :
> > Vincent Untz (vu...@suse.com) wrote:
> > > A few weeks ago, I started the work on allowing schema changes in
> > > pebbles, without breaking existing pro
Tim Cook (tcoo...@gmail.com) wrote:
> Can anyone provide any input on how Crowbar should or can handle stateful
> services failures like Horizon or Openstack database.
>
> Lets say for instance the node that I have allocated the mysql barclamp
> and nova dashboard barclamp dies, what are folks do
stephen_fri...@dell.com (stephen_fri...@dell.com) wrote:
> We presented this architecture on a Crowbar meetup about a month
> ago.
Ah, I was probably on vacation then.
> Any help people wish to provide on this would be great.
>
> As we move forward we will be sure to email to this group on our p
Hi all,
I recently took a SUSE-owned barclamp providing integration with Cisco
UCS Manager, and polished it up for pebbles. It's currently here:
https://github.com/SUSE-Cloud/barclamp-cisco-ucs/tree/release/pebbles/master
https://github.com/aspiers/barclamp-cisco-ucs/tree/release/pebbles/master
Good spot - fixed.
Simon Jakesch (simon_jake...@dell.com) wrote:
> I still see a bunch of Dell Copyrights in some of the files, but other than
> that, no objections from my end.
>
> Simon
>
> -Original Message-
> From: crowbar-bounces On Behalf Of Adam Spiers
>
Not entirely ;-) There's the immediate cost on people's time which is
small but non-zero. But then there's also the knock-on effect of
minor brokenness:
http://www.rtuin.nl/2012/08/software-development-and-the-broken-windows-theory/
Victor Lowther (victor_lowt...@dell.com) wrote:
> It is har
Dell guys - did you discuss this as a team yet? Thanks.
Adam Spiers (aspi...@suse.com) wrote:
> Good spot - fixed.
>
> Simon Jakesch (simon_jake...@dell.com) wrote:
> > I still see a bunch of Dell Copyrights in some of the files, but other than
> > that, no o
Rob Hirschfeld (rob_hirschf...@dell.com) wrote:
> Adam,
>
> Yes (and we're excited). It's on the agenda topics for the community
> planning call - would it be possible for you to demo?
Don't get too excited ;-) Very limited functionality right now.
However it should be pretty easy to extend.
Rob Hirschfeld (rob_hirschf...@dell.com) wrote:
> All,
>
> I'm trying out a new feature of join.me that records our meetings. Can
> someone please validate that the recording is accessible?
>
> Recording:
> https://www.cubby.com/pl/Instant+meeting+2013-08-29.webm/_a61abacd45794e0d8ecf8911c1ea1
Rob Hirschfeld (rob_hirschf...@dell.com) wrote:
> Crowbar Community,
>
> In the last week, Dell IT added a "data protection feature" to our email
> system that labels all emails as "Internal Use - Confidential" by default.
>
> While we make every effort to remove this header before we send to th
Victor Lowther (victor.lowt...@gmail.com) wrote:
> As of the latest set of pushes to development release, Crowbar 2.0 is now
> able to deploy an admin node that can then boot other nodes into
> Sledgehammer. Unlike the last time CB2.0 was able to do this, the Crowbar
> framework is performing all
Rob Hirschfeld (rob_hirschf...@dell.com) wrote:
> All,
>
> I’m sorry to report that Join.Me did not manage to record the audio :/
> If you’d like to review the screen cast, it’s available
> https://www.youtube.com/watch?v=OPWTI6EC-AE
Thanks. Sorry to sound negative, but it seems to me that pret
michael_pitt...@dell.com (michael_pitt...@dell.com) wrote:
> I'm currently working on the devguide, and will merge this content end.
> I expect to have a pull request for some significant doc updates within a
> week.
Awesome, thanks a lot Mike!
___
Cro
Rob Hirschfeld (rob_hirschf...@dell.com) wrote:
> All,
>
> John Terpstra and I spent a while going over how to use the Crowbar 2 test
> server with the simulator to exercise the Test Jig. These tools allow you
> to play with Crowbar2 directly from your dev/build environment without having
> t
Rob Hirschfeld (rob_hirschf...@dell.com) wrote:
> > Why? We already have
> > https://github.com/crowbar/crowbar/wiki/Videos
> > https://github.com/crowbar/crowbar/wiki/Introductory-Videos
> > https://github.com/crowbar/crowbar/wiki/Developer-Videos (strangely empty)
> > and IMHO the wiki is a
he build instructions, I intend on tackling the Getting Started
> Guide next.
>
> Simon
>
>
> -Original Message-
> From: crowbar-bounces On Behalf Of Adam Spiers
> Sent: Friday, July 19, 2013 12:13 PM
> To: crowbar
> Subject: Re: [Crowbar] Trello for Res
*** PUBLIC HEALTH AND SAFETY ANNOUNCEMENT ***
I notice Crowbar has a lot of
rescue Exception => e
clauses. AFAIK, this is widely considered to be a bad idea:
http://stackoverflow.com/questions/10048173/why-is-it-bad-style-to-rescue-exception-e-in-ruby
Next time you encounter this, please
Adam Spiers (aspi...@suse.com) wrote:
> *** PUBLIC HEALTH AND SAFETY ANNOUNCEMENT ***
>
> I notice Crowbar has a lot of
>
> rescue Exception => e
>
> clauses. AFAIK, this is widely considered to be a bad idea:
>
>
> http://stackoverflow.com/question
Rob Hirschfeld (rob_hirschf...@dell.com) wrote:
>
> Yes and no. All the noderoles together make up the noderole graph, which by
> itself does not care about deployments. However, when a noderole is created
> (and gets its initial configuration) and bound to the noderole graph, it is
> always
Simon Jakesch (simon_jake...@dell.com) wrote:
> I know it's fun to come up with branch names, however, I don't think they're
> very helpful to people that aren't involved on a day to day basis. Maybe I am
> missing something, but why can't we just stick to version numbers. Pebbles
> would be 1.x
1 - 100 of 189 matches
Mail list logo