Added explanations and example scenarios about the command line usage for jobs.py to the README.rst file. A few syntax errors found in the README.rst was fixed as well. Visit the following link for a preview of the README.rst: http://rst.ninjs.org/?n=de7d3bc022f4ba2417bd3de97e33c91c&theme=nature Additionally, the YAML file extention has been changed to '.yaml.' The name of the meetings have also been capitalized. Spaces were added in front of agenda list items. Lastly, a minor issue was fixed where the iCals files was missing the . in the file extension. It now can handle both '.yaml' and '.yml' extentions when writting '.ical' files. Change-Id: Iff6805a690339303ec58bf19883dcfbbf3d37d72
41 lines
1.5 KiB
YAML
41 lines
1.5 KiB
YAML
project: Ironic Team Meeting
|
|
schedule:
|
|
- time: '1900'
|
|
day: Monday
|
|
irc: openstack-meeting
|
|
frequency: weekly
|
|
chair: Devananda van der Veen
|
|
description: >
|
|
If you're interested in bare metal deployments ith OpenStack, please join
|
|
us. This meeting is here we'll talk about the Ironic project, an evolution
|
|
of the Nova Baremetal driver.
|
|
agenda: |
|
|
* Greeting, roll-call and anouncements
|
|
* Regular Topics
|
|
** Blueprint status check: https://blueprints.launchpad.net/ironic
|
|
** Bug status check: https://wiki.openstack.org/wiki/BugTriage
|
|
* Call outs
|
|
** Nova Driver
|
|
*** Nova volume driver
|
|
*** Nova hostmanager
|
|
*** Refactor get_iscsi_initiator
|
|
** Functional testing with devstack
|
|
** Inteeration with TripleO
|
|
* I-3 planning
|
|
** Graduation requirements
|
|
*** Nova driver needs to land
|
|
*** We need ful CI (https://review.openstack.org/#/c/70348/)
|
|
** Feature freeze
|
|
*** What work / revies need to be prioritized
|
|
*** What can we realistically land
|
|
** Code cleanup
|
|
*** With mock vs. @mock
|
|
*** Node[property] vs node.property
|
|
* Open Discussion
|
|
* Adds max retry limit to sync_poer_state task(should e rely on driver |
|
|
health or not when preventing infinite syncs?)
|
|
https://revie.openstack.org/#/c/77420/2/ironic/conductor/manager.py
|
|
** Functional/Integration testing of vendor drivers (Tempest?)
|
|
** Driver architecture for Chassis object (Allo vendors to define behavior |
|
|
for the Chassis object like Auto node discovery etc)
|