Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: OpenStack: Dev
Nova idear, thoughts wanted.
 

Index | Next | Previous | View Flat


harlowja at yahoo-inc

May 2, 2012, 8:35 PM


Views: 100
Permalink
Nova idear, thoughts wanted.

Hi all,

I was thinking today about how nova-compute could become more pluggable.
I was wondering if there had been any thought into how say each method, say in the compute-manager could almost become a set of stages in a pipeline.
For example the run instance method is really doing the following steps:

run_instance:
steps:
- check_instance_not_already_created
- check_image_size
- notify_about_instance_usage
- instance_update(BUILDING)
- allocate_network
- prep_block_device
- spawn:
- instance_update(BUILD)
- driver_spawn
- instance_update(ACTIVE)
on_failure:
- deallocate_network

This reminds me slightly of what devstackpy (to be renamed soon) does but instead of via code, actions are partially defined via config/persona/.... Now say if the above steps are plugins (similar to say a paste pipeline) then it becomes easy for company Y to add special sauce Z before or after stage W. I was just wondering what people thought about this. It sort of makes nova more of a orchestrator that loads plugins that perform various pipelines, where in nova's case those pipelines are VM related.

Comments welcome. This might already have been thought of, but if so, that's ok also :-)

-Josh

Subject User Time
Nova idear, thoughts wanted. harlowja at yahoo-inc May 2, 2012, 8:35 PM
    Re: Nova idear, thoughts wanted. sandy.walsh at RACKSPACE May 3, 2012, 8:12 AM
    Re: Nova idear, thoughts wanted. harlowja at yahoo-inc May 3, 2012, 10:28 AM

  Index | Next | Previous | View Flat
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.