Jump to: navigation, search

Difference between revisions of "Modernize Openstack Networking Programming Model"

(Medium terms solutions)
Line 3: Line 3:
 
==Medium terms solutions==
 
==Medium terms solutions==
  
===oslo.aiohub===
+
===Design specs of oslo.aiohub===
  
 
====Description====
 
====Description====
  
 
====Specs====
 
====Specs====
 +
 +
===identifying the low hanging fruits - deliverables that can be easily migrated===
 +
 +
====Ironic-Python-Agent====
 +
The Ironic-Python-Agent project is a good candidate as a pilot for a migration. It uses and relies on eventlet heavily, but has limited inter-openstack dependencies and co-installed dependencies. In general, the Ironic community is onboard to having IPA be a pilot project for this if it's useful (realistically; it may be too simple -- IPA may be an easy enough case just to completely rip eventlet out of without a migration).
  
 
==Long terms solutions==
 
==Long terms solutions==

Revision as of 15:03, 6 December 2023

Short terms solutions

Medium terms solutions

Design specs of oslo.aiohub

Description

Specs

identifying the low hanging fruits - deliverables that can be easily migrated

Ironic-Python-Agent

The Ironic-Python-Agent project is a good candidate as a pilot for a migration. It uses and relies on eventlet heavily, but has limited inter-openstack dependencies and co-installed dependencies. In general, the Ironic community is onboard to having IPA be a pilot project for this if it's useful (realistically; it may be too simple -- IPA may be an easy enough case just to completely rip eventlet out of without a migration).

Long terms solutions