[Openstack] [nova-ec2-api] Multiple networks issue

2014-01-15 Thread Syedhabib Siddikali
My ec2 client (boto) is sending a param named NetworkInterface.0.NetworkInterfaceId . I can see that "run_instances" from "https://github.com/openstack/nova/blob/stable/havana/nova/api/ec2/cloud.py"; is called on request. Which in turn calls "create" method in "https://github.com/openstack/nov

[Openstack] [openstack]No option to specify subnet to launch an instance

2014-01-15 Thread Ageeleshwar Kandavelu
Hi, In openstack dashboard while launching instances only networks are listed. If a Network has multiple subnets how do I specify which subnet a instance should attach to. Also while creating port on a network one can not specify the subnet. Is this a bug or is there some purpose to it. Thank

Re: [Openstack] VPC support in openstack ec2 api

2014-01-15 Thread Syedhabib Siddikali
Hi, The blueprint as of now doesn't take into account user specifying multiple NetworkInterfaces. The section https://wiki.openstack.org/wiki/Blueprint-aws-vpc-support#EC2_Instance_API_changes needs some change. The ec2 api has support for a parameter NetworkInterfac e.n.SubnetId, which means

[Openstack] LXC and block device mappings at boot

2014-01-15 Thread Sam Morrison
Hi, I’m trying to get LXC working with nova stable/havana and everything works great except I’m having some issues with block device mappings. I can attach a volume fine but if I hard reboot a volume it disappears from the instances point of view. On the compute node it does all the right stuff

Re: [Openstack] Fwd: [nova] [rfc] drop XML from v3 API entirely

2014-01-15 Thread Tom Fifield
On 15/01/14 22:02, Russell Bryant wrote: On 01/13/2014 08:52 PM, Tom Fifield wrote: According to the most recent user survey, more than 30% of users consume the XML API. Do you have a reference with more detail on this? Simply "30%" doesn't really mean much without more detail on what the que

[Openstack] 回复:Re: CentOS Network Create problem

2014-01-15 Thread 安仲奇
Is dnsmasq working properly? Check `/var/log/messages` or `/var/log/syslog`. If your br100 is not working, you cannot access your instances. :) azq At 2014-01-15 19:25:59,"Georgios Dimitrakakis" wrote: > Floating IPs seems to be very difficult for the moment...so let's > forget them!! > >

[Openstack] 回复:Re: CentOS Network Create problem

2014-01-15 Thread 安仲奇
Hi, IP address of br100 belongs to your `nova network-create`d network, it'll be automatically configured by nova. A floating IP of your instance is a secondary IP of your public interface, and NAT is handled by iptables. :) azq At 2014-01-15 17:11:45,"Georgios Dimitrakakis" wrote: > Can s

Re: [Openstack] CentOS Network Create problem

2014-01-15 Thread Dimitri Maziuk
On 01/15/2014 05:36 PM, Georgios Dimitrakakis wrote: > Thx, for the suggestions! > > So if I use FlatManager how can I create the network correct in order > for the instance to get an IP from a DHCP Server that I am running??? Is > the following correct and sufficient?? > nova network-create vmne

Re: [Openstack] Announcement of System Compass Golden Image and Code Base

2014-01-15 Thread Sam Su
Congratulations! On Wed, Jan 15, 2014 at 3:05 PM, Yang Shuo (Shuo) wrote: > Dear Stackers, > > > > We gave a talk during last OpenStack summit held in HongKong about our > System Compass, a tool we initially developed to facilitate our internal > OpenStack deployment, an MVP for ourselves (btw

Re: [Openstack] CentOS Network Create problem

2014-01-15 Thread Georgios Dimitrakakis
Thx, for the suggestions! So if I use FlatManager how can I create the network correct in order for the instance to get an IP from a DHCP Server that I am running??? Is the following correct and sufficient?? CONTROLLER NODE --- nova network-create vmnet --fixed-range-v4=X.X.X.128/

[Openstack] Announcement of System Compass Golden Image and Code Base

2014-01-15 Thread Yang Shuo (Shuo)
Dear Stackers, We gave a talk during last OpenStack summit held in HongKong about our System Compass, a tool we initially developed to facilitate our internal OpenStack deployment, an MVP for ourselves (btw, we believe we are a group of practitioners of Eric Ries' "Lean Startup"), which later o

[Openstack] [Webinar] Project update from Savanna and Trove

2014-01-15 Thread Stefano Maffulli
Hello folks, tomorrow we're continuing the series of project updates from OpenStack PTLs with Data Processing (Savanna) and Database Service (Trove) Thursday, January 16, 2013 9 a.m. Pacific/12 Noon Eastern Project team leads: Sergey Lukjanov, Data Processing (Savanna) and Michael Basnight, Datab

Re: [Openstack] CentOS Network Create problem

2014-01-15 Thread Dimitri Maziuk
On 01/15/2014 03:18 PM, Georgios Dimitrakakis wrote: > Dear Dimitri and all, > do you define the static IP for br100 somewhere or not??? Yes, in my case it's in /etc/sysconfig/[network-scripts,networking/devices,networking/profiles/default]/ifcfg-br100 (it's the same file hardlinked from 3 places

Re: [Openstack] CentOS Network Create problem

2014-01-15 Thread Georgios Dimitrakakis
Dear Dimitri and all, do you define the static IP for br100 somewhere or not??? Here is what I have: COMPUTE NODE # cat /etc/sysconfig/network-scripts/ifcfg-br100 DEVICE="br100" BOOTPROTO="static" NM_CONTROLLED="no" ONBOOT="yes" TYPE="Bridge" NAME="System br100" IPADDR=X.X.X.210 NE

Re: [Openstack] Fwd: [nova] [rfc] drop XML from v3 API entirely

2014-01-15 Thread Russell Bryant
On 01/15/2014 02:40 PM, Tim Bell wrote: > > It's great to be having the discussion since we need to find what can be > simplified and what is currently needed. > > At one time, we had discussed some form of opt-in stats monitoring of > production deployments > (https://blueprints.launchpad.net

Re: [Openstack] [nova] [rfc] drop XML from v3 API entirely

2014-01-15 Thread Everett Toews
On Jan 15, 2014, at 8:26 AM, Sean Dague wrote: > Right, it's also an odd question. Because I'm not sure which SDKs > actually talks to the XML interface (python does not, and I didn't think > jclouds did either). I doubt that 30% of the OpenStack users wrote their > own client library to talk to t

Re: [Openstack] [Nova][Neutron] fixed-ip mappings 'lost' after havana upgrade

2014-01-15 Thread Jonathan Proulx
further once I determine what port a troubled instance is using I can fix it with: neutron port-update --device-id='' nova interface-attach --port-id I don't want to do this for all ports and most are OK but there are about 100 in the working but invisible state. I could iterate through all

Re: [Openstack] Force volume on same host as VM

2014-01-15 Thread Mike Spreitzer
> From: Thomas Thrainer > To: openstack@lists.openstack.org, > Date: 01/09/2014 04:51 AM > Subject: [Openstack] Force volume on same host as VM > > Hi, > > I try to figure out how to force cinder volumes on the same host as > the VM it is attached to (or will be attached to). OTOH, I would >

[Openstack] [OpenStack][cinder] Failed to schedule_create_volume: No valid host was found

2014-01-15 Thread Mark Vlcek (mavlcek)
Hi all, I'm attempting to create a volume on my DevStack-based OpenStack install and am seeing the error "Failed to schedule_create_volume: No valid host was found." However, I have about 90 GB of free space on the root partition of my VM running OpenStack and configured the ~/devstack/local.co

Re: [Openstack] Creating new panel in Horizon

2014-01-15 Thread Brett Kugler
Apologies for the signature - was churning through emails and it didn't even register. Brett From: Brett Kugler Sent: Wednesday, January 15, 2014 1:47 PM To: 'Narayanan, Krishnaprasad'; openstack@lists.openstack.org Subject: RE: Creating new panel in Horizon I've been following along with this

Re: [Openstack] CentOS Network Create problem

2014-01-15 Thread Remo Mattei
Hi just a quick not make sure you safe your iptables rules before you do iptables -F. Remo On Jan 15, 2014, at 10:58 AM, Bhattacharjee, Arindam (Arindam) wrote: > 1. Check brctl showmacs br100 > If you see the mac address of the vnic of VM by lggiing into VM - do ifconfig > to compare the

Re: [Openstack] Creating new panel in Horizon

2014-01-15 Thread Brett Kugler
I've been following along with this tutorial - http://docs.openstack.org/developer/horizon/topics/tutorial.html Good luck! Brett Kugler Software Defined Network Engineer general datatech, l.p. 214.857.6433 o 214.794.8965 m 214.857.6500 f brett.kug...@gdt.com _

Re: [Openstack] Fwd: [nova] [rfc] drop XML from v3 API entirely

2014-01-15 Thread Tim Bell
It's great to be having the discussion since we need to find what can be simplified and what is currently needed. At one time, we had discussed some form of opt-in stats monitoring of production deployments (https://blueprints.launchpad.net/oslo/+spec/opt-in-stats-tracking). While there is no

Re: [Openstack] CentOS Network Create problem

2014-01-15 Thread Bhattacharjee, Arindam (Arindam)
1. Check brctl showmacs br100 If you see the mac address of the vnic of VM by lggiing into VM - do ifconfig to compare the mac address. 2. Then check Firwall configs in both Host and VM. Check stopping FW service and doing iptables -F. 3. Do tcpdump -i -e vnet0 while sening ping to the GW from

[Openstack] Creating new panel in Horizon

2014-01-15 Thread Narayanan, Krishnaprasad
Hallo all, In my project, I have a requirement to create a new panel in Horizon under the Admin view. I am planning to develop this in a virtual machine that has Ubuntu 12.04. Can somebody help me with the following? a) Installation guide to setup Horizon on the virtual machine b) C

Re: [Openstack] CentOS Network Create problem

2014-01-15 Thread Remo Mattei
What network (ip address) are you using to ssh into the cirrors box? Just to make sure since you may not have a route to it. Remo On Jan 15, 2014, at 10:29 AM, Dimitri Maziuk wrote: > On 01/15/2014 08:23 AM, Georgios Dimitrakakis wrote: >> Hi again...Long day with OpenStack today... >> >> I

Re: [Openstack] CentOS Network Create problem

2014-01-15 Thread Dimitri Maziuk
On 01/15/2014 08:23 AM, Georgios Dimitrakakis wrote: > Hi again...Long day with OpenStack today... > > It seems that the problem with the br100 interface has been solved > partially since I can launch an instance but I am not able to ssh nor > ping the machine (although I have configured the secur

Re: [Openstack] [Openstack-operators] Extreme network throughput tuning with KVM as hypervisor

2014-01-15 Thread Narayan Desai
Sorry, I missed the running on host part. Generally, i've had problems with poor performance when using bonding. And since you're only doing 2x1ge, it probably makes more sense to go with 1x10. We haven't really had any issues with the 1x10GE setup. We're running everything bridged direct to tagg

Re: [Openstack] [Openstack-operators] Extreme network throughput tuning with KVM as hypervisor

2014-01-15 Thread Alejandro Comisario
Like i said, while 12 vms are runing on this hosts, im conducting this test only from the hosts, not the vms, since i can see the delay on the host side already. I really want to make the delay go away on the host first, and once solved, going down the vnet -> vm:eth0. Obviously the ethX tuning (e

Re: [Openstack] [Openstack-operators] Extreme network throughput tuning with KVM as hypervisor

2014-01-15 Thread Narayan Desai
Are you using virtio, and vhost_net? Also, where are you tuning those parameters, host or guest? The ethernet level ones will definitely need to be done in the host, but the TCP and socket buffer ones need to be in the guest. Also, these buffers may be too large for 2x1ge. You might also check if

[Openstack] nova-network iptables and dhcp issue

2014-01-15 Thread Joe Topjian
Hello, I ran into a very odd issue today when setting up a new OpenStack cloud. Instances that were migrated to another compute node lost communication with the DHCP server once their lease was up. The cloud is configured with nova-network, FlatDHCPManager, and uses multi-host. Shared storage is

Re: [Openstack] [Openstack-operators] Extreme network throughput tuning with KVM as hypervisor

2014-01-15 Thread Alejandro Comisario
Hi Narayan, thanks fir the prompted response, let me try to give you some insights. Since like you said, our setup can reach the maximum bandwidth in some tests, but we cant achieve the THROUGHPUT we want, we run avg of 14vms on 128GB of ram compute nodes, and while all those vms are runing, we run

[Openstack] [Nova][Neutron] fixed-ip mappings 'lost' after havana upgrade

2014-01-15 Thread Jonathan Proulx
How does the nova api map fixed-ips from neutron to running instances? I've been poking around the nova database but cant seem to guess where it is. My issue is that after upgrading to Havana *some* instances no longer show their network and fixed-ip in the output of 'nova' cli commands or in the

Re: [Openstack] VPC support in openstack ec2 api

2014-01-15 Thread Simon Pasquier
Hi, Concerning the support of the VPC API, there is this blueprint currently being worked on: https://blueprints.launchpad.net/nova/+spec/aws-vpc-support Regards, Simon On 15/01/2014 14:38, Syedhabib Siddikali wrote: Hi, While trying to launch instance using boto(ec2 api) I got error menti

Re: [Openstack] Fwd: [nova] [rfc] drop XML from v3 API entirely

2014-01-15 Thread Sean Dague
On 01/15/2014 09:02 AM, Russell Bryant wrote: > On 01/13/2014 08:52 PM, Tom Fifield wrote: >> According to the most recent user survey, more than 30% of users consume >> the XML API. > > Do you have a reference with more detail on this? Simply "30%" doesn't > really mean much without more detail

Re: [Openstack] Fwd: [nova] [rfc] drop XML from v3 API entirely

2014-01-15 Thread Russell Bryant
On 01/13/2014 08:52 PM, Tom Fifield wrote: > According to the most recent user survey, more than 30% of users consume > the XML API. Do you have a reference with more detail on this? Simply "30%" doesn't really mean much without more detail on what the question was, what the choices where, how ma

[Openstack] VPC support in openstack ec2 api

2014-01-15 Thread Syedhabib Siddikali
Hi, While trying to launch instance using boto(ec2 api) I got error mentioning "Multiple possible networks. Specify network Id". Is there a way to specify the same? Considering that neutron-network is analogous to VPC what would be the best way to enable support for VPC api in nova. I am willin

Re: [Openstack] CentOS Network Create problem

2014-01-15 Thread Georgios Dimitrakakis
Floating IPs seems to be very difficult for the moment...so let's forget them!! The good news are that I have managed to boot an instance! The bad news are that I am not able to ssh to the CirrOS instance! What and where should I look?? I am confident that this has to do with the br100 not be

Re: [Openstack] CentOS Network Create problem

2014-01-15 Thread Georgios Dimitrakakis
Can someone answer me the following question... If I want to have floating IPs should the br100 have static IP (and which? I mean should it be from the floating IP range???) or not?? What should the configuration for the br100 be if I want floating IPs? Best, G. On Mon, 13 Jan 2014 12:52:05