Re: [Openstack] [openstack-dev] PCI pass-through SRIOV

2015-05-26 Thread Moshe Levi
Hi Kamsali, This is the error: Refusing to bind due to unsupported vnic_type: direct Please add the following to you ml2_conf.ini supported_pci_vendor_devs = 8086:154c Thanks, Moshe Levi From: Kamsali, RaghavendraChari (Artesyn) [mailto:raghavendrachari.kams...@artesyn.com] Sen

Re: [Openstack] [openstack-dev] PCI pass-through SRIOV

2015-05-26 Thread Kamsali, RaghavendraChari (Artesyn)
Hi, Yes I changed it on what you mentioned in ml2_conf_sriov.ini ,but same issue occurs. Thanks and Regards, Raghavendrachari kamsali, Embedded Computing and Power, Hyderabad, AndhraPradesh , India From: Moshe Levi [mailto:mosh...@mellanox.com] Sent: Tuesday, May 26, 2015 12:58 PM To: Kamsal

Re: [Openstack] Multiple private nets and routing

2015-05-26 Thread Cynthia Lopes
Hi, Just one thing that my be helpful... You don't have to add theses routes manually in each VM, you can have neutron do that for you. It is possible to configure the subnet to inject static routes on the VMs... When you create the subnet, you can pass the addres of the subnet you want to reach

[Openstack] Outbounding connectivity from the VMs (instances) to the Internet

2015-05-26 Thread Daniel Ruiz Molina
Hello, I'm managing an OpenStack cloud (Havanna... yeah, too old...) with nova-network and ONLY one interface per node (and one interface in controller and network, that are the same server). All traffic flows in eth0 (and, of course, br100). When I launch an instance

Re: [Openstack] Fwd: LBaaS

2015-05-26 Thread Mehdi BADAOUI
Hello Tzach, Thank you for your response, According to this link http://docs.openstack.org/high-availability-guide/content/ch_preface.html i can do HA with 2 servers. I have not the ability to add more servers to the project. Regards, 2015-05-25 9:22 GMT+02:00 Tzach Shefi : > Hello Mehdi, > > S

Re: [Openstack] Confusion of external network

2015-05-26 Thread Wilson Kwok
Hi Yair, 1. The new account same project with demo account. 2. Yes, the external network shared already, so how can share this network if not use it for floating IP? Thanks 2015-05-26 13:58 GMT+08:00 Yair Fried : > Hi, > Your question is missing some details > 1. What tenant does the network be

Re: [Openstack] Confusion of external network

2015-05-26 Thread Yair Fried
Hi, From https://bugzilla.redhat.com/show_bug.cgi?id=1163726#c3 By marking a network as "external" you are actually sharing it among all other tenants to be used as default GW and a source for floating IPs. Marking a network as "shared" is allowing other tenants to connect VMs (and not router

[Openstack] Openstack Kilo Fresh install on Centos7 Create Keystone Service Error

2015-05-26 Thread BUTTS, Darren (Darren)** CTR **
All I am currently trying to install the Openstack Kilo release for the first time on a centos 7 virtual machine. Following the steps in the installation guide I get to : Create the service entity and API endpoint At this point I am always faced with an HTTP error and depending on the OS_URL

Re: [Openstack] Openstack Kilo Fresh install on Centos7 Create Keystone Service Error

2015-05-26 Thread Matt Kassawara
A 404 indicates that Apache is probably listening on ports 5000 and 35357. Can you check with the 'ss -lntp' command to verify both ports? Also, can you check the WSGI configuration (wsgi-keystone.conf) again and the files that you copy into the /var/www/cgi-bin/keystone directory? On Tue, May 26,

Re: [Openstack] [openstack-dev] PCI pass-through SRIOV

2015-05-26 Thread Moshe Levi
This is a different error 2015-05-26 13:34:08.081 TRACE nova.compute.manager [instance: 101776a0-cd2e-47b9-bdc4-1097782201c6] if ret == -1: raise libvirtError ('virDomainCreateWithFlags() failed', dom=self) 2015-05-26 13:34:08.081 TRACE nova.compute.manager [instance: 101776a0-cd2e-47b9-bd

Re: [Openstack] Openstack Kilo Fresh install on Centos7 Create Keystone Service Error

2015-05-26 Thread Juned Memon
The error, ERROR: openstack Service Unavailable (HTTP 503) makes me think that the keystone service is not properly started. I would suggest you to use this below document as a reference guide ( specifically for Centos ) which dont use Apache for keystone. ~jm On Tue, May 26, 2015 at 6:4

Re: [Openstack] Openstack Kilo Fresh install on Centos7 Create Keystone Service Error

2015-05-26 Thread BUTTS, Darren (Darren)** CTR **
Mehdi I am attempting to install Kilo. Darren From: Mehdi BADAOUI [mailto:mehdiu...@gmail.com] Sent: 26 May 2015 15:42 To: Matt Kassawara Cc: BUTTS, Darren (Darren)** CTR **; openstack@lists.openstack.org Subject: Re: [Openstack] Openstack Kilo Fresh install on Centos7 Create Keystone Service E

Re: [Openstack] Openstack Kilo Fresh install on Centos7 Create Keystone Service Error

2015-05-26 Thread Mehdi BADAOUI
Which version of Openstack do you Using? 2015-05-26 16:22 GMT+02:00 Matt Kassawara : > A 404 indicates that Apache is probably listening on ports 5000 and 35357. > Can you check with the 'ss -lntp' command to verify both ports? Also, can > you check the WSGI configuration (wsgi-keystone.conf) aga

Re: [Openstack] Openstack Kilo Fresh install on Centos7 Create Keystone Service Error

2015-05-26 Thread BUTTS, Darren (Darren)** CTR **
Matt Thanks the files in the /var/www/cgi-bin/keystone directory were created using the command as specified in the install document : curl http://git.openstack.org/cgit/openstack/keystone/plain/httpd/keystone.py?h=stable/kilo | tee /var/www/cgi-bin/keystone/main /var/www/cgi-bin/keystone/admi

Re: [Openstack] Openstack Kilo Fresh install on Centos7 Create Keystone Service Error

2015-05-26 Thread Mehdi BADAOUI
I think it's better to use Juno version, KILO is not a final version. And for your problem, i propose: 1- Delete Keystone database #mysql - u root -p password: mysql> show databases; mysql> DROP DATABASE keystone; mysql> exit 2- Create a new database "keystone" mysql -u root -p mysql> CREATE D

Re: [Openstack] Documentation for Neutron L3 / VXLAN with LinuxBridge...

2015-05-26 Thread Bhattacharjee, Arindam (Arindam)
These are few notes I had for Linux bridge config on neutron in initial Havana release. Hope this helps! Arindam From: BYEONG-GI KIM [mailto:kimbyeon...@gmail.com] Sent: Tuesday, May 26, 2015 12:09 AM To: Martinx - ジェームズ; openstack@lists.openstack.org Subject: Re: [Openstack] Documentation for Ne

[Openstack] HA for Icehouse Neutron

2015-05-26 Thread Janki Chhatbar
I have set up 2 controller nodes in HA. I want to install Neutron in the same two nodes. What IP should I give for creation of GRE tunnels? Janki Chhatbar M.Tech (Embedded Systems) Nirma University (+91) 9409239106 ___ Mailing list: http://lists.openstac

Re: [Openstack] Confusion of external network

2015-05-26 Thread Wilson Kwok
Hi Yair, I just tried something: 1. I created Peter account and added into Demo project, I can access Peter's VM from external network PC via floating IP. 2. Admin account router account floating IP is 172.28.0.163, I can ping it, but I can't access Admin's VM floating IP 172.128.0.164 from exter

Re: [Openstack] Openstack Kilo Fresh install on Centos7 Create Keystone Service Error

2015-05-26 Thread BUTTS, Darren (Darren)** CTR **
Mehdi I thought Kilo had been officially released sorry for any misunderstanding. I will look into using Juno however it would be good to understand perhaps why this is happening in Kilo for this fresh installation as I am following the documentation so not really sure where it is going wrong.

Re: [Openstack] Openstack Kilo Fresh install on Centos7 Create Keystone Service Error

2015-05-26 Thread Mehdi BADAOUI
Darren, Send me your logs please? Regards, 2015-05-26 17:53 GMT+02:00 BUTTS, Darren (Darren)** CTR ** < darren.bu...@alcatel-lucent.com>: > Mehdi > > > > I thought Kilo had been officially released sorry for any > misunderstanding. I will look into using Juno however it would be good to > unde

Re: [Openstack] HA for Icehouse Neutron

2015-05-26 Thread Remo Mattei
HI Janki, you may want to elaborate a little your question, and explain what you are trying to achieve, then people can see the overall and make suggestions appropriately. Remo > On May 26, 2015, at 08:36, Janki Chhatbar wrote: > > I have set up 2 controller nodes in HA. I want to install N

Re: [Openstack] [openstack-dev] PCI pass-through SRIOV

2015-05-26 Thread Steve Gordon
- Original Message - > From: "Moshe Levi" > To: "RaghavendraChari Kamsali (Artesyn)" > , "OpenStack Development Mailing List > > This is a different error > > 2015-05-26 13:34:08.081 TRACE nova.compute.manager [instance: > 101776a0-cd2e-47b9-bdc4-1097782201c6] if ret == -1: raise l

Re: [Openstack] Documentation for Neutron L3 / VXLAN with LinuxBridge...

2015-05-26 Thread Remo Mattei
Hi all, I did a project with a TELCO, and used both Linux Bridge and OVS, with ML2 you can use multiple plugins and I do not recall ti have done anything special for the config. If you get stuck send an email, I can always check notes but Arindam, sent a detail steps so hopefully that will ad

Re: [Openstack] Confusion of external network

2015-05-26 Thread Remo Mattei
Just a quick note, each tenant has it’s own default security group rules. So I would double check and make sure your admin does have those rules set. If it works with Demo it has to work with admin. Remo > On May 26, 2015, at 09:03, Wilson Kwok wrote: > > Hi Yair, > > I just tried something

Re: [Openstack] HA for Icehouse Neutron

2015-05-26 Thread Janki Chhatbar
Ya sure I have 2 Ubuntu 14.04 machines acting as controller nodes (Keystone, Galera cluster, RabbitMq, Horizon, Glance, Nova on them with High availability for OpenStack Icehouse. The connection is shown in attachment. I want to add Neutron to these nodes. My question is: In ml2_plugin.ini file

Re: [Openstack] Multiple private nets and routing

2015-05-26 Thread Dmitry Makovey
On 05/26/2015 02:52 AM, Cynthia Lopes wrote: > Hi, > > Just one thing that my be helpful... You don't have to add theses routes > manually in each VM, you can have neutron do that for you. > > It is possible to configure the subnet to inject static routes on the VMs... > > When you create the su

Re: [Openstack] HA for Icehouse Neutron

2015-05-26 Thread James Denton
Hi Janki, The IP address should be from a common network between the hosts. It can be the primary host address (ie. the one you use for management) or it can be an IP from a dedicated network/vlan reserved for tunneled traffic. It’s not routed traffic, so there’s no need to have a gateway if yo

Re: [Openstack] Documentation for Neutron L3 / VXLAN with LinuxBridge...

2015-05-26 Thread James Denton
For more up-to-date configuration examples, including ML2/LinuxBridge/VXLAN, try taking a look at the new networking guides on docs.openstack.org : LinuxBridge: http://docs.openstack.org/networking-guide/deploy_scenario1b.html

Re: [Openstack] Openstack Kilo Fresh install on Centos7 Create Keystone Service Error

2015-05-26 Thread Matt Kassawara
Please stop with the misinformation. Kilo was released on April 30th and the RDO packages several weeks later. In this particular case, I see no reason to use Juno or avoid using Apache in front of keystone. Darren, This almost seems like a DNS issue. Do the contents of /etc/hosts, Apache "Server

Re: [Openstack] Openstack Kilo Fresh install on Centos7 Create Keystone Service Error

2015-05-26 Thread BUTTS, Darren (Darren)** CTR **
Matt Yes I have ensured hosts is ok and my last change was to enable bind on the local host in case any of the getbyhostname functions were calling out to dns and returning a null value. So this should be entirely self contained. My hosts file is : [root@controller ~]# more /etc/hosts 127.0.0

[Openstack] glance images folder permission denied

2015-05-26 Thread Su Zhang
Hello there, I encountered a weird error while upgrading glance to kilo. Whenever I start up glance service, it encountered an error (in the log file) saying the follow: " 2015-05-26 20:43:40.261 4744 ERROR glance_store._drivers.filesystem [-] Permission to write in /var/lib/glance/images/ denied

[Openstack] EndpointNotFound keystone endpoints.list

2015-05-26 Thread Daniel Watrous
I'm having trouble using some of the keystone client functions https://gist.github.com/dwatrous/c8f24b6d85be7eaa32a3 As you can see, I can list tenants, but I can't list endpoints (or users...) Any ideas? ___ Mailing list: http://lists.openstack.org/cg

[Openstack] glance images folder permission denied

2015-05-26 Thread Su Zhang
Hello there, I encountered a weird error while upgrading glance to kilo. Whenever I start up glance service, it encountered an error (in the log file) saying the follow: " 2015-05-26 20:43:40.261 4744 ERROR glance_store._drivers.filesystem [-] Permission to write in /var/lib/glance/images/ denied

Re: [Openstack] EndpointNotFound keystone endpoints.list

2015-05-26 Thread Adam Young
On 05/26/2015 05:58 PM, Daniel Watrous wrote: I'm having trouble using some of the keystone client functions https://gist.github.com/dwatrous/c8f24b6d85be7eaa32a3 As you can see, I can list tenants, but I can't list endpoints (or users...) Any ideas? ___

Re: [Openstack] EndpointNotFound keystone endpoints.list

2015-05-26 Thread Steve Martinelli
Looks like the request is going to: [1] https://keystone.os1.domain.com/v2.0/endpoints which probably doesn't exist since the API says to use: /v2.0/tenants/​{tenantId}​/OS-KSCATALOG/endpoints to list endpoints. According to: http://developer.openstack.org/api-ref-identity-v2-ext.html anyway.

Re: [Openstack] EndpointNotFound keystone endpoints.list

2015-05-26 Thread Daniel Watrous
This isn't in a browser (not getting a 404), and it's not using the command line. I'm trying to use the python library directly in a python script, just like I show in that gist. Adam: I'm not sure how I would set or unset OS_SERVICE_TOKEN and OS_SERVICE_ENDPOINT when using the library within pyth

Re: [Openstack] Documentation for Neutron L3 / VXLAN with LinuxBridge...

2015-05-26 Thread BYEONG-GI KIM
Hello all, Thank you very much for sharing the information! I'm now trying to configure 3 node deployment (1 controller, 1 compute, and 1 network) with LinuxBridge Plugin. Actually, I deployed VLAN setting with the plugin but it seemed not working so that I'm now checking what the problem is. The

[Openstack] OpenStack Interoperability, DefCore, and You

2015-05-26 Thread Egle Sigler
Hello OpenStack Community, Last week during the OpenStack Summit there was a lot of talk about interoperability (keynote: https://youtu.be/xgj9BA6qfIs?t=686 ). If you want to learn more, here are some reference materials on the DefCore committee and interop process: Wiki: https://wiki.ope

Re: [Openstack] EndpointNotFound keystone endpoints.list

2015-05-26 Thread Steve Martinelli
> This isn't in a browser (not getting a 404), and it's not using the > command line. I'm trying to use the python library directly in a > python script, just like I show in that gist. Understood, but I was trying to figure out if it was 404'ing everywhere or just when being used as a python li

[Openstack] [neutron]I have some troubles about openstack network and hope someone help me!

2015-05-26 Thread zheming li
hi all: I create 2 tenant, and want 2 private network use same network segment. for example: tenant1 network: 192.168.10.1/24 tenant2 network: 192.168.10.1/24 but openstack is not allowed. Two network must use different network segment, but for user, it must be select unused network segment. why

Re: [Openstack] [neutron]I have some troubles about openstack network and hope someone help me!

2015-05-26 Thread Remo Mattei
Check and make sure overlapping is set. Inviato da iPhone > Il giorno 26/mag/2015, alle ore 20:59, zheming li > ha scritto: > > hi all: > I create 2 tenant, and want 2 private network use same network segment. > > for example: > tenant1 network: > 192.168.10.1/24 > > tenant2 network: > 192.

Re: [Openstack] [openstack-dev] PCI pass-through SRIOV

2015-05-26 Thread Kamsali, RaghavendraChari (Artesyn)
Hi Levi, Thanks for the replay, What I need to ask Intel regarding this controller IntelXL710, whether it is supported for sriov kvm or sriov openstack?? If the query regarding kvm , I tested by creating VF on this controller and attached to virtual instance and boot it manually on top of KVM

Re: [Openstack] HA for Icehouse Neutron

2015-05-26 Thread Janki Chhatbar
Hi James Thanks for your reply. If I use the node's own IP say IP1. GRE tunnel will be formed between node 1 and compute. Suppose the node 1 fails, VIP will point to node 2. node 2 will have its own IP in "local_ip" field. GRE tunnel will now be formed between node 2 and compute. Wont compute b

Re: [Openstack] [openstack-dev] PCI pass-through SRIOV

2015-05-26 Thread Kamsali, RaghavendraChari (Artesyn)
Hi, I resolved it by adding or uncommenting "/dev/vfio/vfio" in cgroup_device_acl list in /etc/libvirtd/qemu.conf file and restart libvird service . Now when I listed nova instances am not getting any Network shown [stack@Controller images]$ nova list +--+-