Re: [Openstack] Canonical AWSOME

2012-04-23 Thread Michael J Fork
+1 - this is important for both incubated projects and vendor implementations. I seem to recall one of the sessions talking about gating commits to passing an upgrade test from the previous stable release and these interfaces are an obvious candidate. Identifying the specific interfaces will tak

Re: [Openstack] EBS-backed AMIs on nova: how?

2012-04-24 Thread Michael J Fork
The function is called "boot from volume." In Horizon, the Launch Instances dialog will show you a boot from volume section where you can select the volume to boot from. Note that you may need a volume to exist for it to show. Alternatively, you can use the CLI. See https://lists.launchpad.net

Re: [Openstack] search on the mailing list

2012-06-01 Thread Michael J Fork
Searchable archives are available at http://www.mail-archive.com/openstack@lists.launchpad.net/ http://openstack.markmail.org/ Michael - Michael Fork Cloud Architect, Emerging Solutions IBM Systems & Technology Group From: Massimo Canonico

Re: [Openstack] Filter Scheduler, a complete example

2012-06-11 Thread Michael J Fork
While this blog post doesn't have a simple example, you may find it helpful: https://www.ibm.com/developerworks/mydeveloperworks/blogs/e93514d3-c4f0-4aa0-8844-497f370090f5/entry/openstack_nova_scheduler_and_its_algorithm27?lang=en Michael - Micha

Re: [Openstack] OpenStack and VDI

2012-06-20 Thread Michael J Fork
I too am interested in leaning about this effort. Michael - Michael Fork Cloud Architect, Emerging Solutions IBM Systems & Technology Group From: John Purrier To: , Date: 06/20/2012 01:57 PM Subject:[Openstack] OpenStack and VDI

[Openstack] Nova Cells

2012-07-12 Thread Michael J Fork
Outside of the Etherpad (http://etherpad.openstack.org/FolsomComputeCells) and presentation referenced there (http://comstud.com/FolsomCells.pdf), are there additional details available on the architecture / implementation of Cells? Thanks. Michael -

Re: [Openstack] [openstack-dev] Discussion about where to put database for bare-metal provisioning (review 10726)

2012-08-15 Thread Michael J Fork
I am interested in finding a solution that enables bare-metal and virtualized requests to be serviced through the same scheduler where the compute_nodes table has a full view of schedulable resources. This would seem to simplify the end-to-end flow while opening up some additional use cases (e.g.

Re: [Openstack] [openstack-dev] Discussion about where to put database for bare-metal provisioning (review 10726)

2012-08-16 Thread Michael J Fork
-dev] Discussion about where to > put database for bare-metal provisioning (review 10726) > Sent by: openstack-bounces+mjfork=us.ibm@lists.launchpad.net > > On Aug 15, 2012, at 3:17 PM, Michael J Fork wrote: > > > I am interested in finding a solution that enables bare-

[Openstack] Multi-Hypervisor Support

2012-08-22 Thread Michael J Fork
Looking at the Hypervisor section of the documentation, http://docs.openstack.org/trunk/openstack-compute/admin/content/selecting-a-hypervisor.html , it states "You cannot configure more than one virtualization type on the compute nodes, so the hypervisor selection is for the entire installation

Re: [Openstack] [openstack-dev] Discussion about where to put database for bare-metal provisioning (review 10726)

2012-08-27 Thread Michael J Fork
openstack-bounces+mjfork=us.ibm@lists.launchpad.net wrote on 08/27/2012 02:58:56 PM: > From: David Kang > To: Vishvananda Ishaya , > Cc: OpenStack Development Mailing List d...@lists.openstack.org>, "openstack@lists.launchpad.net \ > (openstack@lists.launchpad.net\)" > Date: 08/27/2012 03:

Re: [Openstack] [openstack-dev] Discussion about where to put database for bare-metal provisioning (review 10726)

2012-08-27 Thread Michael J Fork
David Kang wrote on 08/27/2012 05:22:37 PM: > From: David Kang > To: Michael J Fork/Rochester/IBM@IBMUS, > Cc: "openstack@lists.launchpad.net (openstack@lists.launchpad.net)" > , openstack-bounces+mjfork=us ibm com > , OpenStack > Development Mailing List , > Vi

Re: [Openstack] [openstack-dev] Discussion about where to put database for bare-metal provisioning (review 10726)

2012-08-27 Thread Michael J Fork
VTJ NOTSU Arata wrote on 08/27/2012 07:30:40 PM: > From: VTJ NOTSU Arata > To: Michael J Fork/Rochester/IBM@IBMUS, > Cc: David Kang , "openstack@lists.launchpad.net > (openstack@lists.launchpad.net)" , > openstack-bounces+mjfork=us.ibm@lists.launchpad.net, OpenSt

Re: [Openstack] OpenStack and OpenFlow

2011-10-29 Thread Michael J Fork
At the OpenStack conference in Boston, Su-hun Yun of NEC participated in the Networking Panel and talked about their OpenFlow implementation for OpenStack. Su-hun showed a recorded demo of the plugin they developed for Quantum that talked to an NEC OpenFlow controller. Unfortunately, I have s

[Openstack] Available Mailing Lists

2011-10-29 Thread Michael J Fork
All, I am looking for a list of of the available OpenStack-related mailing lists. I am aware of the Mailing List wiki page ( http://wiki.openstack.org/MailingLists) but, for example, it does not contain the NetStack mailing list (https://launchpad.net/~netstack). What others are available? T

Re: [Openstack] Nova Attribute Groups Blueprint ?

2011-11-18 Thread Michael J Fork
I believe you are referring to the "Host aggregates" proposal at https://blueprints.launchpad.net/nova/+spec/host-aggregates. There was recently a thread on the mailing list as well, see https://lists.launchpad.net/openstack/msg05399.html Michael --

Re: [Openstack] developing a plugin for openstack

2011-12-05 Thread Michael J Fork
While I have not developed an extension, I found the repository at https://github.com/RackerWilliams/OpenStack-Extensions useful for understanding how they works. In particular, the apix-intro.pdf at the root and the content of the presentations directory. Hope this helps. Michael -

Re: [Openstack] euca2ools

2012-02-02 Thread Michael J Fork
This is the syntax against the latest Diablo code: keystone-manage credentials add [username] [type] [key] [password] ([tenant_name]) for example: keystone-manage credentials add admin EC2 'admin:admin' mypass admin Michael - Michael Fork Cloud

Re: [Openstack] EC2 API (euca2ools) vs OpenStack API (novaclient)

2012-02-03 Thread Michael J Fork
Kevin, It is possible to get Keystone + euca2ools working with Nova, at least against Diablo, With a hat tip to Kiall for his repository: First, use https://github.com/managedit/openstack-setup/blob/master/keystone_data.sh.tmpl as a guide to configure Keystone correctly, particularly the endp

Re: [Openstack] Nova command line versus Euca2ools

2012-02-06 Thread Michael J Fork
Can you verify your glance endpointTemplate is http://%HOST_IP%:9292/v1 ? Hard to tell from the trace below if the "v1.1/1/images/detail" is against the Nova API or Glance API. Michael - Michael Fork Cloud Architect, Emerging Solutions IBM Systems

Re: [Openstack] Nova command line versus Euca2ools

2012-02-08 Thread Michael J Fork
. Michael - Michael Fork Cloud Architect, Emerging Solutions IBM Systems & Technology Group From: Lillie Ross-CDSR11 To: Michael J Fork/Rochester/IBM@IBMUS Cc: Lillie Ross-CDSR11 , "openstack@lists.launchpad.net" , Kiall Ma

Re: [Openstack] Optionally force instances to "stay put" on resize

2013-02-15 Thread Michael J Fork
Adding general and operators for additional feedback. Michael J Fork/Rochester/IBM wrote on 02/15/2013 10:59:46 AM: > From: Michael J Fork/Rochester/IBM > To: openstack-...@lists.openstack.org, > Date: 02/15/2013 10:59 AM > Subject: Optionally force instances to "stay put&q

[Openstack] Related Projects

2013-05-02 Thread Michael J Fork
Searching the wiki, I was unable to find any existing list of Related Projects so I started a new one at https://wiki.openstack.org/wiki/RelatedProjects. Please take a minute and ensure that your project is represented. Could one of the admins link it from https://wiki.openstack.org/wiki/Projec

Re: [Openstack] provision of dynamic flavor

2013-05-14 Thread Michael J Fork
"Openstack" wrote on 05/08/2013 06:29:02 AM: > From: Pratik Gadiya > To: "openstack@lists.launchpad.net" , > Date: 05/08/2013 06:30 AM > Subject: [Openstack] provision of dynamic flavor > Sent by: "Openstack" > > Hi All, > > I want to provide dynamic flavors to user according to his/her > speci