Re: [Openstack-operators] Outbound and inbound external access for projects

2015-07-16 Thread Adam Huffman
Hi Kevin, On Wed, Jul 15, 2015 at 4:42 PM, Kevin Bringard (kevinbri) wrote: > You don't need "per project vlans" for inbound and outbound access. Public > Ips only need a single VLAN between the logical routers > (net-hosts/l3-agent hosts) and their next hop... It's the internal > networks which

Re: [Openstack-operators] [tags] Meeting this week

2015-07-16 Thread Tom Fifield
OK, if there isn't soon an outpouring of support for this meeting, I think it's best cancelled :) On 16/07/15 18:37, Maish Saidel-Keesing wrote: > I would prefer to defer today's meeting > > On 07/16/15 11:17, Tom Fifield wrote: >> Hi, >> >> According to the logs from last week, which are sadly

Re: [Openstack-operators] Unable to connect to internet from Openstack instance

2015-07-16 Thread Andreas Scheuring
How does your setup look like? Are you using a multinode with tunneling (vxlan or gre) configured? If so maybe your packets get dropped due to wrong MTU configuration. You could try with ping -s and tcpdump how far you can get and if there's some point where packets get dropped or fragmented. An

[Openstack-operators] RabbitMQ in cluster mode - high cpu usage

2015-07-16 Thread Antonio Messina
Hi all, We are deploying Kilo on Ubuntu Trusty. We run all services on 5 controller nodes, including RabbitMQ in cluster with HA queues. We configure "rabbit_hosts" on all services to point to the 5 rabbitmq nodes. On each controller node the beam.smp process is taking ~150-250% of CPU and aroun

Re: [Openstack-operators] [tags] Meeting this week

2015-07-16 Thread Maish Saidel-Keesing
I would prefer to defer today's meeting On 07/16/15 11:17, Tom Fifield wrote: Hi, According to the logs from last week, which are sadly in yet another directory: http://eavesdrop.openstack.org/meetings/_operator_tags/ , we do have a meeting this week, but the only agenda item (Jamespage & markb

Re: [Openstack-operators] Unable to connect to internet from Openstack instance

2015-07-16 Thread aishwarya.adyanthaya
Hi, I did add a dns nameserver in the /etc/resolv.conf file. The problem I'm facing here it at times I'm able to download packages or ping any internet site but then I loose connection from accessing internet. I checked my Openstack services and they are up and in running state. -Origina

[Openstack-operators] [neutron][port-security]Could not create vm in network with the port-security-enabled=False

2015-07-16 Thread ????
Hi all, I could use the feature port-security-enabled on port. When I create net and subnet neutron net-create net2 --port-security-enabled=False neutron subnet-create net2 6.6.6.0/24 --enable-dhcp=False --name subnet2 it works well. Then i create

Re: [Openstack-operators] [tags] Meeting this week

2015-07-16 Thread Tom Fifield
Hi, According to the logs from last week, which are sadly in yet another directory: http://eavesdrop.openstack.org/meetings/_operator_tags/ , we do have a meeting this week, but the only agenda item (Jamespage & markbaker - thoughts on packaging) didn't pan out since markbaker wasn't available. I

Re: [Openstack-operators] [tags] Meeting this week

2015-07-16 Thread Maish Saidel-Keesing
Are we having a meeting today at 14:00 UTC? On 06/29/15 07:39, Tom Fifield wrote: Hi, As noted last meeting, we didn't get even half way through out agenda, so we will meet this week as well. So, join us this Thursday Jul 2nd 1400 UTC in #openstack-meeting on freenode (http://www.timeanddate.c

Re: [Openstack-operators] Unable to connect to internet from Openstack instance

2015-07-16 Thread Andreas Scheuring
Looks like name resolution does not work properly. You need to add an dns entry to your instance. You can try that by hand first (/etc/resolv.conf) or you could try to add the dns info to your neutron subnet. The dns server usually lives somewhere outside your openstack installation, so you should