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

2016-03-01 Thread 时鹏飞
Hi, Zhiyuan. When I rebooted all the nodes. It works! I set the network device promiscuous type, and it don’t be useful until reboot… Thank you for suggestions! Best Regards Pengfei Shi (时鹏飞) Shanghai Jiao Tong University Network & Information Center Room 304 shipengfe...@gmail.com >

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

2016-03-01 Thread Vega Cai
Hi, Pengfei, I suppose you are using "internal network" in virtual box to connect your virtual machines, and I find a link that seems to related to your problem. https://forums.virtualbox.org/viewtopic.php?f=1=38037 BR Zhiyuan On 1 March 2016 at 11:14, Vega Cai wrote:

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

2016-02-29 Thread Yipei Niu
Hi, all, I don't know why I clone an old version of devstack, which hasn't been influenced by the patch. Hence, I install devstack in two nodes successfully. I think I know how to fix it. BTW, Zhiyuan's solution to solving the problem in my last mail works. Thank you for your help. Best

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

2016-02-29 Thread Vega Cai
Hi, All, Let's move the discussion to #openstack-tricircle in IRC. BR Zhiyuan On 1 March 2016 at 11:07, Yipei Niu wrote: > Hi, all, > > The bug of deploying devstack with two-node configuration is already > fixed. According to the official document, I have already installed

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

2016-02-29 Thread Yipei Niu
Hi, all, The bug of deploying devstack with two-node configuration is already fixed. According to the official document, I have already installed devstack in two nodes successfully. Moreover, I am still trying to play tricircle in two nodes. When installing tricircle to node1, I still encounter

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

2016-02-29 Thread joehuang
Hi, Yipei, The issue is that the OS_REGION_NAME should be “Pod2” for the Node2 for Nova,Cinder, Neutron endpoint registration in KeyStone, but when creating endpoint in Keystone, devstack will use command like “openstack endpoint create” to access KeyStone, the OS_REGION_NAME should be the

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

2016-02-29 Thread Vega Cai
d": >> "6a1cafcd-6bc7-4788-8a38-b26616dd43a4", | >> | | >> | | "ip_address": "10.0.1.2"} >> | >> | 4b5a8392-abfc-4261-b98f-e39e377991a7 | >> | fa:16:3e:ae:

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

2016-02-29 Thread Vega Cai
ip_address=u'10.50.11.30', > | > | | > | | > subnet_id=u'b50d19d5-435e-4c46-a8fc-cdfc02fbdd29', | > | | > | | > network_id=u'e268445b-398f-40c0

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

2016-02-28 Thread 时鹏飞
> | > | | > | | 50c1f6a67fc6', ip_address=u'10.50.11.31', > | > | | > | |

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

2016-02-28 Thread 时鹏飞
Hi, Yipei you should export OS_REGION_NAME=RegionOne which is the name of your top openstack region. Best Regards Pengfei Shi (时鹏飞) Shanghai Jiao Tong University Network & Information Center Room 304 shipengfe...@gmail.com > On Feb 29, 2016, at 10:02 AM, Yipei Niu

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

2016-02-28 Thread Yipei Niu
Hi Pengfei, I also encounter the same error when installing devstack on node2. I insert a command "export OS_REGION_NAME=Pod2" in line 1262 in stack.sh and it works. However, I am not sure whether it is correct. I am trying to verify it. Recently, I try to re-install devstack on node1, but I

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

2016-02-28 Thread joehuang
tricircle with devstack under two-region configuration Hi,Joe and Zhiyuan, When I install the devstack in Node2, it occur errors when test cinder_volume_types: 2016-02-27 17:05:00.920 | + ./devstack/stack.sh:main:L1267: create_volume_types 2016-02-27 17:05:00.920 | + /home/stack/devstack

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

2016-02-27 Thread 时鹏飞
Hi,Joe and Zhiyuan, When I install the devstack in Node2, it occur errors when test cinder_volume_types: 2016-02-27 17:05:00.920 | + ./devstack/stack.sh:main:L1267: create_volume_types 2016-02-27 17:05:00.920 | + /home/stack/devstack/lib/cinder:create_volume_types:L549: is_service_enabled

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

2016-02-23 Thread Yipei Niu
Hi Joe and Zhiyuan, My VM has recovered. When I re-install devstack in node1, I encounter the following errors. The info in stack.sh.log is as follows: 2016-02-23 11:18:27.238 | Error: Service n-sch is not running 2016-02-23 11:18:27.238 | +

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:

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

2016-02-22 Thread joehuang
Hi, Yipei, You can use “ps aux |grep python” to see processes started for OpenStack, and make sure services started successfully. And use “netstat -tulpn | grep :9696” to see which process is listening this port. Maybe your Neutron API has not started successfully. Best Regards Chaoyi Huang (

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

2016-02-22 Thread Yipei Niu
Hi Joe and Zhiyuan, When creating network with AZ scheduler hints specified, I execute "curl -X POST http://127.0.0.1:9696/v2.0/networks -H "Content-Type: application/json" -H "X-Auth-Token: $token" -d '{"network": {"name": "net1", "admin_state_up": true, "availability_zone_hints": ["az1"]}}'".

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

2016-02-21 Thread Vega Cai
Hi Yipei, One reason for that error is that the API service is down. You can run "rejoin-stack.sh" under your DevStack folder to 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

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

2016-02-21 Thread joehuang
Hi, Yipei, Is this port disabled to be visit in your host? Pls. check iptables. Best Regards Chaoyi Huang ( Joe Huang ) From: Yipei Niu [mailto:newy...@gmail.com] Sent: Saturday, February 20, 2016 8:49 PM To: openstack-dev@lists.openstack.org Cc: joehuang; Zhiyuan Cai Subject: [tricircle]

[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"}}'