Re: [Openstack] Setting up another compute node

2017-01-24 Thread Eugen Block
Have you tried to create a new port manually? I assume this will also fail, then you have to check your neutron configuration. If it works, try to attach that port to a new instance and see what nova says. Zitat von Trinath Somanchi : PortBindingFailed: Binding failed for port e1058d22-9a

Re: [Openstack] Unable Upload Image

2017-01-24 Thread Trinath Somanchi
Congratulations! Nice learning 😀 Get Outlook for iOS From: Bjorn Mork Sent: Tuesday, January 24, 2017 3:24:26 PM To: Trinath Somanchi Cc: openstack@lists.openstack.org Subject: Re: [Openstack] Unable Upload Image Hi, Thanks for your supp

Re: [Openstack] Unable Upload Image

2017-01-24 Thread Bjorn Mork
Hi, Thanks for your support and pointing the culprit. Actually, I had multiple services configured on controller, which I removed manually and re-verified Glance configuration side. Which was already okay...at last issue is resolved. [root@Controller ~]# openstack service list WARNING: openstack

[Openstack] [Kuryr] nested containers - using Linux bridge for iptables rather than Openvswitch firewall

2017-01-24 Thread Agmon, Gideon (Nokia - IL)
Hi, Environment: - Centos 7.3 , kernel 3.10 (!) - devstack mid Jan 2017 master - kuryr-libnetworks - NOT using opensvswitch firewall as shown e.g. in https://github.com/openstack/kuryr-libnetwork#how-to-try-out-nested-containers-locally because Linux kernel 3.10 doesn't support it, so Li

Re: [Openstack] Setting up another compute node

2017-01-24 Thread Peter Kirby
Thank you all for the suggestions. I just copied all the neutron config files from the working compute node and now the new one is working. Unfortunately, I didn't make a backup copy of the files that were there so I can't compare and see what I had done wrong, but everything is working now. Than

Re: [Openstack] Setting up another compute node

2017-01-24 Thread Trinath Somanchi
Cool!. It’s a misconfiguration at controller. It happens when you configure the environment. Congratulations! / Trinath From: Peter Kirby [mailto:peter.ki...@objectstream.com] Sent: Tuesday, January 24, 2017 8:17 PM To: Eugen Block Cc: OpenStack Subject: Re: [Openstack] Setting up another com

Re: [Openstack] [Kuryr] [Neutron] nested containers - using Linux bridge for iptables rather than Openvswitch firewall

2017-01-24 Thread Liping Mao (limao)
Hi Agmon, Thanks for trying this feature first. We discussed with Jakub Libosvar from Neutron Team, and confirmed that VM-Nested Trunk can’t work with iptables_hybrid in neutron. More detail in irc log[1] Part of the log: limao jlibosva: trunk port do not work with iptables_hybrid , Do we h

[Openstack] GlusterFS and Openstack Newton

2017-01-24 Thread James Fleet
Hello, We have a new build going up in our DC of Openstack Newton. We wanted to build in a shared storage solution and really liked the simplicity as well as functions of glusterFS. This would allow us to perform live migrations along with Geo replication. The issue we have been having is getting

Re: [Openstack] GlusterFS and Openstack Newton

2017-01-24 Thread Peter Kirby
Hi James, I'm pretty new to OpenStack, but I'm working on setting up exactly the same thing right now. I'm having some other issues a little before where you are with my stonith device so I don't really have any insight on your exact problem. If I get mine to work I'll share what I did. Howeve

Re: [Openstack] Setting up another compute node

2017-01-24 Thread Jose Manuel Ferrer Mosteiro
Hi Some months ago I found this bug: https://bugs.launchpad.net/nova/+bug/1467734/comments/2 [6] I wordarounded the bug setting in nova.conf of compute nodes vif_plugging_is_fatal=false . Look for the string WTF here: https://github.com/paradigmadigital/ansible-openstack-vcenter/blob/maste

Re: [Openstack] GlusterFS and Openstack Newton

2017-01-24 Thread James Fleet
Hello Peter, Yes, the command to add it to SElinux is setsebool -P virt_use_fusefs on which allows the client to connect using SElInux. James R. Fleet Innovative Solutions Technology 484 Williamsport Pike #135 Martinsburg, WV 25404 888.809.0223 ext.702 On Tue, Jan 24, 2017 at 11:17 AM, Peter

[Openstack] Problem while adding a security group to a VM in newly deployed system

2017-01-24 Thread Rafael Weingärtner
Hi OpenStack Community, I am having a problem in a newly deployed OpenStack environment. Whenever I try to add a security group to a VM, I get the following message: > “Port security must be enabled and port must have an IP address in order > to use security groups. Neutron server returns request

[Openstack] OpenStack 2016 Annual Report

2017-01-24 Thread Lauren Sell
Hi everyone, Today we published the OpenStack Foundation 2016 Annual Report: https://www.openstack.org/assets/reports/OpenStack-2016-Annual-Report-final-draft.pdf Thank you to all of the community members who contributed to the report, and to Heidi Joy for putting it together. The report includ

Re: [Openstack] GlusterFS and Openstack Newton

2017-01-24 Thread Peter Kirby
If you use audit2why on your audit log, is there anything in there suggesting SELinux is blocking the disk access? On Tue, Jan 24, 2017 at 12:12 PM, James Fleet wrote: > Hello Peter, > > > Yes, the command to add it to SElinux is setsebool -P virt_use_fusefs on > which allows the client to conne

Re: [Openstack] [OpenStack Marketing] [OpenStack Foundation] OpenStack 2016 Annual Report

2017-01-24 Thread Melvin Hillsman
+1 @gkevorki On Tue, Jan 24, 2017 at 2:47 PM, Sriram Subramanian wrote: > Amen! Here's to yet another great year for OpenStack! > > Thanks, > -Sriram > www.CloudDon.com > Enabling Modern Enterprise IT Transformations > > -- > *From:

Re: [Openstack] GlusterFS and Openstack Newton

2017-01-24 Thread James Fleet
That is a good idea Peter to troubleshoot the disk access its not making sense I am able to mount the volume and write files to it but it seems a permission thing with libvirt and Nova. James Fleet James R. Fleet Innovative Solutions Technology 484 Williamsport Pike #135 Martinsburg, WV 25404

[Openstack] ephemeral disks location

2017-01-24 Thread Manuel Sopena Ballesteros
Hi, I have been searching on the internet and could not find an answer to this question. I understand that ephemeral disks lives until the VM is destroyed, but where are the ephemeral disks stored? On local host hosting the VM or in centralized storage (e.g. Ceph) or can I have both options?