SPRINT 164 REVIEW
- Sprint Ending June 21, 2021
June 23, 2021
Meeting Start: 1:30 pm EDT
2
SPEAKERS
● Overview (Oleg Barenboim)
● UI (Kavya Nekkalapu)
● Providers (Adam Grare)
● Platform (Jason Frey)
● API (Jason Frey)
● Developer (Jason Frey)
3
4
* Note that some PRs are double labeled or have no labels. Beginning with Sprint 127, archived and forked repos are
excluded.
5
UI
(Kavya Nekkalapu)
PRs (UI, SUI, UI Components): 6 PRs (UI, SUI, UI Components): Bug: 1, Enhancements: 3, Others: 2.
Bugs
● Fix page layout for Automate-->Simulation page (manageiq-ui-classic#7757)
Enhancements
● Add support for cpu/memory hot add in provisioning.(manageiq-ui-classic#7758)
● Combine block and object storage and refactor storage submenu.(manageiq-ui-classic#7746)
● Add a multi select component with a select all option(manageiq-ui-classic#7762)
6
Fix page layout for Automate-->Simulation page (manageiq-ui-classic#7757)
UI
(Kavya Nekkalapu)
Before
After
7
Add support for cpu/memory hot add in provisioning.(manageiq-ui-classic#7758)
UI
(Kavya Nekkalapu)
8
Combine block and object storage and refactor storage submenu.(manageiq-ui-classic#7746)
UI
(Kavya Nekkalapu)
Contd...
Before
After
9
Combine block and object storage and refactor storage submenu.(manageiq-ui-classic#7746)
UI
(Kavya Nekkalapu)
10
Add a multi select component with a select all option(manageiq-ui-classic#7762)
UI
(Kavya Nekkalapu)
Example
Schema
11
Core
● Improve provider refresh spec helpers (#21281)
● Refactoring to allow for further tweaks to provider refresh class names (#21273, 21272)
● Fix a number of supports_feature with the wrong feature name (#21268)
● Convert validate_* to supports feature for all remaining VM actions (#21278, #21275, #21274,
#21260)
PROVIDERS
(Adam Grare)
12
Openstack
● Improve the exception message for unauthorized credentials (#717)
Ovirt
● Fix Ovirt NetworkManager STI types (manageiq-schema#575)
VMware
● Allow setting the cpu/memory hot-plug property during provisioning (#725)
● Combine the cloud and network manager refresh for vCloud (#722)
● Fix refresh failure when there is a PbmDefaultCapabilityProfile (#724)
PROVIDERS
(Adam Grare)
13
IBM Cloud
● Add the ability to delete VPC vms (#217)
● Add targeted refresh support for all VPC resources (#218, #221, #222, #224, #225)
PROVIDERS
(Adam Grare)
14
15
Enhancements
● Add new block storage capability manageiq#21182 manageiq-schema#581
● Add the progname to all loggers manageiq#21285
● Add verify_ssl to EmbeddedAnsible ConfigurationScriptSource manageiq#21284
● Add rack-attack manageiq#21271
● Move appliance-init from build to appliance repo manageiq-appliance#316
manageiq-appliance-build#480
● Move to CentOS Stream manageiq-pods#725 container-httpd-init#14
Bugs
● Publications better identify the replication_type manageiq#21286
● Expand LimitRequestFieldSize in the internal httpd manageiq-pods#728
PLATFORM
(Jason Frey)
16
Bugs
● Fix CSP fonts issue manageiq#21267
PLATFORM
(Jason Frey)
Before
After
17
Docs
● Update navigation path to reflect current UI manageiq-documentation#1575
● Navigate Becomes Browse manageiq-documentation#1577
PLATFORM
(Jason Frey)
18
Enhancements
● Replace ems_block_storage_* features with ems_storage_* manageiq-api#1041
Bugs
● Localize OPTIONS (allow optional user auth) manageiq-api#1043
API
(Jason Frey)
19
● Faster migrations manageiq#21259
● Cache type maps for queries/results pg-logical_replication#6
Developer
(Jason Frey)
20
Questions? Discussion?
Sprint 165 Review - July 7, 2021
Meeting Start: 1:30 pm EDT
https://zoom.us/j/3660261582?pwd=aGNRYVRFQ3kxWU0rZDNvaUdDS0VmZz09
THANK YOU
manageiq.org github.com/ManageIQ
twitter.com/ManageIQ gitter.im/ManageIQ/manageiq
facebook.com/manageiq talk.manageiq.org
youtube.com/user/ManageIQVideo
linkedin.com/company/manageiq

Sprint 164

  • 1.
    SPRINT 164 REVIEW -Sprint Ending June 21, 2021 June 23, 2021 Meeting Start: 1:30 pm EDT
  • 2.
    2 SPEAKERS ● Overview (OlegBarenboim) ● UI (Kavya Nekkalapu) ● Providers (Adam Grare) ● Platform (Jason Frey) ● API (Jason Frey) ● Developer (Jason Frey)
  • 3.
  • 4.
    4 * Note thatsome PRs are double labeled or have no labels. Beginning with Sprint 127, archived and forked repos are excluded.
  • 5.
    5 UI (Kavya Nekkalapu) PRs (UI,SUI, UI Components): 6 PRs (UI, SUI, UI Components): Bug: 1, Enhancements: 3, Others: 2. Bugs ● Fix page layout for Automate-->Simulation page (manageiq-ui-classic#7757) Enhancements ● Add support for cpu/memory hot add in provisioning.(manageiq-ui-classic#7758) ● Combine block and object storage and refactor storage submenu.(manageiq-ui-classic#7746) ● Add a multi select component with a select all option(manageiq-ui-classic#7762)
  • 6.
    6 Fix page layoutfor Automate-->Simulation page (manageiq-ui-classic#7757) UI (Kavya Nekkalapu) Before After
  • 7.
    7 Add support forcpu/memory hot add in provisioning.(manageiq-ui-classic#7758) UI (Kavya Nekkalapu)
  • 8.
    8 Combine block andobject storage and refactor storage submenu.(manageiq-ui-classic#7746) UI (Kavya Nekkalapu) Contd... Before After
  • 9.
    9 Combine block andobject storage and refactor storage submenu.(manageiq-ui-classic#7746) UI (Kavya Nekkalapu)
  • 10.
    10 Add a multiselect component with a select all option(manageiq-ui-classic#7762) UI (Kavya Nekkalapu) Example Schema
  • 11.
    11 Core ● Improve providerrefresh spec helpers (#21281) ● Refactoring to allow for further tweaks to provider refresh class names (#21273, 21272) ● Fix a number of supports_feature with the wrong feature name (#21268) ● Convert validate_* to supports feature for all remaining VM actions (#21278, #21275, #21274, #21260) PROVIDERS (Adam Grare)
  • 12.
    12 Openstack ● Improve theexception message for unauthorized credentials (#717) Ovirt ● Fix Ovirt NetworkManager STI types (manageiq-schema#575) VMware ● Allow setting the cpu/memory hot-plug property during provisioning (#725) ● Combine the cloud and network manager refresh for vCloud (#722) ● Fix refresh failure when there is a PbmDefaultCapabilityProfile (#724) PROVIDERS (Adam Grare)
  • 13.
    13 IBM Cloud ● Addthe ability to delete VPC vms (#217) ● Add targeted refresh support for all VPC resources (#218, #221, #222, #224, #225) PROVIDERS (Adam Grare)
  • 14.
  • 15.
    15 Enhancements ● Add newblock storage capability manageiq#21182 manageiq-schema#581 ● Add the progname to all loggers manageiq#21285 ● Add verify_ssl to EmbeddedAnsible ConfigurationScriptSource manageiq#21284 ● Add rack-attack manageiq#21271 ● Move appliance-init from build to appliance repo manageiq-appliance#316 manageiq-appliance-build#480 ● Move to CentOS Stream manageiq-pods#725 container-httpd-init#14 Bugs ● Publications better identify the replication_type manageiq#21286 ● Expand LimitRequestFieldSize in the internal httpd manageiq-pods#728 PLATFORM (Jason Frey)
  • 16.
    16 Bugs ● Fix CSPfonts issue manageiq#21267 PLATFORM (Jason Frey) Before After
  • 17.
    17 Docs ● Update navigationpath to reflect current UI manageiq-documentation#1575 ● Navigate Becomes Browse manageiq-documentation#1577 PLATFORM (Jason Frey)
  • 18.
    18 Enhancements ● Replace ems_block_storage_*features with ems_storage_* manageiq-api#1041 Bugs ● Localize OPTIONS (allow optional user auth) manageiq-api#1043 API (Jason Frey)
  • 19.
    19 ● Faster migrationsmanageiq#21259 ● Cache type maps for queries/results pg-logical_replication#6 Developer (Jason Frey)
  • 20.
    20 Questions? Discussion? Sprint 165Review - July 7, 2021 Meeting Start: 1:30 pm EDT https://zoom.us/j/3660261582?pwd=aGNRYVRFQ3kxWU0rZDNvaUdDS0VmZz09
  • 21.
    THANK YOU manageiq.org github.com/ManageIQ twitter.com/ManageIQgitter.im/ManageIQ/manageiq facebook.com/manageiq talk.manageiq.org youtube.com/user/ManageIQVideo linkedin.com/company/manageiq