Re: [Openstack] HA Compute & Instance Evacuation

2018-05-14 Thread Patil, Tushar
ts.openstack.org Subject: Re: [Openstack] HA Compute & Instance Evacuation On Friday, May 11, 2018 12:40:58 AM EDT Patil, Tushar wrote: > I think this is what is needed to make it work. > Install openstacksdk version 0.13.0. > > Apply patch: https://review.openstack.org/#/c/546492/

Re: [Openstack] HA Compute & Instance Evacuation

2018-05-11 Thread Torin Woltjer
On Friday, May 11, 2018 12:40:58 AM EDT Patil, Tushar wrote: > I think this is what is needed to make it work. > Install openstacksdk version 0.13.0. > > Apply patch: https://review.openstack.org/#/c/546492/ > > In this patch ,we need to bump openstacksdk version from 0.11.2 to 0.13.0. > We

Re: [Openstack] HA Compute & Instance Evacuation

2018-05-10 Thread Patil, Tushar
ct: Re: [Openstack] HA Compute & Instance Evacuation Hi Tushar, I followed the documentation to set up the masakari monitors, after I installed the masakari API. None of the monitor services seem to work. I keep getting an error: "AttributeError: 'module' object has no attribute 'URI'&qu

Re: [Openstack] HA Compute & Instance Evacuation

2018-05-07 Thread Pablo Iranzo Gómez
+++ Torin Woltjer [02/05/18 20:39 +]: There is no HA behaviour for compute nodes. You are referring to HA of workloads running on compute nodes, not HA of compute nodes themselves. It was a mistake for me to say HA when referring to compute and instances. Really I want to avoid a

Re: [Openstack] HA Compute & Instance Evacuation

2018-05-06 Thread Patil, Tushar
ries on #openstack-masakari IRC channel. Regards, Tushar From: Torin Woltjer <torin.wolt...@granddial.com> Sent: Saturday, May 5, 2018 3:43:05 AM To: jpetr...@coredial.com Cc: openstack@lists.openstack.org Subject: Re: [Openstack] HA Comp

Re: [Openstack] HA Compute & Instance Evacuation

2018-05-04 Thread Torin Woltjer
Thank you very much for the information. Just for clarification, when you say reserved hosts, do you mean that I must keep unloaded virtualization hosts in reserve? Or can Masakari move instances from a downed host to an already loaded host that has open capacity?

Re: [Openstack] HA Compute & Instance Evacuation

2018-05-02 Thread John Petrini
Take this with a grain of salt because we're using the original version before the project moved under the Big Tent and I'm not sure how much it's evolved since then. I assume the basic functions are the same though. You're correct; Corosync and Pacemaker are used to determine if a compute node

Re: [Openstack] HA Compute & Instance Evacuation

2018-05-02 Thread Torin Woltjer
I'm vaguely familiar with Pacemaker/Corosync, as I'm using it with HAProxy on my controller nodes. I'm assuming in this instance that you use Pacemaker on your compute hosts so masakari can detect host outages? If possible could you go into more detail about the configuration? I would like to

Re: [Openstack] HA Compute & Instance Evacuation

2018-05-02 Thread Torin Woltjer
> There is no HA behaviour for compute nodes. > > You are referring to HA of workloads running on compute nodes, not HA of > compute nodes themselves. It was a mistake for me to say HA when referring to compute and instances. Really I want to avoid a situation where one of my compute hosts gives

Re: [Openstack] HA Compute & Instance Evacuation

2018-05-02 Thread John Petrini
We're using the original Masakari project for this and it works really well. In fact just last week we lost a compute node and all of VM's were successfully migrated to a reserve host in under 5 minutes. It's a really nice feeling when your infrastructure heals itself before you even get a chance

Re: [Openstack] HA Compute & Instance Evacuation

2018-05-02 Thread Jay Pipes
On 05/02/2018 02:43 PM, Torin Woltjer wrote: I am working on setting up Openstack for HA and one of the last orders of business is getting HA behavior out of the compute nodes. There is no HA behaviour for compute nodes. Is there a project that will automatically evacuate instances from a

[Openstack] HA Compute & Instance Evacuation

2018-05-02 Thread Torin Woltjer
I am working on setting up Openstack for HA and one of the last orders of business is getting HA behavior out of the compute nodes. Is there a project that will automatically evacuate instances from a downed or failed compute host, and automatically reboot them on their new host? I'm curious