SlideShare a Scribd company logo
1 of 16
Download to read 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

More Related Content

What's hot (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
 

Similar to 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
 

Similar to 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
 

More from 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
 

More from 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
 

Recently uploaded

HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comFatema Valibhai
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...MyIntelliSource, Inc.
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...kellynguyen01
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...ICS
 
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...OnePlan Solutions
 
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfThe Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfkalichargn70th171
 
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female serviceCALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female serviceanilsa9823
 
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️anilsa9823
 
How To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsHow To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsAndolasoft Inc
 
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AISyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AIABDERRAOUF MEHENNI
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providermohitmore19
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...MyIntelliSource, Inc.
 
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerHow To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerThousandEyes
 
+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
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVshikhaohhpro
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️Delhi Call girls
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Modelsaagamshah0812
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...harshavardhanraghave
 

Recently uploaded (20)

HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.com
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
 
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
 
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfThe Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
 
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female serviceCALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
CALL ON ➥8923113531 🔝Call Girls Badshah Nagar Lucknow best Female service
 
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
 
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS LiveVip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
 
How To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsHow To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.js
 
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AISyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
SyndBuddy AI 2k Review 2024: Revolutionizing Content Syndication with AI
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service provider
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
 
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerHow To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
 
+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...
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTV
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
Microsoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdfMicrosoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdf
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Models
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
 

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