Re: [Openstack] [openstack-dev] [Trove] Poor documentation about Trove architecture and operation.

2013-10-11 Thread Giuseppe Galeota
2013/10/10 Michael Basnight > > On Oct 10, 2013, at 1:52 AM, Giuseppe Galeota wrote: > > > Hi, Michael, Hi, all, > > there are news about the Trove's documentation? > > > > I and my team (Santer Reply S.p.A.) are working on the PRISMA project > (Interoperable cloud platforms for smart-government)

[Openstack] [Glance] Havana RC2 available

2013-10-11 Thread Thierry Carrez
Hello everyone, Due to various issues and regressions detected in RC1 testing, we just created a new Havana release candidate for OpenStack Image Service ("Glance"). You can find the RC2 tarball and the list of fixed bugs at: https://launchpad.net/glance/havana/havana-rc2 This is hopefully the

[Openstack] Assets down

2013-10-11 Thread Emre Sokullu
Hi everyone, We're having a serious problem with our OpenStack installation. Most assets that we've been serving from http://assets00.grou.ps such as http://assets.grou.ps/0F2E3C/avatars/28346976/80.png are broken, but some still remain intact: http://assets00.grou.ps/0F2E3C/userimages/gelistirme/

[Openstack] Compute Node Resources

2013-10-11 Thread Mina Nagy Zaki
Hello list, How does nova decide which compute node it's going to deploy a new VM to? Can I specify that I want to deploy a VM to a specific host? Thanks! -- Mina Nagy Zaki ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Re: [Openstack] [openstack-dev] Neutron support for passthrough of networking devices?

2013-10-11 Thread Prashant Upadhyaya
> But if there are two > physical NIC's which were diced up with SRIOV, then VM's on the diced > parts of the first physical NIC cannot communicate easily with the > VM's on the diced parts of the second physical NIC. So a native > implementation has to be there on the Compute Node which will aid

[Openstack] 答复: Compute Node Resources

2013-10-11 Thread Nick Ma
You can google "nova scheduler". This component decides where to put the instances. 发件人: Mina Nagy Zaki 发送时间: ‎2013/‎10/‎11 17:50 收件人: openstack 主题: [Openstack] Compute Node Resources Hello list, How does nova decide which compute node it's going to deploy a new VM to? Can I specify that I want to

Re: [Openstack] Compute Node Resources

2013-10-11 Thread Jian Hua Geng
Try the option '-availability-zone' when you run the 'nova boot' command. -- Best regard, David Geng -- Mina Nagy

Re: [Openstack] Compute Node Resources

2013-10-11 Thread Alessandro Vozza
On a small cluster I had, I worked around it by defining availability containing only one host, and specifying on the command line: nova boot --availability-zone might not be ideal for large scale deployments. On Friday, October 11, 2013, Nick Ma wrote: > You can google "nova scheduler". Th

[Openstack] Need help in creating my own service

2013-10-11 Thread B, Akila (OpenVMS)
Hi, I would like to understand what it takes to create my own service like nova, cinder in Openstack. My service will have specific task to be accomplished. I'm looking for steps that is required to achieve the same. Could someone provide any article/document that talks about it? Thanks Akila B

[Openstack] Havana RC1 available in the Ubuntu Cloud Archive for 12.04

2013-10-11 Thread James Page
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi Folks I've just finishing promoting all of the Havana RC1 packages and associated dependencies to the Ubuntu Cloud Archive for Ubuntu 12.04 LTS. For details of how to use the Ubuntu Cloud Archive for Havana, please refer to: https://wiki.ubun

Re: [Openstack] [openstack-dev] Havana RC1 available in the Ubuntu Cloud Archive for 12.04

2013-10-11 Thread Tom Fifield
Thanks James!! On 11/10/13 23:47, James Page wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi Folks I've just finishing promoting all of the Havana RC1 packages and associated dependencies to the Ubuntu Cloud Archive for Ubuntu 12.04 LTS. For details of how to use the Ubuntu Cloud Ar

Re: [Openstack] Ubuntu Cloud Archive Havana Horizon still broken for Precise?

2013-10-11 Thread James Page
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 11/10/13 01:49, Tom Fifield wrote: >> Commented on the bug. Should be working fine at this point. I >> expect you are using an outdated 1:2013.2~b2-0ubuntu2~cloud0 >> package (from the havana-updates pocket) as opposed to the more >> recent 1:201

Re: [Openstack] Havana RC1 available in the Ubuntu Cloud Archive for 12.04

2013-10-11 Thread Razique Mahroua
Awesome great work guys! Le 11 oct. 2013 à 14:47, James Page a écrit : > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Hi Folks > > I've just finishing promoting all of the Havana RC1 packages and > associated dependencies to the Ubuntu Cloud Archive for Ubuntu 12.04 LTS. > > For deta

Re: [Openstack] Neutron / Havana error: MultipleAgentFoundByTypeHost

2013-10-11 Thread Andrew Richards
I'm seeing the exact same thing on Fedora 19 with the RDO Havana packages. Are Neutron plugins handled differently in Havana? Thanks, Andy On Oct 11, 2013, at 2:39 AM, Martinx - ジェームズ wrote: > Guys, > > I'm trying to install Neutron on top of Ubuntu 12.04.3 using Havana Cloud > Archive PPA

[Openstack] clear dns_nameservers

2013-10-11 Thread Alejandro Bonilla
Hi, After updating a quantum attribute, I'm looking for a way to "clear" the field dns_nameservers +--+---+ | Field| Value | +--+

Re: [Openstack] Neutron / Havana error: MultipleAgentFoundByTypeHost

2013-10-11 Thread Eugene Nikanorov
Folks, are you working with single node setup? Thanks, Eugene. On Fri, Oct 11, 2013 at 5:36 PM, Andrew Richards < andrew.richa...@keepertech.com> wrote: > I'm seeing the exact same thing on Fedora 19 with the RDO Havana packages. > Are Neutron plugins handled differently in Havana? > > Thanks,

Re: [Openstack] Neutron / Havana error: MultipleAgentFoundByTypeHost

2013-10-11 Thread Eugene Nikanorov
Is it possible that on both nodes your agents have the same hostname in their conf files? Eugene. On Fri, Oct 11, 2013 at 6:14 PM, Andrew Richards < andrew.richa...@keepertech.com> wrote: > In my case I have two nodes: database and RabbitMQ on node1 (along with > nova controller, cinder. keysto

Re: [Openstack] Neutron / Havana error: MultipleAgentFoundByTypeHost

2013-10-11 Thread Andrew Richards
In my case I have two nodes: database and RabbitMQ on node1 (along with nova controller, cinder. keystone. glance, and horizon). On node2 I have neutron and nova-compute. I hand-rolled it, did not use packstack. Thanks, Andy On Oct 11, 2013, at 10:04 AM, Eugene Nikanorov wrote: > Folks, are

Re: [Openstack] Neutron / Havana error: MultipleAgentFoundByTypeHost

2013-10-11 Thread Andrew Richards
I don't have any neutron agents on node1, only on node2. I'm not presently specifying "host=" in any of my neutron conf file on node2 (I necessarily specify auth_host and rabbit_host). My neutron.conf condensed: http://paste.openstack.org/show/48274/ My plugin.ini condensed: http://paste.opensta

[Openstack] OpenStack Core Online Forum, Oct 16 13:30 UTC #openstack-meeting-alt

2013-10-11 Thread Rob_Hirschfeld
OpenStack Community, You are invited on an online discussion about OpenStack Core on October 16th at UTC 13:30 (8:30 am US Central). At the next OpenStack Foundation Board meeting

Re: [Openstack] Neutron / Havana error: MultipleAgentFoundByTypeHost

2013-10-11 Thread Martinx - ジェームズ
Hi Eugene! I'm trying with both "controller + network" nodes at the same Ubuntu. I'm following my previous Grizzly guide: https://gist.github.com/tmartinx/d36536b7b62a48f859c2 but, of course, updating the commands to reflect Havana needs (I'm drafting a new guide)... I'll try new Havana Cloud Ar

Re: [Openstack] clear dns_nameservers

2013-10-11 Thread Darragh O'Reilly
Hi Alejandro, you need to do: $ neutron subnet-update fixed --dns_nameservers action=clear Re, Darragh. > Hi, > > After updating a quantum attribute, I'm looking for a way to "clear" > the field dns_nameservers > > +--+---+

Re: [Openstack] clear dns_nameservers

2013-10-11 Thread Alejandro Bonilla
Hi Darragh, On Fri, Oct 11, 2013 at 6:55 PM, Darragh O'Reilly wrote: > Hi Alejandro, > > you need to do: > > > $ neutron subnet-update fixed --dns_nameservers action=clear :~ # neutron subnet-update fixed --dns_nameservers action=clear Invalid input for dns_nameservers. Reason: Invalid data for

Re: [Openstack] clear dns_nameservers

2013-10-11 Thread Alejandro Bonilla
Hi Darragh, Thank you. It is not but now I know about this. Thanks again. On Fri, Oct 11, 2013 at 7:22 PM, Darragh O'Reilly wrote: > > > is your neutron client >= 2.3.1? > > neutron --version > > > https://github.com/openstack/python-neutronclient/commit/f9ca01c81e246d4d596b12a529cb8c56b9e31cb9

[Openstack] [Cinder] Havana RC2 available

2013-10-11 Thread Thierry Carrez
Good evening everyone, Due to various issues detected in RC1 testing, we just created a new Havana release candidate for OpenStack Block Storage ("Cinder"). You can find the RC2 tarball and the list of fixed bugs at: https://launchpad.net/cinder/havana/havana-rc2 This is hopefully the last Hava

Re: [Openstack] Assets down

2013-10-11 Thread Samuel Merritt
On 10/11/13 1:43 AM, Emre Sokullu wrote: Hi everyone, We're having a serious problem with our OpenStack installation. Most assets that we've been serving from http://assets00.grou.ps such as http://assets.grou.ps/0F2E3C/avatars/28346976/80.png are broken, but some stil

[Openstack] baremetal image boot issue

2013-10-11 Thread Ravikanth Samprathi
Hi I am new to baremetal provisioning with openstack. I have followed this link for the setup: https://wiki.openstack.org/wiki/Baremetal I have followed instructions from the above link and generated the vmlinuz and ramdisk images. I loaded these vmlinuz and ramdisk into the baremetal node (serve

Re: [Openstack] baremetal image boot issue

2013-10-11 Thread Ravikanth Samprathi
Hi I am past the quota issue, i increased the quota for the project. Where should i get the kernel and ramdisk for tinycore bootstrap? And how do i download the baremetal agent to the baremetal node? Now when i do nova boot i see the following issue: All nova services are up and working. Than

[Openstack] OpenStack Community Weekly Newsletter (Oct 4 – 11)

2013-10-11 Thread Stefano Maffulli
Register Now For The Summit in Hong Kong ?? ?? ???, CoreOS, a good operating system for your OpenStack controllers

[Openstack] baremetal nova boot issue

2013-10-11 Thread Ravikanth Samprathi
Hi I am trying to issue the boot command to provision baremetal server. But i see the following error: Also, where can i get the bootstrap kernel and ramdisk images to boot into the baremetal? And how to get the baremetal agent installed in the baremetal node? command: = root@os:/ho

Re: [Openstack] [openstack-dev] baremetal nova boot issue

2013-10-11 Thread Joe Gordon
On Fri, Oct 11, 2013 at 4:44 PM, Ravikanth Samprathi wrote: > Hi > I am trying to issue the boot command to provision baremetal server. But > i see the following error: > > Also, where can i get the bootstrap kernel and ramdisk images to boot into > the baremetal? And how to get the baremetal ag

Re: [Openstack] [openstack-dev] baremetal nova boot issue

2013-10-11 Thread Ravikanth Samprathi
Thanks Joe. Also may i please request the info about which kernel and ramdisk image to load and how to get baremetal agent loaded into the baremetal server? The nova-api.log is here: == 2013-10-11 16:43:43.514 ERROR nova.api.openstack [req-2fff698c-ddf2-47f1-ae82-47fb0dc67d41

Re: [Openstack] [openstack-dev] baremetal nova boot issue

2013-10-11 Thread Joe Gordon
On Fri, Oct 11, 2013 at 5:17 PM, Ravikanth Samprathi wrote: > Thanks Joe. > > Also may i please request the info about which kernel and ramdisk image to > load and how to get baremetal agent loaded into the baremetal server? > > The nova-api.log is here: > == > 2013-10-11 16:43

Re: [Openstack] [openstack-dev] baremetal nova boot issue

2013-10-11 Thread Ravikanth Samprathi
Hi Joe Thanks, i fixed that, now i see this issue. I have always got confused/wondered about this, which credentials should i use? Can you please help? nova-api.log: == 14 2013-10-11 17:35:44.806 4034 INFO nova.osapi_compute.wsgi.server [-] (4034) accepted ('10.40.0.99', 45381) 15 16 20

[Openstack] baremetal os

2013-10-11 Thread Ravikanth Samprathi
Hi I have a question regarding which image i should use to pxe boot. I have a baremetal server which is empty, has no OS and i have setup the boot option to PXE boot from PXE server. The PXE server is the openstack baremetal controller. Following the guidelines from https://wiki.openstack.org/wiki