From Fedora Project Wiki

(Created page with '== Fix all the things that we have == ** Upgrade TurboGears1 apps to TurboGears2 *** Write automated tests using TG2's test framework ** Fix the FAS authenticators to be less cha...')
 
No edit summary
Line 29: Line 29:
*** Stop backing up sysadmin data (/usr)
*** Stop backing up sysadmin data (/usr)
*** Reduce koji's resources
*** Reduce koji's resources
** Finish and deploy kopers

Revision as of 18:12, 30 January 2011

Fix all the things that we have

    • Upgrade TurboGears1 apps to TurboGears2
      • Write automated tests using TG2's test framework
    • Fix the FAS authenticators to be less chatty
    • Update FAS to have an admin console (no more direct db needs)
    • Update pkgdb to have an admin console (no more direct db needs)
      • Put fas session information into memcached
    • Fix the Django auth providers to be faster
    • Move transifex to tx.net
    • Move publictest to the cloud and create a sundown on them
    • Automated hosted projects
    • Automated build overrides
    • Upgrade quota to 200MB
    • Automated creation of new machines -- run one command and it's up
    • puppet staging vs production
    • glustrefs fedorapeople filesystem
    • glustrefs fedorahosted filesystem
    • Use yubikey for two-factor auth (instead of either or auth)
    • Talk to mediawiki folks on how to run attachments to mediawiki so that we don't need a special machine
      • upload.wikimedia.org
    • Split db to get fas to a different db server
    • Replicate db so that we don't have a SPOF
    • logging sucks
      • IPs hit proxies but we also need them to hit the app servers.
      • Fas needs to log more actions to its database
    • Do periodic reinstallations of guests (like app servers) so that we know there's nothing changed not in puppet.
    • fix backups
      • Make sure we're backing up everything
      • Stop backing up sysadmin data (/usr)
      • Reduce koji's resources
    • Finish and deploy kopers