Re: [openstack-dev] [neutron-LBaaS] Can anyone help to share a procedure to install lbaas on Kilo?

2015-10-14 Thread WANG, Ming Hao (Tony T)
Kobi,

Thanks again. I also found this Wiki. ☺
I think the introduction on the Wiki may be out of date, and it can’t work on 
Kilo. ☹

I figure out

From: Kobi Samoray [mailto:ksamo...@vmware.com]
Sent: Wednesday, October 14, 2015 12:40 AM
To: OpenStack Development Mailing List (not for usage questions)
Subject: Re: [openstack-dev] [neutron-LBaaS] Can anyone help to share a 
procedure to install lbaas on Kilo?

Ah, in that case try this:
https://wiki.openstack.org/wiki/Neutron/LBaaS/HowToRun

On Oct 13, 2015, at 15:05, WANG, Ming Hao (Tony T) 
mailto:tony.a.w...@alcatel-lucent.com>> wrote:

Kobi,

Thanks for your info very much!
Is there any document to install lbaas manually?
My environment is installed manually instead by devstack or packstack.

Thanks,
Tony

From: Kobi Samoray [mailto:ksamo...@vmware.com]
Sent: Tuesday, October 13, 2015 7:55 PM
To: OpenStack Development Mailing List (not for usage questions)
Subject: Re: [openstack-dev] [neutron-LBaaS] Can anyone help to share a 
procedure to install lbaas on Kilo?

Hi Tony,
Try the following:
https://chapter60.wordpress.com/2015/02/20/installing-openstack-lbaas-version-2-on-kilo-using-devstack/<https://urldefense.proofpoint.com/v2/url?u=https-3A__chapter60.wordpress.com_2015_02_20_installing-2Dopenstack-2Dlbaas-2Dversion-2D2-2Don-2Dkilo-2Dusing-2Ddevstack_&d=BQMGaQ&c=Sqcl0Ez6M0X8aeM67LKIiDJAXVeAw-YihVMNtXt-uEs&r=rOiqGXO95SuXkSlGPA3o5Ty-N5wi9ecr7m1jjkD3afU&m=5keMYVJ7CeU0SX0skzmw9gnevW05PVn13yIQ01RDjYM&s=ZElqnrS7HPEyVyrYPkKR0E9qVYIR_LeB2xoU6Ai3Fu4&e=>


On Oct 13, 2015, at 14:11, WANG, Ming Hao (Tony T) 
mailto:tony.a.w...@alcatel-lucent.com>> wrote:

I installed an OpenStack environment manually, and I can’t use devstack or 
packstack to install neutron lbaas.
Can anyone help to share a procedure to install lbaas on Kilo? I can’t find one 
from Google. ☹

Thanks in advance,
Tony

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: 
openstack-dev-requ...@lists.openstack.org<mailto: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<mailto: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] [neutron-LBaaS] Can anyone help to share a procedure to install lbaas on Kilo?

2015-10-14 Thread Banashankar KV
If that did not work, try to clone  the kilo lbaasv2 from the github and do
python setup.py install. and then do all the config changes in
neutron.conf, neutron_lbaas.conf, lbaas_agent.ini. Start the lbaas agent.

Don't forget to install the haproxy.

To know what all config changes to be done, I suggest installing the
devstack on a VM with lbaasv2 enabled and replicating the same config from
the devstack setup to  your setup.

This link might be of lil help
https://github.com/openstack-packages/neutron-lbaas/tree/rpm-kilo

If you have found a better way todo this, please do let me know :) .


Thanks
Banashankar


On Tue, Oct 13, 2015 at 9:39 AM, Kobi Samoray  wrote:

> Ah, in that case try this:
> https://wiki.openstack.org/wiki/Neutron/LBaaS/HowToRun
>
> On Oct 13, 2015, at 15:05, WANG, Ming Hao (Tony T) <
> tony.a.w...@alcatel-lucent.com> wrote:
>
> Kobi,
>
> Thanks for your info very much!
> Is there any document to install lbaas manually?
> My environment is installed manually instead by devstack or packstack.
>
> Thanks,
> Tony
>
> *From:* Kobi Samoray [mailto:ksamo...@vmware.com ]
> *Sent:* Tuesday, October 13, 2015 7:55 PM
> *To:* OpenStack Development Mailing List (not for usage questions)
> *Subject:* Re: [openstack-dev] [neutron-LBaaS] Can anyone help to share a
> procedure to install lbaas on Kilo?
>
> Hi Tony,
> Try the following:
>
> https://chapter60.wordpress.com/2015/02/20/installing-openstack-lbaas-version-2-on-kilo-using-devstack/
> <https://urldefense.proofpoint.com/v2/url?u=https-3A__chapter60.wordpress.com_2015_02_20_installing-2Dopenstack-2Dlbaas-2Dversion-2D2-2Don-2Dkilo-2Dusing-2Ddevstack_&d=BQMGaQ&c=Sqcl0Ez6M0X8aeM67LKIiDJAXVeAw-YihVMNtXt-uEs&r=rOiqGXO95SuXkSlGPA3o5Ty-N5wi9ecr7m1jjkD3afU&m=5keMYVJ7CeU0SX0skzmw9gnevW05PVn13yIQ01RDjYM&s=ZElqnrS7HPEyVyrYPkKR0E9qVYIR_LeB2xoU6Ai3Fu4&e=>
>
>
>
> On Oct 13, 2015, at 14:11, WANG, Ming Hao (Tony T) <
> tony.a.w...@alcatel-lucent.com> wrote:
>
> I installed an OpenStack environment manually, and I can’t use devstack or
> packstack to install neutron lbaas.
> Can anyone help to share a procedure to install lbaas on Kilo? I can’t
> find one from Google. L
>
> Thanks in advance,
> Tony
>
> __
> 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
>
>
>
> __
> 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] [neutron-LBaaS] Can anyone help to share a procedure to install lbaas on Kilo?

2015-10-13 Thread Kobi Samoray
Ah, in that case try this:
https://wiki.openstack.org/wiki/Neutron/LBaaS/HowToRun

On Oct 13, 2015, at 15:05, WANG, Ming Hao (Tony T) 
mailto:tony.a.w...@alcatel-lucent.com>> wrote:

Kobi,

Thanks for your info very much!
Is there any document to install lbaas manually?
My environment is installed manually instead by devstack or packstack.

Thanks,
Tony

From: Kobi Samoray [mailto:ksamo...@vmware.com]
Sent: Tuesday, October 13, 2015 7:55 PM
To: OpenStack Development Mailing List (not for usage questions)
Subject: Re: [openstack-dev] [neutron-LBaaS] Can anyone help to share a 
procedure to install lbaas on Kilo?

Hi Tony,
Try the following:
https://chapter60.wordpress.com/2015/02/20/installing-openstack-lbaas-version-2-on-kilo-using-devstack/<https://urldefense.proofpoint.com/v2/url?u=https-3A__chapter60.wordpress.com_2015_02_20_installing-2Dopenstack-2Dlbaas-2Dversion-2D2-2Don-2Dkilo-2Dusing-2Ddevstack_&d=BQMGaQ&c=Sqcl0Ez6M0X8aeM67LKIiDJAXVeAw-YihVMNtXt-uEs&r=rOiqGXO95SuXkSlGPA3o5Ty-N5wi9ecr7m1jjkD3afU&m=5keMYVJ7CeU0SX0skzmw9gnevW05PVn13yIQ01RDjYM&s=ZElqnrS7HPEyVyrYPkKR0E9qVYIR_LeB2xoU6Ai3Fu4&e=>


On Oct 13, 2015, at 14:11, WANG, Ming Hao (Tony T) 
mailto:tony.a.w...@alcatel-lucent.com>> wrote:

I installed an OpenStack environment manually, and I can’t use devstack or 
packstack to install neutron lbaas.
Can anyone help to share a procedure to install lbaas on Kilo? I can’t find one 
from Google. ☹

Thanks in advance,
Tony

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: 
openstack-dev-requ...@lists.openstack.org<mailto: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<mailto: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] [neutron-LBaaS] Can anyone help to share a procedure to install lbaas on Kilo?

2015-10-13 Thread WANG, Ming Hao (Tony T)
Kobi,

Thanks for your info very much!
Is there any document to install lbaas manually?
My environment is installed manually instead by devstack or packstack.

Thanks,
Tony

From: Kobi Samoray [mailto:ksamo...@vmware.com]
Sent: Tuesday, October 13, 2015 7:55 PM
To: OpenStack Development Mailing List (not for usage questions)
Subject: Re: [openstack-dev] [neutron-LBaaS] Can anyone help to share a 
procedure to install lbaas on Kilo?

Hi Tony,
Try the following:
https://chapter60.wordpress.com/2015/02/20/installing-openstack-lbaas-version-2-on-kilo-using-devstack/


On Oct 13, 2015, at 14:11, WANG, Ming Hao (Tony T) 
mailto:tony.a.w...@alcatel-lucent.com>> wrote:

I installed an OpenStack environment manually, and I can’t use devstack or 
packstack to install neutron lbaas.
Can anyone help to share a procedure to install lbaas on Kilo? I can’t find one 
from Google. ☹

Thanks in advance,
Tony

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: 
openstack-dev-requ...@lists.openstack.org<mailto: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] [neutron-LBaaS] Can anyone help to share a procedure to install lbaas on Kilo?

2015-10-13 Thread Kobi Samoray
Hi Tony,
Try the following:
https://chapter60.wordpress.com/2015/02/20/installing-openstack-lbaas-version-2-on-kilo-using-devstack/


On Oct 13, 2015, at 14:11, WANG, Ming Hao (Tony T) 
mailto:tony.a.w...@alcatel-lucent.com>> wrote:

I installed an OpenStack environment manually, and I can’t use devstack or 
packstack to install neutron lbaas.
Can anyone help to share a procedure to install lbaas on Kilo? I can’t find one 
from Google. ☹

Thanks in advance,
Tony

__
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


[openstack-dev] [neutron-LBaaS] Can anyone help to share a procedure to install lbaas on Kilo?

2015-10-13 Thread WANG, Ming Hao (Tony T)
I installed an OpenStack environment manually, and I can't use devstack or 
packstack to install neutron lbaas.
Can anyone help to share a procedure to install lbaas on Kilo? I can't find one 
from Google. :(

Thanks in advance,
Tony

__
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