Progress towards topic-quantal-servercloud-infrastructure
This page shows the progress towards completing a Topic . You can see from the burndown if the Topic is likely to be completed at the current rate of work. Below that you can see the progress towards the blueprints that contribute to the Topic , and the progress of each person working on the Topic .
Launchpad pageWorkitem burndown
"foreign" counts refer to workitems that are assigned to someone not in the team
91% of 253
Contributing Blueprints
| Blueprint | Completion | Priority | Status/Description |
|---|---|---|---|
| servercloud-q-kvm |
100% of 9
|
High | kvm is the preferred hardware emulation platform in Ubuntu. The goal of this work is to follow and help test upstream development, collaborate on bug fixing with upstream, and ensure that kvm is stable and fullfills our needs. |
| servercloud-q-powernap-opencompute-integration |
100% of 4
|
Low | Rationale: ======== The Open Compute Project specification has the ability to S3 (suspend to ram) servers. By doing so, we can effectively use PowerNap to suspend servers when they are not being in use, leading to great power saving features. The OCP, has an interest in having the ability to use PowerNap for such purpose. Goal: ======== Ensure PowerNap works with OpenCompute HW. |
| servercloud-q-openstack-folsom |
89% of 28
|
Essential | Rationale: Openstack has been in Ubuntu for 3 releases now and is established and stable. Folsom is the next release of Openstack and Ubuntu should have this release as well. Goal: Include the Folsom release in Ubuntu 12.10. |
| servercloud-q-userns |
100% of 7
|
High | Rationale: A large remaining feature gap in LXC is that users are not namespaced. This means: 1. A root user in a container is the root user on the system 2. Non-root users in containers are the same as the same uid in other containers and on the host. 3. Privileges granted in the container can be used toward resources on the host (if namespaces provide a mapping for a resource on the host). With a fully implemented user namespace, users and privilege will be targeted to resources in namespaces owned by the creator of the namespace. This will allow the safe granting of root and privileges inside containers. A mostly complete implementation of user namespaces now exists, and has been partially merged upstream. The remaining work is to push the rest of the patchset, push userspace controls for the user namespace, and implement the use of user namespaces in lxc containers. |
| servercloud-q-ceph-object-integration |
92% of 24
|
Medium | Rationale: Ceph provides a solid, horizontally scalable object storage solution which may be key in future Ubuntu and OpenStack development. We should ensure that the Ceph packages in Ubuntu are up-to-date and well tested during the Quantal development cycle. Goal: Deliver an up-to-date and well tested set of Ceph packages. |
| servercloud-q-devicens |
100% of 3
|
Medium | Rationale: Devices in linux currently exist in a single namespace. A (type:major:minor) refers to the same device for every process. More importantly, requests for uevents from the kernel are sent for all devices to all listeners. When a container does udevadm trigger --action=add, add uevents for all hardware are resent to the host and all other listeners (containers). Currently the devices namespace can be used to restrict access from containers to (type:major:minor). If apparmor is given the ability to filter netlink traffic, containers could be prevented from doing udevadm trigger. Ideally we would be able to create a new mapping from (type:major:minor) to kernel devices for containers. When in a new private mapping (== namespace), udevadm trigger would be restricted to mapped devices. Some devices such as /dev/null and /dev/zero could be shared among mappings. Others, such as /dev/loop* may want more flexible mappings. When combined with the user namespace, this would mean that whereas b 7:0 would be /dev/loop0 on the host, the container could have b 7:0 point to a different loop device, owned by his own user namespace and perhaps mapped to a different (type:major:minor) on the host (or not mapped there at all). The work in this cycle is to come up with a design for devices namespaces. |
| servercloud-q-libvirt |
100% of 7
|
Medium | libvirt is the preferred virtualization management solution in Ubuntu. This work is to ensure that libvirt is stable and fulfills our needs. |
| servercloud-q-openstack-ha |
71% of 14
|
High | Rationale: ======== At the last OpenStack Design Summit (Folsom), an HA session was held. This session discussed the single points of failure in OpenStack and how it was possible to provide HA to some of the components by integrating them with Pacemaker/Corosync based clusters. The decision was to make use of 3 RA's, which are glance-api, glance-registry and keystone for the cluster stack. These, are in beta phase and have not officially been released. Even though Ubuntu fully supports the Cluster Stack, the RA's have not yet been integrated with the packages. Ubuntu should make sure that these RA's get integrated successfully. Goal: ======== Ensure OpenStack HA components are integrated and supported in Ubuntu |
| servercloud-q-apt-improvements |
100% of 18
|
Medium | = Rationale = As described in bug 972077, apt's on-disk format makes it difficult or impossible to update the archive without exposing a race condition to a client. While in theory potentially very small, in reality it makes 'apt' a very weak link in a automated install scenario. = Goal = Make apt hashsum mismatch errors go away permanently, and remove racey conditions when updating apt repositories. |
| servercloud-q-push-to-the-clouds |
100% of 3
|
Medium | Continuation of Push to the Clouds 1. Publishing image meta-data via Glance Servers: Hardware is till pending on the production servers. Glance.ubuntu.com has been provisioned with a staging host. 2. Publishing of official Ubuntu images on other cloud vendors . |
| servercloud-q-lxc |
100% of 38
|
Medium | lxc is the chosen lightweight (linux-guest-only) virtualization platform on Ubuntu. In this cycle we wish to make containers more secure and more flexible, increase testing and test coverage, improve administration, and increase code reuse by making the core library reusable. |
| servercloud-q-tomcat7 |
100% of 20
|
High | Rationale: Apache Tomcat 7 has been in the Ubuntu archive for two releases now and is established and stable. Debian are planning to drop Apache Tomcat 6 from squeeze in favour of maintaining a single tomcat version. Ubuntu should do the same. Goal: Transition users to a Canonical supported Tomcat 7 and drop Tomcat 6 from the archive. |
| servercloud-q-cloud-archive |
100% of 14
|
Essential | Rationale: Recently it was announced (at http://wiki.ubuntu.com/ServerTeam/CloudArchive) that we will be backporting newer releases of Openstack to precise in order to offer users a chance to use newer features of Openstack when it becomes available. This means that users can have the stability of an LTS while using a newer version of Openstack. Goal: Provide users to use the latest Openstack releases on an Ubuntu LTS. |
| servercloud-q-openstack-stable |
76% of 17
|
High | Rationale: With the release of Essex on Precise we wish to regularily provide timely updates to our users who are still using Essex. The purpose of this blueprint is to figure out the process and track work that needs to be done. Goal: Provide users with stable/essex openstack installation that is well tested and production ready. |
| servercloud-q-openstack-deployment-on-arm |
85% of 13
|
High | Rationale: Make ARM a first class citizen on Openstack. Goal: The goal of this blueprint is to ensure OpenStack is able to be deployed on ARM server hardware. |
| servercloud-q-maas-next-steps |
67% of 15
|
Essential | Rationale: MAAS has been in the archive for one release now and is established and stable. However, various are the planned features that are gonna need to be integrated for 12.10. Ubuntu will support most of these mayor features and will adopt the upstream changes providing new upstream releases regularly. Goal: Provide the latest stable MAAS release and support its features. |
| servercloud-q-cloud-init-utils |
84% of 19
|
Medium | Discuss ideas for cloud-init or cloud-utils. Request for Features? Request for Participation in developing Features? |
Status by assignee
| Assignee | Todo | Blocked | In Progress | Postponed | Done | Completion |
|---|---|---|---|---|---|---|
| adam-g | 0 | 0 | 0 | 1 | 0 | 100% |
| Adam Conrad | 0 | 0 | 0 | 0 | 1 | 100% |
| Andres Rodriguez | 7 | 0 | 0 | 11 | 12 | 77% |
| Andy Whitcroft | 0 | 0 | 0 | 0 | 1 | 100% |
| Björn Michaelsen | 0 | 0 | 0 | 0 | 1 | 100% |
| Clint Byrum | 2 | 0 | 0 | 0 | 0 | 0% |
| Bryan Wu | 0 | 0 | 0 | 0 | 1 | 100% |
| Didier Roche | 0 | 0 | 0 | 0 | 1 | 100% |
| ebiederm | 0 | 0 | 0 | 4 | 5 | 100% |
| James Page | 0 | 0 | 0 | 5 | 33 | 100% |
| Kees Cook | 0 | 0 | 0 | 0 | 1 | 100% |
| Dustin Kirkland | 0 | 0 | 0 | 1 | 0 | 100% |
| Juan L. Negron | 0 | 0 | 0 | 0 | 1 | 100% |
| Nick Barcet | 1 | 0 | 0 | 0 | 0 | 0% |
| Robie Basak | 0 | 0 | 0 | 2 | 4 | 100% |
| rbasak | 1 | 0 | 0 | 2 | 0 | 67% |
| Serge Hallyn | 0 | 0 | 0 | 11 | 27 | 100% |
| Scott Moser | 2 | 0 | 0 | 19 | 7 | 93% |
| Stefan Bader | 0 | 0 | 0 | 2 | 1 | 100% |
| Stéphane Graber | 0 | 0 | 0 | 1 | 6 | 100% |
| Ben Howard | 1 | 0 | 2 | 4 | 2 | 67% |
| Chuck Short | 7 | 0 | 0 | 8 | 55 | 90% |
Work item details
| Assignee | Status | Blueprint | Priority | Work item |
|---|---|---|---|---|
| adam-g | postponed | servercloud-q-libvirt | Medium | Ping Daniel Berrange (upstream libvirt) about proposed fix to console growth problem (bug 832507) |
| Adam Conrad | done | servercloud-q-ceph-object-integration | Medium | LP: #1028038: sscanf always calls realloc/causes deadlock in google-perftools (eglibc) |
| Andres Rodriguez | todo | servercloud-q-maas-next-steps | Essential | maas-enlist - do not die if MAAS is invalid (LP: #973414) |
| servercloud-q-maas-next-steps | Essential | complete documentation and manpages (LP: #975454) | ||
| servercloud-q-maas-next-steps | Essential | Support for other power management devices | ||
| servercloud-q-maas-next-steps | Essential | Use squashfs image for PXE installations (and ubuntu server CD install) | ||
| servercloud-q-openstack-ha | High | Track GlanceAPI, Glance Registry, Keystone RA's, and ensure they hit the archive. | ||
| servercloud-q-openstack-ha | High | juju charms for DRBD (adam_g says it is impossible, SpampS seems it is possible) | ||
| servercloud-q-openstack-ha | High | Investigate HA for Horizon (memcached HA) | ||
| done | servercloud-q-openstack-ha | High | Update pacemaker | |
| servercloud-q-openstack-ha | High | Update RHCS | ||
| servercloud-q-openstack-ha | High | Forward RHCS packages to Debian | ||
| servercloud-q-openstack-ha | High | Update DRBD | ||
| servercloud-q-maas-next-steps | Essential | MIR celery | ||
| servercloud-q-maas-next-steps | Essential | MIR libjs-yui3 | ||
| servercloud-q-maas-next-steps | Essential | MIR libjs-raphael | ||
| servercloud-q-maas-next-steps | Essential | package python-tx-tftp | ||
| servercloud-q-maas-next-steps | Essential | update libjs-yui to latest and drop them from trunk | ||
| servercloud-q-maas-next-steps | Essential | update libjs-raphael to latest and drop them from trunk | ||
| servercloud-q-maas-next-steps | Essential | IPMI support | ||
| servercloud-q-maas-next-steps | Essential | Dropping/replacing cobbler (maas-provision) | ||
| postponed | servercloud-q-openstack-ha | High | Update corosync | |
| servercloud-q-openstack-ha | High | Update heartbeat | ||
| servercloud-q-openstack-ha | High | Update openais | ||
| servercloud-q-openstack-ha | High | juju charm for pacemaker | ||
| servercloud-q-openstack-ha | High | juju charm for corosync | ||
| servercloud-q-openstack-ha | High | MySQL HA juju charm | ||
| servercloud-q-powernap-opencompute-integration | Low | Include ipmi support for powerwake (various config options) | ||
| servercloud-q-powernap-opencompute-integration | Low | Try powernap on OCP HW | ||
| servercloud-q-powernap-opencompute-integration | Low | support on-demand wake up for OCP (wake-up agent) | ||
| servercloud-q-powernap-opencompute-integration | Low | Investigate integrating into OpenStack | ||
| servercloud-q-maas-next-steps | Essential | Enable test-suite in packaging | ||
| Andy Whitcroft | done | servercloud-q-lxc | Medium | expect SECCOMP to drop in v3.5 replacing our patches (confirmed) |
| Björn Michaelsen | done | servercloud-q-tomcat7 | High | LP: #1023405: demote tomcat6 source and binaries to universe (libreoffice) |
| Clint Byrum | todo | servercloud-q-ceph-object-integration | Medium | Update juju charm for ceph to support more options and fix for indempotency |
| servercloud-q-ceph-object-integration | Medium | Integrate Ceph into existing OpenStack charms | ||
| Bryan Wu | done | servercloud-q-lxc | Medium | check that all new cgroups are enabled in quantal kernel |
| Didier Roche | done | servercloud-q-ceph-object-integration | Medium | LP: #1017978: [MIR] libfcgi, ceph (radosgw) (ceph) |
| ebiederm | done | servercloud-q-lxc | Medium | fix lxc-attach upstream to use the new setns syntax |
| servercloud-q-lxc | Medium | push userns patches to allow containers to mount, pivot_root, and rename nics | ||
| servercloud-q-lxc | Medium | get setns(mnt) upstream | ||
| servercloud-q-userns | High | Get first user ns patchset into linux-next | ||
| servercloud-q-userns | High | Push remaining user ns patchset v45 into linux-next | ||
| postponed | servercloud-q-lxc | Medium | patch adduser | |
| servercloud-q-lxc | Medium | get setns(pid) upstream | ||
| servercloud-q-userns | High | Push remaining user ns patches | ||
| servercloud-q-userns | High | Write patch for adduser to reserve uids | ||
| James Page | done | servercloud-q-tomcat7 | High | Update tomcat-server seed to use tomcat7 |
| servercloud-q-tomcat7 | High | Review and update tomcat server test case | ||
| servercloud-q-tomcat7 | High | Raise MIR for tomcat7 | ||
| servercloud-q-tomcat7 | High | Transition servlet2.5 dependencies in main to 3.0 | ||
| servercloud-q-tomcat7 | High | LP: #1009579: [MIR] tomcat7 (replaces tomcat6) (jakarta-taglibs-standard) | ||
| servercloud-q-tomcat7 | High | LP: #1009579: [MIR] tomcat7 (replaces tomcat6) (tomcat7) | ||
| servercloud-q-tomcat7 | High | LP: #1023405: demote tomcat6 source and binaries to universe (axis) | ||
| servercloud-q-tomcat7 | High | LP: #1023405: demote tomcat6 source and binaries to universe (bsh) | ||
| servercloud-q-tomcat7 | High | LP: #1023405: demote tomcat6 source and binaries to universe (excalibur-logkit) | ||
| servercloud-q-tomcat7 | High | LP: #1023405: demote tomcat6 source and binaries to universe (fop) | ||
| servercloud-q-tomcat7 | High | LP: #1023405: demote tomcat6 source and binaries to universe (hessian) | ||
| servercloud-q-tomcat7 | High | LP: #1023405: demote tomcat6 source and binaries to universe (hsqldb) | ||
| servercloud-q-tomcat7 | High | LP: #1023405: demote tomcat6 source and binaries to universe (libcommons-logging-java) | ||
| servercloud-q-tomcat7 | High | LP: #1023405: demote tomcat6 source and binaries to universe (libmx4j-java) | ||
| servercloud-q-tomcat7 | High | LP: #1023405: demote tomcat6 source and binaries to universe (tomcat6) | ||
| servercloud-q-ceph-object-integration | Medium | Ceph 0.47.2 update for Ubuntu | ||
| servercloud-q-ceph-object-integration | Medium | Ceph 0.48 update for Ubuntu | ||
| servercloud-q-ceph-object-integration | Medium | Review MIR actions for ceph from last cycle | ||
| servercloud-q-ceph-object-integration | Medium | Check on status of libvirt+rdb in quantal (supported == YES through qemu - currently lacks authentication due in 0.9.13) | ||
| servercloud-q-ceph-object-integration | Medium | Ceph 0.48.1 update for Ubuntu | ||
| servercloud-q-ceph-object-integration | Medium | Remove in-tree dependencies | ||
| servercloud-q-ceph-object-integration | Medium | Enable radosgw | ||
| servercloud-q-ceph-object-integration | Medium | Enable use of google-perftools (test failures/glibc compat) | ||
| servercloud-q-ceph-object-integration | Medium | Test ceph with XFS based storage | ||
| servercloud-q-ceph-object-integration | Medium | Test ceph rbd as backend to nova volume | ||
| servercloud-q-ceph-object-integration | Medium | Test ceph rdb as backend to glance | ||
| servercloud-q-ceph-object-integration | Medium | Determine the current state of ceph and keystone integration (specifically for radosgw) | ||
| servercloud-q-ceph-object-integration | Medium | LP: #1017972: [MIR] google-perftools, libunwind (google-perftools) | ||
| servercloud-q-ceph-object-integration | Medium | LP: #1017972: [MIR] google-perftools, libunwind (libunwind) | ||
| servercloud-q-ceph-object-integration | Medium | LP: #1017978: [MIR] libfcgi, ceph (radosgw) (libfcgi) | ||
| servercloud-q-ceph-object-integration | Medium | LP: #1022493: [MIR] leveldb, snappy, libs3 (leveldb) | ||
| servercloud-q-ceph-object-integration | Medium | LP: #1022493: [MIR] leveldb, snappy, libs3 (libs3) | ||
| servercloud-q-ceph-object-integration | Medium | LP: #1022493: [MIR] leveldb, snappy, libs3 (snappy) | ||
| postponed | servercloud-q-tomcat7 | High | Update packaging to use upstart | |
| servercloud-q-tomcat7 | High | Review upgrade path from tomcat6->tomcat7 | ||
| servercloud-q-tomcat7 | High | Request removal of tomcat6 from archive | ||
| servercloud-q-lxc | Medium | hook testing up to jenkins | ||
| servercloud-q-ceph-object-integration | Medium | Investigate ceph backport via cloud archive (PPA for time being) | ||
| Kees Cook | done | servercloud-q-lxc | Medium | package libscecomp to aid bpf creation http://sourceforge.net/projects/libseccomp/ |
| Dustin Kirkland | postponed | servercloud-q-cloud-init-utils | Medium | breakout ssh tool from bike shed |
| Juan L. Negron | done | servercloud-q-tomcat7 | High | Update tomcat(7) charm to accomodate changes during quantal dev cycle |
| Nick Barcet | todo | servercloud-q-openstack-ha | High | Connect to Russel Bryant about RabbitMQ HA |
| Robie Basak | done | servercloud-q-apt-improvements | Medium | apt proof of concept |
| servercloud-q-apt-improvements | Medium | debootstrap proof of concept | ||
| servercloud-q-apt-improvements | Medium | s3aptmirror patch | ||
| servercloud-q-apt-improvements | Medium | Live S3 mirror | ||
| postponed | servercloud-q-apt-improvements | Medium | debootstrap production code | |
| servercloud-q-apt-improvements | Medium | apt production code | ||
| rbasak | todo | servercloud-q-maas-next-steps | Essential | ARM support |
| postponed | servercloud-q-cloud-init-utils | Medium | package his ssh tool | |
| servercloud-q-kvm | High | follow up on console log size limit implementation (ringbuffer) | ||
| Serge Hallyn | done | servercloud-q-lxc | Medium | pre-mount cgroups during container startup (using optional mount hook) |
| servercloud-q-lxc | Medium | send attach patch sets to kernel-team ASAP | ||
| servercloud-q-lxc | Medium | convert lxc-apparmor patchset to generic lsm set | ||
| servercloud-q-lxc | Medium | exploit libseccomp in lxc-start | ||
| servercloud-q-lxc | Medium | come up with default seccomp containers profile (all syscalls - for x86-64, 0-300 and 1024-1079) | ||
| servercloud-q-lxc | Medium | extend lxc-attach to support attaching only to specific namespaces (done by community) | ||
| servercloud-q-lxc | Medium | send usernamespace patchset ASAP to kernel team (link to git repo for review) | ||
| servercloud-q-lxc | Medium | Post POC patchset implementing hookpoints to lxc-devel | ||
| servercloud-q-lxc | Medium | implement configuration file #includes (stretch goal) | ||
| servercloud-q-lxc | Medium | example for encrypted root in the package README and blog | ||
| servercloud-q-lxc | Medium | investigate post commit hook to email out changes | ||
| servercloud-q-lxc | Medium | apport hook for lxc bugs | ||
| servercloud-q-lxc | Medium | convert the test suite to utah | ||
| servercloud-q-lxc | Medium | server guide 12.10 update for API | ||
| servercloud-q-lxc | Medium | server guide 12.10 update for hooks | ||
| servercloud-q-lxc | Medium | server guide 12.10 update apparmor changes | ||
| servercloud-q-lxc | Medium | server guide 12.10 update for using seccomp | ||
| servercloud-q-libvirt | Medium | finish MIR of netcf bug 904014 | ||
| servercloud-q-libvirt | Medium | link libvirt against netcf | ||
| servercloud-q-libvirt | Medium | automated tests for libvirt-lxc (start,stop,define,undefine,console) | ||
| servercloud-q-kvm | High | merge qemu-kvm from debian | ||
| servercloud-q-kvm | High | push any appropriate qemu-kvm delta back to debian (debian maintainer has looked) | ||
| servercloud-q-kvm | High | sync seabios from debian | ||
| servercloud-q-kvm | High | sync ipxe from upstream | ||
| servercloud-q-kvm | High | verify or find solution for bug 921230 | ||
| servercloud-q-ceph-object-integration | Medium | LP: #1026404: attaching rbd fails because apparmor forbids access to ceph.conf (libvirt) | ||
| servercloud-q-userns | High | Write setuid utility for unprivileged users to reserve uids | ||
| postponed | servercloud-q-lxc | Medium | add smack support to lsm set | |
| servercloud-q-lxc | Medium | add selinux support to lsm set | ||
| servercloud-q-lxc | Medium | write a patch for lxc to use user namespaces | ||
| servercloud-q-lxc | Medium | document mounts sharing through /shared using hooks | ||
| servercloud-q-lxc | Medium | fedora 16 and 17 and open-suse templates need to be made to work (stretch goal) | ||
| servercloud-q-lxc | Medium | server guide 12.10 update using user namespaces | ||
| servercloud-q-devicens | Medium | Arrange (and remotely participate in) device ns design discussion at plumbers, involving ebiederm and stgraber | ||
| servercloud-q-devicens | Medium | Bring the result up on linux-kernel or blog | ||
| servercloud-q-kvm | High | follow up on spice upstream (stretch goal) | ||
| servercloud-q-userns | High | Push utility to reserve uids into adduser package | ||
| servercloud-q-userns | High | Blog when lxc is usable with userns in quantal | ||
| Scott Moser | todo | servercloud-q-openstack-folsom | Essential | upstream changes for public glance spec |
| servercloud-q-cloud-init-utils | Medium | cloud-init sysv init scripts for debian | ||
| done | servercloud-q-cloud-init-utils | Medium | support launch index cloud-init (bug 1023177) | |
| servercloud-q-cloud-init-utils | Medium | integrate cloud-init sysv init scripts for rh | ||
| servercloud-q-cloud-init-utils | Medium | cloud-init support config drive v2 | ||
| servercloud-q-cloud-init-utils | Medium | archive for arm architecture should default to ports.ubuntu.com (bug 1028501) | ||
| servercloud-q-maas-next-steps | Essential | package read-only root fs (ephemeral disk) initramfs tools (overlayroot) | ||
| servercloud-q-kvm | High | jump for joy | ||
| servercloud-q-openstack-folsom | Essential | upstream changes for config drive spec | ||
| postponed | servercloud-q-cloud-init-utils | Medium | cloud-config max-uptime option (shutdown after X minutes) (bug 1037753) | |
| servercloud-q-cloud-init-utils | Medium | cloud-metadata implementation (abstaction over ec2metadata) | ||
| servercloud-q-cloud-init-utils | Medium | package OZ | ||
| servercloud-q-cloud-init-utils | Medium | null route by default when ssh keys present | ||
| servercloud-q-cloud-init-utils | Medium | add environment variables to scripts invoked from cloud-init | ||
| servercloud-q-cloud-init-utils | Medium | find new home for grub-legacy-ec2 (#672104) | ||
| servercloud-q-cloud-init-utils | Medium | rebundle cloud image utility | ||
| servercloud-q-cloud-init-utils | Medium | cloud-config syntax for modifying rather than overwriting (bug 1023179) | ||
| servercloud-q-apt-improvements | Medium | apt-ftparchive by-hash generator command | ||
| servercloud-q-apt-improvements | Medium | apt-ftparchive modifications to automatically generate by-hash | ||
| servercloud-q-apt-improvements | Medium | ubumirror patch | ||
| servercloud-q-apt-improvements | Medium | debmirror patch | ||
| servercloud-q-apt-improvements | Medium | Fix squid-deb-proxy cache settings as appropriate | ||
| servercloud-q-apt-improvements | Medium | Pin RR DNS in squid-deb-proxy | ||
| servercloud-q-apt-improvements | Medium | Testing | ||
| servercloud-q-apt-improvements | Medium | Implement InRelease in archive.ubuntu.com mirrors | ||
| servercloud-q-apt-improvements | Medium | Add by-hash generation to archive.ubuntu.com | ||
| servercloud-q-apt-improvements | Medium | Add by-hash generation to Launchpad PPAs | ||
| servercloud-q-apt-improvements | Medium | LP: #972077: apt repository disk format has race conditions (apt) | ||
| Stefan Bader | done | servercloud-q-kvm | High | confirm the xen and qemu prom naming is correct after the debian merge back (look ok) |
| postponed | servercloud-q-libvirt | Medium | look into transition from xend to libxl (seems incomplete and would need more time and effort) | |
| servercloud-q-libvirt | Medium | look into automated tests for libvirt-xen | ||
| Stéphane Graber | done | servercloud-q-lxc | Medium | Review list of extra packages in lxc-ubuntu and have it contain the right list for each release |
| servercloud-q-lxc | Medium | add the lxc-nesting apparmor profile to the package in quantal | ||
| servercloud-q-lxc | Medium | write the hookpoints and send to the lxc-devel list for review | ||
| servercloud-q-lxc | Medium | where do crashes in the container go (they're caught by the kernel core_pattern and sent to the host which fails to parse them as apport isn't lxc aware) | ||
| servercloud-q-lxc | Medium | make an liblxc API definition and publicise (+ serge-hallyn) | ||
| servercloud-q-lxc | Medium | Create python module using the API | ||
| postponed | servercloud-q-devicens | Medium | Discuss device ns design at plumber's | |
| Ben Howard | todo | servercloud-q-openstack-folsom | Essential | public glance server / glance.ubuntu.com |
| inprogress | servercloud-q-cloud-init-utils | Medium | package sync image into cloud-utils | |
| servercloud-q-cloud-init-utils | Medium | utility to be able to dump /query2 data for local cloud | ||
| done | servercloud-q-cloud-init-utils | Medium | cloud-utils contain cloud-images public signing key | |
| servercloud-q-push-to-the-clouds | Medium | Hardware Deliver | ||
| postponed | servercloud-q-cloud-init-utils | Medium | code auto shutdown | |
| servercloud-q-apt-improvements | Medium | merge s3aptmirror production code | ||
| servercloud-q-push-to-the-clouds | Medium | Create public glance servers | ||
| servercloud-q-push-to-the-clouds | Medium | Process improvements to publish glance IDs on cloud-images.ubuntu.com | ||
| Chuck Short | todo | servercloud-q-openstack-folsom | Essential | pull upstream glance changes for public glance to ubuntu |
| servercloud-q-openstack-deployment-on-arm | High | Test quantum on ARM | ||
| servercloud-q-openstack-deployment-on-arm | High | Test openvswitch on ARM | ||
| servercloud-q-openstack-stable | High | Week 15 Monitor relevant projects for apporiate fixes | ||
| servercloud-q-openstack-stable | High | Week 16 prepare for openstack SRU (prepare packaging) | ||
| servercloud-q-openstack-stable | High | Week 17 call for testing for openstack SRU (upload) | ||
| servercloud-q-openstack-stable | High | Week 18 finalize openstack SRU (internal/external testing) | ||
| done | servercloud-q-openstack-deployment-on-arm | High | Add support for ARM to euca2ools | |
| servercloud-q-openstack-deployment-on-arm | High | Add support for ports.ubuntu.com to cloud-init | ||
| servercloud-q-openstack-deployment-on-arm | High | Add instance archectiture detection support | ||
| servercloud-q-openstack-deployment-on-arm | High | Test horizon on ARM | ||
| servercloud-q-openstack-deployment-on-arm | High | Test keystone on ARM | ||
| servercloud-q-openstack-deployment-on-arm | High | Test glance on ARM | ||
| servercloud-q-openstack-deployment-on-arm | High | Test nova on ARM | ||
| servercloud-q-openstack-deployment-on-arm | High | Test libvirt on ARM | ||
| servercloud-q-openstack-deployment-on-arm | High | Test rabbitmq-server on ARM | ||
| servercloud-q-openstack-deployment-on-arm | High | Test cloud images on ARM | ||
| servercloud-q-openstack-stable | High | Formalize Openstack SRU policy for Precise | ||
| servercloud-q-openstack-stable | High | Prepare ubuntu packaging branches for stable | ||
| servercloud-q-openstack-stable | High | Prepare upstream tarballs for essex/stable branches | ||
| servercloud-q-openstack-stable | High | Prepare openstack-ci for testing of essex/stable | ||
| servercloud-q-openstack-stable | High | Week 5 Monitor relevant projects for apprioate fixes | ||
| servercloud-q-openstack-stable | High | Week 6 prepare for openstack SRU (prepare packaging) | ||
| servercloud-q-openstack-stable | High | Week 7 call for testing for openstack SRU (upload) | ||
| servercloud-q-openstack-stable | High | Week 8 finalize openstack SRU (internal/external testing) | ||
| servercloud-q-openstack-stable | High | Week 10 Monitor relevant projects for apprioate fixes | ||
| servercloud-q-openstack-stable | High | Week 11 prepare for openstack SRU (prepare packaging) | ||
| servercloud-q-openstack-stable | High | Week 12 call for testing for openstack SRU (upload) | ||
| servercloud-q-openstack-stable | High | Week 13 finalize openstack SRU (internal/external testing) | ||
| servercloud-q-openstack-stable | High | Apply for standing micro-release for openstack to SRU | ||
| servercloud-q-libvirt | Medium | merge latest upstream libvirt | ||
| servercloud-q-cloud-archive | Essential | Write up policy for cloud archive | ||
| servercloud-q-cloud-archive | Essential | Write up process for cloud archvie | ||
| servercloud-q-cloud-archive | Essential | Create related packaging branches | ||
| servercloud-q-cloud-archive | Essential | Create openstack-ci infrastructure | ||
| servercloud-q-cloud-archive | Essential | Liase with canonical-is to create cloud-archive for precise-folsom | ||
| servercloud-q-cloud-archive | Essential | Create launchpad project for cloud-archvie | ||
| servercloud-q-cloud-archive | Essential | Create staging PPA for cloud-archive | ||
| servercloud-q-cloud-archive | Essential | Publicize cloud-archive in a blog post | ||
| servercloud-q-cloud-archive | Essential | Upload folsom-1 to the cloud archive | ||
| servercloud-q-cloud-archive | Essential | Upload folsom-2 to the cloud archive | ||
| servercloud-q-cloud-archive | Essential | Upload folsom-3 to the cloud archive | ||
| servercloud-q-cloud-archive | Essential | Upload release candidate to the cloud archive | ||
| servercloud-q-cloud-archive | Essential | Upload final release to the cloud archive | ||
| servercloud-q-openstack-folsom | Essential | Package nova for folsom | ||
| servercloud-q-openstack-folsom | Essential | Package swift for folsom | ||
| servercloud-q-openstack-folsom | Essential | Package horizon for folsom | ||
| servercloud-q-openstack-folsom | Essential | Package keystone for folsom | ||
| servercloud-q-openstack-folsom | Essential | Package glance for folsom | ||
| servercloud-q-openstack-folsom | Essential | Package quantum for folsom | ||
| servercloud-q-openstack-folsom | Essential | Package python-glanceclient | ||
| servercloud-q-openstack-folsom | Essential | MIR for quantum | ||
| servercloud-q-openstack-folsom | Essential | MIR for openvswitch | ||
| servercloud-q-openstack-folsom | Essential | Evaluate and package cinder for universe | ||
| servercloud-q-openstack-folsom | Essential | Evaluate and package openstack-docs for universe | ||
| servercloud-q-openstack-folsom | Essential | Move nova configuration file to config object model | ||
| servercloud-q-openstack-folsom | Essential | Review upstart jobs for nova, swift, glance, quantum | ||
| servercloud-q-openstack-folsom | Essential | Write Hetrogenous scheduler for ARM | ||
| servercloud-q-openstack-folsom | Essential | Write instance architecture detection | ||
| servercloud-q-openstack-folsom | Essential | Add ceph support for nova volumes | ||
| servercloud-q-openstack-folsom | Essential | Add ceph support for glance | ||
| servercloud-q-openstack-folsom | Essential | pull upstream config drive changes to ubuntu | ||
| postponed | servercloud-q-openstack-deployment-on-arm | High | Test swift on ARM | |
| servercloud-q-cloud-archive | Essential | Write upgrade tests for Openstack | ||
| servercloud-q-openstack-folsom | Essential | MIR for libguestfs | ||
| servercloud-q-openstack-folsom | Essential | MIR for python-sendfile | ||
| servercloud-q-openstack-folsom | Essential | Evaluate and package openstackclient for universe | ||
| servercloud-q-openstack-folsom | Essential | Evaluate and package ceilometer for universe | ||
| servercloud-q-openstack-folsom | Essential | Add SSL support fo nova api | ||
| servercloud-q-openstack-folsom | Essential | glance.ubuntu.com listed by default in packages |
Last updated: Wed 03 October 2012, 15:59 UTC