Re: [Openstack] [Openstack-operators] Float IP plan

2014-07-21 Thread Aaron Rosen
Hi Nhan, Instead of trying to use the cisco device to do the NAT'ing for you it would probably be easiest to use the openstack neutron l3-agent to provide this functionality for you. Aaron On Wed, Jul 16, 2014 at 8:55 AM, Nhan Cao wrote: > sorry, > can you tell me how to config switch cisco f

Re: [Openstack] [openstack-dev] [Nova] Nova list can't return anything

2014-06-12 Thread Aaron Rosen
Hi, Can you try the latest python-novaclient and see if you are still hitting this issue? I vaguely remember seeing this bug at one time as well and it getting fixed. Aaron On Thu, Jun 12, 2014 at 1:52 AM, 严超 wrote: > Hi, All: > I print *"nova --debug list "*, and got nothing return,

Re: [Openstack] about neutron control

2013-11-21 Thread Aaron Rosen
Hi, Currently you are able to scale out the L3-agent to multiple boxes and map different neutron networks to each l3-agent. Unfortunately this doesn't allow you to scale out a specific network across multiple boxes. I know there are some vendor plugins that do implement this type of scale out thou

Re: [Openstack] [openstack-dev] Unable to access outside world from Openstack instance after assining floating ip

2013-11-19 Thread Aaron Rosen
[Dropping dev list] Are you using Neutron/Quantum? One guess I have is that the floatingip that is assigned isn't being routed correctly from your physical infrastructure to the l3 agent. Can you ping from the vm and then tcpdump on the external interface of the l3-agent and check if the ping pac

Re: [Openstack] Fwd: unable to add virtual network interface to VM

2013-11-09 Thread Aaron Rosen
Hi Liu, If you created a new neutron database and used you're existing nova database you would definitely lose the network interfaces on the nova-compute side if you rebooted your instances. You should use the original database and perform a db migration to upgrade to havana: see: https://github.c

Re: [Openstack] Horizon Error

2013-11-08 Thread Aaron Rosen
Looks like you're missing pbr. How did you install horizon? Doing pip install pbr though should resolve your issue. Aaron On Fri, Nov 8, 2013 at 12:25 AM, Stephane EVEILLARD < stephane.eveill...@gmail.com> wrote: > Hi > > when trying to connect to my dashboard (havanna on centos 6.4), I got an

Re: [Openstack] Is there any way to extend the ip address of subnet?

2013-11-07 Thread Aaron Rosen
Hi Sam, Unfortunately we do not support updating the allocation-pools on subnets at this time. This is something that we should definitely fix though in neutron. Aaron On Wed, Nov 6, 2013 at 10:46 PM, Sam Lee wrote: > Hi All, > > I have created a subnet with 10 ips. But now I need m

Re: [Openstack] Havana Network node Doc

2013-11-06 Thread Aaron Rosen
http://docs.openstack.org/network-admin/admin/content/install_ubuntu.html On Wed, Nov 6, 2013 at 2:25 AM, Jitendra Bhaskar wrote: > can we have any clear docs to setup network node. > > -- > * Thanks & Regards * > *Jitendra Kumar Bhaskar* > Cell:- +91 7306311531 > :- +91 9989743042 > > >

Re: [Openstack] Security Groups rules applied but ignored...

2013-10-30 Thread Aaron Rosen
; connection = mysql:// >> neutronUser:pofs4433...@controller-1.yourdomain.com/neutron >> --- >> >> Aaron, your "nova.conf" that you pasted, IS your ovs_neutron_plugin.ini >> ... Can you re-paste it, please? >> >> Tks! >> Thiago >> >&

Re: [Openstack] Security Groups rules applied but ignored...

2013-10-29 Thread Aaron Rosen
Hi Martinx, can you confirm that firewall_driver is under the securitygroup section? I can confirm that the following nova.conf and ovs_neutron_plugin.ini work with security groups: nova.conf http://codepad.org/vH3aIs8f ovs_neutron_plugin.ini - http://codepad.org/vH3aIs8f Aaron On Mon, Oct 28

Re: [Openstack] FWaaS vs Security Groups

2013-10-28 Thread Aaron Rosen
Hi Thiago, Current, FWaaS only manages what's allowed in and out on router ports. Security profiles are applied to instances ports directly. FYI: The current FWaaS API is somewhat experimental and policy applies globally to all the routers a tenant owns (i.e: no zone concept yet). Aaron On Mon

Re: [Openstack] Directional network performance issues with Neutron + OpenvSwitch

2013-10-23 Thread Aaron Rosen
On Mon, Oct 21, 2013 at 11:52 PM, Martinx - ジェームズ wrote: > James, > > I think I'm hitting this problem. > > I'm using "Per-Tenant Routers with Private Networks", GRE tunnels and > L3+DHCP Network Node. > > The connectivity from behind my Instances is very slow. It takes an > eternity to finish "a

Re: [Openstack] Very slow connectivity from within tenant network -GRE

2013-10-22 Thread Aaron Rosen
Hi Thiago, It would be interesting to see the throughput results using something like iperf between (other vms on different Hypervisors, vms on the same hypervisor and between a vm and the router namespace). This should help in pin pointing the issue. Aaron On Tue, Oct 22, 2013 at 9:17 PM, Mar

Re: [Openstack] [openstack-dev] Havana neutron security groups config issue

2013-10-18 Thread Aaron Rosen
Hi Leandro, I don't believe the setting of: security_group_api=neutron in nova.conf actually doesn't matter at all on the compute nodes (still good to set it though). But it matters on the nova-api node. can you confirm that your nova-api node has: security_group_api=neutron in it's nova.conf?

Re: [Openstack] Call for help: Havana Install testing

2013-10-15 Thread Aaron Rosen
;> ERROR neutron.common.legacy [-] Skipping unknown group key: >> firewall_driver >> --- >> >> Can we do something about it? >> >> Cheers! >> Thiago >> >> >> >> On 15 October 2013 17:36, Martinx - ジェームズ wrote: >> >>> Mmm...

Re: [Openstack] Migration from OVS-GRE to OVS-VLAN

2013-10-15 Thread Aaron Rosen
Hi Geraint, Most plugins don't support updating the network_type unfortunately. You could probably get away with updating the network_type in the database. That said if you are switching from gre to vlans you'll end up having downtime so it probably makes more sense to write a script that recreate

Re: [Openstack] Call for help: Havana Install testing

2013-10-15 Thread Aaron Rosen
ller Node", so, I did not finish my Havana cloud, mostly because I'm > seeing this error in the controller, so, I did not proceed with Compute > Nodes and etc... > > Anyway, I'll try again tonight to try to figure it out. > > Also, I'm seeing more people here

Re: [Openstack] Call for help: Havana Install testing

2013-10-15 Thread Aaron Rosen
Hi Thiago, I think this error MultipleAgentFoundByTypeHost is occurring because in your setup multiple machines running the agents sharing the same hostname "openstack-1" ? Is that possible? Best, Aaron On Tue, Oct 15, 2013 at 12:34 PM, Martinx - ジェームズ wrote: > Anne, > > Please, forgive me

Re: [Openstack] OVS bandwidth limiting

2013-09-30 Thread Aaron Rosen
Hi, OVS can leverages QoS though linux's tc. Here's a tutorial that shows how to use it: http://openvswitch.org/support/config-cookbooks/qos-rate-limiting/ . Currently, only the nvp plugin exposes an extension to use this though. There is some work going on to expose a QoS extension to OVS/ML2 pl

Re: [Openstack] (no subject)

2013-09-25 Thread Aaron Rosen
Hi Albert, Are you sure this is happening. I'm positive that neutron's dhcp agent will only hand out ip addresses for ports that it knows about and I'm sure nova-network does the same as well. Aaron On Wed, Sep 25, 2013 at 12:17 PM, Albert Vonpupp wrote: > Hello, > > I'm trying DevStack at the

Re: [Openstack] Attaching FloatingIP to VM

2013-09-16 Thread Aaron Rosen
It looks like the reason is do to, "Bad floatingip request: Port is associated with a different tenant than Floating IP and therefore cannot be found". Aaron On Mon, Sep 16, 2013 at 7:27 AM, Guilherme Russi wrote: > Hello all, I'm facing problems when allocating floatingip to VMs, they > thr

Re: [Openstack] problem in creating a VM

2013-08-21 Thread Aaron Rosen
Looks like the request to glance timed out. Can you do glance image-list to see if that is working? Aaron On Wed, Aug 21, 2013 at 6:16 AM, Zhengguang Ou wrote: > Hi all, > I have installed grizzly on ubuntu 13.04 and VMWare virtual machine, When > I create a vm, I hava a problem. > nova-compute

Re: [Openstack] Use of VIPs in Openstack

2013-08-20 Thread Aaron Rosen
Hi Jake, This patch implements that exact usecase: https://review.openstack.org/#/c/38230/ . Hopefully, we'll get this in by the end of the week. Best, Aaron On Tue, Aug 20, 2013 at 7:47 PM, Jake G. wrote: > Hi! > > I was wondering if it is possible to use a Virtual IP or VIP for > clusterin

Re: [Openstack] quantum l2 networks

2013-08-13 Thread Aaron Rosen
t; Is there any plan to have it included in the havana release, or even > better patched in grizzly? > > Cheers, > > François > > On 08. 06. 13 11:40, Aaron Rosen wrote: > > Hi Daniel, > > > That's for finding this! This is a bug. The code wasn't accounti

Re: [Openstack] devstack won't startup nova-api

2013-08-05 Thread Aaron Rosen
2013-08-05 13:05:04.246 TRACE stevedore.extension VersionConflict: (netaddr 0.7.5 (/usr/lib/python2.7/dist-packages), Requirement.parse('netaddr>=0.7.6')) Try running: pip uninstall netaddr then ./unstack.sh ; ./stack.sh On Mon, Aug 5, 2013 at 11:10 AM, Steve Sonnenberg wrote: > Can anyone expl

Re: [Openstack] openstack with quantum

2013-08-01 Thread Aaron Rosen
On Thu, Aug 1, 2013 at 8:49 AM, Jiaan Zeng wrote: > I am trying to install Openstack Grizzy with Quantum (OpenvSwitch > plugin) networking in a single machine in the lab and encounter some > problems. Everything works fine if I use nova-network. Below are my > questions. > > 1) Which documents sh

Re: [Openstack] api to get info on compute node

2013-08-01 Thread Aaron Rosen
If you're using neutron you won't see the network node come up (only if you're using nova-network). Aaron On Thu, Aug 1, 2013 at 12:28 AM, wrote: > Hi, > > ** ** > > I do not see the Network node. But al other nodes are visible. > > ** ** > > > > ** ** > > Regards, > > Raghav