Jump to: navigation, search

Difference between revisions of "Eventlet-Based-Deliverables-Easily-Migrated"

(Created page with "==Identifying Eventlet Based Deliverables that Can be Easily Migrated== ====Ironic-Python-Agent==== The Ironic-Python-Agent project is a good candidate as a pilot for a migra...")
 
Line 1: Line 1:
==Identifying Eventlet Based Deliverables that Can be Easily Migrated==
+
 
 +
 
 +
==Description==
 +
 
 +
This document aim to identify eventlet based deliverables that can be easily migrated to asyncio. This task is related to the Modernization of the Openstack Networking Programming Model community goal. 
 +
More details about this goal are available at https://review.opendev.org/c/openstack/governance/+/902585
 +
 
 +
==Authors==
 +
 
 +
* Hervé Beraud (hberaud)
  
 
====Ironic-Python-Agent====
 
====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).
 
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).

Revision as of 10:24, 11 December 2023


Description

This document aim to identify eventlet based deliverables that can be easily migrated to asyncio. This task is related to the Modernization of the Openstack Networking Programming Model community goal. More details about this goal are available at https://review.opendev.org/c/openstack/governance/+/902585

Authors

  • Hervé Beraud (hberaud)

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).