From Fedora Project Wiki
(add this to the cloud SIG category)
 
(25 intermediate revisions by 5 users not shown)
Line 1: Line 1:
= Work Areas =
= Intro =


== Base Image ==
This is a collaborative list of current and future work for the Fedora Cloud SIG. It's meant to describe what's needed or wanted, and what is being done. (It isn't an assignment sheet or list of demands, although it would be lovely if people are interested in taking responsibility for certain areas.)
 
= Tickets! =
 
This page was previously a gigantic list of items, but that got unwieldy fast. Instead, we have a Trac instance with tickets. Take a look at
 
* [https://fedorahosted.org/cloud/report/1 All active tickets]
* [https://fedorahosted.org/cloud/report/10 Easy items for you to jump right in with] (don't be shy!)
* [https://fedorahosted.org/cloud/report/9 Items tagged for the weekly Cloud SIG meeting]
 
 
= Ongoing Work =
 
These are things which are basically continuous effort and might not have open tickets.
 
== Cloud Base Image ==
 
=== General Continuous Updates and Fixes ===


=== ongoing maintenance of kickstart ===
* What: The definition of the cloud image needs ongoing work
* What: The definition of the cloud image needs ongoing work
* Where: kickstart file is at https://fedorahosted.org/spin-kickstarts/
* Where: kickstart file is at https://fedorahosted.org/spin-kickstarts/
* Why: Because this is our base product
* Why: Because this is our base product
* When: As package sets change and new Fedora releases come out
* When: As package sets change and new Fedora releases come out
* Who: Someone in cloud working group in collaboration with rel-eng and spins sig
* Who: mattdm from cloud working group in collaboration with rel-eng and spins sig
 
== QA and Testing ==
 
=== Ongoing QA Documentation Work ===
* What: Keep above documents up to date, extend and add new documents where necessary.
* Where: Fedora Wiki
* Why: As requirements, processes or tools might change, documents need to change too. Also, some documents need to be copied (and maybe slightly changed) before every round of testing.
* When: Between releasing a new release and the next release's first alpha release candidate's due date.
* Who: Someone in cloud working group or QA.
 
=== Ongoing QA Testing Work ===
* What: Perform the actual testing according to the test plans and test cases from above. For every single release and re-release.
* Where: Fedora Wiki, IRC (#fedora-qa and #fedora-cloud), Bugzilla, Mailing Lists (Cloud SIG and QA), etc.
* Why: Because bugs happen, because no-one and nothing is perfect. Because we want our users to have a as flawless experience as possible. And because the automated testing is not yet implemented (and some things might not be fully automatable).
* When: From the first alpha release candidate until the final release of each and every release, at least until tests are fully automated.
* Who: As many people with as many different environments as possible. Primarily cloud working group and possibly QA people, probably.
 
== Documentation ==
=== Improve Cloud SIG wiki ===
* What: general improvements to wiki page for both SIG and WG
* Where: https://fedoraproject.org/wiki/Cloud_SIG
* Why: keep pace with recent developments, link all the stuff together, make it easy to dive in
* When:
* Who:
 
= Vague Future =
 
And here are ideas for things we want to do, but haven't really planned for yet.
 
 
= OLD LIST -- MOVE ITEMS BELOW TO TICKETS AND DELETE =
 


=== port to anaconda/oz/imagefactory ===
== Docker ==
* What: The current kickstart file is full of kludges for appliance-creator. Port to anaconda/imagefactory kludges
* Where: same as ongoing maintenance of kickstart
* Why: appliance-creator is being retired; anaconda-based installs are the way forward
* When: As soon as this is available in Koji. Need a new ImageFactory release, then patches into Koji for support, then a new Koji release, then Koji needs to be updated in Fedora production
* Who: Ian McLeod is working on ImageFactory; Jay Greguske on the Koji patches, Mike McLean is Koji maintainer, Dennis Gilmore in release engineering will do the Koji update. Need to work with them to get this in place, and then someone from cloud wg needs to do the updating.


=== automation in rel-eng ===
=== Docker Host Image ===


==== produce scratch builds on change ====
==== selinux work ====
* What:
* What:
* Where:
* Where:
Line 26: Line 69:
* Who:
* Who:


==== upload to ec2 and ftp ====
==== libvirt size ====
* What:
* What:
* Where:
* Where:
Line 33: Line 76:
* Who:
* Who:


=== quality assurance ===
==== etcd? ====
 
==== develop qa plan ====
* What:
* What:
* Where:
* Where:
Line 42: Line 83:
* Who:
* Who:


==== ongoing actual qa work ====
==== mesos orchestration? ====
* What:
* What:
* Where:
* Where:
Line 49: Line 90:
* Who:
* Who:


== Updates ==
=== Official Fedora Base Container ===


==== initial kickstart ====
* What:
* Where:
* Why:
* When:
* Who:


=== Policies ===
==== ongoing maintenance of kickstart ====
* What: We talked about putting out updated images periodically (or aperiodically as needed). What are the rules?
* What:
* Where:
* Where:
* Why:
* Why:
Line 59: Line 106:
* Who:
* Who:


 
==== More things we can do to make the base better ====
=== procedures ===
* What: good ideas here: https://github.com/phusion/baseimage-docker and elsewhere
* What: We talked about putting out updated images periodically (or aperiodically as needed). How does it happen?
* Where:
* Where:
* Why:
* Why:
Line 67: Line 113:
* Who:
* Who:


=== automated testing ===
=== Library of Dockerfiles ===
* What: How might updated images be automatically tested?
* What:
* Where:
* Where:
* Why:
* Why:
Line 74: Line 120:
* Who:
* Who:


=== other qa? ===
=== Orchestration ===
* What: What other QA do we want to do? How do we want to do it?
* What:
* Where:
* Where:
* Why:
* Why:
* When: initial planning, ongoing as updates happen
* When:
* Who:
* Who:


=== mirroring updated images ===
== Big Data Image ==
* What: Do we want the updates to go out to the Fedora mirror network?
=== define ===
* What:
* Where:
* Where:
* Why:
* Why:
* When:
* When:
* Who: releng, mirror admins
* Who:
 
=== create ===
 
== Docker ==
 
=== Docker Host Image ===
 
==== create kickstart ====
* What:
* What:
* Where:
* Where:
Line 99: Line 140:
* When:
* When:
* Who:
* Who:
 
=== test ===
 
==== selinux work ====
* What:
* What:
* Where:
* Where:
Line 107: Line 146:
* When:
* When:
* Who:
* Who:
 
=== maintain ===
==== libvirt size ====
* What:
* What:
* Where:
* Where:
Line 115: Line 153:
* Who:
* Who:


==== etcd? ====
== Openshift Image ==
=== define ===
* What:
* What:
* Where:
* Where:
Line 121: Line 160:
* When:
* When:
* Who:
* Who:
 
=== create ===
==== mesos orchestration? ====
* What:
* What:
* Where:
* Where:
Line 128: Line 166:
* When:
* When:
* Who:
* Who:
 
=== test ===
=== Official Fedora Base Container ===
 
==== initial kickstart ====
* What:
* What:
* Where:
* Where:
Line 137: Line 172:
* When:
* When:
* Who:
* Who:
 
=== maintain ===
==== ongoing maintenance of kickstart ====
* What:
* What:
* Where:
* Where:
Line 145: Line 179:
* Who:
* Who:


=== Library of Dockerfiles ===
== Random Bits We Could Use ==
 
=== Cloud-init improvements ===
* What:
* What:
* Where:
* Where:
Line 152: Line 188:
* Who:
* Who:


=== Orchestration ===
== Planning ==
=== this document ===
* What:
* What:
* Where:
* Where:
Line 159: Line 196:
* Who:
* Who:


== Big Data Image ==
=== technical specifications ===
=== define ===
* What: like https://fedoraproject.org/wiki/Workstation/Technical_Specification but for our stuff
* Where:
* Why:
* When:
* Who:
 
=== More / better statistics ===
* What:
* What:
* Where:
* Where:
* Why:
* Why:
* When:
* When:  
* Who:
* Who:
=== create ===
 
 
=== Ongoing user surveys ===
* What:
* What:
* Where:
* Where:
* Why:
* Why:
* When:
* When:
* Who:
 
=== Needs for Base WG ===
* What: like the Changelist, but specifically, what we'd like / need from the base
* Where:
* Why:
* When:
* Who:
 
 
=== Needs for Env & Stacks ===
* What: like the Changelist, but specifically, what we'd like / need from Ring 2
* Where:
* Why:
* When:  
* Who:
* Who:
=== test ===
 
== Marketing ==
 
=== figure out branding ===
* What:
* What:
* Where:
* Where:
Line 178: Line 241:
* When:
* When:
* Who:
* Who:
=== maintain ===
 
=== produce content ===
* What:
* What:
* Where:
* Where:
Line 185: Line 249:
* Who:
* Who:


== Openshift Image ==
=== promote! ===
=== define ===
* What:
* What:
* Where:
* Where:
Line 192: Line 255:
* When:
* When:
* Who:
* Who:
=== create ===
 
=== work with web team ===
* What:
* What:
* Where:
* Where:
Line 198: Line 262:
* When:
* When:
* Who:
* Who:
=== test ===
 
 
== Documentation ==
=== write up what we're doing ===
* What:
* What:
* Where:
* Where:
Line 204: Line 271:
* When:
* When:
* Who:
* Who:
=== maintain ===
 
=== write up any or all of the above ===
* What:
* What:
* Where:
* Where:
Line 212: Line 280:




== Planning ==
 
==== this document ====
=== Fedora Cloud Guide ===
* What:
* What: Fedora Cloud Guide
* Where:
** Git: https://git.fedorahosted.org/cgit/docs/cloud-guide.git
** Bugzilla: https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora%20Documentation&component=cloud-guide
** Docs Mailing List: https://admin.fedoraproject.org/mailman/listinfo/docs
* Why: Book form documentation to explain what the Cloud is, how Fedora fits in, and how to use Fedora and provided tools in the Cloud.
* When: Anytime
* Who: Anyone!
==== How to Contribute to the Cloud Guide ====
Any form of participation is welcome. You can ask for a particular tool or process to be covered, suggest improvements, critique, point out flaws or outdated content, or write content directly.
 
Fedora Guides are written in docbook and published using Publican.  There is a slight learning curve, but don't let that dissuade you!  Even if you don't want to hack on the guide directly, your feedback and guidance is valuable. Your expertise can help writers with less cloud knowledge to put together a good guide.
 
== Collaboration ==
 
=== Working with CentOS ===
 
==== Gathering downstream needs ====
* What: Future version of CentOS will be shaped by what we are doing; let's get feedback!
* Where:
* Where:
* Why:
* Why:
Line 220: Line 306:
* Who:
* Who:


==== Fedora.next changes list ====
==== Cooperating on infrastructure ====
* What:
* What: Avoid duplication of effort in tools, infrastructure, etc.
* Where:
* Where:
* Why:
* Why:
* When: '''REAL SOON NOW'''
* When:
* Who:
* Who:




== Marketing ===


==== figure out branding ====
== Public Cloud Providers ==
=== Amazon EC2 ===
 
==== Amazon Marketplace ====
* What:
* What:
* Where:
* Where:
Line 237: Line 325:
* Who:
* Who:


==== produce content ====
 
==== Ongoing EC2 ====
* What:
* What:
* Where:
* Where:
Line 244: Line 333:
* Who:
* Who:


==== promote! ====
 
=== Google Compute Image ===
* What:
* What:
* Where:
* Where:
Line 251: Line 341:
* Who:
* Who:


==== work with web team ====
=== HP Cloud ===
* What:
* What:
* Where:
* Where:
Line 258: Line 348:
* Who:
* Who:


 
=== Rackspace ===
== Documentation ==
==== write up what we're doing ====
* What:
* What:
* Where:
* Where:
Line 267: Line 355:
* Who:
* Who:


==== write up any or all of the above ====
=== Digital Ocean ===
* What:
* What:
* Where:
* Where:
Line 273: Line 361:
* When:
* When:
* Who:
* Who:
[[Category:Cloud SIG]]

Latest revision as of 15:27, 19 June 2014

Intro

This is a collaborative list of current and future work for the Fedora Cloud SIG. It's meant to describe what's needed or wanted, and what is being done. (It isn't an assignment sheet or list of demands, although it would be lovely if people are interested in taking responsibility for certain areas.)

Tickets!

This page was previously a gigantic list of items, but that got unwieldy fast. Instead, we have a Trac instance with tickets. Take a look at


Ongoing Work

These are things which are basically continuous effort and might not have open tickets.

Cloud Base Image

General Continuous Updates and Fixes

  • What: The definition of the cloud image needs ongoing work
  • Where: kickstart file is at https://fedorahosted.org/spin-kickstarts/
  • Why: Because this is our base product
  • When: As package sets change and new Fedora releases come out
  • Who: mattdm from cloud working group in collaboration with rel-eng and spins sig

QA and Testing

Ongoing QA Documentation Work

  • What: Keep above documents up to date, extend and add new documents where necessary.
  • Where: Fedora Wiki
  • Why: As requirements, processes or tools might change, documents need to change too. Also, some documents need to be copied (and maybe slightly changed) before every round of testing.
  • When: Between releasing a new release and the next release's first alpha release candidate's due date.
  • Who: Someone in cloud working group or QA.

Ongoing QA Testing Work

  • What: Perform the actual testing according to the test plans and test cases from above. For every single release and re-release.
  • Where: Fedora Wiki, IRC (#fedora-qa and #fedora-cloud), Bugzilla, Mailing Lists (Cloud SIG and QA), etc.
  • Why: Because bugs happen, because no-one and nothing is perfect. Because we want our users to have a as flawless experience as possible. And because the automated testing is not yet implemented (and some things might not be fully automatable).
  • When: From the first alpha release candidate until the final release of each and every release, at least until tests are fully automated.
  • Who: As many people with as many different environments as possible. Primarily cloud working group and possibly QA people, probably.

Documentation

Improve Cloud SIG wiki

  • What: general improvements to wiki page for both SIG and WG
  • Where: https://fedoraproject.org/wiki/Cloud_SIG
  • Why: keep pace with recent developments, link all the stuff together, make it easy to dive in
  • When:
  • Who:

Vague Future

And here are ideas for things we want to do, but haven't really planned for yet.


OLD LIST -- MOVE ITEMS BELOW TO TICKETS AND DELETE

Docker

Docker Host Image

selinux work

  • What:
  • Where:
  • Why:
  • When:
  • Who:

libvirt size

  • What:
  • Where:
  • Why:
  • When:
  • Who:

etcd?

  • What:
  • Where:
  • Why:
  • When:
  • Who:

mesos orchestration?

  • What:
  • Where:
  • Why:
  • When:
  • Who:

Official Fedora Base Container

initial kickstart

  • What:
  • Where:
  • Why:
  • When:
  • Who:

ongoing maintenance of kickstart

  • What:
  • Where:
  • Why:
  • When:
  • Who:

More things we can do to make the base better

Library of Dockerfiles

  • What:
  • Where:
  • Why:
  • When:
  • Who:

Orchestration

  • What:
  • Where:
  • Why:
  • When:
  • Who:

Big Data Image

define

  • What:
  • Where:
  • Why:
  • When:
  • Who:

create

  • What:
  • Where:
  • Why:
  • When:
  • Who:

test

  • What:
  • Where:
  • Why:
  • When:
  • Who:

maintain

  • What:
  • Where:
  • Why:
  • When:
  • Who:

Openshift Image

define

  • What:
  • Where:
  • Why:
  • When:
  • Who:

create

  • What:
  • Where:
  • Why:
  • When:
  • Who:

test

  • What:
  • Where:
  • Why:
  • When:
  • Who:

maintain

  • What:
  • Where:
  • Why:
  • When:
  • Who:

Random Bits We Could Use

Cloud-init improvements

  • What:
  • Where:
  • Why:
  • When:
  • Who:

Planning

this document

  • What:
  • Where:
  • Why:
  • When:
  • Who:

technical specifications

More / better statistics

  • What:
  • Where:
  • Why:
  • When:
  • Who:


Ongoing user surveys

  • What:
  • Where:
  • Why:
  • When:
  • Who:

Needs for Base WG

  • What: like the Changelist, but specifically, what we'd like / need from the base
  • Where:
  • Why:
  • When:
  • Who:


Needs for Env & Stacks

  • What: like the Changelist, but specifically, what we'd like / need from Ring 2
  • Where:
  • Why:
  • When:
  • Who:

Marketing

figure out branding

  • What:
  • Where:
  • Why:
  • When:
  • Who:

produce content

  • What:
  • Where:
  • Why:
  • When:
  • Who:

promote!

  • What:
  • Where:
  • Why:
  • When:
  • Who:

work with web team

  • What:
  • Where:
  • Why:
  • When:
  • Who:


Documentation

write up what we're doing

  • What:
  • Where:
  • Why:
  • When:
  • Who:

write up any or all of the above

  • What:
  • Where:
  • Why:
  • When:
  • Who:


Fedora Cloud Guide

How to Contribute to the Cloud Guide

Any form of participation is welcome. You can ask for a particular tool or process to be covered, suggest improvements, critique, point out flaws or outdated content, or write content directly.

Fedora Guides are written in docbook and published using Publican. There is a slight learning curve, but don't let that dissuade you! Even if you don't want to hack on the guide directly, your feedback and guidance is valuable. Your expertise can help writers with less cloud knowledge to put together a good guide.

Collaboration

Working with CentOS

Gathering downstream needs

  • What: Future version of CentOS will be shaped by what we are doing; let's get feedback!
  • Where:
  • Why:
  • When:
  • Who:

Cooperating on infrastructure

  • What: Avoid duplication of effort in tools, infrastructure, etc.
  • Where:
  • Why:
  • When:
  • Who:


Public Cloud Providers

Amazon EC2

Amazon Marketplace

  • What:
  • Where:
  • Why:
  • When:
  • Who:


Ongoing EC2

  • What:
  • Where:
  • Why:
  • When:
  • Who:


Google Compute Image

  • What:
  • Where:
  • Why:
  • When:
  • Who:

HP Cloud

  • What:
  • Where:
  • Why:
  • When:
  • Who:

Rackspace

  • What:
  • Where:
  • Why:
  • When:
  • Who:

Digital Ocean

  • What:
  • Where:
  • Why:
  • When:
  • Who: