Re: [openstack-dev] [Magnum] Is LBAAS mandatory for MAGNUM ?

2016-07-18 Thread Spyros Trigazis
Hi Greg,

lbaas *v1* is required for magnum mitaka.

Cheers,
Spyros

On 18 July 2016 at 16:16, Waines, Greg  wrote:

> Thanks Madhuri,
>
>
>
> This blueprint is ‘Accepted for Newton’.
>
> So in ‘Mitaka’ and before, LBAAS is required for Magnum ?
>
>
>
> Greg.
>
>
>
> *From: *"Kumari, Madhuri" 
> *Reply-To: *"openstack-dev@lists.openstack.org" <
> openstack-dev@lists.openstack.org>
> *Date: *Monday, July 18, 2016 at 10:07 AM
> *To: *"openstack-dev@lists.openstack.org" <
> openstack-dev@lists.openstack.org>
> *Subject: *Re: [openstack-dev] [Magnum] Is LBAAS mandatory for MAGNUM ?
>
>
>
> Hi Greg,
>
>
>
> Now it is not mandatory to have lbaas in Magnum. Here is blueprint in
> Magnum that aims to decouple lbaas from  Magnum
> https://blueprints.launchpad.net/magnum/+spec/decouple-lbaas.
>
> You can use flag –master-lb-enabled in baymodel to specify whether you
> want lbaas or not. However it just allows you to disable lbaas when master
> count is 1.
>
>
>
> Regards,
>
> Madhuri
>
>
>
> *From:* Waines, Greg [mailto:greg.wai...@windriver.com]
> *Sent:* Monday, July 18, 2016 5:11 PM
> *To:* openstack-dev@lists.openstack.org
> *Subject:* [openstack-dev] [Magnum] Is LBAAS mandatory for MAGNUM ?
>
>
>
> I’m relatively new to looking at Magnum.
>
> Just recently played with Magnum in devstack on Newton.
>
> I noticed that the HEAT Stack used by Magnum created Load Balancer Pool
> and Load Balancer HealthMonitor.
>
>
>
> QUESTION … Is LBAAS support mandatory for MAGNUM ?  or can it be used
> (configured) without it ?
>
>
>
> i.e. if the OpenStack distribution being used does NOT support LBAAS, will
> MAGNUM work ?   will it still be useful ?
>
>
>
> ( … thinking that it could still be used, although would not support the
> load balancing across scaled or multiple instances of a container … )
>
>
>
> Greg.
>
> __
> OpenStack Development Mailing List (not for usage questions)
> Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
>
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Magnum] Is LBAAS mandatory for MAGNUM ?

2016-07-18 Thread Waines, Greg
Thanks Madhuri,

This blueprint is ‘Accepted for Newton’.
So in ‘Mitaka’ and before, LBAAS is required for Magnum ?

Greg.

From: "Kumari, Madhuri" 
Reply-To: "openstack-dev@lists.openstack.org" 

Date: Monday, July 18, 2016 at 10:07 AM
To: "openstack-dev@lists.openstack.org" 
Subject: Re: [openstack-dev] [Magnum] Is LBAAS mandatory for MAGNUM ?

Hi Greg,

Now it is not mandatory to have lbaas in Magnum. Here is blueprint in Magnum 
that aims to decouple lbaas from  Magnum 
https://blueprints.launchpad.net/magnum/+spec/decouple-lbaas.
You can use flag –master-lb-enabled in baymodel to specify whether you want 
lbaas or not. However it just allows you to disable lbaas when master count is 
1.

Regards,
Madhuri

From: Waines, Greg [mailto:greg.wai...@windriver.com]
Sent: Monday, July 18, 2016 5:11 PM
To: openstack-dev@lists.openstack.org
Subject: [openstack-dev] [Magnum] Is LBAAS mandatory for MAGNUM ?

I’m relatively new to looking at Magnum.
Just recently played with Magnum in devstack on Newton.
I noticed that the HEAT Stack used by Magnum created Load Balancer Pool and 
Load Balancer HealthMonitor.

QUESTION … Is LBAAS support mandatory for MAGNUM ?  or can it be used 
(configured) without it ?

i.e. if the OpenStack distribution being used does NOT support LBAAS, will 
MAGNUM work ?   will it still be useful ?

( … thinking that it could still be used, although would not support the load 
balancing across scaled or multiple instances of a container … )

Greg.
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Magnum] Is LBAAS mandatory for MAGNUM ?

2016-07-18 Thread Kumari, Madhuri
Hi Greg,

Now it is not mandatory to have lbaas in Magnum. Here is blueprint in Magnum 
that aims to decouple lbaas from  Magnum 
https://blueprints.launchpad.net/magnum/+spec/decouple-lbaas.
You can use flag –master-lb-enabled in baymodel to specify whether you want 
lbaas or not. However it just allows you to disable lbaas when master count is 
1.

Regards,
Madhuri

From: Waines, Greg [mailto:greg.wai...@windriver.com]
Sent: Monday, July 18, 2016 5:11 PM
To: openstack-dev@lists.openstack.org
Subject: [openstack-dev] [Magnum] Is LBAAS mandatory for MAGNUM ?

I’m relatively new to looking at Magnum.
Just recently played with Magnum in devstack on Newton.
I noticed that the HEAT Stack used by Magnum created Load Balancer Pool and 
Load Balancer HealthMonitor.

QUESTION … Is LBAAS support mandatory for MAGNUM ?  or can it be used 
(configured) without it ?

i.e. if the OpenStack distribution being used does NOT support LBAAS, will 
MAGNUM work ?   will it still be useful ?

( … thinking that it could still be used, although would not support the load 
balancing across scaled or multiple instances of a container … )

Greg.
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


[openstack-dev] [Magnum] Is LBAAS mandatory for MAGNUM ?

2016-07-18 Thread Waines, Greg
I’m relatively new to looking at Magnum.
Just recently played with Magnum in devstack on Newton.
I noticed that the HEAT Stack used by Magnum created Load Balancer Pool and 
Load Balancer HealthMonitor.

QUESTION … Is LBAAS support mandatory for MAGNUM ?  or can it be used 
(configured) without it ?

i.e. if the OpenStack distribution being used does NOT support LBAAS, will 
MAGNUM work ?   will it still be useful ?

( … thinking that it could still be used, although would not support the load 
balancing across scaled or multiple instances of a container … )

Greg.
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev