Tags
4x4 air antennas aprs arrl audio battery chirp CIM compressor conductor d-rats database db ecx emcomm failure fedora ham ic-7000 icom jeep jenkins kenwood linux mythtv nova nova-upgrade-details NovaObject objects openstack pegasus python radio repair rpc sblim sfcb sota tk-7180 tk-8180 unified-object-model upgrades windows yaesuRecent Comments
Links
Meta
Archives
Tag Archives: objects
Upgrades in Nova: Objects
This is a part of a series of posts on the details of how Nova supports live upgrades. It focuses on a very important layer that plays several roles in the system, providing a versioned RPC and database-independent facade for … Continue reading
A brief overview of Nova’s new object model (Part 3)
In parts one and two, I talked about the reasoning for developing an object model inside of Nova, as well as showed a sample implementation for a toy object. In this part, I will examine parts of some “real” objects … Continue reading
Posted in OpenStack
Tagged Instance, nova, NovaObject, objects, openstack, SecurityGroup, serialization
A brief overview of Nova’s new object model (Part 2)
In Part 1, I described the problems that the Unified Object Model aims to solve within Nova. Next, I’ll describe how the infrastructure behind the scenes achieves some of the magic of making things easier for developers to implement their … Continue reading
Posted in OpenStack
Tagged db, nova, NovaObject, objects, rpc, unified-object-model
A brief overview of Nova’s new object model (Part 1)
As discussed at the Havana summit, I have been working with Chris Behrens (and others) on the unified-object-model blueprint for Nova. The core bits of it made their way into the tree a while ago and work is underway to … Continue reading
Posted in OpenStack
Tagged api, db, no-db-compute, nova, NovaObject, objects, rpc, unified-object-model