Re: [Crowbar] Merge Moratorium

2013-08-07 Thread Vincent Untz
Le mardi 06 août 2013, à 16:00 +0200, Vincent Untz a écrit : > Hi, > > Le lundi 29 juillet 2013, à 09:12 -0500, john_terps...@dell.com a écrit : > > Folks, > > > > I'd like to request a hold (moratorium) on updates to the Pebbles branch to > > give time to do some much needed triage on broken fu

Re: [Crowbar] Crowbar's internal NIC enumeration

2013-08-07 Thread Rob_Hirschfeld
Ralf, We did this because it code that consumes those names was expecting both names. We had to provide them for legacy reasons or face a massive refactoring that would force people to use 10g networking. The current strategy, while confusing, provided the most consistent approach for the ex

Re: [Crowbar] Crowbar and Openstack HA

2013-08-07 Thread Tim Cook
+tim.c...@hightail.com Thanks for all the feedback, I am going to move forward working on a Pacemaker/Corosync barclamp solution , I will keep this list updated with my progress as well. On a side note, regarding Crowbar meetups , are there any active meetups for Crowbar in the San Francisco bay

Re: [Crowbar] Crowbar's internal NIC enumeration

2013-08-07 Thread Randy_Perryman
My understanding and experience is 10G1 is the first 10G nic in the system by PCI bus order. 1G1 is the first 1G nic in the system by PCI Bus order. I have tried to deploy to 10G systems 1G1 before and it failed with "no NIC available". -Randy -Original Message- From: crowbar-bou

Re: [Crowbar] Crowbar and Openstack HA

2013-08-07 Thread Adam Spiers
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

Re: [Crowbar] Crowbar and Openstack HA

2013-08-07 Thread Shane Gibson
Stephen and Keith (et al), This is great information - and of keen interest to us. One note I might make, on the overview page, under Stage 1 to 7 (focus areas), I'd recommend calling out RabbitMQ. It's a significant piece of the puzzle, and initially I wondered if it had been "forgotten" in

Re: [Crowbar] Crowbar's internal NIC enumeration

2013-08-07 Thread Ralf Haferkamp
Hi, On Wed, Aug 07, 2013 at 08:27:47AM -0500, randy_perry...@dell.com wrote: > In the Network JSON, there is a mapping based on PCI bus order for the NIC's > per platform. If you add your platform's PCI bus mapping there, you will > control the nic enumeration behavior. This allows the PCI bus e

Re: [Crowbar] Crowbar's internal NIC enumeration

2013-08-07 Thread Randy_Perryman
In the Network JSON, there is a mapping based on PCI bus order for the NIC's per platform. If you add your platform's PCI bus mapping there, you will control the nic enumeration behavior. This allows the PCI bus enumeration to control the nic naming order and not the OS enumeration.The des

[Crowbar] Crowbar's internal NIC enumeration

2013-08-07 Thread Ralf Haferkamp
Hi, While analyzing a bug report, I just stumbled over a weirdness in how the network barclamp (pebbles) enumerates network interfaces of different speeds internally. Assuming you have a node with two 1GBit and one 10Gbit interface. No custom ordering is defined in the interface map and the NICs a

Re: [Crowbar] Crowbar and Openstack HA

2013-08-07 Thread Stephen_Friday
We presented this architecture on a Crowbar meetup about a month ago. 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 progress. Steve Friday Solutions Architect Director - Cloud Engineering CoE Dell | Services Product Group

Re: [Crowbar] Crowbar and Openstack HA

2013-08-07 Thread Adam Spiers
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