[Openstack] Please help me understand the concept of nova instances paths

2012-05-21 Thread Jake Smith
Hello, I am setting up an OpenStack lab, and I am hoping someone can help me with a concept I'm having trouble grasping. I have a simple setup with a controller running keystone, glance, volume, dashboard etc. A single compute node, running compute and network and I have a nexenta SAN server

Re: [Openstack] [nova-compute] vm migration problem

2012-05-21 Thread Razique Mahroua
Hey Eric, make sure first to read that :http://docs.openstack.org/trunk/openstack-compute/admin/content/configuring-live-migrations.htmland also make sure on both systems the user "nova" the SSH keys are installedRazique Eric Luo 21 mai 2012 11:34Hello ,all. I have a two nodes

Re: [Openstack] [nova-compute] vm migration problem

2012-05-21 Thread Joe Breu
Hi Eric, It would appear that the nova user on one of the compute nodes had at one time cached the SSH host key of the other node and now the key has changed. You can bypass this by adding the following to ~nova/.ssh/config on both compute nodes: Host * StrictHostKeyChecking no

Re: [Openstack] [Dashboard] Can't access images/snapshots

2012-05-21 Thread Leander Bessa Beernaert
Thanks, that did it!! Regards, Leander On Fri, May 18, 2012 at 10:43 PM, Vishvananda Ishaya vishvana...@gmail.comwrote: i think you need to update your endpoint to: http://192.168.111.202:8776/v1/%(tenant_id)s note that the volume endpoint should be v1 not v2T Vish On May 18, 2012,

[Openstack] python-swiftclient in gerrit

2012-05-21 Thread Chmouel Boudjnah
Hi, As mentioned a couple of times we are splitting python-swiftclient out of swift, this is mostly ready to cut in its own gerrit project here : https://github.com/chmouel/python-swiftclient monty any chance to get that repo into gerrit with the swift-core being the approvers. I haven't add

Re: [Openstack] python-swiftclient in gerrit

2012-05-21 Thread Chmouel Boudjnah
On Mon, May 21, 2012 at 12:25 PM, Chmouel Boudjnah chmo...@chmouel.com wrote: The other steps needed to be done to make python-swiftclient a world-class library for other OpenStack components will be : [...] Let me know if I have missed something. Obviously there is devstack as well.

[Openstack] swift3 middleware split.

2012-05-21 Thread Chmouel Boudjnah
Hi Fujita, I have sent you a pull request for your swift3 repository : https://github.com/fujita/swift3/pull/1 I have added a few files to match a bit more what gholt did in the other middlewares and copied the swift3 unittests as well. I am going to work on a branch for devstack that use this

Re: [Openstack] nova network external gateway

2012-05-21 Thread Sergio Ariel de la Campa Saiz
Thanks... it works ok... There is some kind of configuration for DNS too?? I change my DNS server in /etc/resolv.conf but some time later it goes back to the default one set by dsnmasq. :-( :-( Sergio Ariel de la Campa Saiz GMV-SES Infraestructura / GMV-SES Infrastructure GMV Isaac Newton,

[Openstack] Packets doesn't arrive to iptables

2012-05-21 Thread Alessandro Tagliapietra
Hello guys, i've associated a floating ip to an instance, this is ip addr result: 2: eth0: BROADCAST,MULTICAST,UP,LOWER_UP mtu 1500 qdisc pfifo_fast state UP qlen 1000 link/ether 00:30:48:fc:4c:92 brd ff:ff:ff:ff:ff:ff inet publicip/24 brd 188.165.225.255 scope global eth0 inet

Re: [Openstack] nova network external gateway

2012-05-21 Thread Alessandro Tagliapietra
You can use this option dhcp-option=6,IP_OF_DNS1,IP_OF_DNS2 that should be appended on the same file. Best Il giorno 21/mag/2012, alle ore 13:34, Sergio Ariel de la Campa Saiz ha scritto: Thanks... it works ok... There is some kind of configuration for DNS too?? I change my DNS server

[Openstack] Stackforge server issue

2012-05-21 Thread Julien Danjou
Hi, It seems the Stackforge server has a little problem lately. I'm unable to post a review on Gerrit, nor to use git-review: error: unpack failed: error No space left on device fatal: Unpack error, check server log Anyone could take a look? Thanks, -- Julien Danjou // eNovance

Re: [Openstack] Stackforge server issue

2012-05-21 Thread Andrew Hutchings
Hi Julien, On 21/05/12 13:07, Julien Danjou wrote: It seems the Stackforge server has a little problem lately. I'm unable to post a review on Gerrit, nor to use git-review: error: unpack failed: error No space left on device fatal: Unpack error, check server log Anyone could take a

Re: [Openstack] Server shutdown/ restart issues when libvirt is used

2012-05-21 Thread Razique Mahroua
Ok, in fact it seems that is the action "plymouth-upstart-bridge" that is responsible for such.I'm still digging, I don't really know why it prevents the server for halting/ rebooting Razique Mahroua 21 mai 2012 11:15 Hi guys, I'm testing essex in an AIO solution (on a vmware

Re: [Openstack] Stackforge server issue

2012-05-21 Thread Andrew Hutchings
Hi Julien, On 21/05/12 13:36, Andrew Hutchings wrote: On 21/05/12 13:07, Julien Danjou wrote: It seems the Stackforge server has a little problem lately. I'm unable to post a review on Gerrit, nor to use git-review: error: unpack failed: error No space left on device fatal: Unpack

Re: [Openstack] RFC: Plugin framework draft

2012-05-21 Thread Thierry Carrez
Andrew Bogott wrote: Remaining tasks: - Extending rootwrap (or, specifically, getting gluster into sudo somehow) I started looking into the security model around adding run-as-root commands. You obviously can't rely on code run as the nova user to plug in new run-as-root commands, as it would

Re: [Openstack] swift3 middleware split.

2012-05-21 Thread FUJITA Tomonori
Hello, On Mon, 21 May 2012 13:34:29 +0200 Chmouel Boudjnah chmo...@chmouel.com wrote: I have sent you a pull request for your swift3 repository : https://github.com/fujita/swift3/pull/1 Applied, thanks! I have added a few files to match a bit more what gholt did in the other middlewares

Re: [Openstack] Stackforge server issue

2012-05-21 Thread Julien Danjou
On Mon, May 21 2012, Andrew Hutchings wrote: Should be OK now. Please let me know if you run into any problems. Everything seems fine now, thanks Andrew! -- Julien Danjou // eNovance http://enovance.com // ✉ julien.dan...@enovance.com ☎ +33 1 49 70 99 81

Re: [Openstack] nova network external gateway

2012-05-21 Thread Sergio Ariel de la Campa Saiz
Thanks a lot!!! Searchin in google, I have found this options. I put them here if someone need it: # Gateway dhcp-option=3,10.0.0.1 # DNS dhcp-option=6,10.0.0.1 # Domain Name dhcp-option=15,dhcp.edoceo.com # IP Forward (no) dhcp-option=19,0 # Source Routing dhcp-option=20,0 # TTL #

Re: [Openstack] Opening up bug triaging rights

2012-05-21 Thread Thierry Carrez
I did a bit of research on the different rights, and it's different from what I thought. So here is some extra info before we take a final decision: Random users can: * Set status to everything but Triaged and WontFix * Assign bugs Bug supervisors can: * Set any status * Set importance * Reopen

Re: [Openstack] confuse about keystone rule

2012-05-21 Thread Lorin Hochstein
Hi William: Some new documentation just landed that should clear things up: http://docs.openstack.org/trunk/openstack-compute/admin/content/keystone-concepts.html (Short answer: by default, only the admin role has meaning unless you edit the policy.conf files). Take care, Lorin -- Lorin

[Openstack] [cinder] weekly meeting reminder

2012-05-21 Thread John Griffith
Just a reminder, we've changed our weekly meeting time to Wednesdays at 16:00 UTC effective this week (Wed May 23, 2012). Also keep in mind this is still a nova-volume meeting as well, so if you have topics please join us. Thanks, John ___ Mailing

Re: [Openstack] RFC: Plugin framework draft

2012-05-21 Thread Andrew Bogott
On 5/21/12 7:53 AM, Thierry Carrez wrote: Andrew Bogott wrote: Remaining tasks: - Extending rootwrap (or, specifically, getting gluster into sudo somehow) I started looking into the security model around adding run-as-root commands. You obviously can't rely on code run as the nova user to

[Openstack] [Doc] Starter docs and articles

2012-05-21 Thread Anne Gentle
Hi all - I wanted to send a note out to discuss the growth of all the starter docs and articles on a particular topic. Thanks all who are sending these to the mailing list or tweeting 'em. We are listening. The doc team has been discussing ways to ensure we help people find what they seek while

[Openstack] Bug Triage day: turn bug lists into something useful again

2012-05-21 Thread Thierry Carrez
Hi everyone, Our bug lists have turned into a disorganized magma of information again, with lots of bugs untouched and lots of stale information. This is very undesirable since we'd like to use the bug lists to know important bugs that should be fixed before a given release/milestone. As an

Re: [Openstack] RFC: Plugin framework draft

2012-05-21 Thread Mark McLoughlin
Hi Andrew, On Thu, 2012-05-17 at 15:32 -0500, Andrew Bogott wrote: I would appreciate comments on the nascent Nova plugin framework that I'm working on. My Nova code is in a fairly modern forked branch here: https://github.com/andrewbogott/nova/tree/plugin I've also written two

[Openstack] [Swift] Swift3 Github pages

2012-05-21 Thread Chmouel Boudjnah
Hello Fujita, I sent you a documentation pull req that should generate the sphinx doc, It would be nice to generate some static html page of the documentation as what Greg has done for his projects for example : http://gholt.github.com/swauth/ This is something done by the github project

[Openstack] [openstack][keystone] V3 API draft

2012-05-21 Thread Joseph Heck
Good morning, I wanted to announce that we have the first strawman/draft of a V3 API for Keystone available for comment and feedback. This is an early draft, and I expect there to be more than one. https://docs.google.com/document/d/1s9C4EMxIZ55kZr62CKEC9ip7He_Q4_g1KRfSk9hY-Sg/edit

Re: [Openstack] [Glance] Replication implementations

2012-05-21 Thread Jay Pipes
Nice job, Mikal. I've added some review comments along with Eoghan. Best, -jay On 05/20/2012 10:43 PM, Michael Still wrote: On 09/05/12 09:01, Gabe Westmaas wrote: This actually sounds like it covers most of the first run needs in this etherpad:

Re: [Openstack] RFC: Plugin framework draft

2012-05-21 Thread Andrew Bogott
On 5/21/12 10:59 AM, Mark McLoughlin wrote: Hi Andrew, On Thu, 2012-05-17 at 15:32 -0500, Andrew Bogott wrote: I would appreciate comments on the nascent Nova plugin framework that I'm working on. My Nova code is in a fairly modern forked branch here:

Re: [Openstack] [openstack][keystone] V3 API draft

2012-05-21 Thread Luis Gervaso
Great +1 all the points, specially tenants from user! Cheers! On Mon, May 21, 2012 at 6:11 PM, Joseph Heck he...@mac.com wrote: Good morning, I wanted to announce that we have the first strawman/draft of a V3 API for Keystone available for comment and feedback. This is an early draft, and

Re: [Openstack] Keystone 2012.1 - global and private endpoints

2012-05-21 Thread Lorin Hochstein
These are now in the docs: http://docs.openstack.org/trunk/openstack-compute/admin/content/keystone-concepts.html Take care, Lorin -- Lorin Hochstein Lead Architect - Cloud Services Nimbis Services, Inc. www.nimbisservices.com On May 12, 2012, at 8:43 AM, Leandro Reox wrote: Clear as

Re: [Openstack] Swift performance for very small objects

2012-05-21 Thread Rick Jones
On 05/19/2012 06:34 PM, Paulo Ricardo Motta Gomes wrote: Hello, I'm doing some experiments in a Swift cluster testbed of 9 nodes/devices and 3 zones (3 nodes on each zone). In one of my tests, I noticed that PUTs of very small objects are extremely inefficient. - 5000 PUTs of objects with an

Re: [Openstack] Need +2 review for Trusted Compute Pool patch

2012-05-21 Thread Jay Pipes
Review done. -jay On 05/21/2012 02:19 AM, Dugger, Donald D wrote: After multiple revisions this patch is ready to go (2 positive reviews and no negative comments) but it still needs a couple of +2 reviews if someone can look at it. https://review.openstack.org/#/c/7262/ Tnx. --

[Openstack] Any seattle area openstackers on the list? ...

2012-05-21 Thread Arvind Srinivasan
Would be nice to meet up and hack away. --- Arvind Srinivasan - IBM Cloud Strategy Technology Standards Email: arvin...@us.ibm.com Phone: +1 919 673 1082 -___ Mailing

Re: [Openstack] RFC - dynamically loading virt drivers

2012-05-21 Thread Sean Dague
On 05/17/2012 06:38 PM, Vishvananda Ishaya wrote: The main issue with changing this is breaking existing installs. So I guess this would be my strategy: a) remove get_connection from the drivers (and just have it construct the 'connection' class directly) I'm starting down this path, but a

Re: [Openstack] Any seattle area openstackers on the list? ...

2012-05-21 Thread Sriram Subramanian
There is a lot of openstackers around including me. What are you upto with openstack? Some of the local groups around openstack are: http://www.meetup.com/OpenStack-Seattle/ http://www.meetup.com/OpenStack-Seattle/ http://www.meetup.com/Seattle-Opscode-Chef-Meetup-Group/ (not openstack per

Re: [Openstack] Swift3 Github pages

2012-05-21 Thread Pete Zaitcev
On Mon, 21 May 2012 18:01:04 +0200 Chmouel Boudjnah chmo...@chmouel.com wrote: I have sent already the gerrit review to remove swift3 from swift : https://review.openstack.org/#/c/7628/ and reference your repository http://github.com/fujita/swift3 in associated project. If swift3 goes

Re: [Openstack] [Swift] Swift3 Github pages

2012-05-21 Thread Oleg Gelbukh
Gentlemen, We have a feature for swift3 middleware that we'd like to propose for merge. How we can do this now, when it is split into associated project? How has the procedure changed? -- Best reagards, Oleg Gelbukh Mirantis Inc. On Mon, May 21, 2012 at 8:01 PM, Chmouel Boudjnah

Re: [Openstack] Any seattle area openstackers on the list? ...

2012-05-21 Thread Joseph Heck
Next OpenStack Seattle meetup is Thursday evening, BTW - at HP's offices: http://www.meetup.com/OpenStack-Seattle/events/58239262/ On May 21, 2012, at 12:23 PM, Sriram Subramanian wrote: There is a lot of openstackers around including me. What are you upto with openstack? Some of

Re: [Openstack] [nova-compute] vm migration problem

2012-05-21 Thread Lorin Hochstein
Has anybody ever written a script that grabs the host public key from the instance's console and updates the .ssh/config/known_hosts file accordingly, instead of throwing away host key checking? That would be a handy little thing if it was out there. Take care, Lorin -- Lorin Hochstein Lead

[Openstack] [metering] high-level design proposal

2012-05-21 Thread Doug Hellmann
I have written up some of my thoughts on a proposed design for ceilometer in the wiki [1]. I'm sure there are missing details, but I wanted to start getting ideas into writing so they could be discussed here on the list, since I've talked about different parts with a couple of you separately. Let

[Openstack] iptables and nova-manage network list do not match.

2012-05-21 Thread askstack
Hi I am having a client not getting dhcp release problem, similar to https://answers.launchpad.net/quantum/+question/197701 By looking at the iptables output, I see the /8 network mask should have been /24. How can I fix this problem? Thanks. my nova.conf is at

Re: [Openstack] [Swift] Swift3 Github pages

2012-05-21 Thread FUJITA Tomonori
Hi, On Mon, 21 May 2012 18:01:04 +0200 Chmouel Boudjnah chmo...@chmouel.com wrote: I sent you a documentation pull req that should generate the sphinx doc, It would be nice to generate some static html page of the documentation as what Greg has done for his projects for example :

Re: [Openstack] [Swift] Swift3 Github pages

2012-05-21 Thread FUJITA Tomonori
Hello, On Tue, 22 May 2012 00:33:50 +0400 Oleg Gelbukh ogelb...@mirantis.com wrote: We have a feature for swift3 middleware that we'd like to propose for merge. Nice. How we can do this now, when it is split into associated project? How has the procedure changed? I'm not sure that there

Re: [Openstack] swift3 middleware split.

2012-05-21 Thread Sam Morrison
Would also be good to start thinking about how these are packaged up and added to ubuntu/epel etc. archives. Will the people who do the deb/rpm packaging for swift also be doing these plugins? Or are they entirely separate in that sense too? Cheers, Sam On Mon, May 21, 2012 at 10:55 PM,

Re: [Openstack] Swift3 Github pages

2012-05-21 Thread Pete Zaitcev
On Mon, 21 May 2012 16:06:42 -0500 Gregory Holt gh...@rackspace.com wrote: There are examples of middleware returning generators out there, such as in PEP 333 WSGI, specifically the class example at http://www.python.org/dev/peps/pep-0333/#the-application-framework-side. Obviously I didn't

Re: [Openstack] python-swiftclient in gerrit

2012-05-21 Thread Lorin Hochstein
On May 21, 2012, at 6:25 AM, Chmouel Boudjnah wrote: Hi, As mentioned a couple of times we are splitting python-swiftclient out of swift, this is mostly ready to cut in its own gerrit project here : https://github.com/chmouel/python-swiftclient Are you planning on making it available

Re: [Openstack] Swift3 Github pages

2012-05-21 Thread Greg
[Reposting my original reply at the very bottom of this, since I sent it from the wrong email address last time and it never hit the mailing list -- for those following along there.] And Pete, that PEP isn't exactly great and we all definitely translated it differently before. :) Some parts

Re: [Openstack] RFC - dynamically loading virt drivers

2012-05-21 Thread Akira Yoshiyama
Hi, FYI, I have a patch for nova-cactus to import only one virt driver. http://www.debian.or.jp/~yosshy/nova-cactus-patches/1004.txt Regards, Akira Yoshiyama 2012/05/18 6:12 Sean Dague sda...@linux.vnet.ibm.com: Rationale: nova loads drivers for various subsystems in very different ways, and