Sprint 51 review - January 4, 2017
Welcome to the first sprint review of 2017! It was a relatively succinct meeting, so I’ll try to keep this short and sweet. First, a couple of news items in case you missed them:
- Just before the holidays, we released ManageIQ Euwe GA. Onwards to Fine!
- Length of ManageIQ Sprints change from 3 weeks to 2 weeks, with immediate effect.
During this 4-week sprint filled with holiday spirit, we sprinkled in 249 pull requests in the main repo and 439 PRs overall. While the total number is smaller than usual, there are more enhancement PRs than the previous sprint. But before we touch on some of these enhancements, here’s an important change in the ManageIQ repository distribution.
Major effort went into the creation of 4 new repos (splitting them from the main repo): Classic UI, Content (Automate Domain), PGLogical Replication, and Design. The one with the biggest impact is Classic UI, which frequently took the largest slice of the main repo PR pie. If you work on UI, be sure to read the discussion on the talk forum.
Other repos on the splitting block for this year include Database Schema, Automate Engine, REST API, and each of the Providers. This is the first phase of transforming ManageIQ from a monolithic app to a platform, with each module having its own test suites and services, ensuring code coverage and quality throughout development. Discuss and stay informed about the progress on ManageIQ Talk.
In Classic UI, columns displaying virtual CPU and memory values for Cloud Providers are added, along with a new menu item to provision a Floating IP in Network. Notifications of asynchronous operations are now shown for Middleware. Several screens have been moved from Classic UI to Service UI, such as approval requests for admins, view service / VM details, and list / create / remove service catalogs.
New Chargeback features include support for fixed and allocated costs without metrics, and arbitration logic for multiple assigned rates. On the Automate side, enhanced messaging has been extended to Ansible and Cloud Provisioning, and importing Automate modeling from the UI now honors the tenant.
For the VMware vCloud provider, XLAB added the ability to specify VM attributes when deploying vApps. As for providers in general, we made a big step with the new Provider Generator, which was proposed in last year’s Design Summit. With a single line of command, rails generate provider ProviderName
will generate the scaffolding for a provider.
Here’s the Sprint 51 review meeting video, and the corresponding timestamps for each section:
- Sprint Statistics (Oleg Barenboim) -0:52
- Community Update (Carol Chen) -7:51
- Classic UI (Dan Clarizio) -11:38
- Service UI (Chris Kacerguis) -13:50
- Providers (Greg Blomquist) -16:35
- Automate (Greg McCullough) -18:55
- Platform (Gregg Tanzillo) -21:43
- API (Alberto Bellotti) -25:20
- Discussion -28:55
Delve into some specific PRs with these 3 installments of “Last Week in ManageIQ”:
- Provider generator, pglogical upgrades, and Chen primes! - by Chris Arcand
- Armor like Tenfold Regions Hashes - by Drew Uhlmann
- A brand new Euwe - by Julian Cheal
As mentioned above, the next sprint will be in 2 weeks instead of 3, so Sprint 52 review will be on January 18, 2017 @ 7:30 PST/10:30 EST/15:30 GMT. Join in the ManageIQ Sprint meeting via Bluejeans and import the updated ManageIQ community calendar to be notified about this and future Sprint reviews!
Sprint 51 Slide deck
Changelog
Added
- Automate
- Platform
- Providers
- REST API
- Services UI
- User Interface (Classic)
- Providers: OpenStack: Add ipv4 ipv6 selection to Subnet view for Network Manager (#12650)
- Access Control: Make a link from User/Group/Role screens text (#13022)
- Cloud Subnet UI: Task queue validation buttons (#12045)
- Floating IPs provisioning UI (#12097)
- Add Cores and Memory of Infra Provider list view (#12758)
- Cloud Providers: VCpus and Memory for Cloud Providers visual (#13124)
- Display IPv6Address on VM summary page (#13190)
Changed
- Automate
- Performance
- Filter undercloud resource query for performance (#13004)
- Platform
- User Interface
Fixed
Notable fixes include:
- Platform
- Chargeback: Fix chargeback for container Images with rate assigning by docker label (#12851)
- Fix master server failover race condition (#13065)
- Notify only a group of users when notifying about MiqRequest (#13051)
- Remove default consumption admin user (#13039)
- Filter attempt from the authentication_check options (#13026)
- Reporting: Added ‘VMware ESXi’ to the list of known operating systems (#13249)
- Providers
- Ensure AnsibleTowerClient.logger is set to $log not a NullLogger (#12996)
- User Interface