From 4ff661d71a65bde4a277eb7302d863964bfd4446 Mon Sep 17 00:00:00 2001 From: Tony Breeds Date: Tue, 16 Jun 2015 20:18:56 +1000 Subject: [PATCH] Add sample.yaml and update README.rst Create, and document, sample.yaml to help people creating new meetings. Change-Id: If029acc1d6f2a82a98f6549fe3932665b39192cb --- README.rst | 6 ++++++ sample.yaml | 15 +++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 sample.yaml diff --git a/README.rst b/README.rst index d98ebdd6..f7e2b014 100644 --- a/README.rst +++ b/README.rst @@ -78,3 +78,9 @@ will be import into Python as a dictionary. This meeting is a weekly gathering of developers working on OpenStack. Compute (Nova). We cover topics such as release planning and status, bugs, reviews, and other current topics worthy of real-time discussion. + +sample.yaml +----------- + +If creating a new yaml meeting file please consider using ``sample.yaml`` and +editing as appropriate. diff --git a/sample.yaml b/sample.yaml new file mode 100644 index 00000000..446736b2 --- /dev/null +++ b/sample.yaml @@ -0,0 +1,15 @@ +project: Nova Team Meeting +meeting_id: nova +agenda_url: https://wiki.openstack.org/wiki/Meetings/Nova +schedule: + - time: '1400' + day: Thursday + irc: openstack-meeting + frequency: biweekly-even + - time: '2100' + day: Thursday + irc: openstack-meeting + frequency: biweekly-odd +chair: Mikal Still & John Garbutt +description: > + This is the weekly Nova team meeting.