[openstack-dev] [tricircle] About the specification for dynamic pod binding

2016-06-15 Thread Yipei Niu
Dear Shinobu, I have revised the description of dynamic pod binding and submitted a new patch. Here is the link of the path: https://review.openstack.org/#/c/306224/12. Is the description clear enough to help readers understand the patch. Could you please go through the description and give me

Re: [openstack-dev] [tricircle] About registering and loading a plugin

2016-06-29 Thread Yipei Niu
t; You are using entry point but not configuration options for plugin > discovery, and no config option you have registered in oslo_config.cfg, so > " no such option in group DEFAULT:". > > Best Regards > Chaoyi Huang ( joehuang ) > > -- >

Re: [openstack-dev] [tricircle] Playing Tricircle with Devstack

2016-01-27 Thread Yipei Niu
Hi Jeo, This error occurred when installing devstack on node2. Best regards, Yipei On Wed, Jan 27, 2016 at 3:13 PM, Yipei Niu <newy...@gmail.com> wrote: > > -- Forwarded message ------ > From: Yipei Niu <newy...@gmail.com> > Date: Tue, Jan 26, 2016

Re: [openstack-dev] [tricircle] playing tricircle with devstack under two-region configuration

2016-02-23 Thread Yipei Niu
^[[00m __import__(mod_str) ^[[01;31m2016-02-23 19:13:00.304 TRACE nova ^[[01;35m^[[00mValueError: Empty module name ^[[01;31m2016-02-23 19:13:00.304 TRACE nova ^[[01;35m^[[00m n-sch failed to start Best regards, Yipei On Tue, Feb 23, 2016 at 10:23 AM, Yipei Niu <newy...@gmail.com> wr

Re: [openstack-dev] [tricircle] playing tricircle with devstack under two-region configuration

2016-02-28 Thread Yipei Niu
de1, but I encounter some errors. The link is http://paste.openstack.org/show/488005/. Do you have any suggestion about it? To Joe and Zhiyuan, could you please give me some advice about how to solve it? Best regards, Yipei On Wed, Feb 24, 2016 at 9:29 AM, Yipei Niu <newy...@gmail.com>

Re: [openstack-dev] [tricircle] playing tricircle with devstack under two-region configuration

2016-02-22 Thread Yipei Niu
enter the "screen" console > of DevStack, to check if services are running well. If you are not familiar > with "screen", which is a window manager for Linux, you can do a brief > search. > > One more thing you can try, change the IP address to 127.0.0.1 and issue > the

Re: [openstack-dev] [tricircle] playing tricircle with devstack under two-region configuration

2016-02-22 Thread Yipei Niu
Hi Jeo, I have checked. The Neutron API has not started, but no process is listening 9696. Best regards, Yipei __ OpenStack Development Mailing List (not for usage questions) Unsubscribe:

[openstack-dev] [tricircle] Playing Tricircle with Devstack

2016-01-25 Thread Yipei Niu
There doesn't any problems when installing devstack on node1. However, when install devstack to node2, I encounter an error and the trace is as follows: 2016-01-25 07:40:47.068 | + echo -e Starting Keystone 2016-01-25 07:40:47.069 | + '[' 192.168.56.101 == 192.168.56.102 ']' 2016-01-25

Re: [openstack-dev] [tricircle] Playing Tricircle with Devstack

2016-01-26 Thread Yipei Niu
T_NAME or auth.project_name, set a domain scope with --os-domain-name, OS_DOMAIN_NAME or auth.domain_name These parameters have been set before, and why the error happens? Best regards, Yipei On Tue, Jan 26, 2016 at 10:40 AM, Yipei Niu <newy...@gmail.com> wrote: > Hi Joe, Zhiyuan, > > I f

Re: [openstack-dev] [tricircle] Playing Tricircle with Devstack

2016-01-25 Thread Yipei Niu
does on node1. How can I deal with it so that I can proceed? Best regards, Yipei On Mon, Jan 25, 2016 at 4:13 PM, Yipei Niu <newy...@gmail.com> wrote: > There doesn't any problems when installing devstack on node1. However, > when install devstack to node2, I encounter an error and th

[openstack-dev] Installing devstack with multi-region setting fails

2016-02-17 Thread Yipei Niu
2016-01-29 03:26:29.317 | + source /home/stack/devstack/userrc_early 2016-01-29 03:26:29.317 | ++ export OS_IDENTITY_API_VERSION=3 2016-01-29 03:26:29.317 | ++ OS_IDENTITY_API_VERSION=3 2016-01-29 03:26:29.318 | ++ export OS_AUTH_URL=http://192.168.56.101:35357 2016-01-29 03:26:29.318 | ++

[openstack-dev] [devstack] Installing devstack with multi-region setting fails

2016-02-18 Thread Yipei Niu
2016-01-29 03:26:29.317 | + source /home/stack/devstack/userrc_early 2016-01-29 03:26:29.317 | ++ export OS_IDENTITY_API_VERSION=3 2016-01-29 03:26:29.317 | ++ OS_IDENTITY_API_VERSION=3 2016-01-29 03:26:29.318 | ++ export OS_AUTH_URL=http://192.168.56.101:35357 2016-01-29 03:26:29.318 | ++

[openstack-dev] [tricircle] playing tricircle with devstack under two-region configuration

2016-02-20 Thread Yipei Niu
Hi Joe and Zhiyuan, I encounter an error when executing the following command: stack@nyp-VirtualBox:~/devstack$ curl -X POST http://192.168.56.101:1/v1.0/pods -H "Content-Type: application/json" -H "X-Auth-Token: 0ead350329ef4b07ab3b823a9d37b724" -d '{"pod": {"pod_name": "RegionOne"}}'

Re: [openstack-dev] [tricircle] playing tricircle with devstack under two-region configuration

2016-02-29 Thread Yipei Niu
; “RegionOne” for the command itself. > > > > So it can be fixed by adding one more configurable global variable to > separate KeyStone region name and other services(Nova,Cinder,Neutron) > region name. > > > > Best Regards > > Chaoyi Huang ( Joe Huang ) > >

Re: [openstack-dev] [tricircle] playing tricircle with devstack under two-region configuration

2016-02-29 Thread Yipei Niu
, Yipei On Tue, Mar 1, 2016 at 11:14 AM, Vega Cai <luckyveg...@gmail.com> wrote: > Hi, All, > > Let's move the discussion to #openstack-tricircle in IRC. > > BR > Zhiyuan > > On 1 March 2016 at 11:07, Yipei Niu <newy...@gmail.com> wrote: > >> Hi, all,

Re: [openstack-dev] [tricircle] playing tricircle with two node configuration

2016-03-28 Thread Yipei Niu
ron instead of nova-network > > > > disable_service n-net > > > > enable_service q-svc > > > > enable_service q-svc1 > > > > enable_service q-dhcp > > > > enable_service q-agt > > > > > > > > And also check the con

Re: [openstack-dev] [tricircle] playing tricircle with two node configuration

2016-03-22 Thread Yipei Niu
ervices, or bottom pod, or which pod. Don’t know > which step the error occurred. And don’t know the request information, how > the requested will be routed and processed, a lot of context needed to > diagnose an error. > > > > Best Regards > > Chaoyi Huang ( Joe Huang ) > > >

[openstack-dev] [tricircle] playing tricircle with two node configuration

2016-03-22 Thread Yipei Niu
Hi, Joe and Zhiyuan, I have already finished installing devstack in two nodes with tricircle. I encounter some errors when testing cross-pod L3 networking with DevStack. I followed the README.md in github, every thing goes well until I boot virtual machines with the following command: nova boot

Re: [openstack-dev] [tricircle] playing tricircle with two node configuration

2016-03-27 Thread Yipei Niu
the environment itself. Only when each bottom > > OpenStack can work correctly, then you can even manually add Tricircle, > or > > through the scripts in the github to install Tircircle automaticly, as > the > > API gateway to Pod1 and Pod2, just like you add one load balance

Re: [openstack-dev] [tricircle] playing tricircle with two node configuration

2016-03-29 Thread Yipei Niu
: Tuesday, March 29, 2016 10:48 AM > To: OpenStack Development Mailing List (not for usage questions) > Cc: Yipei Niu > Subject: Re: [openstack-dev] [tricircle] playing tricircle with two node > configuration > > Sorry for interruption. > > >> I followed the README.md in g

Re: [openstack-dev] [tricircle] playing tricircle with two node configuration

2016-03-29 Thread Yipei Niu
st regards, Yipei On Tue, Mar 29, 2016 at 4:36 PM, Vega Cai <luckyveg...@gmail.com> wrote: > Hi Yipei, > > Glad to hear that you can successfully boot VMs. So the problems are > caused by the incompatibility of the nova, neutron and devstack code trees > in your environment

Re: [openstack-dev] [tricircle] Launch work group for cross-pod L2 networking feature

2016-05-23 Thread Yipei Niu
Hi, all, Since I have to attend the dissertation defense of my master degree on Wednesday morning, I cannot attend the group meeting. Sorry about that. If it is inconvenient to reschedule the meeting, I will keep online in #openstack-tricircle so as to receive the meeting log. Best regards,

Re: [openstack-dev] [tricircle]Proposing Shinobu Kinjo for Tricircle core reviewer

2016-05-04 Thread Yipei Niu
+1. He is experienced and helps me a lot. He is qualified to be a core reviewer. Best regards, Yipei __ OpenStack Development Mailing List (not for usage questions) Unsubscribe:

[openstack-dev] [tricircle] About the dynamic pod binding

2016-05-05 Thread Yipei Niu
Hi, all, For dynamic pod binding, I have some questions. 1. Do we need to store historical pod binding records in the pod binding table? Why? 2. How do we manage pod binding filters, store them in DB? 3. How is Tricircle aware of what type of resource wanted by tenants? For example, a tenant

Re: [openstack-dev] [tricircle] About the dynamic pod binding

2016-05-05 Thread Yipei Niu
) > > > -Original Message- > From: Shinobu Kinjo [mailto:shinobu...@gmail.com] > Sent: Friday, May 06, 2016 8:06 AM > To: Yipei Niu > Cc: OpenStack Development Mailing List (not for usage questions); > joehuang; Zhiyuan Cai; 金城 忍 > Subject: Re: [tricircle] About the

Re: [openstack-dev] [tricircle] About registering and loading a plugin

2016-06-28 Thread Yipei Niu
implementation: > > https://review.openstack.org/#/c/331638/ > > Type driver is registered in setup.cfg and loaded by code. > > BR > Zhiyuan > > On 27 June 2016 at 21:44, Yipei Niu <newy...@gmail.com> wrote: > >> Dear all, >> >> Recently, I learn to name a pl

[openstack-dev] [tricircle] About registering and loading a plugin

2016-06-27 Thread Yipei Niu
Dear all, Recently, I learn to name a plugin based on the doc http://docs.openstack.org/developer/stevedore/tutorial/naming.html#. I define a new entry_point for the plugin, then it fails. The console prompts "stevedore.exception.NoMatches: No 'net.nyp.formatter' driver found, looking for

Re: [openstack-dev] [tricircle] your proposal for the name of networking and gateway sub-projects

2016-09-04 Thread Yipei Niu
Triangel +1 Angel is a spiritual being believed to act as an attendant, agent, or messenger of God, which is very similar to our project. Best regards, Yipei __ OpenStack Development Mailing List (not for usage questions)

Re: [openstack-dev] [tricircle] your proposal for the name of networking and gateway sub-projects

2016-09-04 Thread Yipei Niu
Trifennel +1 Best regards, Yipei __ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe

Re: [openstack-dev] [neutron-lbaas][octavia] About running Neutron LBaaS

2016-11-22 Thread Yipei Niu
Hi, Micheal, Thanks a lot for your help. I am trying your solution. Best regards, Yipei On Sun, Nov 20, 2016 at 1:46 PM, Yipei Niu <newy...@gmail.com> wrote: > Hi, Micheal, > > Thanks a lot for your comments. > > Please find the errors of o-cw.log in link http://paste.

[openstack-dev] [tricircle] About playing Neutron LBaaS

2016-11-17 Thread Yipei Niu
Hi, all, Recently I try to configure and play Neutron LBaaS in one OpenStack instance and have some trouble when creating a load balancer. I install devstack with neutron networking as well as LBaaS in one VM. The detailed configuration of local.conf is pasted in the link

Re: [openstack-dev] [neutron-lbaas][octavia] About running Neutron LBaaS

2016-11-19 Thread Yipei Niu
Hi, Micheal, Thanks a lot for your comments. Please find the errors of o-cw.log in link http://paste.openstack.org/ show/589806/ . Hope it will help. About the lb-mgmt-net, I just follow the guide of running LBaaS. If I create a ordinary subnet with

[openstack-dev] [devstack] About installing devstack on Ubuntu

2016-12-05 Thread Yipei Niu
Hi, All, I failed installing devstack on Ubuntu. The detailed info of local.conf and error is pasted in http://paste.openstack.org/show/591493/. BTW, python2.7 is installed in Ubuntu, and Python.h can be found under /usr/include/python2.7. stack@stack-VirtualBox:~$ locate Python.h

[openstack-dev] [devstack][neutron-lbaas][octavia] About installing Devstack on Ubuntu

2016-12-05 Thread Yipei Niu
Hi, All, I failed installing devstack on Ubuntu. The detailed info of local.conf and error is pasted in http://paste.openstack.org/show/591493/. BTW, python2.7 is installed in Ubuntu, and Python.h can be found under /usr/include/python2.7. stack@stack-VirtualBox:~$ locate Python.h

[openstack-dev] [neutron-lbaas][octavia] Error when creating load balancer

2016-12-27 Thread Yipei Niu
Hi, All, I failed creating a load balancer on a subnet. The detailed info of o-cw.log is pasted in the link http://paste.openstack.org/show/593492/. Look forward to your valuable comments. Thank you. Best regards, Yipei __

Re: [openstack-dev] [tricircle]Nominating Victor Morales as Tricircle Core

2017-02-28 Thread Yipei Niu
+1. __ 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] [tricircle] mascot for the Tricircle

2017-04-24 Thread Yipei Niu
+1. Best regards, Yipei __ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe

Re: [openstack-dev] [octavia] fail to plug vip to amphora

2017-06-28 Thread Yipei Niu
ib/tmpfiles.d/var.conf:14] Duplicate line for path "/var/log", ignoring. Jun 28 09:00:15 amphora-9ed4f0a5-6b1e-4832-97cc-fb8d1518cbd4 systemd[1]: Started Cleanup of Temporary Directories. Look forward to your valuable comments. Best regards, Yipei On Tue, Jun 27, 2017 at 2:33 PM, Yipei Ni

Re: [openstack-dev] [octavia] fail to plug vip to amphora

2017-06-28 Thread Yipei Niu
Hi, Ganpat, Thanks a lot for your comments. I do not really understand your solution. Do you mean I need to create a dummy file and verify it in the amphora? Best regards, Yipei __ OpenStack Development Mailing List (not for

Re: [openstack-dev] [tricircle]poll for new weekly meeting time

2017-04-25 Thread Yipei Niu
Wed UTC 01:00, Beijing 9:00 AM, PDT(-1 day) 6:00 PM +1. Best regards, Yipei __ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe

[openstack-dev] [octavia] fail to plug vip to amphora

2017-06-25 Thread Yipei Niu
Hi, all, I am trying to create a load balancer in octavia. The amphora can be booted successfully, and can be reached via icmp. However, octavia fails to plug vip to the amphora through the amphora client api and returns 500 status code, causing some errors as follows.

Re: [openstack-dev] [octavia] fail to plug vip to amphora

2017-06-27 Thread Yipei Niu
regards, Yipei On Mon, Jun 26, 2017 at 11:21 AM, Yipei Niu <newy...@gmail.com> wrote: > Hi, all, > > I am trying to create a load balancer in octavia. The amphora can be > booted successfully, and can be reached via icmp. However, octavia fails to > plug vip to the amphora throu

Re: [openstack-dev] [octavia] haproxy fails to receive datagram

2017-10-08 Thread Yipei Niu
Hi, Michael, I once installed a successful environment, so I move the amphora image of the environment to my latest environment which doesn’t work. I create a load balancer in the latest environment using the old amphora image, and it works. So I think there is some problem with the amphora

Re: [openstack-dev] [octavia] haproxy fails to receive datagram

2017-10-08 Thread Yipei Niu
Hi, Michael, I checked neutron_lbaas.conf, the service provider is set as “LOADBALANCERV2:Octavia:neutron_lbaas.drivers.octavia.driver.OctaviaDriver:default”. Further, I installed a new environment in a new VM today, it still doesn’t work. Best regards, Yipei

Re: [openstack-dev] [octavia] haproxy fails to receive datagram

2017-09-26 Thread Yipei Niu
utron baas-member-create --subnet subnet1 --address $vm2_ip --protocol-port 80 pool1 Finally, try "sudo ip netns qdhcp-net1_id curl -v $VIP" to see whether lbaas works. Best regards, Yipei On Wed, Sep 27, 2017 at 1:30 AM, Yipei Niu <newy...@gmail.com> wrote: > Hi, Michael, > >

[openstack-dev] [octavia] haproxy fails to receive datagram

2017-09-25 Thread Yipei Niu
Hi, all, I encounter some problems when using Octavia. After installing octavia with devstack, I create a load balancer named lb1 (VIP: 10.0.1.9, IP of VRRP port: 10.0.1.3) for a subnet (10.0.1.0/24), then a listener, a pool, and two members. All the resources are created successfully. The two

Re: [openstack-dev] [octavia] haproxy fails to receive datagram

2017-09-26 Thread Yipei Niu
Hi, Michael, I think the octavia is the latest, since I pull the up-to-date repo of octavia manually to my server before installation. Anyway, I run "sudo ip netns exec amphora-haproxy ip route show table 1" in the amphora, and find that the route table exists. The info is listed as follows.

Re: [openstack-dev] [octavia] haproxy fails to receive datagram

2017-09-28 Thread Yipei Niu
Hi, Michael, Thanks a lot. Look forward to your further test. I try deploying a new environment, too. Hope it can work well this time. Best regards, Yipei On Wed, Sep 27, 2017 at 10:27 AM, Yipei Niu <newy...@gmail.com> wrote: > Hi, Michael, > > The instructions are li

Re: [openstack-dev] [octavia] haproxy fails to receive datagram

2017-10-09 Thread Yipei Niu
Hi, Adam, The following details of my older amphora image are as follows. +--+--+ | Property | Value| +--+--+ | checksum |

Re: [openstack-dev] [octavia] amphora fails to send request to members

2017-11-10 Thread Yipei Niu
10.0.1.10) does not exist in the network, since there is no router at all. This error also happens in my another environment where octavia is installed alone. The environment is installed on Oct. 6, and all the repos are the latest at that time. Best regards, Yipei On Thu, Nov 9, 2017 at 2:50

[openstack-dev] [octavia][tricircle] About enabling automatic installation of octavia with tricircle

2017-12-04 Thread Yipei Niu
Hi, all Tricircle team has already enabled LBaaS with tricircle. Here is the guide https://github.com/openstack/tricircle/blob/master/doc/source/install/installation-lbaas.rst . However, automatic installation and configuration of Octavia in tricircle is not implemented yet, since some

Re: [openstack-dev] [octavia] amphora fails to send request to members

2017-11-13 Thread Yipei Niu
subnet. The priority of “from 10.0.1.9 lookup 1” is higher than that of "from all lookup local". Maybe this patch (https://review.openstack.org/#/c/501915/) affects the l2 traffic. Best regards, Yipei On Sat, Nov 11, 2017 at 11:24 AM, Yipei Niu <newy...@gmail.com> wrote: > Hi, Mi

Re: [openstack-dev] [octavia] amphora fails to send request to members

2017-11-13 Thread Yipei Niu
10.0.1.9 lookup 1” is higher than that of "from all lookup local". Maybe this patch (https://review.openstack.org/#/c/501915/) affects the l2 traffic. Best regards, Yipei On Tue, Nov 14, 2017 at 10:40 AM, Yipei Niu <newy...@gmail.com> wrote: > Hi, Michael, > > Thanks a lo

Re: [openstack-dev] [octavia] amphora fails to send request to members

2017-11-14 Thread Yipei Niu
find the gateway based on "default via 10.0.1.1 dev eth1 table 1 onlink". However, if there is no router, the gateway ip is missing, making haproxy fails to build tcp connection. Best regards, Yipei On Tue, Nov 14, 2017 at 11:04 AM, Yipei Niu <newy...@gmail.com> wrote: &

Re: [openstack-dev] [octavia] amphora fails to send request to members

2017-11-10 Thread Yipei Niu
- -+ So I think the amphora can reach the member, it just cannot respond to curl, hence failing to balance load across members. Maybe there is something wrong with the image of the amphora. Since I replaced the latest amphora image with an old one (built on 2017-07-24), it works. Tot

[openstack-dev] [octavia] amphora fails to send request to members

2017-11-07 Thread Yipei Niu
Hi, all, I created a lb whose vip is 10.0.1.4. When requesting the vip, i cannot receive the responses. Hence, I console in the amphora and trace packets handled by eth0 in the amphora-haproxy network namespace. The detailed info is as follows.

Re: [openstack-dev] [octavia] amphora fails to send request to members

2017-11-08 Thread Yipei Niu
Hi, Michael, Based on your mail, the information is as follows. 1. The version of Octavia I used is Queens, and the latest commit message is commit 2ab2836d0ebdd0fd5bc32d3adcc44a92557c8c1d Author: OpenStack Proposal Bot Date: Fri Nov 3 17:58:59 2017 +

Re: [openstack-dev] [tricircle] Nominate change in tricircle core team (crh)

2018-03-14 Thread Yipei Niu
+1. Best regards, Yipei __ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe