Re: [Openstack] manage personal instance from openstack

2013-07-26 Thread Jay Pipes
On 07/26/2013 05:10 AM, Deepak Jeswani1 wrote: Hi everyone, I have an instance running various applications in my environment and I want to transfer it to Openstack. One way is to take image of my instance, register it with Openstack image library and then create an instance out of it. I am

Re: [Openstack] Call to API very slow [Grizzly]

2013-07-25 Thread Jay Pipes
You will need to provide more details than old vs. new OpenStack. For example... 1) What is your network model in the old vs. new 2) What version of OpenStack is the old 3) Is Keystone used in old and new? If so, what drivers are used in Keystone? 4) Do you have errors in any of your log files

Re: [Openstack] Ansible playbooks for OpenStack

2013-07-10 Thread Jay Pipes
On 07/10/2013 08:09 AM, Daniel P. Berrange wrote: On Mon, Jul 08, 2013 at 10:02:59AM -0500, Timothy Gerla wrote: Hi everyone, I wanted to share this with the group in the hopes that we could get some feedback. We've built a set of Ansible playbooks to install configure a full OpenStack

Re: [Openstack] Propagation of account state management changes in keystone across all the services

2013-06-25 Thread Jay Pipes
On 06/25/2013 01:50 PM, Balle, Susanne wrote: Hi We are looking into how to best architect the propagation of account state management changes in keystone across all the services. For example, when we delete a customer domain and/or its tenants, it is currently a multi-step process with

Re: [Openstack] The OpenStack Community Welcomes Developers in All Programming Languages

2013-06-12 Thread Jay Pipes
On 06/12/2013 10:09 AM, Everett Toews wrote: The OpenStack community has been and needs to continue to be a welcoming community for developers in all programming languages. Naturally I’m referring to developers who are building systems on top of OpenStack and not the developers of OpenStack

Re: [Openstack] glance client not working

2013-05-01 Thread Jay Pipes
On 05/01/2013 02:28 PM, Dennis Jacobfeuerborn wrote: Hi, I'm currently working on setting up OpenStack using Ansible (after giving up on Puppet) and have keystone running and Glance running. The problem I now have is that the client doesn't seem to work: [root@controller1 ~]# glance index

Re: [Openstack] Gerrit Review + SSH

2013-04-04 Thread Jay Pipes
On 04/04/2013 02:23 PM, Jeremy Stanley wrote: On 2013-04-04 10:51:20 -0700 (-0700), Ronak Shah wrote: As OS dev cycle involves Gerrit review tool which requires ssh into the gerrit server, I was wondering if any of you guys face problems where your company/org does not allow ssh to external

Re: [Openstack] CY13-Q1 Community Analysis — OpenStack vs OpenNebula vs Eucalyptus vs CloudStack

2013-04-02 Thread Jay Pipes
Great work again, John! One thing I might suggest is to remove the review.openstack.org domain from the git domain part at the end of the analysis, as it skews the results significantly (it's the Gerrit patch review tool's email address, presumably for merge commits.) Best, -jay On 04/02/2013

Re: [Openstack] Keystone Design Session - Fine Grained Access Control

2013-04-02 Thread Jay Pipes
On 04/02/2013 09:51 AM, Joe Savak wrote: I’d like to propose a design session on Fine Grained Access Control for the summit. Session info: http://summit.openstack.org/cfp/edit/99 Blueprint: https://blueprints.launchpad.net/keystone/+spec/fine-grain Details: a large implementation,

Re: [Openstack] floating ips history

2013-03-25 Thread Jay Pipes
On 03/25/2013 06:48 AM, Antonio Messina wrote: Hi all, I wonder if there is an easy way to know the instance a specific floating ip was assigned to on a specific point in time. Unfortunately, not using the database schema as it currently stands. You could, however, search your log files

Re: [Openstack] StackTach and Stacy github repos have moved ...

2013-03-25 Thread Jay Pipes
Thanks for the heads up, Sandy. There was some talk in the last release cycle about possibly merging some or all of the StackTach functionality with Ceilometer. Is that still on the horizon or has that idea been scuttled? Best, -jay On 03/25/2013 09:42 AM, Sandy Walsh wrote: Hi, how are you?

Re: [Openstack] StackTach and Stacy github repos have moved ...

2013-03-25 Thread Jay Pipes
All good in the hood. :) Thanks mate! On 03/25/2013 09:57 AM, Sandy Walsh wrote: On 03/25/2013 10:47 AM, Jay Pipes wrote: Thanks for the heads up, Sandy. There was some talk in the last release cycle about possibly merging some or all of the StackTach functionality with Ceilometer

Re: [Openstack] Project quotas on multi-region

2013-03-24 Thread Jay Pipes
On 03/23/2013 09:31 PM, Nathanael Burton wrote: Glaucimar, Currently quotas are maintained within each nova system so there is not a global view/management/enforcement of quotas. I would love to see a discussion of centralizing things from nova like key pairs, AZs, and quotas in keystone.

Re: [Openstack] download ec2 creds fails consistently in horizon

2013-03-15 Thread Jay Pipes
It's actually not nova-cert that you need. It is the Keystone EC2 credentials API extension that is the problem. It only works for users with admin role. I logged a bug on it and am working on a fix: https://bugs.launchpad.net/keystone/+bug/1136190 Best, -jay On 03/14/2013 10:57 AM, Wyllys

Re: [Openstack] Unauthenticated service probe for OpenStack components

2013-03-15 Thread Jay Pipes
Or, alternately, you can post to the endpoint root (without the version) and that should respond with a 300 Multiple Choice for most of the OpenStack service endpoints. Best, -jay On 03/14/2013 04:52 PM, Dean Troyer wrote: On Thu, Mar 14, 2013 at 3:40 PM, Tim Bell tim.b...@cern.ch wrote:

Re: [Openstack] download ec2 creds fails consistently in horizon

2013-03-15 Thread Jay Pipes
nova-cert, I also had to change the keystoneauth settings in /etc/swift/proxy-server.conf to add Member to the operator_roles list, which I suppose is equivalent to making a Member user the equivalent of an administrator for Swift. -Wyllys On Mar 15, 2013, at 1:02 PM, Jay Pipes jaypi

Re: [Openstack] Tempest for Integration testing of Openstack (FOLSOM)

2013-03-12 Thread Jay Pipes
On 03/12/2013 11:14 AM, Girija Sharan wrote: But the tests in *tempest-stable-folsom/tempest/tests/network *are not running in Folsom with Quantum. All other tests are running fine. Someone said that this stable-folsom release of tempest is not for testing Quantum in Folsom. Is it true ? If

Re: [Openstack] Incredibly odd mysql permission error

2013-03-08 Thread Jay Pipes
On 03/08/2013 12:19 PM, Samuel Winchenbach wrote: Hi All, I have two nodes (test1 and test2) that I am trying to set up in a highly available configuration. During the setup process I tried running nova-manage service list on both nodes. It worked fine on test2, but fails on test1 even

Re: [Openstack] Incredibly odd mysql permission error

2013-03-08 Thread Jay Pipes
@10.21.0.0/255.255.0.0 user is clearly working for the access from test2. Also, I'd recommend highly removing the nova@% user. Best, -jay On 03/08/2013 03:09 PM, Samuel Winchenbach wrote: http://paste2.org/p/3085807 On Fri, Mar 8, 2013 at 2:46 PM, Jay Pipes jaypi...@gmail.com

Re: [Openstack] Incredibly odd mysql permission error

2013-03-08 Thread Jay Pipes
at the point of taking a tcpdump and trying to recreate the salted password. :/ Thanks for the help Sam On Fri, Mar 8, 2013 at 3:38 PM, Jay Pipes jaypi...@gmail.com mailto:jaypi...@gmail.com wrote: I'm stumped :( Looks like everything is set up correctly to me. What is interested

Re: [Openstack] deal with booting lots of instance simultaneously

2013-02-19 Thread Jay Pipes
Are you using multi_host setup? If not, as Vish suggested, that will alleviate much of the problem. Best, -jay On 02/19/2013 04:09 AM, gtt116 wrote: Hi Diego Thanks for you reply. How many hosts do you have? I have 4 hosts. And in this bug, https://bugs.launchpad.net/nova/+bug/1094226, The

Re: [Openstack] Use a running ESXi hypervisor

2013-02-15 Thread Jay Pipes
No. On 02/15/2013 02:15 PM, Logan McNaughton wrote: I'm sorry if this question has been asked before: Is it possible to add an already running ESXi hypervisor (with live VM's) into OpenStack? For instance if I start a VM on ESX and install and configure nova-compute, can the running VM's

Re: [Openstack] [keystone] Why are we returing such a big payload in validate token?

2013-01-31 Thread Jay Pipes
+1000 On 01/31/2013 07:44 PM, Ali, Haneef wrote: Hi, As of now v3 validateToken response has “tokens, service catalog, users, project , roles and domains. (i.e) Except for groups we are returning everything. We also discussed about the possibility of 100s of endpoints.

Re: [Openstack] Windows instance licensing in OpenStack

2013-01-23 Thread Jay Pipes
On 01/23/2013 08:41 AM, Balamurugan V G wrote: Hi, I wonder how the Windows Licensing would work in OpenStack. Lets say I have a Windows Image which I have already activated. Now if I launch N instances of this image, what are the SO licensing implications? Will I have to

Re: [Openstack] Is nova-client thread safe ?

2013-01-21 Thread Jay Pipes
On 01/21/2013 01:24 PM, Day, Phil wrote: Hi Folks, Does anyone know if the nova-client python binding is written to be thread safe ? We saw some odd behavour when using it with multiple threads, and before digging deeper just thought I’d check if there were known issues, etc. The client

Re: [Openstack] Total Network Confusion

2013-01-15 Thread Jay Pipes
controller on the compute nodes IIUC... -jay Thanks, James On 14 Jan 2013, at 18:11, Jay Pipes jaypi...@gmail.com wrote: I'd recommend Folsom over Essex :) And I'd highly recommend these articles from Mirantis which really step through the networking setup in VLANManager. Read through

Re: [Openstack] Glance, boto and image id

2013-01-14 Thread Jay Pipes
: https://github.com/openstack/nova/blob/master/nova/db/sqlalchemy/models.py#L964 Not sure this is available via Horizon... sorry. Best, -jay .a. On Sun, Jan 13, 2013 at 10:17 PM, Jay Pipes jaypi...@gmail.com mailto:jaypi...@gmail.com wrote: The EC2-style image ID would probably

Re: [Openstack] Total Network Confusion

2013-01-14 Thread Jay Pipes
I'd recommend Folsom over Essex :) And I'd highly recommend these articles from Mirantis which really step through the networking setup in VLANManager. Read through them in the following order and I promise at the end you will have a much better understanding of networking in Nova.

Re: [Openstack] Glance, boto and image id

2013-01-13 Thread Jay Pipes
The EC2-style image ID would probably be stored in the custom key/value pairs in the Glance image record for the image... so if you do a glance image-show IMAGE_UUID you should see the EC2 image ID in there... -jay On 01/11/2013 09:51 AM, Antonio Messina wrote: Hi all, I am using boto

Re: [Openstack] How to create vm instance to specific compute node?

2013-01-04 Thread Jay Pipes
can, for example, set up the policy file to control this via a Keystone role Phil -Original Message- From: openstack-bounces+philip.day=hp@lists.launchpad.net [mailto:openstack-bounces+philip.day=hp@lists.launchpad.net] On Behalf Of Jay Pipes Sent: 27 December 2012 22:39

Re: [Openstack] Glance upload: No checksum when using swift and image swift_store_large_object_size

2013-01-02 Thread Jay Pipes
Bug. Please do file one. Best, -jay On 01/02/2013 09:30 AM, Robert van Leeuwen wrote: Hi, I just noticed that when using glance with a swift backend the checksum is not populated when the size is below the swift_store_large_object_size when adding an image. This results in an error

Re: [Openstack] boot multi instances at a time issue

2013-01-02 Thread Jay Pipes
On 01/02/2013 12:52 AM, heut2008 wrote: Hi,all When booting multi instances at a time , we face a hostname naming problem, now all instances will using the same hostname provideed at booting time,as a developer,I am looking for suggestions and requirements that from the user side, how

Re: [Openstack] How to create vm instance to specific compute node?

2012-12-31 Thread Jay Pipes
On 12/30/2012 04:25 PM, Rick Jones wrote: On 12/27/2012 02:39 PM, Jay Pipes wrote: No. Pity - I'd just gotten used to that mechanism :) The one constant in OpenStack development is change, as well you know! ;) Use nova boot --availability_zone=nova:hostname where nova: is your

Re: [Openstack] How to create vm instance to specific compute node?

2012-12-27 Thread Jay Pipes
No. Use nova boot --availability_zone=nova:hostname where nova: is your availability zone and hostname is the hostname of the compute node you wish to put the instance on. Note this is an admin-only ability by default and can oversubscribe the compute node the instance goes on. Best, -jay On

Re: [Openstack] DEBUG nova.utils [-] backend

2012-12-12 Thread Jay Pipes
You can ignore this. On 12/12/2012 06:06 AM, Andrew Holway wrote: Hi, 2012-12-12 12:04:48 DEBUG nova.utils [-] backend module 'nova.db.sqlalchemy.migration' from '/usr/lib/python2.6/site-packages/nova/db/sqlalchemy/migration.pyc' from (pid=14756) __get_backend

Re: [Openstack-qa-team] Right place for blueprints?

2012-11-02 Thread Jay Pipes
On 11/01/2012 03:45 PM, Sean Dague wrote: As we start to file QA blueprints, which of these is the right place to do them in: https://blueprints.launchpad.net/openstack-qa or No, this is the QA documentation. https://blueprints.launchpad.net/tempest or is there some 3rd place we should

Re: [Openstack-qa-team] Need to change mailing list server?

2012-11-02 Thread Jay Pipes
On 11/01/2012 04:49 PM, David Kranz wrote: There is now a full tempest run going daily and reporting failures to this list. But that won't work because jenkins and gerrit cannot be launchpad members. According to the ci folks, others have dealt with this by moving their mailing lists to

Re: [Openstack-qa-team] Need to change mailing list server?

2012-11-02 Thread Jay Pipes
me email in there :) jaypi...@gmail.com. Best, -jay Cheers, stef On Fri 02 Nov 2012 04:37:18 PM CET, Jay Pipes wrote: On 11/01/2012 04:49 PM, David Kranz wrote: There is now a full tempest run going daily and reporting failures to this list. But that won't work because jenkins and gerrit

Re: [Openstack] Instance provisioning taking more time for all the instances

2012-10-29 Thread Jay Pipes
Hi Nagaraju, apologies for long delay in replying. Answer inline. On 09/29/2012 05:40 AM, Nagaraju Bingi wrote: Hi, We have deployed Openstack on VMware and we could able to provision Instances but image is not getting cached on compute/ESX server and for every provisioning of instances the

Re: [Openstack-qa-team] S3/EC2 test based on python-boto

2012-10-23 Thread Jay Pipes
is the correct git/gerrit workflow for submitting a change based on someone else rejected/expired commit ? I would like to mark correctly the original code base. Best Regards, Attila - Original Message - From: Jay Pipes jaypi...@gmail.com To: openstack-qa-team@lists.launchpad.net Cc: zul

Re: [Openstack-qa-team] S3/EC2 test based on python-boto

2012-10-22 Thread Jay Pipes
On 10/22/2012 10:36 AM, Attila Fazekas wrote: Hi everyone, I am considering implementing test cases for using the EC2 and S3 API in tempest. I would like to know is anybody else working on this kind of tests ? Hi! :) It's old, but Chuck Short (cc'd) once gave this a go and the code review

Re: [Openstack-qa-team] Moving follow-up Unconference to 1:45 today

2012-10-22 Thread Jay Pipes
Hi Yaniv, answers inline... On 10/22/2012 11:41 AM, Yaniv Kaul wrote: On 10/22/2012 05:33 PM, Jay Pipes wrote: Hi Sean :) Here's a quick recap: We agreed: * nosetests just isn't a good foundation for our work -- especially regarding performance/parallelism Any proposed alternatives

Re: [Openstack-qa-team] Moving follow-up Unconference to 1:45 today

2012-10-22 Thread Jay Pipes
On 10/22/2012 12:41 PM, Yaniv Kaul wrote: Ok - although it's not very well documented - http://testtools.readthedocs.org/en/latest/py-modindex.html http://mumak.net/testtools/apidocs/ -- Mailing list: https://launchpad.net/~openstack-qa-team Post to : openstack-qa-team@lists.launchpad.net

Re: [Openstack-qa-team] What is going on with test_server_*_ops?

2012-09-28 Thread Jay Pipes
/641f6123624b6ac89182c303dfcb0459b28055a2 -Dolph On Tue, Sep 25, 2012 at 9:35 AM, Jay Pipes jaypi...@gmail.com mailto:jaypi...@gmail.com wrote: On 09/25/2012 09:38 AM, David Kranz wrote: I heard from some of my team members that test_server_basic_ops and test_server_advanced_ops

Re: [Openstack-qa-team] What is going on with test_server_*_ops?

2012-09-28 Thread Jay Pipes
(tempest.tests.compute.test_server_basic_ops.TestServerBasicOps) ... ok test_099_terminate_instance (tempest.tests.compute.test_server_basic_ops.TestServerBasicOps) ... ok On 9/28/2012 12:12 PM, Jay Pipes wrote: Approved and merged. On 09/28/2012 11:51 AM, David Kranz wrote: This was the problem (trivial) https

Re: [Openstack-qa-team] Tempest Gating

2012-09-10 Thread Jay Pipes
On 09/07/2012 08:13 PM, Dan Smith wrote: DW We also have a different problem with running tests in parallel DW now. None of the newly designed basic/advanced ops test can be run DW in parallel given their dependency between tests. The only way I can DW think of to proceed would be to rework

Re: [Openstack-qa-team] Policy for commits

2012-09-06 Thread Jay Pipes
On 09/06/2012 02:21 PM, David Kranz wrote: Do we have a policy about whether bug tickets are needed for every change? I happened to see a silly coding error and would prefer to avoid the overhead of a bug ticket for such things. Silly coding errors/typos/style cleanups do not need a bug. But

Re: [Openstack] A plea from an OpenStack user

2012-08-29 Thread Jay Pipes
Ryan, thank you for your excellent and detailed comments about problems you encountered during the upgrade process. This is precisely the kind of constructive feedback that is needed and desired. Someone mentioned automated testing of upgrade paths. This is exactly what needs to happen. Hopefully

Re: [Openstack] multiple interfaces for floating IPs

2012-08-27 Thread Jay Pipes
No, not that I'm aware of -- at least not on the same compute node... You can only specify public_interface=XXX for a single interface (or bridge) used for all floating IPs for the VMs on a compute node. Best, -jay On 08/20/2012 12:13 PM, Juris wrote: Greetings everyone, Just a quick

Re: [Openstack-qa-team] Tempest Gating

2012-08-24 Thread Jay Pipes
On 08/21/2012 05:45 PM, Dan Smith wrote: In other suites, I've seen an XFAIL result used to mark tests that we know are failing right now so that they're not SKIPped like tests that are missing some component, but rather just not fatal to the task at hand. Maybe something like that would be

Re: [Openstack] [Nova] How common is user_data for instances?

2012-08-14 Thread Jay Pipes
On 08/13/2012 07:38 PM, Michael Still wrote: On 14/08/12 08:54, Jay Pipes wrote: I was *going* to create a random-data table with the same average row size as the instances table in Nova to see how long the migration would take, and then I realized something... The user_data column

Re: [Openstack] [Nova] How common is user_data for instances?

2012-08-13 Thread Jay Pipes
On 08/13/2012 09:12 AM, Dan Prince wrote: - Original Message - From: Michael Still michael.st...@canonical.com To: openstack@lists.launchpad.net, openstack-operat...@lists.openstack.org Sent: Saturday, August 11, 2012 5:12:22 AM Subject: [Openstack] [Nova] How common is user_data for

Re: [Openstack] [Nova] How common is user_data for instances?

2012-08-13 Thread Jay Pipes
On 08/13/2012 09:53 AM, Stephen Gran wrote: Hi, I think user_data is probably reasonably common - most people who use, eg, cloud-init will use it (we do). As the 64k limit is a MySQL limitation, and not a nova limitation, why not just say, if you want more storage, use postgres (or

Re: [Openstack] Does glance-scrubber.conf require sql_connection?

2012-08-13 Thread Jay Pipes
On 08/12/2012 10:12 PM, Lorin Hochstein wrote: Doc question: Does glance-scrubber require sql_connection? The Install and Deploy Guide specifies the sql_connection parameter http://docs.openstack.org/essex/openstack-compute/install/apt/content/glance-scrubber-conf-file.html, but it wasn't

Re: [Openstack] Does glance-scrubber.conf require sql_connection?

2012-08-13 Thread Jay Pipes
On 08/13/2012 01:45 PM, Lorin Hochstein wrote: On Aug 13, 2012, at 11:33 AM, Jay Pipes jaypi...@gmail.com wrote: On 08/12/2012 10:12 PM, Lorin Hochstein wrote: Doc question: Does glance-scrubber require sql_connection? The Install and Deploy Guide specifies the sql_connection parameter

Re: [Openstack] [Nova] How common is user_data for instances?

2012-08-13 Thread Jay Pipes
On 08/13/2012 06:02 PM, Michael Still wrote: On 14/08/12 01:24, Jay Pipes wrote: Or just set the column to the LONGTEXT type and both MySQL and PostgreSQL will be just as happy. This is what I was originally aiming at -- will large deployers be angry if I change this column to longtext

Re: [Openstack] [openstack-dev] [nova] Call for Help -- OpenStack API XML Support

2012-08-10 Thread Jay Pipes
On 08/09/2012 11:05 PM, George Reese wrote: On Aug 9, 2012, at 8:14 PM, Doug Davis d...@us.ibm.com mailto:d...@us.ibm.com wrote: Situations like this are always interesting to watch. :-) On the one hand its open-source, so if you care about something then put up the resources to make it

Re: [Openstack] jcloud has a conneciton pool?

2012-08-10 Thread Jay Pipes
On 08/10/2012 04:14 PM, chaohua wang wrote: Hi Folks, I am working on Jcloud and Openstack. We have application(using jcloud) to connect Hp cloud service. But for each request to HP cloud service, we created restContext (RestContextNovaApi, NovaAsyncApi restContext =

Re: [Openstack] Help with meta-data

2012-08-08 Thread Jay Pipes
On 08/08/2012 03:57 AM, Simon Walter wrote: Hi all, I've completed the excruciating Launchpad process of subscribing to a mailing list to ask for your help with having my instances access their meta-data. What was excruciating about the subscription process? However, they cannot access

Re: [Openstack] KVM live block migration: stability, future, docs

2012-08-07 Thread Jay Pipes
On 08/07/2012 08:57 AM, Blair Bethwaite wrote: Hi Sébastien, Thanks for responding! By the way, I have come across your blog post regarding this and should reference it for the list: http://www.sebastien-han.fr/blog/2012/07/12/openstack-block-migration/ On 7 August 2012 17:45, Sébastien

Re: [Openstack] KVM live block migration: stability, future, docs

2012-08-07 Thread Jay Pipes
On 08/07/2012 08:23 PM, Blair Bethwaite wrote: Hi Jay, On 8 August 2012 06:13, Jay Pipes jaypi...@gmail.com wrote: Why would you find this surprising? I'm just curious... The live migration algorithm detailed here: http://www.linux-kvm.org/page/Migration, seems to me to indicate

Re: [Openstack] KVM live block migration: stability, future, docs

2012-08-07 Thread Jay Pipes
On 08/07/2012 09:42 PM, Blair Bethwaite wrote: On 8 August 2012 11:33, Jay Pipes jaypi...@gmail.com wrote: Sorry, from your original post, I didn't think you were referring to live migration, but rather just server migration. You had written Compared to regular (non-block) live migrate, but I

Re: [Openstack] [Nova] Create multiple instances in one request

2012-08-07 Thread Jay Pipes
On 08/07/2012 02:27 PM, Anne Gentle wrote: It seems the log from the last Nova meeting where this was discussed is gathered together with the QA team meeting due to the meetbot not being turned off between meetings. The log is here, scroll to the bottom to read.

Re: [Openstack] keystone and ssl ?

2012-08-03 Thread Jay Pipes
On 08/03/2012 05:18 AM, Pierre Amadio wrote: snip https://blueprints.launchpad.net/keystone/+spec/2-way-ssl At the bottom of the blueprint, there are 2 addressed by links with a set of patches: https://review.openstack.org/1038 https://review.openstack.org/7706 But i do not find trace

Re: [Openstack] best practices for merging common into specific projects

2012-08-03 Thread Jay Pipes
On 08/02/2012 08:52 PM, Eric Windisch wrote: What do you mean by membership services? See the email today from Yun Mao. This is a proposal to have a pluggable framework for integration services that maintain memberships. This was originally desiged to replace the MySQL heartbeats in Nova,

Re: [Openstack] Cannot pass hint to Nova Scheduler

2012-08-03 Thread Jay Pipes
On 08/03/2012 09:28 AM, Heng Xu wrote: Another questions is, I can get all the status of a computing node in the mysql nova database, and select * from compute_node, but now I am using json filter, the only field I have success with now is the free_ram_db, if my hint uses free_disk_gb, then

Re: [Openstack] Qcow2 Details on base images

2012-08-02 Thread Jay Pipes
On 08/02/2012 07:47 AM, Gaurab Basu wrote: Hi Jay, Thanks for your reply, it helped me get started. I have been going through the code and some of the sparse docs that are available. This is the code file https://github.com/openstack/nova/blob/master/nova/virt/libvirt/utils.py

Re: [Openstack] Cannot pass hint to Nova Scheduler

2012-08-02 Thread Jay Pipes
Sorry for top-posting, but there's not really a good place to inline comment. First, let's tackle logging in devstack... When using devstack, you noticed that it logs to the screen session by default. To make devstack ALSO log to a file, put the following in your localrc: LOG_COLOR=False

Re: [Openstack] best practices for merging common into specific projects

2012-08-02 Thread Jay Pipes
On 08/02/2012 04:05 PM, Eric Windisch wrote: On Monday, July 23, 2012 at 12:04 PM, Doug Hellmann wrote: Sorry if this rekindles old arguments, but could someone summarize the reasons for an openstack-common PTL without voting rights? I would have defaulted to giving them a vote *especially*

Re: [Openstack] python novaclient's response when extension is disabled

2012-08-01 Thread Jay Pipes
On 08/01/2012 10:10 AM, Jiang, Yunhong wrote: Currently, if an extension is disabled, there will be no clear information like extension is not support, instead, it will return ERROR: n/a (HTTP 404), like followed output in my devstack. yjiang5@yjiang5-linux1:~/work/openstack/devstack$

Re: [Openstack] [glance] legacy client removal and python-glanceclient

2012-08-01 Thread Jay Pipes
On 08/01/2012 03:18 PM, Kevin L. Mitchell wrote: On Wed, 2012-08-01 at 18:37 +, Gabriel Hurley wrote: As a rule of thumb, we need to start doing proper deprecation on all public interfaces, whether that's a CLI, client method signatures, APIs, etc. It's a little late for this on the old

Re: [Openstack] [glance] legacy client removal and python-glanceclient

2012-08-01 Thread Jay Pipes
On 08/01/2012 02:11 PM, Pete Zaitcev wrote: On Wed, 01 Aug 2012 01:06:10 -0400 Jay Pipes jaypi...@gmail.com wrote: I don't disagree with you. At the same time, I think Brian has a good point when he compares having two versions of SQLAlchemy installed on a system: it just doesn't make much

Re: [Openstack] Default reply to behavior for mailing list

2012-07-31 Thread Jay Pipes
On 07/31/2012 02:09 PM, Johannes Erdfelt wrote: On Tue, Jul 31, 2012, Bhuvaneswaran A bhu...@apache.org wrote: If a subscriber reply to a mailing list message, it's sent to the author only. Each subscriber should use Reply to All every time, to post a reply to mailing list. Can you please

Re: [Openstack] [glance] legacy client removal and python-glanceclient

2012-07-31 Thread Jay Pipes
On 08/01/2012 12:49 AM, Matt Joyce wrote: I think we're running out of opportunities to do stuff like this. This is exactly the sort of thing that will drive George Reese into a homocidal rage. More to the point its exactly the sort of thing our users are going to despise us for. And that

Re: [Openstack] Qcow2 Details on base images

2012-07-28 Thread Jay Pipes
On 07/28/2012 11:10 AM, Gaurab Basu wrote: Another thing I would like to know is whether it uses snapshot mechanism over time. What is it you are referring to above? Are you asking whether Nova automatically takes snapshots of images over time? If so, no, it does not. If a user requests a

Re: [Openstack] [Nova] proposal to provide project specific instance type

2012-07-28 Thread Jay Pipes
On 07/28/2012 01:10 AM, unicell wrote: Hi, In our use case, there is a need to provide project-specific instance type. Meaning that this instance type is only visible and available for several projects. It's an idea kind of like private image concept for Glance project. Has this proposal

Re: [Openstack] VM High Availability and Floating IP

2012-07-24 Thread Jay Pipes
On 07/24/2012 04:29 AM, Alessandro Tagliapietra wrote: Hi guys, i've 2 missing pieces in my HA openstack install. Actually all openstack services are managed by pacemaker and i can succesfully start/stop vm etc. when the cloud controller is down (i've only 2 servers atm). 1 - how can i

Re: [Openstack] [nova] a proposal to change metadata API data

2012-07-24 Thread Jay Pipes
Thanks Matt, comments inline... On 07/23/2012 05:25 PM, Matt Joyce wrote: I wish to add some data to the metadata server that can be found somewhere else. That a user could jump through a hoop or two to add to their instances. Esteemed personages are concerned that I

Re: [Openstack] VM High Availability and Floating IP

2012-07-24 Thread Jay Pipes
On 07/24/2012 12:52 PM, Alessandro Tagliapietra wrote: Thank you Jay, never read about that. Seems something like scalr/chef? WHich handles application and keeps a minimum number of vm running? Yeah, kinda.. just one more way of doing things... :) -jay

Re: [Openstack] [nova] a proposal to change metadata API data

2012-07-24 Thread Jay Pipes
On 07/24/2012 12:47 PM, Martin Packman wrote: On 23/07/2012, Jay Pipes jaypi...@gmail.com wrote: This is only due to the asinine EC2 API -- or rather the asinine implementation in EC2 that doesn't create an instance ID before the instance is launched. So, I'm curious, how do you allocate

Re: [Openstack] [nova] a proposal to change metadata API data

2012-07-24 Thread Jay Pipes
On 07/24/2012 01:10 PM, Martin Packman wrote: On 24/07/2012, Jay Pipes jaypi...@gmail.com wrote: The OpenStack Compute API POST /servers command creates a server UUID that is passed back in the initial response and allows the user to query the status of the server throughout its launch

Re: [Openstack] [KeyStone] Requestid, context, notification in Keystone

2012-07-23 Thread Jay Pipes
On 07/21/2012 02:57 AM, Joseph Heck wrote: Hey Nachi If by this you mean the idea that a request ID is created at a user request action, and then propagated through all relevant systems and API calls to make tracing the distributed calls easier, I'm totally in favor of the idea.

Re: [Openstack] Incremental Backup of Instances

2012-07-23 Thread Jay Pipes
On 07/22/2012 11:22 PM, Kobagana Kumar wrote: Hi All, I am working on *Delta Changes *of an instance. Can you please tell me The procedure to take *Incremental Backups (Delta Changes) *of VMs, instead of taking the snapshot of entire instance. The only non-commerical solution I know of for

Re: [Openstack] High Available queues in rabbitmq

2012-07-23 Thread Jay Pipes
On 07/23/2012 09:02 AM, Alessandro Tagliapietra wrote: Hi guys, just an idea, i'm deploying Openstack trying to make it HA. The missing thing is rabbitmq, which can be easily started in active/active mode, but it needs to declare the queues adding an x-ha-policy entry.

Re: [Openstack] [nova] core members

2012-07-23 Thread Jay Pipes
On 07/23/2012 02:31 PM, Vishvananda Ishaya wrote: Sean Dague: 2 I'm not nova-core, but I'd recommend Sean as a core committer. He's been active in both reviews and patches recently. Best, -jay ___ Mailing list: https://launchpad.net/~openstack Post

Re: [Openstack] High Available queues in rabbitmq

2012-07-23 Thread Jay Pipes
, perhaps you can add a rabbit_ha_servers ListOpt flag that, when filled, would be used instead of rabbit_host and rabbit_port. That way you won't break backwards compat? Best, -jay On Mon, Jul 23, 2012 at 11:27 AM, Jay Pipes jaypi...@gmail.com wrote: On 07/23/2012 09:02 AM, Alessandro Tagliapietra

Re: [Openstack] [nova] a proposal to change metadata API data

2012-07-23 Thread Jay Pipes
On 07/21/2012 09:00 PM, Matt Joyce wrote: Preamble: Until now, all data that is made available by the metadata server has been data that cannot be found anywhere else at the time it may be needed. In short, an instance can't be passed it's instance id before it's instance id has been

[Openstack] [DIABLO] EC2 Metadata API service slow? Try this patch.

2012-07-19 Thread Jay Pipes
Hey all, A few deployers of Diablo, including Wikipedia, were experiencing very slow response times from the EC2 metadata service in Nova. Yesterday and today I tracked the bug down to a problem in the way the database queries for the metadata results were being generated. I'm not all

Re: [Openstack] Distributed quota manager concept

2012-07-18 Thread Jay Pipes
On 07/17/2012 06:08 PM, Everett Toews wrote: Setting aside any SQL/NoSQL religious debate or even the best tool for the job argument, I think you'd find this to be a hard sell to the operations crowd. Nobody is going to want to have all of their OpenStack data in an SQL DB (which they may have

Re: [Openstack] Possible Glance Bug?

2012-07-18 Thread Jay Pipes
Try: (old glance client) glance index deleted=True to see image records that are marked deleted. or: glance index deleted=None to see ALL image records. The new glance client -- python-glanceclient -- does not yet support filtering for deleted image records, but it should be able to do:

Re: [Openstack] [nova] [cinder] Nova-volume vs. Cinder in Folsom

2012-07-17 Thread Jay Pipes
On 07/17/2012 05:47 AM, Thomas, Duncan wrote: Jay Pipes on 16 July 2012 18:31 wrote: On 07/16/2012 09:55 AM, David Kranz wrote: Sure, although in this *particular* case the Cinder project is a bit-for-bit copy of nova-volumes. In fact, the only thing really of cause for concern

Re: [Openstack] [Quantum] Network, Subnet and Port names

2012-07-17 Thread Jay Pipes
On 07/17/2012 01:27 AM, Dan Wendlandt wrote: Hi Gary, this is an example of when I wish openstack APIs had a style-guide to try to ensure some consistency across projects. Yeah, we actually discussed this a long time ago on the PPB and, IIRC, the decision was made to not have some strict API

Re: [Openstack] [nova] [cinder] Nova-volume vs. Cinder in Folsom

2012-07-16 Thread Jay Pipes
On 07/16/2012 09:55 AM, David Kranz wrote: An excellent idea. I believe that if the below message had been sent in April, the tenor of the discussion would have been much different. I think a main source of angst around this was that there was no mention at the Folsom summit of nova-volume

Re: [Openstack] Heat application for incubation

2012-07-16 Thread Jay Pipes
cc'ing the PPB mailing list... On 07/16/2012 06:25 PM, Steven Dake wrote: Dear members of the Project Policy Board: After four months of development on the Heat project[1], the developers voted[2] to apply for incubation. The developers feel Heat provides a feature rich user experience and

Re: [Openstack] Capacity based scheduling: What updated free_ram_mb in Folsom

2012-07-13 Thread Jay Pipes
Hi Phil, The nova.db.api.compute_node_update() call is what the individual virt drivers call to update the compute node stats. grep for that and you'll see where the calls to set the compute node data are called. Best, -jay On 07/13/2012 09:38 AM, Day, Phil wrote: Hi Folks, I was

Re: [Openstack] [keystone] Rate limit middleware

2012-07-12 Thread Jay Pipes
On 07/11/2012 07:28 PM, Rafael Durán Castañeda wrote: Thank you guys for the info, I didn't know about some of the projects. However writing my on-house own stuff is not what I was considering but adding a middleware into Keystone, nothing fancy but extensible so it covers at least most basic

Re: [Openstack] [nova] [cinder] Nova-volume vs. Cinder in Folsom

2012-07-12 Thread Jay Pipes
On 07/12/2012 10:36 AM, Thomas, Duncan wrote: We’ve got volumes in production, and while I’d be more comfortable with option 2 for the reasons you list below, plus the fact that cinder is fundamentally new code with totally new HA and reliability work needing to be done (particularly for the

Re: [Openstack] [keystone] Rate limit middleware

2012-07-12 Thread Jay Pipes
On 07/12/2012 12:26 PM, Rafael Durán Castañeda wrote: Unless I'm missing something, nova_limits is not applicable to Keystone since it takes the tenant_id from 'nova.context', which obiously is not available for Keystone; thought adapt/extend it to keystone should be trivial and probably is

Re: [Openstack] [nova] [cinder] Nova-volume vs. Cinder in Folsom

2012-07-12 Thread Jay Pipes
On 07/12/2012 12:32 PM, George Reese wrote: This community just doesn't give a rat's ass about compatibility, does it? a) Please don't be inappropriate on the mailing list b) Vish sent the email below to the mailing list *precisely because* he cares about compatibility. He wants to discuss the

Re: [Openstack] [CHEF] Clarification on osops/chef-repo/roles/nova-compute.rb

2012-07-11 Thread Jay Pipes
On 07/11/2012 12:00 PM, Monty Taylor wrote: snip Let me know if there are any things that people are wanting related to any of these projects from the OpenStack CI infrastructure. Foodcritic/jsonlint seem pretty easy - deployments on to bare nodes using the chef stuff similar to our

  1   2   3   4   5   6   7   >