[openstack-dev] [sahara] Anti-affinity Broke

2018-08-22 Thread Telles Nobrega
Hi all, We have an open bug on storyboard regarding anti-affinity on sahara. https://storyboard.openstack.org/#!/story/2002656 This was proposed by Joe Topjian and I have implemented the proposed fix. Unfortunetely we don't have resources to test it properly. Joe, if you can take a look and

Re: [openstack-dev] [sahara] Anti-Affinity Broke

2018-08-01 Thread Telles Nobrega
Thanks, that is what I did as well. On Wed, Aug 1, 2018 at 3:50 PM Joe Topjian wrote: > Hello, > > Yes, those workarounds were able to get anti-affinity working. In my > original email I noted the uninitialized key issue. We're getting around > this by doing the following: > >

Re: [openstack-dev] [sahara] Anti-Affinity Broke

2018-08-01 Thread Joe Topjian
Hello, Yes, those workarounds were able to get anti-affinity working. In my original email I noted the uninitialized key issue. We're getting around this by doing the following: properties[SERVER_GROUP_NAMES] = [] Thanks, Joe On Wed, Aug 1, 2018 at 12:39 PM, Telles Nobrega wrote: > Hi Joe,

Re: [openstack-dev] [sahara] Anti-Affinity Broke

2018-08-01 Thread Telles Nobrega
Hi Joe, sorry for only replying to this now, but I just got time to work on it today. When you did those workarounds, did it all work properly? I'm hitting an issue with a KeyError whili trying to add the resource to the properties. properties[SERVER_GROUP_NAMES].insert(i,

Re: [openstack-dev] [sahara] Anti-Affinity Broke

2018-06-22 Thread Luigi Toscano
On Friday, 22 June 2018 05:00:16 CEST Joe Topjian wrote: > Hello, > > I originally posted this to the general openstack list to get a sanity > check on what I was seeing. Jeremy F reached out and confirmed that, so I'm > going to re-post the details here to begin a discussion. Hi, thanks for

[openstack-dev] [sahara] Anti-Affinity Broke

2018-06-21 Thread Joe Topjian
Hello, I originally posted this to the general openstack list to get a sanity check on what I was seeing. Jeremy F reached out and confirmed that, so I'm going to re-post the details here to begin a discussion. >From what I can see, anti-affinity is not working at all in Sahara. I was able to