[openstack-dev] [ironic] this week's priorities and subteam reports

Yeleswarapu, Ramamani ramamani.yeleswarapu at intel.com
Mon Sep 25 18:46:33 UTC 2017


Hi,

We are glad to present this week's priorities and subteam report for Ironic. As usual, this is pulled directly from the Ironic whiteboard[0] and formatted.

This Week's Priorities (as of the weekly ironic meeting)
========================================================
1. Decide on the priorities for the Queens cycle (dtantsur to post a review soon)
2. Refactoring of the way we access clients: https://review.openstack.org/#/q/topic:bug/1699547
3. Rolling upgrades missing bit: https://review.openstack.org/#/c/497666/
    3.1. check object versions in dbsync tool: https://review.openstack.org/#/c/497703/
4. Switch to none auth for standalone mode: https://review.openstack.org/#/c/359061/
5. Script to extract ironic_tempest_plugin: https://review.openstack.org/#/c/489762/
    5.1. this is needed for the plugin separation

Vendor priorities
-----------------
cisco-ucs:
idrac:
    Dell 3d party CI stability improvement for 13G and 12G servers - https://review.openstack.org/#/c/505398/
ilo:
irmc:
    nothing to review this week.
    secure boot support for virtual media boot interface is coming soon.
oneview:
    Documentation for 'oneview' hardware type - https://review.openstack.org/#/c/502072/

Subproject priorities
---------------------
bifrost:
ironic-inspector (or its client):
        (dtantsur on behalf of milan): firewall refactoring: https://review.openstack.org/#/c/471831/
networking-baremetal:
      neutron baremetal agent https://review.openstack.org/#/c/456235/ (needs rebase and update)
sushy and the redfish driver:
        (dtantsur) implement redfish sessions: https://review.openstack.org/#/c/471942/


Bugs (dtantsur, vdrok, TheJulia)
--------------------------------
- Stats (diff between 18 Sep 2017 and 25 Sep 2017)
- Ironic: 269 bugs (+5) + 255 wishlist items (-3). 29 new, 200 in progress (+2), 0 critical, 30 high (-2) and 34 incomplete (-1)
- Inspector: 13 bugs + 29 wishlist items. 2 new (-1), 11 in progress (+1), 0 critical, 2 high and 3 incomplete
- Nova bugs with Ironic tag: 16 (+1). 0 new, 0 critical, 2 high
- dtantsur had to update the batch sizes used in the bug dashboard. now it's more reliable but much slower :(

CI refactoring and missing test coverage
----------------------------------------
- not considered a priority, it's a 'do it always' thing
- Standalone CI tests (vsaienk0)
    - next patch to be reviewed, needed for 3rd party CI: https://review.openstack.org/#/c/429770/
- Missing test coverage (all)
    - portgroups and attach/detach tempest tests: https://review.openstack.org/382476
    - local boot with partition images: TODO https://bugs.launchpad.net/ironic/+bug/1531149
    - adoption: https://review.openstack.org/#/c/344975/
        - should probably be changed to use standalone tests
    - root device hints: TODO
    - node take over?
    - resource classes integration tests: https://review.openstack.org/#/c/443628/

Essential Priorities
====================
!!! this list is work-in-progress now !!!

Reference architecture guide (dtantsur)
---------------------------------------
- status as of 14 Aug 2017:
    - Common bits: https://review.openstack.org/487410 needs a revision
    - I guess this moves to Queens

Driver composition (dtantsur)
-----------------------------
- spec: http://specs.openstack.org/openstack/ironic-specs/specs/approved/driver-composition-reform.html
- gerrit topic: https://review.openstack.org/#/q/status:open+topic:bug/1524745
- status as of 28 Aug 2017:
    - documentation
        - upgrade guide for the remaining drivers: TODO
            - ilo: https://review.openstack.org/#/c/496480/
            - idrac: (rpioso) TODO
            - snmp: https://review.openstack.org/#/c/498541/ MERGED
        - dev docs on writing hardware types: TODO
        - what to do with VendorMixin on upgrade https://review.openstack.org/#/c/507019/
    - new hardware types:
        - apparently all merged in Pike
    - API for hardware interface properties:
        - proposed spec: https://review.openstack.org/#/c/471174/
    - spec on the classic drivers deprecation: http://specs.openstack.org/openstack/ironic-specs/specs/not-implemented/classic-drivers-future.html to be continued in Queens

High Priorities
===============
!!! this list is work-in-progress now !!!

Rescue mode (stendulker/aparnav)
--------------------------------
- spec: http://specs.openstack.org/openstack/ironic-specs/specs/approved/implement-rescue-mode.html
- code: https://review.openstack.org/#/q/topic:bug/1526449+status:open
- Status: 25 Sep 2017
- The nova patch for Rescue is abandoned and rescue tempest patch(https://review.openstack.org/#/c/452308/) which is dependent on the nova patch is in merge conflict.
    - any plans to revive the nova patch soon(ish)?
        - (TheJulia) None that I'm aware of, but nova is going to expect ironic work be completed first.

Neutron event processing (vdrok, vsaienk0)
------------------------------------------
- spec at https://review.openstack.org/343684, ready for reviews
- WIP code at https://review.openstack.org/440778

Refactoring of code accessing other services (pas-ha)
-----------------------------------------------------
- gerrit topic: https://review.openstack.org/#/q/topic:bug/1699547
- status as of 25 Sept 2017: need to answer reviewers comments in the current first patch in the series (glance) / push new revisions

Available clean steps API (rloo)
--------------------------------
- spec had been approved in mitaka: http://specs.openstack.org/openstack/ironic-specs/specs/5.0/manual-cleaning.html#get-nodes-node-ident-cleaning-steps
- status as of most recent weekly meeting:
    - new RFE for different API: https://bugs.launchpad.net/ironic/+bug/1715419
    - TheJulia has started writing a specification to cover state machine changes. Expect posted around 10/2/17.

deploy steps (rloo, mat128, yolanda)
------------------------------------
- Ocata summit design session etherpad: https://etherpad.openstack.org/p/ironic-ocata-summit-deploy-time-raid
- RFE: https://bugs.launchpad.net/ironic/+bug/1630376
- status as of most recent weekly meeting:
    - spec needs updating: https://review.openstack.org/#/c/412523/

OpenStack Priorities
====================

Python 3.5 compatibility (Nisha, Ankit)
---------------------------------------
- Topic: https://review.openstack.org/#/q/topic:goal-python35+NOT+project:openstack/governance+NOT+project:openstack/releases
    - this include all projects, not only ironic
    - please tag all reviews with topic "goal-python35"
other patches for experimental gates are not merging as core reviewers are asking to add the python3 builder in running gates instead of duplicating them in project-config project. https://review.openstack.org/462487,
https://review.openstack.org/462695, https://review.openstack.org/462701 and https://review.openstack.org/462706
- Raised https://review.openstack.org/495766 for testing ironic-inspector without swift functionality
- anupn to update the python3 job to build tinyipa with python3
- we need to make the ironic job voting eventually. but we need to check that nova, glance and neutron already have voting python 3 jobs, otherwise they may break us.

Deploying with Apache and WSGI in CI (vsaienk0)
-----------------------------------------------
- ironic part seems finished (needs double-checking)
    - (pas-ha) needs to be rewritten for uWSGI, patches on review https://review.openstack.org/#/c/507011/3
    - do we have install-guide bits on how to do it?
- inspector is TODO and depends on https://review.openstack.org/#/q/topic:bug/1525218
    - ironic is done, inspector will be bumped to Queens

Split away the tempest plugin (jlvillal)
----------------------------------------
- Proposed patch to create all the patches: https://review.openstack.org/489762
- Current (25-Sep-2017) plan is to wait until mid-October to do the change-over.
- jlvillal talked to infra and they suggested we do a batch upload as there are about 70 patches to merge in.
- need to port new patches in ironic/ironic-tempest-plugin (jlvillal)
- need to migrate ironic-inspector/ironic-tempest-plugin (jlvillal)

Policy-in-code (pas-ha)
-----------------------
- patch for ironic is on review https://review.openstack.org/#/c/502519/
- ironic-inspector is not started yet (needs a spec/RFE?)

Subprojects
===========

.........

Until next week,
--Rama

[0] https://etherpad.openstack.org/p/IronicWhiteBoard




-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20170925/c5884544/attachment.html>


More information about the OpenStack-dev mailing list