Re: [Openstack] Remove Zones code - FFE

2012-02-19 Thread Ed Leafe
like 'zone' or 'cell' is simpler and cleaner. -- Ed Leafe ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp

Re: [Openstack] Remove Zones code - FFE

2012-02-18 Thread Ed Leafe
. -- Ed Leafe ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp

Re: [Openstack] Remove Zones code - FFE

2012-02-17 Thread Ed Leafe
Availability Zone concept, and in hindsight, it was a poor choice. So we should learn from that mistake and make sure we don't choose a replacement term that already has a common usage, such as shards segments or clusters. -- Ed Leafe ___ Mailing list

Re: [Openstack] announcing api.openstack.org

2012-02-17 Thread Ed Leafe
On Feb 16, 2012, at 10:02 AM, Anne Gentle wrote: I'm pleased to point you to http://api.openstack.org. Collecting OpenStack APIs on one page, built with an API developer in mind. Sweet! This is a great addition for all OpenStack devs! -- Ed Leafe

Re: [Openstack] Remove Zones code - FFE

2012-02-14 Thread Ed Leafe
' or 'Galaxy' would be closest analogies. IMO, though, 'Galaxy' is too grandiose a term, despite the NASA heritage. So +1 to 'Cell'. -- Ed Leafe ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe

Re: [Openstack] OSAPI and Zones

2011-11-15 Thread Ed Leafe
whether zone support is available or not. It was my understanding that zones would be transparent to the user; in fact, we went to great pains to ensure that zone information was *not* available to the user. Clients would not need to detect if zones exist. -- Ed Leafe

Re: [Openstack] +1, All services should have WADLs

2011-10-28 Thread Ed Leafe
is that this inevitably descends into bikeshedding, which has been prominently on display in this thread. -- Ed Leafe ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack

Re: [Openstack] API Versioning and Extensibility

2011-10-27 Thread Ed Leafe
On Oct 27, 2011, at 8:56 AM, George Reese wrote: There's a nasty habit within the OpenStack community of trying to boil the ocean. And here we are navel gazing over feeds and crap when the API can't yet support the most basic of functionality. +1 -- Ed Leafe

Re: [Openstack] Proposed amendment to HACKING

2011-10-21 Thread Ed Leafe
if there is something funky about them, and even then you should first reconsider your use cases and design if you can't remove the funkiness. -- Ed Leafe This email may include confidential information. If you received it in error, please delete

Re: [Openstack] OpenStack API Versioning Conventions

2011-10-11 Thread Ed Leafe
On Oct 11, 2011, at 1:53 PM, Lorin Hochstein wrote: Ceci n'est pas un pipe. ;) Exactly! -- Ed Leafe This email may include confidential information. If you received it in error, please delete it. ___ Mailing list: https://launchpad.net

Re: [Openstack] Nova DB Connection Pooling

2011-09-27 Thread Ed Leafe
of novaclient from the public API part. What you've described is one of the use cases I pointed out where we would have a need for inter-zone functionality that should never be exposed to a public API. -- Ed Leafe This email may include confidential information. If you received it in error

Re: [Openstack] Nova DB Connection Pooling

2011-09-27 Thread Ed Leafe
across zones task that Chris brought up: that's something that would be useful for OpenStack, but not applicable to a public API. -- Ed Leafe This email may include confidential information. If you received it in error, please delete

Re: [Openstack] Nova DB Connection Pooling

2011-09-27 Thread Ed Leafe
approach to zones, where a parent knew of its children, but the children were ignorant of their parents. It's sort of a fractal design: you can drill down the nested zones, and at each level, they function independently and identically. -- Ed Leafe This email may include confidential information

Re: [Openstack] Nova DB Connection Pooling

2011-09-27 Thread Ed Leafe
that Chris Behrens started on DB replication: if you want to offer a new instance_type, you have to somehow propagate that info to all the zones in your deployment. -- Ed Leafe This email may include confidential information. If you received it in error, please delete

Re: [Openstack] Nova DB Connection Pooling

2011-09-26 Thread Ed Leafe
are shared across zones? -- Ed Leafe This email may include confidential information. If you received it in error, please delete it. ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https

Re: [Openstack] Integration tests

2011-09-12 Thread Ed Leafe
a highly specialized, internally-sourced client, while 'novaclient' would be an independent project managed outside of OpenStack, and would serve as to keep the API honest. While this would cause some duplication, the trade-off in cleanliness might be worth it. -- Ed Leafe This email may include

Re: [Openstack] New nova service proposal

2011-08-29 Thread Ed Leafe
, then there would not need to be a separate service; the scheduler can simply follow up itself. -- Ed Leafe ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help

[Openstack] New nova service proposal

2011-08-26 Thread Ed Leafe
if the request was successful or not, and takes action if needed. The blueprint for this can be found at https://blueprints.launchpad.net/nova/+spec/instance-creation-assurance, with an Etherpad created for ongoing idea exchange at http://etherpad.openstack.org/instance-creation-assurance -- Ed Leafe

Re: [Openstack] Questions About test_localization.py

2011-08-06 Thread Ed Leafe
technique. -- Ed Leafe This email may include confidential information. If you received it in error, please delete it. ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net

Re: [Openstack] Cross-zone instance identifiers in EC2 API - Is it worth the effort?

2011-07-11 Thread Ed Leafe
the tools that assume 8 chars break. 2) Use the first 8 chars, and accept an occasional duplicate ID. 3) Use the first 8 chars, but add duplication checking. -- Ed Leafe This email may include confidential information. If you received it in error, please delete

Re: [Openstack] Cross-zone instance identifiers in EC2 API - Is it worth the effort?

2011-07-11 Thread Ed Leafe
benefit of providing simple zone routing via DNS, with the exact same 128-bit/32 char size. -- Ed Leafe This email may include confidential information. If you received it in error, please delete it. ___ Mailing list: https://launchpad.net/~openstack

Re: [Openstack] Cross-zone instance identifiers in EC2 API - Is it worth the effort?

2011-07-11 Thread Ed Leafe
? Or should we just keep with the original /96 (::0) address? The PK for the instance would be the /96 (::0) address. -- Ed Leafe This email may include confidential information. If you received it in error, please delete it. ___ Mailing list: https

Re: [Openstack] Cross-zone instance identifiers in EC2 API - Is it worth the effort?

2011-07-11 Thread Ed Leafe
a thing of the past with IPv6? I thought we weren't going to be supporting that in nova. -- Ed Leafe This email may include confidential information. If you received it in error, please delete it. ___ Mailing list: https://launchpad.net/~openstack

Re: [Openstack] Cross-zone instance identifiers in EC2 API - Is it worth the effort?

2011-07-07 Thread Ed Leafe
need this discussion. -- Ed Leafe This email may include confidential information. If you received it in error, please delete it. ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https

Re: [Openstack] XML and JSON for API's

2011-06-04 Thread Ed Leafe
than welcome to contribute. -- Ed Leafe ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp

Re: [Openstack] XML and JSON for API's

2011-06-03 Thread Ed Leafe
the overwhelming advantage of OpenStack but who also needs XML APIs and would be willing to help develop that piece, then we should support them in their efforts. That's much more in line with the open source development model. -- Ed Leafe

Re: [Openstack] SQLAlchemy migration number conflicts

2011-06-01 Thread Ed Leafe
, and that number's yours. If there's a conflict, it will be clear who needs to change their number. It's a manual process, sure, but this isn't a process that's repeated all that often. -- Ed Leafe ___ Mailing list: https://launchpad.net/~openstack Post

Re: [Openstack] Welcome Belinda Lopez, OpenStack Training Manager

2011-05-27 Thread Ed Leafe
On May 27, 2011, at 11:55 AM, Jay Pipes wrote: I believe Belinda's even going to start an OpenStack glossary so I know we've hired the right person. I suggest the first word in the glossary be metadata. Good luck! ;) Ooohh.. that's mean! -- Ed Leafe Confidentiality Notice

Re: [Openstack] Standardizing resource IDs on UUID?

2011-05-27 Thread Ed Leafe
integers. -- Ed Leafe ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp

Re: [Openstack] OpenStack API, Reservation ID's and Num Instances ...

2011-05-24 Thread Ed Leafe
the same, but calls that take advantage of this new option would expect a different result. -- Ed Leafe ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More

Re: [Openstack] OpenStack API, Reservation ID's and Num Instances ...

2011-05-24 Thread Ed Leafe
On May 24, 2011, at 11:05 AM, Sandy Walsh wrote: Hmm, not sure I like changing the return type based on the input type. Return types should be consistent. Agreed, but I liked changing the meaning of PUT even less. :) -- Ed Leafe

Re: [Openstack] OpenStack API, Reservation ID's and Num Instances ...

2011-05-24 Thread Ed Leafe
)? Easy - user-generated reservation IDs would almost certainly result in duplicates. Imagine if 3rd parties using the API each set up a system that generated sequential integer reservation IDs... -- Ed Leafe ___ Mailing list: https

Re: [Openstack] OpenStack API, Reservation ID's and Num Instances ...

2011-05-23 Thread Ed Leafe
not an agonizingly slow or expensive operation even if it does involve several inter-zone HTTP calls, but it isn't the cleanest and most scalable design IMO. -- Ed Leafe ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net

Re: [Openstack] OpenStack API, Reservation ID's and Num Instances ...

2011-05-23 Thread Ed Leafe
to GET /servers. -- Ed Leafe ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp

Re: [Openstack] python-novaclient vs. python-openstack.compute

2011-05-18 Thread Ed Leafe
make it into a tool developed and maintained by a non-nova developer. If we go with relying on external versions of the client, we'll definitely need to at least extend it or replace it for the zone communication parts. -- Ed Leafe

Re: [Openstack] [nova-core] Proposal to add Brian Waldon to nova-core

2011-05-11 Thread Ed Leafe
On May 11, 2011, at 1:06 PM, Jay Pipes wrote: Subject says it all. I think Brian's demonstrated that his code reviews are thoughtful and thorough, and he knows the OpenStack API controller stuff as well as anyone else I believe. Definitely! +1 -- Ed Leafe Confidentiality Notice

Re: [Openstack] Extending Openstack's scheduling capabilities

2011-05-06 Thread Ed Leafe
into trunk in a few weeks. There are several implementations for handling each of these parts of the selection process that were shown at the Design Summit last week; expect more to follow! -- Ed Leafe Confidentiality Notice: This e-mail message (including any attached or embedded documents

Re: [Openstack] Creating a forum

2011-05-05 Thread Ed Leafe
moderate/administer please let me know. -1 This looks like every other run-of-the-mill forum circa 1999. The reason StackOverflow is so popular is largely a reaction to fora like this. -- Ed Leafe Confidentiality Notice: This e-mail message (including any attached or embedded

Re: [Openstack] Creating a forum

2011-05-04 Thread Ed Leafe
On May 4, 2011, at 11:26 AM, Everett Toews wrote: Below is a list of people from this thread who are in favor (or at least interested in trying) the StackExchange style. Add me to that list. -- Ed Leafe Confidentiality Notice: This e-mail message (including any attached

Re: [Openstack] distributed and heterogeneous schedulers

2011-04-15 Thread Ed Leafe
as you like. Well, that's a bit of a misnomer ;) The persistent capabilities of a zone are currently set in FLAG values, no? :) Capabilities include things such as available disk/memory, cpu type, os type, etc., and only a few of those would lend themselves to FLAGs. -- Ed Leafe

Re: [Openstack] distributed and heterogeneous schedulers

2011-04-12 Thread Ed Leafe
be able to select resources based on vm type. -- Ed Leafe ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp

Re: [Openstack] Any progress on RequestCapabilities? Can I contribute?

2011-04-04 Thread Ed Leafe
be aggregated for more efficient request routing. This will provide the basis for a much more robust means of specifying a host than just availability zone, which will probably become just one of many potential attributes that one can select for. -- Ed Leafe Confidentiality Notice: This e-mail

Re: [Openstack] Instance IDs and Multiple Zones

2011-03-23 Thread Ed Leafe
On Mar 23, 2011, at 8:46 AM, Ewan Mellor wrote: We have to accept that, on the scales we care about, any unique ID is going to be incomprehensible to a human. Rely on your presentation layer, that's what it's there for! +1 -- Ed Leafe

Re: [Openstack] Instance IDs and Multiple Zones

2011-03-23 Thread Ed Leafe
effectively ignore the impact of non-spoofed collisions. -- Ed Leafe ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net

Re: [Openstack] Instance IDs and Multiple Zones

2011-03-23 Thread Ed Leafe
be physically separate hardware, but nothing about zones makes that mandatory. -- Ed Leafe ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help

Re: [Openstack] Instance IDs and Multiple Zones

2011-03-23 Thread Ed Leafe
summit, when we've come to a consensus on changing the API to accept something other than integer identifiers, it should not be too difficult to retrofit. Unless someone has a better idea... ;-) -- Ed Leafe ___ Mailing list: https

Re: [Openstack] Instance IDs and Multiple Zones

2011-03-23 Thread Ed Leafe
and agreed to, but I guess most people missed that part. :) -- Ed Leafe ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help : https

Re: [Openstack] Instance IDs and Multiple Zones

2011-03-23 Thread Ed Leafe
or personal, if that's what you meant. Differing ideas and opposing POVs are wonderful, IMO. Groupthink is what should be avoided as unhealthy. -- Ed Leafe ___ Mailing list: https://launchpad.net/~openstack Post to : openstack

[Openstack] Instance IDs and Multiple Zones

2011-03-22 Thread Ed Leafe
make the numeric spaces big enough to avoid overlap, but then we'll have very large ID values; e.g., 10 or more digits for an instance. Computers won't care, but people might, so I thought I'd at least bring up this potential objection. -- Ed Leafe

Re: [Openstack] Instance IDs and Multiple Zones

2011-03-22 Thread Ed Leafe
slipping in is pretty small. :) -- Ed Leafe ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp

Re: [Openstack] Instance IDs and Multiple Zones

2011-03-22 Thread Ed Leafe
? -- Ed Leafe Confidentiality Notice: This e-mail message (including any attached or embedded documents) is intended for the exclusive and confidential use of the individual or entity to which this message is addressed, and unless otherwise expressly indicated, is confidential and privileged

Re: [Openstack] A single cross-zone database?

2011-03-16 Thread Ed Leafe
so that different OpenStack deployments can adjust this to their needs. -- Ed Leafe Confidentiality Notice: This e-mail message (including any attached or embedded documents) is intended for the exclusive and confidential use of the individual or entity to which this message is addressed

Re: [Openstack] A single cross-zone database?

2011-03-16 Thread Ed Leafe
Summit. Can we get back to the original topic? The only reason caching came up was as an alternative to a single DB to hold all instance information. That was an implementation solution suggested for multi-cluster/zones, so it is definitely in scope for Cactus. -- Ed Leafe

[Openstack] DIstributed Scheduler blueprint update

2011-03-10 Thread Ed Leafe
something isn't clear, or if something could be improved. I will at PyCon for the next few days, so I won't be continuously available to respond, but I will when I have the chance. -- Ed Leafe ___ Mailing list: https://launchpad.net/~openstack Post

Re: [Openstack-xenapi] XenAPI virt-layer Variable Naming-Scheme

2011-03-07 Thread Ed Leafe
to with the '*_rec' name. But definitely +1 for distinguishing opaque refs and uuids. -- Ed Leafe ___ Mailing list: https://launchpad.net/~openstack-xenapi Post to : openstack-xenapi@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack

Re: [Openstack] OS API server password generation

2011-03-03 Thread Ed Leafe
agent (still being developed), there is no password setting being done. Alternatively, you could create a separate guest agent that expects a user's public key, writes that to the VM, and disables SSH, so that your instances are created with the security scheme that you want. -- Ed

Re: [Openstack] OS API server password generation

2011-03-03 Thread Ed Leafe
-based approach, you can create your own agent to work how you want. Does *that* clear up things? Or do you still see this as an OpenStack problem? -- Ed Leafe ___ Mailing list: https://launchpad.net/~openstack Post to : openstack

Re: [Openstack] Decoupling of Network and Compute services for the new Network Service design

2011-02-25 Thread Ed Leafe
. -- Ed Leafe ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp

Re: [Openstack] Decoupling of Network and Compute services for the new Network Service design

2011-02-24 Thread Ed Leafe
and developed, fwiw. -- Ed Leafe ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp

Re: [Openstack] Review days for nova-core members

2011-02-17 Thread Ed Leafe
to be part of the team. Simple. It should be at *least* N/2, since two core dev approvals are needed on every merge prop. And it would be nice to be more than N/2, since additional sets of eyes always catch more potential problems. -- Ed Leafe

Re: [Openstack] Multi-Cluster/Zone - Devil in the Details ...

2011-02-16 Thread Ed Leafe
to determine where the instance will be created. c. The top-level zone then passes the create-instance request to the selected zone/host. -- Ed Leafe ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net

Re: [Openstack] Multi-Cluster/Zone - Devil in the Details ...

2011-02-16 Thread Ed Leafe
of its child nodes if they knew about that instance. That would repeat until the instance was found, at which point every upstream server would now know about where to reach 12345. -- Ed Leafe ___ Mailing list: https://launchpad.net/~openstack

Re: [Openstack] Contribute to the PyCon talk on OpenStack!

2011-02-15 Thread Ed Leafe
specifics that I can focus on in the talk. -- Ed Leafe ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp

[Openstack] Contribute to the PyCon talk on OpenStack!

2011-02-14 Thread Ed Leafe
know much (or anything) about OpenStack to come away from the talk impressed by the incredible work being done to make this project happen. I can't do this by myself. -- Ed Leafe ___ Mailing list: https://launchpad.net/~openstack Post

Re: [Openstack] Network Service for L2/L3 Network Infrastructure blueprint

2011-02-03 Thread Ed Leafe
other problem. -- Ed Leafe ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp