Re: [openstack-dev] [neutron-lbaas] [octavia]vip failed to be plugged in to the amphorae vm

2016-12-12 Thread Wanjing Xu (waxu)
Losnik There are a lot, a lot of retries. I just omit them in email. So how to fix this vip plug error? Thanks Wanjing From: "Kosnik, Lubosz" <lubosz.kos...@intel.com> Date: Friday, December 9, 2016 at 4:38 PM To: "Wanjing Xu (waxu)" <w...@cisco.com> Cc: &qu

[openstack-dev] [neutron-lbaas] [octavia]vip failed to be plugged in to the amphorae vm

2016-12-09 Thread Wanjing Xu (waxu)
I have stable/metaka Octavia which has been running OK until today, whenever I created loadbalancer, the amphorae vm is created with mgmt nic. But look like vip plugin failed. I can ping to amphorae mgmt. NIC from controller(where Octavia process is running), but look like some rest api call

Re: [openstack-dev] [devstack]VersionConflict exception during stack.sh - resend with explanation.

2016-12-06 Thread Wanjing Xu (waxu)
with_context(dependent_req) ContextualVersionConflict: (python-heatclient 1.5.0 (/usr/local/lib/python2.7/dist-packages), Requirement.parse('python-heatclient>=1.6.1'), set(['horizon'])) Thanks! Wanjing On 12/6/16, 2:34 PM, "Tony Breeds" <t...@bakeyournoodle.com> wrote: O

Re: [openstack-dev] [devstack]VersionConflict exception during stack.sh

2016-12-06 Thread Wanjing Xu (waxu)
first: sudo pip uninstall python-heatclient Then launch devstack again. It will re-install the right version. /ludovic -Original Message- From: Wanjing Xu (waxu) [mailto:w...@cisco.com] Sent: December-06-16 2:43 PM To: OpenStack Development Mailing Lis

[openstack-dev] [devstack]VersionConflict exception during stack.sh - resend with explanation.

2016-12-06 Thread Wanjing Xu (waxu)
Hi, My devstack had been OK a month ago. But recently it keeps having this VersionConflict error. If I manually install the required module version, it will move on but then it will error out at some other module. I have manually installed and fixed about 8 such modules, still it is not

[openstack-dev] [devstack]VersionConflict exception during stack.sh

2016-12-06 Thread Wanjing Xu (waxu)
Hi 2016-12-06 18:50:28.095 | +inc/python:setup_package:354  pip_install -e /opt/stack/horizon 2016-12-06 18:50:28.881 | +inc/python:pip_install:155  sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite

Re: [openstack-dev] [Neutron][neutron-lbaas][octavia] Not be able to ping loadbalancer ip

2016-11-28 Thread Wanjing Xu (waxu)
this space (see the octavia meeting logs last month), but it varies greatly depending on how your cloud is configured and/or the hardware it is on. Michael On Thu, Nov 10, 2016 at 3:18 PM, Wanjing Xu (waxu) <w...@cisco.com> wrote: > Thanks, Michael. Now I have br

Re: [openstack-dev] [Neutron][neutron-lbaas][octavia] Not be able to ping loadbalancer ip

2016-11-10 Thread Wanjing Xu (waxu)
netns exec >amphora-haproxy ifconfig -a". > >I'm not sure what version of octavia and neutron you are using, but >the issue you noted about "dns_name" was fixed here: >https://review.openstack.org/#/c/337939/ > >Michael > > >On Thu, Nov 3, 2016 at 11:

Re: [openstack-dev] [Neutron][neutron-lbaas][octavia] Not be able to ping loadbalancer ip

2016-11-03 Thread Wanjing Xu (waxu)
Going through the log , I saw the following error on o-hm 2016-11-03 03:31:06.441 19560 ERROR octavia.controller.worker.controller_worker request_ids=request_ids) 2016-11-03 03:31:06.441 19560 ERROR octavia.controller.worker.controller_worker BadRequest: Unrecognized attribute(s) 'dns_name'

[openstack-dev] [Neutron][neutron-lbaas][octavia] Not be able to ping loadbalancer ip

2016-11-02 Thread Wanjing Xu (waxu)
So I bring up octavia using devstack (stable/mitaka). I created a loadbalander and a listener(not create member yet) and start to look at how things are connected to each other. I can ssh to amphora vm and I do see a haproxy is up with front end point to my listener. I tried to ping (from

Re: [openstack-dev] [neutron] [neutron-lbaas][octavia] Error in installing octavia via devstack on ubuntu stable/mitaka

2016-10-28 Thread Wanjing Xu (waxu)
g with reclone disabled. > >Sorry for the inconvenience, >Michael > > > >On Fri, Oct 28, 2016 at 1:57 AM, Wanjing Xu (waxu) <w...@cisco.com> wrote: >> Hi >> >> This is the first time I tried to install octavia. But it error out >> at(from stack

[openstack-dev] [neutron] [neutron-lbaas][octavia] Error in installing octavia via devstack on ubuntu stable/mitaka

2016-10-27 Thread Wanjing Xu (waxu)
ble/mitaka enable_plugin octavia https://git.openstack.org/openstack/octavia stable/mitaka Thanks Wanjing Xu __ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...@lists.openstack.

[openstack-dev] [Ceilometer] Newbie question regarding Ceilometer notification plugin

2016-08-15 Thread Wanjing Xu (waxu)
start to hook my program with the notification mechanism of the ceilometer, that would be a great. Thanks and any suggestions are welcome! Wanjing Xu __ OpenStack Development Mailing List (not for usage questions) Unsubscribe

Re: [openstack-dev] [Neutron][LBaaS] No LBaaS agent?

2015-06-02 Thread Wanjing Xu
the agent? Thanks,doug On Jun 1, 2015, at 5:52 PM, Wanjing Xu wanjing...@hotmail.com wrote: Is there a way to add an LBaaS service without having to use neutron plugin/agent framework? I want to add a LBaaS service without an LBaaS agent running and still want to have lb cli and horizon. When

Re: [openstack-dev] [Neutron][LBaaS] No LBaaS agent?

2015-06-02 Thread Wanjing Xu
to stick with, you could write a driver that just generates events. There are some error status warts that you’d either have to live with or handle, but you could do that later. Thanks,doug On Jun 2, 2015, at 1:05 PM, Wanjing Xu wanjing...@hotmail.com wrote: Thanks everybody. While I am trying

Re: [openstack-dev] [Neutron][LBaaS] No LBaaS agent?

2015-06-02 Thread Wanjing Xu
, at 4:52 PM, Wanjing Xu wanjing...@hotmail.com wrote:Is there a way to add an LBaaS service without having to use neutron plugin/agent framework? I want to add a LBaaS service without an LBaaS agent running and still want to have lb cli and horizon. When the user configure loadbalance via cli

[openstack-dev] [Neutron][LBaaS] No LBaaS agent?

2015-06-01 Thread Wanjing Xu
Is there a way to add an LBaaS service without having to use neutron plugin/agent framework? I want to add a LBaaS service without an LBaaS agent running and still want to have lb cli and horizon. When the user configure loadbalance via cli or horizon, neutron will send the events(pool,

Re: [openstack-dev] [Neutron][LBaaS] Why do we need to select subnet when creating a pool?

2015-05-01 Thread Wanjing Xu
Thanks Adam! That makes sense to me!Wanjing Xu From: adam.harw...@rackspace.com To: openstack-dev@lists.openstack.org Date: Fri, 1 May 2015 16:33:09 + Subject: Re: [openstack-dev] [Neutron][LBaaS] Why do we need to select subnet when creating a pool? The subnet_id on the pool

Re: [openstack-dev] [Neutron][LBaaS] Why do we need to select subnet when creating a pool?

2015-04-30 Thread Wanjing Xu
and all members that are created without subnet_id are assumed to be on the pool's subnet_id, but I'm getting ahead of myself and this has no bearing on your current issue. Could you tell me how you are making your requests? CLI? REST directly? From: Wanjing Xu wanjing...@hotmail.com Sent

Re: [openstack-dev] [Neutron][LBaaS] Why do we need to select subnet when creating a pool?

2015-04-28 Thread Wanjing Xu
a subnet_id field in the future and all members that are created without subnet_id are assumed to be on the pool's subnet_id, but I'm getting ahead of myself and this has no bearing on your current issue. Could you tell me how you are making your requests? CLI? REST directly? From: Wanjing Xu

Re: [openstack-dev] [Neutron][LBaaS] Why do we need to select subnet when creating a pool?

2015-04-28 Thread Wanjing Xu
are assumed to be on the pool's subnet_id, but I'm getting ahead of myself and this has no bearing on your current issue. Could you tell me how you are making your requests? CLI? REST directly? From: Wanjing Xu wanjing...@hotmail.com Sent: Monday, April 27, 2015 12:57 PM To: OpenStack

[openstack-dev] [Neutron][LBaaS] Why do we need to select subnet when creating a pool?

2015-04-27 Thread Wanjing Xu
is the usage of the first subnet that I used to create pool? There is no port created for this pool subnet. I can see that a port is created for the vip subnet that the loadbalancer instance is binding to. Regards! Wanjing Xu

Re: [openstack-dev] [neutron] [metadata] metadata service when NOT using name space

2015-03-12 Thread Wanjing Xu
in the iptables. So do we support metadata service with no namespace? If we do , how is it supposed to work? This is Juno. Regards! Wanjing Xu __ OpenStack Development Mailing List (not for usage questions

[openstack-dev] [neutron] [dhcp] dnsmasq scale problem

2015-03-11 Thread Wanjing Xu
if dnsmasq does have scale issues, what is the suggested solution and what is the common practice in using dhcp server? Regards! Wanjing Xu__ OpenStack Development Mailing List (not for usage

[openstack-dev] [neutron] [metadata] metadata service when NOT using name space

2015-03-11 Thread Wanjing Xu
proxy running, how is the request from vm going to get to matadata server then? I also checked that there is no NAT rule in the iptables. So do we support metadata service with no namespace? If we do , how is it supposed to work? This is Juno. Regards! Wanjing Xu

[openstack-dev] [nova][neutron] Create VM using port-create vs nova boot only?

2015-02-09 Thread Wanjing Xu
--nic net-id=net-uuid). My question is : is #2 sufficient enough to cover all the scenarios? In other words, if we are not allowed to use #1(can only use #2 to create vm), would we miss anything? Regards!Wanjing Xu