Guest Configuration

As the OpenStack feature set expands, the tasks of guest configuration become more granular and complex. For example, it is now possible for operators to configure guests with multiple ips and network interfaces, though at present there is not a standard way for to properly assign addresses to these interfaces. Much of this type of configuration could be accomplished via a guest configuration agent combined with some sort of metadata service. The goal of this document is to propose a reference guest configuration agent, and describe how this agent would interact with a metadata service.

Some responsibilities of a guest agent would include:

User Story

Jane wants to run an image in cloud A and cloud B. Unbeknownst to her, cloud A and B use different hypervisors. Fortunately, she has installed the OS Guest Agent on her instance. After her two instances boot, they are both networked properly, and are performing optimally using the correct PV drivers.

Metadata service

For essex, the proposal is to create an OS metadata service that would allow users to access some standard information over a network interface:

deprecate server personalities in 2.0 - instead increase the size limit for metadata values kill server personalities in 3.0

Guest Agent

For essex, the proposal is to extend the RAX guest agent to communicate with the metadata service and add features to enable 'Golden Image' portability, such as:

Questions

Wiki: guest-configuration (last edited 2011-12-09 00:25:37 by ChrisBehrens)