(swift is a core project) |
m (remove OpenStack category as it's inconsistent with rest of status reports. The main status report index is tagged with OpenStack and so easily findable) |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 37: | Line 37: | ||
# [https://bugzilla.redhat.com/801312 #801312 - webob deprecation warnings] | # [https://bugzilla.redhat.com/801312 #801312 - webob deprecation warnings] | ||
# [https://bugzilla.redhat.com/801302 #801302 - sqlalchemy-migrate warnings during openstack-nova-db-setup] | # [https://bugzilla.redhat.com/801302 #801302 - sqlalchemy-migrate warnings during openstack-nova-db-setup] | ||
# [https://bugzilla.redhat.com/801366 #801366 - | # [https://bugzilla.redhat.com/801366 #801366 - Invalid X-Auth-Token breaks API service] | ||
# [https://bugzilla.redhat.com/800704 #800704 - keystone endpoint-list tracebacks] | # [https://bugzilla.redhat.com/800704 #800704 - keystone endpoint-list tracebacks] | ||
Line 127: | Line 127: | ||
== Essex Preview Repo For F-16 == | == Essex Preview Repo For F-16 == | ||
Alan Pevec has started maintaining a [https://fedoraproject.org/wiki/ | Alan Pevec has started maintaining a [https://fedoraproject.org/wiki/OpenStack#Preview_repository "preview" repository for Essex on Fedora 16]. | ||
If you're running Fedora 16 and you want to try out the Essex release, this is the repo for you! | If you're running Fedora 16 and you want to try out the Essex release, this is the repo for you! | ||
Line 139: | Line 139: | ||
== Keystone Fedora PAM Support == | == Keystone Fedora PAM Support == | ||
Russell also added [https://review.openstack.org/5365 PAM authentication support] for Keystone in Fedora | Russell also added [https://review.openstack.org/5365 PAM authentication support] for Keystone in Fedora. | ||
== Fedora Support in Puppet Labs Recipes == | == Fedora Support in Puppet Labs Recipes == | ||
Line 145: | Line 145: | ||
Derek Higgins has been working on adding Fedora support to Puppet Labs' recipes for OpenStack. | Derek Higgins has been working on adding Fedora support to Puppet Labs' recipes for OpenStack. | ||
Support was [ | Support was [https://github.com/derekhiggins/puppetlabs-nova/commit/e66e5ab added to Nova]. Work [https://github.com/derekhiggins/puppetlabs-swift/commits/fedora_testing is underway for Swift]. And a whole bunch of dependent modules are also gaining Fedora support. | ||
These recipes are used by [http://smokestack.openstack.org upstream's Smokestack instance] when testing on Fedora. | These recipes are used by [http://smokestack.openstack.org upstream's Smokestack instance] when testing on Fedora. | ||
Line 218: | Line 218: | ||
[http://dmtf.org/standards/cloud CIMI] is a cloud API standard being developed by the DMTF and supported by the deltacloud project. | [http://dmtf.org/standards/cloud CIMI] is a cloud API standard being developed by the DMTF and supported by the deltacloud project. | ||
Latest revision as of 14:09, 21 December 2012
Test Day
We held a test day for OpenStack Essex in Fedora 17 on March 8.
The event was fairly well attended with 11 people reporting their test results on the wiki page.
The set of test cases we used were heavily based on the Fedora 16 Test Day but included testing Keystone, Horizon and Quantum (with openvswitch) integration. We also had instructions detailing how to run the Tempest test suite. Finally, for the first time, we had a Fedora 16 guest image that everyone could download and use for testing.
Running through the various tests highlighted some of the implications of using keystone authentication e.g.
nova-manage
's user and project commands become obsolete- Equivalent of
nova-manage project zipfile
is non-trivial nova-manage image convert
doesn't work anymore, you need to use glance directly
Worryingly, we hit a number of serious SELinux issues e.g.
- #801299 - AVC when first starting mysqld
- #801330 - AVC denials starting OpenStack glance services
- #801352 - SELinux policy for OpenStack's new nova-cert service
- #801746 - SELinux AVC denial executing from /tmp
- #760055 - SELinux policy for keystone
Horizon mostly "just worked", which is really great. We did file a number of bugs, though:
- #801745 - intermittent database connection errors
- #801690 - horizon: download ec2 credentials fails
- #801688 - horizon: cannot delete a user or project
- #801686 - horizon: failed to detach or delete a volume
- #801685 - horizon: no VNC console
- #801684 - horizon: action dropdowns don't appear to work
- #801208 - tenant chooser doesn't work
Some other bugs filed include:
- #803354 - keystone returns 500 errors after a while
- #801452 - euca-describe-instances does not show IP addresses
- #801312 - webob deprecation warnings
- #801302 - sqlalchemy-migrate warnings during openstack-nova-db-setup
- #801366 - Invalid X-Auth-Token breaks API service
- #800704 - keystone endpoint-list tracebacks
We also stumbled across this cheeky little libvirt regression introduced by switching to systemd:
One idea for future improvement is for us to use a dedicated yum repository for the test day to remove any ambiguity about which updates have been pushed to the mirrors and to allow us to quickly push out fixes on the day itself.
Fedora 17
Essex Release Progress
The essex-4 milestone was released on March 1 and quickly pushed into Fedora 17, as was swift 1.4.7 and Quantum essex-4.
The Essex release now enters its release candidates phase in the lead up to the final release on April 5.
So far, Nova rc1 and Quantum rc1 have been released, and Swift has tagged its 1.4.8 release.
Getting Started Wiki
In preparation for the Fedora 17 release, we have updated the Getting_started_with_OpenStack_Nova wiki page and moved it to Getting_started_with_OpenStack_on_Fedora_17.
The new instructions include details on how to use Keystone authentication and the Horizon dashboard.
Also Quantum installation and troubleshooting steps have been prepared for testing nova and quantum in a multi-node setup using openvswitch as a plugin.
F-17 Package Updates
Since the last status report, the following notable updates have been pushed to F-17:
- openstack-nova-2012.1-0.7.e4.fc17
- update to essex-4
- switch to new
.ini
style conf file format - depend on new bridge-utils package
- openstack-nova-2012.1-0.8.e4.fc17
- support non-blocking libvirt operations
- suppress power state errors
- fix nova-compute failing to start
- fix sqlalchemy-migrate warnings during openstack-nova-db-setup
- fix osapi v1.1 returns errors when getting server status
- openstack-glance-2012.1-0.5.e4.fc17
- Update to essex-4
- Require pyxattr rather than python-xattr
- Add python-iso8601 dependency
- openstack-keystone-2012.1-0.9.e4.fc17
- Update to essex-4
- openstack-keystone-2012.1-0.10.e4.fc17
- Change default catalog backend to sql
- Add missing keystoneclient dep
- Add openstack-config-set script
- python-django-horizon-2012.1-0.1.rc1.fc17
- Update to RC1 snapshot
- Change default URL to
http://localhost/dashboard
- Fix static content
- openstack-quantum-2012.1-0.3.e4.fc17
- Depend on Open vSwitch
- openstack-quantum-2012.1-0.3.e5.fc17
- Update to Essex RC1 candidate tarball
Open vSwitch Package Review
Chris Wight and Dan Berrange worked openvswitch through the review process.
Open vSwitch is a major Fedora 17 feature that is going to be hugely beneficial to OpenStack and Quantum in Fedora. Very exciting!
Multiple Instances of Swift Services
When swift moved from SysV init to systemd, we lost the ability to launch multiple instances of the same service on a machine.
Derek stumbled across systemd's "instances" support and we'll soon re-instate this support. See #805149 for more details.
Keystone LDAP Support
Adam Young had his LDAP backend merged into keystone for essex-4.
Adam blogged about using keystone's LDAP driver with FreeIPA.
Misc Fedora News
F-16 Guest Images
Dan Berrange posted a F-16 guest image which can be used with OpenStack.
The image is based on the Fedora EC2 images, includes cloud-init and is a 200Mb download.
Essex Preview Repo For F-16
Alan Pevec has started maintaining a "preview" repository for Essex on Fedora 16.
If you're running Fedora 16 and you want to try out the Essex release, this is the repo for you!
Also Steve Dake summarized steps for updating the OpenStack Diablo release to Essex on Fedora 16.
Devstack F-16 Support
Russell Bryant has been hard at working improving devstack's F-16 support in his fedora-support branch in github. This branch also adds support for using Qpid instead of RabbitMQ.
Keystone Fedora PAM Support
Russell also added PAM authentication support for Keystone in Fedora.
Fedora Support in Puppet Labs Recipes
Derek Higgins has been working on adding Fedora support to Puppet Labs' recipes for OpenStack.
Support was added to Nova. Work is underway for Swift. And a whole bunch of dependent modules are also gaining Fedora support.
These recipes are used by upstream's Smokestack instance when testing on Fedora.
iSCSI tgtd Issue With Systemd
A recent systemd update caused tgtd to hang for 5 minutes on startup. Derek pushed this simple fix for the problem.
cloud-init and OpenStack
We're now testing cloud-init with OpenStack a bit more. Pádraig Brady and Joe Brue filed these bugs:
- #795998 - run-parts is run with the non-existent --regex option
- #750979 - cloud-init scripts do not make hostname changes permanent in /etc/sysconfig/network
and both have been fixed in recent updates.
Broken python-boto Update
OpenStack folks identified a serious python-boto issue before update hit stable.
Upstream News
OpenStack Governance Elections
The OpenStack project held its spring governance elections recently and elected technical leads for Nova, Swift, Glance, Keystone and Horizon. Two new members of the Project Policy Board were also elected.
Two Fedora developers - Mark McLoughlin and Eoghan Glynn - were nominated for positions but, despite a hard-fought and emotional campaign, neither were elected. Next time!
Rewritten libvirt Driver XML Generation
Dan Berrange has posted a massive patch set to Nova for comments. The patches replaces Nova's usage of Cheetah templates for generating libvirt XML with a safer approach of de-serializing a DOM.
Since this is such a large change, it will not be proposed until Folsom opens up.
Dan also had these interesting fixes merged lately:
- Remove the <acpi/> feature from UML/LXC guests
- Simply & unify console handling for libvirt drivers
- Use cache='none' for all disks
libvirt Driver Image Handling
Pádraig continued improving the libvirt driver's image handling with these fixes:
- ensure atomic manipulation of libvirt disk images
- allow the compute service to start with missing libvirt disks
libvirt Issue Fixed in F-16, Broken in Ubuntu Oneric
This report of a libvirt issue with OpenStack is rather interesting. It turns out that this was an issue found upstream, fixed in Fedora 16 but is still broken in Ubuntu Oneric.
Kudos to our libvirt package maintainers!
Rootwrap in Quantum
Rootwrap is a helper script added to Nova in Essex to help lock down the sudo commands that Nova can run. Bob Kukura has now added rootwrap to Quantum and, while doing so, ensured that the Quantum agents no longer need to run as root.
Blogs etc.
Keystone Blog Posts
Adam also blogged on some other topics related to keystone:
OpenStack, Deltacloud and CIMI
Marios Andreou, a developer on the deltacloud project, wrote this interesting blog post on OpenStack Networking and CIMI.
CIMI is a cloud API standard being developed by the DMTF and supported by the deltacloud project.