SlideShare uma empresa Scribd logo
1 de 16
Baixar para ler offline
SPRINT 152 REVIEW
- Sprint Ending January 4, 2021
January 6, 2021
Meeting Start: 10:30 am EST
2
SPEAKERS
● Overview
● UI (Harpreet Kataria)
● Providers (Adam Grare)
● Platform (Joe VLcek)
● API (Gregg Tanzillo)
3
4
* Note that some PRs are double labeled or have no labels. Beginning with Sprint 127, archived and forked repos are
excluded.
5
PRs (UI, SUI, UI/REACT Components, API ): PRs (UI, SUI, UI/REACT Components): 14 Bugs: 7, Enhancements: 2,
React/Technical Debt: 1, other: 5
React Conversion
● Make the VM/Instance snapshot form API-driven (#7450)
● Change Add cloud key pairs form react (#7380)
Enhancements
● Move toolbar component to ui-classic and make it carbon (#7526)
● Change dashboard toolbar and topology toolbar to carbon and fix A11y (#7539)
UI
(Harpreet Kataria)
6
Move toolbar component to ui-classic and make it carbon (#7526)
UI
(Harpreet Kataria)
After
Before
7
Change dashboard toolbar and topology toolbar to carbon and fix A11y (#7539)
UI
(Harpreet Kataria)
AfterBefore
8
IBM Cloud
● Switch to using OpenAPI gems for IBM Cloud Power Virtual Servers (#56)
OpenStack
● Add DDF schema for cloud volume snapshot creation (#651)
VMware
● Enhance OVF deployment by allowing selection of target folders/datacenters/etc… (#680)
● Fix for destroyed VMs not being archived (#683)
● Fix for certain IPv6 addresses being treated like IPv4 causing refresh failures (#677)
PROVIDERS
(Adam Grare)
9
52 PRs merged
Enhancements:
● Use systemd-notify for worker heartbeating manageiq/20840
● Add debug logging for the reconcile loop manageiq-pods/662
● Add display names for FileDepot models manageiq/20863
● Rails 6.0 Support manageiq-messaging/59, activerecord-id_regions/18, manageiq-postgres_ha_admin/23
● Get Kafka configuration working with the Rdkafka gem manageiq-rpm_build/126, manageiq-messaging/58, manageiq-appliance_console/137
Bugs:
● Run MiqServer.status_update in server process https://github.com/ManageIQ/manageiq/pull/20904
Build:
● Update to ruby 2.6 container-httpd-init/9
● Updates for CentOS 8.3 manageiq-rpm_build/125, container-httpd-init/8, container-httpd/53, manageiq-appliance-build/455, manageiq-pods/661
● Exclude net-snmp packages from ubi repo manageiq-pods/663
● Drop dependency on activerecord since nothing here requires it. manageiq-gems-pending/504
● Upgrade postgresql 10 container-postgresql/22
PLATFORM
(Joe VLcek)
10
Documentation:
● Update create-vmware-content-library-catalog-item.md manageiq-documentation/1514
● Update adding_ibm_cloud_vpc_provider.md manageiq-documentation/1523
● Updates to Terraform provider manageiq-documentation/1525
● Update provisioning-requests-ibm-cloud-powervs.md - needed to fix topic format and TOC manageiq-documentation/1519
● Update enabling_red_hat_virtualization_cu.md manageiq-documentation/1527
● Updated the Setting Ownership page to include all collections that implement set_ownership manageiq-documentation/1522
● Add notes about multi-region appliance -> kubernetes migration manageiq-documentation/1521
● Add notes about attribute value pair manageiq-documentation/1524
PLATFORM
(Joe VLcek)
11
● Add endpoint for editing Network Routers (Lucy F.) #960
POST /api/network_routers/:id - action “edit”
POST /api/network_routers/10000000000009
{
"action": "edit",
"status": "test"
}
The edit action creates an async request, so the response is an action result that includes the task id and reference.
RESPONSE
{
"success": true,
"message": "Updating Network Router id:10000000000009 name: 'redhat-ext-router'",
"task_id": "10000000053299",
"task_href": "http://localhost:3000/api/tasks/10000000053299"
}
API
(Gregg Tanzillo)
12
● Created *gpppd endpoint for host aggregates (David H.) #964
GET /api/host_aggregates
GET /api/host_aggregates/:id
POST /api/host_aggregates
PUT/PATCH /api/host_aggregates/:id
DELETE /api/host_aggregates/:id
Example Request:
POST /api/host_aggregates
{
"ems_id": 7,
"name": "foo"
}
PUT/PATCH /api/host_aggregates/1
{
"name": "foo"
}
See PR for additional examples
API
(Gregg Tanzillo)
13
● Introducing a simple GET-only endpoint for shortcuts (David H.) #970
GET /api/shortcuts
{
"name": "shortcuts",
"count": 106,
"subcount": 106,
"pages": 1,
"resources": [
{
"href": "http://localhost:3000/api/shortcuts/1"
},
{
"href": "http://localhost:3000/api/shortcuts/2"
},
{
"href": "http://localhost:3000/api/shortcuts/3"
},
....
],
"links": {
"self": "http://localhost:3000/api/shortcuts?offset=0",
"first": "http://localhost:3000/api/shortcuts?offset=0",
"last": "http://localhost:3000/api/shortcuts?offset=0"
}
}
API
(Gregg Tanzillo)
14
● Introduce error code for errors (Keenan) #961
○ Before
■ Return an ok for all create and update requests, even when they failed.
■ Applied to single and bulk requests
○ After
■ Now if there is one resource, including a collection of one resource, and it fails creating
or updating, it will return a failed status code (4xx)
● 400 Bad Request
● Fixed endpoint feature mapping for policy-related endpoints (David H.) #966
API
(Gregg Tanzillo)
15
Questions? Discussion?
Sprint 153 Review - January 20, 2021
Meeting Start: 10:30 am EST
THANK YOU
manageiq.org github.com/ManageIQ
twitter.com/ManageIQ gitter.im/ManageIQ/manageiq
facebook.com/manageiq talk.manageiq.org
youtube.com/user/ManageIQVideolinkedin.com/company/manageiq

Mais conteúdo relacionado

Mais procurados (20)

Sprint 164
Sprint 164Sprint 164
Sprint 164
 
Sprint 169
Sprint 169Sprint 169
Sprint 169
 
Sprint 179
Sprint 179Sprint 179
Sprint 179
 
Sprint 171
Sprint 171Sprint 171
Sprint 171
 
Sprint 168
Sprint 168Sprint 168
Sprint 168
 
Sprint 163
Sprint 163Sprint 163
Sprint 163
 
Sprint 170
Sprint 170Sprint 170
Sprint 170
 
Sprint 167
Sprint 167Sprint 167
Sprint 167
 
Sprint 174
Sprint 174Sprint 174
Sprint 174
 
Sprint 177
Sprint 177Sprint 177
Sprint 177
 
Sprint 172
Sprint 172Sprint 172
Sprint 172
 
Sprint 181
Sprint 181Sprint 181
Sprint 181
 
Sprint 180
Sprint 180Sprint 180
Sprint 180
 
Sprint 150
Sprint 150Sprint 150
Sprint 150
 
Sprint 178
Sprint 178Sprint 178
Sprint 178
 
Sprint 136
Sprint 136Sprint 136
Sprint 136
 
Sprint 153
Sprint 153Sprint 153
Sprint 153
 
Sprint 173
Sprint 173Sprint 173
Sprint 173
 
Sprint 130
Sprint 130Sprint 130
Sprint 130
 
Sprint 138
Sprint 138Sprint 138
Sprint 138
 

Semelhante a Sprint 152

Sprint 139
Sprint 139Sprint 139
Sprint 139ManageIQ
 
Sprint 149
Sprint 149Sprint 149
Sprint 149ManageIQ
 
Sprint 148
Sprint 148Sprint 148
Sprint 148ManageIQ
 
Sprint 146
Sprint 146Sprint 146
Sprint 146ManageIQ
 
Sprint 142
Sprint 142Sprint 142
Sprint 142ManageIQ
 
Sprint 131
Sprint 131Sprint 131
Sprint 131ManageIQ
 
Sprint 180
Sprint 180Sprint 180
Sprint 180ManageIQ
 
Sprint 200
Sprint 200Sprint 200
Sprint 200ManageIQ
 
Sprint 129
Sprint 129Sprint 129
Sprint 129ManageIQ
 
Sprint 135
Sprint 135Sprint 135
Sprint 135ManageIQ
 
Sprint 137
Sprint 137Sprint 137
Sprint 137ManageIQ
 
Sprint 124
Sprint 124Sprint 124
Sprint 124ManageIQ
 
Sprint 117
Sprint 117Sprint 117
Sprint 117ManageIQ
 
Sprint 145
Sprint 145Sprint 145
Sprint 145ManageIQ
 
Sprint 121
Sprint 121Sprint 121
Sprint 121ManageIQ
 
Sprint 126
Sprint 126Sprint 126
Sprint 126ManageIQ
 
Sprint 186
Sprint 186Sprint 186
Sprint 186ManageIQ
 
Sprint 175
Sprint 175Sprint 175
Sprint 175ManageIQ
 
Sprint 165
Sprint 165Sprint 165
Sprint 165ManageIQ
 
Sprint 128
Sprint 128Sprint 128
Sprint 128ManageIQ
 

Semelhante a Sprint 152 (20)

Sprint 139
Sprint 139Sprint 139
Sprint 139
 
Sprint 149
Sprint 149Sprint 149
Sprint 149
 
Sprint 148
Sprint 148Sprint 148
Sprint 148
 
Sprint 146
Sprint 146Sprint 146
Sprint 146
 
Sprint 142
Sprint 142Sprint 142
Sprint 142
 
Sprint 131
Sprint 131Sprint 131
Sprint 131
 
Sprint 180
Sprint 180Sprint 180
Sprint 180
 
Sprint 200
Sprint 200Sprint 200
Sprint 200
 
Sprint 129
Sprint 129Sprint 129
Sprint 129
 
Sprint 135
Sprint 135Sprint 135
Sprint 135
 
Sprint 137
Sprint 137Sprint 137
Sprint 137
 
Sprint 124
Sprint 124Sprint 124
Sprint 124
 
Sprint 117
Sprint 117Sprint 117
Sprint 117
 
Sprint 145
Sprint 145Sprint 145
Sprint 145
 
Sprint 121
Sprint 121Sprint 121
Sprint 121
 
Sprint 126
Sprint 126Sprint 126
Sprint 126
 
Sprint 186
Sprint 186Sprint 186
Sprint 186
 
Sprint 175
Sprint 175Sprint 175
Sprint 175
 
Sprint 165
Sprint 165Sprint 165
Sprint 165
 
Sprint 128
Sprint 128Sprint 128
Sprint 128
 

Mais de ManageIQ

ManageIQ - Sprint 236 Review - Slide Deck
ManageIQ - Sprint 236 Review - Slide DeckManageIQ - Sprint 236 Review - Slide Deck
ManageIQ - Sprint 236 Review - Slide DeckManageIQ
 
ManageIQ - Sprint 235 Review - Slide Deck
ManageIQ - Sprint 235 Review - Slide DeckManageIQ - Sprint 235 Review - Slide Deck
ManageIQ - Sprint 235 Review - Slide DeckManageIQ
 
ManageIQ - Sprint 234 Review - Slide Deck
ManageIQ - Sprint 234 Review - Slide DeckManageIQ - Sprint 234 Review - Slide Deck
ManageIQ - Sprint 234 Review - Slide DeckManageIQ
 
ManageIQ - Sprint 233 Review - Slide Deck
ManageIQ - Sprint 233 Review - Slide DeckManageIQ - Sprint 233 Review - Slide Deck
ManageIQ - Sprint 233 Review - Slide DeckManageIQ
 
ManageIQ - Sprint 232 Review - Slide Deck
ManageIQ - Sprint 232 Review - Slide DeckManageIQ - Sprint 232 Review - Slide Deck
ManageIQ - Sprint 232 Review - Slide DeckManageIQ
 
ManageIQ - Sprint 231 Review - Slide Deck
ManageIQ - Sprint 231 Review - Slide DeckManageIQ - Sprint 231 Review - Slide Deck
ManageIQ - Sprint 231 Review - Slide DeckManageIQ
 
ManageIQ - Sprint 230 Review - Slide Deck
ManageIQ - Sprint 230 Review - Slide DeckManageIQ - Sprint 230 Review - Slide Deck
ManageIQ - Sprint 230 Review - Slide DeckManageIQ
 
ManageIQ - Sprint 229 Review - Slide Deck
ManageIQ - Sprint 229 Review - Slide DeckManageIQ - Sprint 229 Review - Slide Deck
ManageIQ - Sprint 229 Review - Slide DeckManageIQ
 
ManageIQ - Sprint 228 Review - Slide Deck
ManageIQ - Sprint 228 Review - Slide DeckManageIQ - Sprint 228 Review - Slide Deck
ManageIQ - Sprint 228 Review - Slide DeckManageIQ
 
Sprint 227
Sprint 227Sprint 227
Sprint 227ManageIQ
 
Sprint 226
Sprint 226Sprint 226
Sprint 226ManageIQ
 
Sprint 225
Sprint 225Sprint 225
Sprint 225ManageIQ
 
Sprint 224
Sprint 224Sprint 224
Sprint 224ManageIQ
 
Sprint 223
Sprint 223Sprint 223
Sprint 223ManageIQ
 
Sprint 222
Sprint 222Sprint 222
Sprint 222ManageIQ
 
Sprint 221
Sprint 221Sprint 221
Sprint 221ManageIQ
 
Sprint 220
Sprint 220Sprint 220
Sprint 220ManageIQ
 
Sprint 219
Sprint 219Sprint 219
Sprint 219ManageIQ
 
Sprint 218
Sprint 218Sprint 218
Sprint 218ManageIQ
 
Sprint 217
Sprint 217Sprint 217
Sprint 217ManageIQ
 

Mais de ManageIQ (20)

ManageIQ - Sprint 236 Review - Slide Deck
ManageIQ - Sprint 236 Review - Slide DeckManageIQ - Sprint 236 Review - Slide Deck
ManageIQ - Sprint 236 Review - Slide Deck
 
ManageIQ - Sprint 235 Review - Slide Deck
ManageIQ - Sprint 235 Review - Slide DeckManageIQ - Sprint 235 Review - Slide Deck
ManageIQ - Sprint 235 Review - Slide Deck
 
ManageIQ - Sprint 234 Review - Slide Deck
ManageIQ - Sprint 234 Review - Slide DeckManageIQ - Sprint 234 Review - Slide Deck
ManageIQ - Sprint 234 Review - Slide Deck
 
ManageIQ - Sprint 233 Review - Slide Deck
ManageIQ - Sprint 233 Review - Slide DeckManageIQ - Sprint 233 Review - Slide Deck
ManageIQ - Sprint 233 Review - Slide Deck
 
ManageIQ - Sprint 232 Review - Slide Deck
ManageIQ - Sprint 232 Review - Slide DeckManageIQ - Sprint 232 Review - Slide Deck
ManageIQ - Sprint 232 Review - Slide Deck
 
ManageIQ - Sprint 231 Review - Slide Deck
ManageIQ - Sprint 231 Review - Slide DeckManageIQ - Sprint 231 Review - Slide Deck
ManageIQ - Sprint 231 Review - Slide Deck
 
ManageIQ - Sprint 230 Review - Slide Deck
ManageIQ - Sprint 230 Review - Slide DeckManageIQ - Sprint 230 Review - Slide Deck
ManageIQ - Sprint 230 Review - Slide Deck
 
ManageIQ - Sprint 229 Review - Slide Deck
ManageIQ - Sprint 229 Review - Slide DeckManageIQ - Sprint 229 Review - Slide Deck
ManageIQ - Sprint 229 Review - Slide Deck
 
ManageIQ - Sprint 228 Review - Slide Deck
ManageIQ - Sprint 228 Review - Slide DeckManageIQ - Sprint 228 Review - Slide Deck
ManageIQ - Sprint 228 Review - Slide Deck
 
Sprint 227
Sprint 227Sprint 227
Sprint 227
 
Sprint 226
Sprint 226Sprint 226
Sprint 226
 
Sprint 225
Sprint 225Sprint 225
Sprint 225
 
Sprint 224
Sprint 224Sprint 224
Sprint 224
 
Sprint 223
Sprint 223Sprint 223
Sprint 223
 
Sprint 222
Sprint 222Sprint 222
Sprint 222
 
Sprint 221
Sprint 221Sprint 221
Sprint 221
 
Sprint 220
Sprint 220Sprint 220
Sprint 220
 
Sprint 219
Sprint 219Sprint 219
Sprint 219
 
Sprint 218
Sprint 218Sprint 218
Sprint 218
 
Sprint 217
Sprint 217Sprint 217
Sprint 217
 

Último

%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...masabamasaba
 
Announcing Codolex 2.0 from GDK Software
Announcing Codolex 2.0 from GDK SoftwareAnnouncing Codolex 2.0 from GDK Software
Announcing Codolex 2.0 from GDK SoftwareJim McKeeth
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...Health
 
%in Benoni+277-882-255-28 abortion pills for sale in Benoni
%in Benoni+277-882-255-28 abortion pills for sale in Benoni%in Benoni+277-882-255-28 abortion pills for sale in Benoni
%in Benoni+277-882-255-28 abortion pills for sale in Benonimasabamasaba
 
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...WSO2
 
WSO2CON 2024 - API Management Usage at La Poste and Its Impact on Business an...
WSO2CON 2024 - API Management Usage at La Poste and Its Impact on Business an...WSO2CON 2024 - API Management Usage at La Poste and Its Impact on Business an...
WSO2CON 2024 - API Management Usage at La Poste and Its Impact on Business an...WSO2
 
%in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park %in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park masabamasaba
 
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
Direct Style Effect Systems -The Print[A] Example- A Comprehension AidDirect Style Effect Systems -The Print[A] Example- A Comprehension Aid
Direct Style Effect Systems - The Print[A] Example - A Comprehension AidPhilip Schwarz
 
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...masabamasaba
 
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfonteinmasabamasaba
 
WSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go PlatformlessWSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go PlatformlessWSO2
 
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...Jittipong Loespradit
 
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital TransformationWSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital TransformationWSO2
 
AI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplateAI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplatePresentation.STUDIO
 
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...masabamasaba
 
WSO2CON 2024 - Does Open Source Still Matter?
WSO2CON 2024 - Does Open Source Still Matter?WSO2CON 2024 - Does Open Source Still Matter?
WSO2CON 2024 - Does Open Source Still Matter?WSO2
 
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...masabamasaba
 
WSO2CON 2024 - Freedom First—Unleashing Developer Potential with Open Source
WSO2CON 2024 - Freedom First—Unleashing Developer Potential with Open SourceWSO2CON 2024 - Freedom First—Unleashing Developer Potential with Open Source
WSO2CON 2024 - Freedom First—Unleashing Developer Potential with Open SourceWSO2
 
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisamasabamasaba
 
WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...
WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...
WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...WSO2
 

Último (20)

%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Toronto Psychic Readings, Attraction spells,Brin...
 
Announcing Codolex 2.0 from GDK Software
Announcing Codolex 2.0 from GDK SoftwareAnnouncing Codolex 2.0 from GDK Software
Announcing Codolex 2.0 from GDK Software
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
 
%in Benoni+277-882-255-28 abortion pills for sale in Benoni
%in Benoni+277-882-255-28 abortion pills for sale in Benoni%in Benoni+277-882-255-28 abortion pills for sale in Benoni
%in Benoni+277-882-255-28 abortion pills for sale in Benoni
 
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
 
WSO2CON 2024 - API Management Usage at La Poste and Its Impact on Business an...
WSO2CON 2024 - API Management Usage at La Poste and Its Impact on Business an...WSO2CON 2024 - API Management Usage at La Poste and Its Impact on Business an...
WSO2CON 2024 - API Management Usage at La Poste and Its Impact on Business an...
 
%in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park %in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park
 
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
Direct Style Effect Systems -The Print[A] Example- A Comprehension AidDirect Style Effect Systems -The Print[A] Example- A Comprehension Aid
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
 
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
 
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
 
WSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go PlatformlessWSO2CON2024 - It's time to go Platformless
WSO2CON2024 - It's time to go Platformless
 
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
 
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital TransformationWSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
WSO2Con2024 - WSO2's IAM Vision: Identity-Led Digital Transformation
 
AI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplateAI & Machine Learning Presentation Template
AI & Machine Learning Presentation Template
 
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
 
WSO2CON 2024 - Does Open Source Still Matter?
WSO2CON 2024 - Does Open Source Still Matter?WSO2CON 2024 - Does Open Source Still Matter?
WSO2CON 2024 - Does Open Source Still Matter?
 
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
%+27788225528 love spells in Huntington Beach Psychic Readings, Attraction sp...
 
WSO2CON 2024 - Freedom First—Unleashing Developer Potential with Open Source
WSO2CON 2024 - Freedom First—Unleashing Developer Potential with Open SourceWSO2CON 2024 - Freedom First—Unleashing Developer Potential with Open Source
WSO2CON 2024 - Freedom First—Unleashing Developer Potential with Open Source
 
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
 
WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...
WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...
WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...
 

Sprint 152

  • 1. SPRINT 152 REVIEW - Sprint Ending January 4, 2021 January 6, 2021 Meeting Start: 10:30 am EST
  • 2. 2 SPEAKERS ● Overview ● UI (Harpreet Kataria) ● Providers (Adam Grare) ● Platform (Joe VLcek) ● API (Gregg Tanzillo)
  • 3. 3
  • 4. 4 * Note that some PRs are double labeled or have no labels. Beginning with Sprint 127, archived and forked repos are excluded.
  • 5. 5 PRs (UI, SUI, UI/REACT Components, API ): PRs (UI, SUI, UI/REACT Components): 14 Bugs: 7, Enhancements: 2, React/Technical Debt: 1, other: 5 React Conversion ● Make the VM/Instance snapshot form API-driven (#7450) ● Change Add cloud key pairs form react (#7380) Enhancements ● Move toolbar component to ui-classic and make it carbon (#7526) ● Change dashboard toolbar and topology toolbar to carbon and fix A11y (#7539) UI (Harpreet Kataria)
  • 6. 6 Move toolbar component to ui-classic and make it carbon (#7526) UI (Harpreet Kataria) After Before
  • 7. 7 Change dashboard toolbar and topology toolbar to carbon and fix A11y (#7539) UI (Harpreet Kataria) AfterBefore
  • 8. 8 IBM Cloud ● Switch to using OpenAPI gems for IBM Cloud Power Virtual Servers (#56) OpenStack ● Add DDF schema for cloud volume snapshot creation (#651) VMware ● Enhance OVF deployment by allowing selection of target folders/datacenters/etc… (#680) ● Fix for destroyed VMs not being archived (#683) ● Fix for certain IPv6 addresses being treated like IPv4 causing refresh failures (#677) PROVIDERS (Adam Grare)
  • 9. 9 52 PRs merged Enhancements: ● Use systemd-notify for worker heartbeating manageiq/20840 ● Add debug logging for the reconcile loop manageiq-pods/662 ● Add display names for FileDepot models manageiq/20863 ● Rails 6.0 Support manageiq-messaging/59, activerecord-id_regions/18, manageiq-postgres_ha_admin/23 ● Get Kafka configuration working with the Rdkafka gem manageiq-rpm_build/126, manageiq-messaging/58, manageiq-appliance_console/137 Bugs: ● Run MiqServer.status_update in server process https://github.com/ManageIQ/manageiq/pull/20904 Build: ● Update to ruby 2.6 container-httpd-init/9 ● Updates for CentOS 8.3 manageiq-rpm_build/125, container-httpd-init/8, container-httpd/53, manageiq-appliance-build/455, manageiq-pods/661 ● Exclude net-snmp packages from ubi repo manageiq-pods/663 ● Drop dependency on activerecord since nothing here requires it. manageiq-gems-pending/504 ● Upgrade postgresql 10 container-postgresql/22 PLATFORM (Joe VLcek)
  • 10. 10 Documentation: ● Update create-vmware-content-library-catalog-item.md manageiq-documentation/1514 ● Update adding_ibm_cloud_vpc_provider.md manageiq-documentation/1523 ● Updates to Terraform provider manageiq-documentation/1525 ● Update provisioning-requests-ibm-cloud-powervs.md - needed to fix topic format and TOC manageiq-documentation/1519 ● Update enabling_red_hat_virtualization_cu.md manageiq-documentation/1527 ● Updated the Setting Ownership page to include all collections that implement set_ownership manageiq-documentation/1522 ● Add notes about multi-region appliance -> kubernetes migration manageiq-documentation/1521 ● Add notes about attribute value pair manageiq-documentation/1524 PLATFORM (Joe VLcek)
  • 11. 11 ● Add endpoint for editing Network Routers (Lucy F.) #960 POST /api/network_routers/:id - action “edit” POST /api/network_routers/10000000000009 { "action": "edit", "status": "test" } The edit action creates an async request, so the response is an action result that includes the task id and reference. RESPONSE { "success": true, "message": "Updating Network Router id:10000000000009 name: 'redhat-ext-router'", "task_id": "10000000053299", "task_href": "http://localhost:3000/api/tasks/10000000053299" } API (Gregg Tanzillo)
  • 12. 12 ● Created *gpppd endpoint for host aggregates (David H.) #964 GET /api/host_aggregates GET /api/host_aggregates/:id POST /api/host_aggregates PUT/PATCH /api/host_aggregates/:id DELETE /api/host_aggregates/:id Example Request: POST /api/host_aggregates { "ems_id": 7, "name": "foo" } PUT/PATCH /api/host_aggregates/1 { "name": "foo" } See PR for additional examples API (Gregg Tanzillo)
  • 13. 13 ● Introducing a simple GET-only endpoint for shortcuts (David H.) #970 GET /api/shortcuts { "name": "shortcuts", "count": 106, "subcount": 106, "pages": 1, "resources": [ { "href": "http://localhost:3000/api/shortcuts/1" }, { "href": "http://localhost:3000/api/shortcuts/2" }, { "href": "http://localhost:3000/api/shortcuts/3" }, .... ], "links": { "self": "http://localhost:3000/api/shortcuts?offset=0", "first": "http://localhost:3000/api/shortcuts?offset=0", "last": "http://localhost:3000/api/shortcuts?offset=0" } } API (Gregg Tanzillo)
  • 14. 14 ● Introduce error code for errors (Keenan) #961 ○ Before ■ Return an ok for all create and update requests, even when they failed. ■ Applied to single and bulk requests ○ After ■ Now if there is one resource, including a collection of one resource, and it fails creating or updating, it will return a failed status code (4xx) ● 400 Bad Request ● Fixed endpoint feature mapping for policy-related endpoints (David H.) #966 API (Gregg Tanzillo)
  • 15. 15 Questions? Discussion? Sprint 153 Review - January 20, 2021 Meeting Start: 10:30 am EST
  • 16. THANK YOU manageiq.org github.com/ManageIQ twitter.com/ManageIQ gitter.im/ManageIQ/manageiq facebook.com/manageiq talk.manageiq.org youtube.com/user/ManageIQVideolinkedin.com/company/manageiq