Re: [Openstack] [openstack-dev] [NOVA][NEUTRON] Whats the correct firewall driver and interface driver to use neutron sec groups in havana

2013-10-23 Thread Robert Collins
(dropping -dev, this is a deployment question). firewall_driver=neutron.agent.firewall.NoopFirewallDriver ^ thats your problem. It's a no-op driver, which means no firewall rules are applied. http://docs.openstack.org/havana/install-guide/install/yum/content/install-neutron.install-plugin-comput

Re: [Openstack] [openstack][keystone] Using X.509 External Authentication with OpenStack Identity

2013-10-23 Thread Adam Young
On 10/23/2013 06:35 PM, Colin Leavett-Brown wrote: The havana configuration reference contains a section on how to configure keystone to accept x.509 certificates. How does one map x.509 credentials to keystone IDs, projects, roles and privileges? I think there is more work to be done here. To

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

2013-10-23 Thread Rick Jones
On 10/23/2013 05:40 PM, Aaron Rosen wrote: I'm curious if you can do the following tests to help pinpoint the bottle neck: Run iperf or netperf between: two instances on the same hypervisor - this will determine if it's a virtualization driver issue if the performance is bad. two instances on di

Re: [Openstack] Flat networking, L2 access and externally assigned IP addresses

2013-10-23 Thread Robert Collins
Hi there. Create a provider network in Neutron to represent your external lan, and either a) use that as your only network - in which case you'll need your external router to handle 169.254.169.254 - the metadata agent - or b) add that as a second network when you spawn instances, in which case th

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] Flat networking, L2 access and externally assigned IP addresses

2013-10-23 Thread Stuart Longland
Hi all, On 27/09/13 20:42, Stuart Longland wrote: > Hi all, > > I've got a silly question regarding the flat networking in OpenStack. > It looks like it'll do what we want, but I'd like to get some further > information. Apologies if this has been answered, I did look, I didn't > find anything de

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

2013-10-23 Thread Martinx - ジェームズ
Hi James! Any updates about this issue?! I am unable to provide a good connectivity for my tenants. I already tried everything I could, without success... I tried to installing it again, from scratch, in parallel (another isolated lab), using new hardware, same result. I'm trying to use "Per-Ten

[Openstack] [openstack][keystone] Using X.509 External Authentication with OpenStack Identity

2013-10-23 Thread Colin Leavett-Brown
The havana configuration reference contains a section on how to configure keystone to accept x.509 certificates. How does one map x.509 credentials to keystone IDs, projects, roles and privileges? ___ Mailing list: http://lists.openstack.org/cgi-bin/m

Re: [Openstack] [Opentack] Ubuntu 12.04 Cloud-archive error

2013-10-23 Thread Martinx - ジェームズ
Try this: --- aptitude update aptitude install vim iptables ubuntu-cloud-keyring # Add the Ubuntu Cloud Archive repository to your APT sources.list: vi /etc/apt/sources.list.d/uca-havana.list --- # The primary updates archive that users should be using deb http://ubuntu-cloud.archive.canon

Re: [Openstack] cinder volume weird behavior

2013-10-23 Thread Jay S Bryant
Ritesh, I am not familiar with cgroups, so I am not sure if that could have an affect. I would try re-enabling it for good measure, though the initial information I get when googling cgroups doesn't seem to be a smoking gun. I think that the feedback that John Griffith provided mirrors my orig

Re: [Openstack] [openstack-dev] [Glance] Image Transfer Service Session Summary

2013-10-23 Thread Colin Leavett-Brown
With reference to the discussion that occurred in April 2013 (http://lists.openstack.org/pipermail/openstack-dev/2013-April/007765.html), has there been any developments or further discussion on this topic? ___ Mailing list: http://lists.openstack.org

Re: [Openstack] OpenStack Milestone PPA for Ubuntu 12.04?

2013-10-23 Thread Jonathan Proulx
the repositories you seek can be found at https://wiki.ubuntu.com/ServerTeam/CloudArchive you may also want to look at the OpenStack ubuntu install guide at http://docs.openstack.org/havana/install-guide/install/apt/content/ I'm currently running Grizzly on 12.04, but for new install you should g

[Openstack] OpenStack Milestone PPA for Ubuntu 12.04?

2013-10-23 Thread Jeffrey Walton
I'm working from Jackson's OpenStack Cloud Computing book. I 'm setting up a test installation, but I'm failing at (page 12): add-apt-repository ppa:openstack-ppa/milestone The error is (with a long URL, that I won't type correctly): Cannot access PPA () to get PPA information, please che

Re: [Openstack] Creating a virtual machine using virsh commands

2013-10-23 Thread Narayanan, Krishnaprasad
Hallo Haitao, I am aware that creating VMs using virsh will not be recognized by Nova. I am working with Ubuntu 12.04. I did the dumpxml of an existing VM and used the same xml for creating a new guest. But it throwed me an error. In the XML file, I am interested to know which key value pairs a

Re: [Openstack] Creating a virtual machine using virsh commands

2013-10-23 Thread Haitao Jiang
Krishnaprasad You do realize that creating VM using virsh will not be recognized by the Nova, right? Which OS you are working with? If you use Ubuntu, you can use vm-builder. If you use CentOS, you can use virt-install. I had success stories with both. If you have Nova running with some VMs, you

Re: [Openstack] 答复: cleaning up orphans

2013-10-23 Thread James
Thanks for pointing me to this bug. While the bug discussed the issue moving forward, I didn't see anything that gave any suggestions on how to fix exiting orphan(ed) instances, networks, etc. I would hate to re-invent the wheel -- I'm sure someone has whipped up a script to find orphaned objects

Re: [Openstack] nova-scheduler not using all nova-compute nodes

2013-10-23 Thread Balamurugan V G
Hi Nick, Check your scheduler configurations in the /etc/nova/nova.conf in the controller node. Some scheduler configurations I use are as below: scheduler_available_filters=nova.scheduler.filters.all_filters scheduler_default_filters=AvailabilityZoneFilter,CoreFilter,RamFilter,ComputeFilter,Re

[Openstack] Creating a virtual machine using virsh commands

2013-10-23 Thread Narayanan, Krishnaprasad
Hallo all, I am trying to create a virtual machine using a XML file using libvirt. But I am getting an error during this creation process. I am using the virsh commands in order to perform this action. Can somebody pass me an example XML file and also describe the steps for connecting to the V

[Openstack] nova-scheduler not using all nova-compute nodes

2013-10-23 Thread Nick Maslov
Hi guys, I`m using Grizzly on 13.04 Ubuntu. For compute hosts I have few 64Gb RAM servers and about a dozen of 8Gb RAM ones. "nova-manage service list", "quantum agent-list", "nova hypervisor-stats" show that all nodes and agents for all nodes are there and happy :-) I`m spawning VM hosts in

[Openstack] BadStatusLine: '' between Swift-proxy and Keystone (Ubuntu 12.04 - Havana)

2013-10-23 Thread thorfinn
Hi all. I installed Swift nodes on Ubuntu 12.04 and ubuntu-cloud-archives repo (Havana version) using these guides http://docs.openstack.org/havana/install-guide/install/apt/content/ch_swift.html http://docs.openstack.org/developer/swift/howto_installmultinode.html Here's our software configu

[Openstack] [NOVA][NEUTRON] Whats the correct firewall driver and interface driver to use neutron sec groups in havana

2013-10-23 Thread Leandro Reox
Hi guys, Seem that i cant find the right combination to get neutron security groups working with nova and OVS - I see the logs on the ovs agent like sec group updated or rule updated - I can configure the rules on neutron without an issue BUT Seems like nova is not doing anything with the the r

Re: [Openstack] [Opentack] Ubuntu 12.04 Cloud-archive error

2013-10-23 Thread Aziz Alim
Dear All, Still not able to read packages [image: Inline image 1] even not able to install ntp using command "apt-get install ntp" Please help Aziz On Wed, Oct 23, 2013 at 3:47 PM, Christian Berendt wrote: > On 10/23/2013 11:50 AM, Somanchi Trinath-B39208 wrote: > >> I feel like, this can

Re: [Openstack] [Opentack] Ubuntu 12.04 Cloud-archive error

2013-10-23 Thread Christian Berendt
On 10/23/2013 11:50 AM, Somanchi Trinath-B39208 wrote: I feel like, this can be updated in the Openstack DOCs too.. Done: https://review.openstack.org/#/c/53308/. Christian. -- Christian Berendt Cloud Computing Solution Architect Mail: bere...@b1-systems.de B1 Systems GmbH Osterfeldstraße 7

Re: [Openstack] cleaning up orphans

2013-10-23 Thread Razique Mahroua
not that I’m aware of unfortunately. Let me know if you find anything :) cheers On Oct 22, 2013, at 18:56, James wrote: > Thanks for reply Razique. We are running Grizzly. > > Is there a programmatic way to do this, via API? Would be nice to script this > using the API if possible. > > A rela

Re: [Openstack] [Opentack] Ubuntu 12.04 Cloud-archive error

2013-10-23 Thread Somanchi Trinath-B39208
I found the solutions, First Step: apt-get install python-software-properties Second step: add-apt-repository cloud:Havana I feel like, this can be updated in the Openstack DOCs too.. -- Trinath Somanchi - B39208 trinath.soman...@freescale.com | extn: 4048 -Original Message- Fr

Re: [Openstack] [Opentack] Ubuntu 12.04 Cloud-archive error

2013-10-23 Thread Dave Walker
Hi, I think this should be: sudo add-apt-repository cloud:havana ? On 23 October 2013 09:08, Somanchi Trinath-B39208 wrote: > Hi Stackers- > > > > With respect to the installation Guide for Havana on Ubuntu 12.04, in the > initial installation steps, > > > > I have the following errors: > > >

Re: [Openstack] Missing Identity v3 API documentation for Develop applications for OpenStack clouds

2013-10-23 Thread Syed Armani
Hello Maty, You can find the reference for API v3.0 here. https://github.com/openstack/identity-api/blob/master/openstack-identity-api/v3/src/markdown/identity-api-v3.md Cheers, Syed Armani On Wednesday 23 October 2013 02:09 PM, GROSZ, Maty (Maty) wrote: > Hey, > > Using Havana base documenta

[Openstack] Missing Identity v3 API documentation for Develop applications for OpenStack clouds

2013-10-23 Thread GROSZ, Maty (Maty)
Hey, Using Havana base documentation site, http://docs.openstack.org/havana/ - Why a link to OpenStack Identity Service API v3.0 Reference is missing (under the section "Develop applications for OpenStack clouds") and when will this be added? Thanks, Maty [logo] Maty Grosz Alcatel-Lucent API

[Openstack] [Opentack] Ubuntu 12.04 Cloud-archive error

2013-10-23 Thread Somanchi Trinath-B39208
Hi Stackers- With respect to the installation Guide for Havana on Ubuntu 12.04, in the initial installation steps, I have the following errors: To use the Ubuntu Cloud Archive for Havana The Ubuntu Cloud Archive is a special repository that allows you to install newer releases of OpenStack on

[Openstack] 答复: cleaning up orphans

2013-10-23 Thread Chenrui (A)
Results of the discussions of this bug might solve your problem https://bugs.launchpad.net/keystone/+bug/967832 发件人: James [mailto:jamesze...@gmail.com] 发送时间: 2013年10月23日 9:57 收件人: Razique Mahroua 抄送: openstack@lists.openstack.org 主题: Re: [Openstack] cleaning up orphans Thanks for reply Razique.