SlideShare a Scribd company logo
1 of 28
Download to read offline
ManageIQ
Sprint 68 Review - Sprint End September 04, 2017
September 06, 2017
Meeting Start: 10:30am EST
Overview
● Sprint Statistics (Jason Frey)
● Community Update (Carol Chen)
● Architecture (Jason Frey)
● Classic UI (Dan Clarizio)
● Service UI (Chris Kacerguis)
● Providers (Bronagh Sorota)
● Automate (Greg McCullough)
● Platform (Gregg Tanzillo)
● API (Alberto Bellotti)
● Documentation (Chris Budzilowicz)
● Discussion
All Repo Stats - Top 10
Top Repositories # Closed
ManageIQ/manageiq-ui-classic 109
ManageIQ/integration_tests 81
ManageIQ/manageiq 46
ManageIQ/manageiq-ui-service 21
ManageIQ/ui-components 17
ManageIQ/manageiq-api 12
ManageIQ/manageiq-providers-kubernetes 10
ManageIQ/manageiq_docs 8
ManageIQ/manageiq-schema 7
ManageIQ/manageiq-providers-openstack 6
Total of 382 merged PRs across 82* ManageIQ Repos
Pull Requests from: 2017-08-21 00:00:00 UTC to: 2017-09-04 00:00:00 UTC
* 82 repos represents the exclusion of
mirrored, private, and forked repos
under ManageIQ.
Distribution and Types of Merged PRs across ManageIQ
Repositories
PRs Merged per Sprint across ManageIQ Repositories
Repository Health Report
September 04, 2017
Architecture
● Platform
○ New images
■ manageiq-base
● just our source, not usable directly
■ manageiq-base-worker < manageiq-base
● used for non-service workers like the generic worker
■ manageiq-orchestrator < manageiq-base
● runs the orchestrator - currently MiqServer
■ manageiq-webserver-worker < manageiq-base-worker
● API and websocket workers
■ manageiq-ui-worker < manageiq-webserver-worker
● UI worker - adds asset compilation
● Automate
○ Ansible playbooks accessing the workspace (Gaprindashvili)
■ Serializing the workspace (Gaprindashvili)
■ Exposed via automate_workspaces API endpoint (Gaprindashvili)
■ Launch automate methods as containers
Community Update
(Carol Chen)
● Last Week in ManageIQ
○ http://manageiq.org/blog/2017/08/where-have-all-the-cow-wranglers-gon
e/ by Allen Wight
○ http://manageiq.org/blog/2017/09/the-school-year-begins/ by David
Halasz
● Events
○ AnsibleFest in San Francisco, Sept 7 https://www.ansible.com/ansiblefest
○ EuRuKo in Budapest, Sept 29-30 https://euruko2017.org/
Classic UI
(Dan Clarizio)
PRs merged - 106
● UI Repo: Enhancements - 17, Bugs - 23, Technical Debt/Refactoring - 48/13
● UI Components Repo - 15
Refactoring/Technical Debt:
● UI Constants cleanup continued
● Style cleanup/refactoring, simplifying methods in variety of controllers
● Converted left-side trees on all explorer screens to Angular
● Replace lock trees in explorer with a more generic lock sidebar that locks whole left sidebar
Enhancements:
● Allow MIQ defined Users to belong to multiple Groups
● Support to add custom buttons for more object types
● Added Monitoring Endpoint support for Containers Providers
Classic UI
User summary showing selected user’s groups assignments
Classic UI
Custom Button support for more objects
Classic UI
Monitoring Endpoint support for Container Providers
Service UI
(Chris Kacerguis)
- New Feature: Snapshots from both Service and Resource page
- New Feature: Filter by Tags (added this component to Angular-PatternFly)
Service UI
(Chris Kacerguis)
- Added Greenkeeper.io to repo
- Automatically submits PR’s for dependency updates
- Migrated Code Style to StandardJS
- No more inconsistency issues with different linters in MIQ UIs
- Fixed: Issues with the “About” modal
- Fixed: Session var not being removed on sign out
- Fixed: Timestamps for filters are “human readable”
- Misc
- Lots of dependency updates
- Updated Yarn version
- Increased test coverage by 2%
Providers
(Bronagh Sorota)
Merged Provider PRs
Provider PRs Provider PRs
kubernetes 10 hawkular 3
openstack 6 vmware 3
azure 5 lenovo 2
ovirt 5 google 1
amazon 4 scvmm 1
openshift 4
nuage 4
Providers
Amazon
● Targeted refresh completed
Openstack
● Cloud volume restore and delete operations
● Security group add and remove operations
Providers
Hawkular
● Added a Shutdown Domain option (shutdown a domain and all the
middleware/EAP servers in it)
● Fixed breakage in 2 fields in Add JDBC driver dialog
● Fixed UI crash when viewing the monitoring/utilization for JMS Queue or JMS
Topic
Openshift
● Added option to skip saving of unused container images
○ This reduces the time and memory usage for saving inventory in environments with a large
number of unused container images
○ Keep labels for used images
Automate
(Greg McCullough)
PRs Merged: 5
2 - Enhancements, 1 - Bugs, 2 - Refactoring
○ Automate Workspace
■ New table stores the Automate Workspace
■ Contains user_id and tenant_id for RBAC
■ API integration
■ Ansible Playbook integration (future)
○ V2V Install drivers checkbox auto-selected for Windows VMs
○ Orchestration Templates - Moving to provider repo’s
■ Amazon
■ Azure
Automate
(Greg McCullough)
Met with co-workers
Automate
(Greg McCullough)
Re-architecture research
Queueing
Automate
(Greg McCullough)
Birds of a Feather Session
Platform
(Gregg Tanzillo)
PRs Merged: 28
9 - Enh, 7 - Bugs, 9 - TechDebt, 2 - Refactoring, 1 - Other
● Enhancements
○ Add screen package to appliance
● Bug Fixes
○ External Authentication (httpd)
■ Normalize userid to UPN (user principal name) format
● Avoid duplicate user records
● Better matching of existing user records
● E.g.: sally@example.com
■ Add domain user attribute from SSSD (RHEL 7.4)
● manageiq-gems-pending - appliance console ext auth config
● Manageiq-appliance - httpd config templates
■ Documentation updated
API
(Alberto Bellotti)
● Metrics Rollups Enhancement (Jillian T.)
○ New collection /api/metric_rollups
○ New metric_rollups subcollection to /api/vms and /api/services resources
○ Enforces a paged result if no paging is specified.
○ Default page size defined by Settings.api.metrics_default_limit as 1000
Required Parameters: resource_type, capture_interval, start_date
Optional Parameters: resource_ids, end_date, limit
Date formats: YYYY-MM-DD, YYYY-MM-DDTHH:MM:SSZ
Examples:
GET /api/metric_rollups ? capture_interval=hourly & resource_type=Service & resource_ids=[1,5,7]
& start_date=2017-08-01 & limit=1000
GET /api/vms/:id/metric_rollups ? capture_interval=hourly
& start_date=2017-08-01 & end_date=2017-08-30 & limit=2000
GET /api/services/:id/metric_rollups ? capture_interval=daily & start_date=2017-01-01 & limit=2000
API
● Added support for Generic Object Definition CRUD (Jillian T.)
○ New /api/generic_object_definitions collection
Sample Definition:
{
"name" : "LoadBalancer",
"description" : "LoadBalancer description",
"properties" : {
"attributes" : {
"address" : "string",
"last_restart" : "datetime"
},
"associations" : {
"vms" : "Vm",
"services" : "Service"
},
"methods" : [
"reboot",
"sync"
]
}
}
API
Generic Object Definition CRUD
Create:
POST /api/generic_object_definitions
Reads:
GET /api/generic_object_definitions
GET /api/generic_object_definitions/[:id | :name]
Updates:
POST /api/generic_object_definitions/[:id | :name] action: “edit”
POST /api/generic_object_definitions bulk action: “edit” by href, id or name
Deletes:
DELETE /api/generic_object_definitions/[:id | :name]
POST /api/generic_object_definitions/[:id | :name] action: “delete”
POST /api/generic_object_definitions bulk action: “delete” by href, id or name
● PRs merged (8)
○ Enhancements 8
● Highlights
○ #492 Added ports table for OpenShift Container Platform provider .
○ #491 Maintenance and updating of downstream content.
○ #489 Added an overview of Generic Objects
○ Additional work done in configuring downstream for forthcoming release.
Documentation
(C. Budzilowicz)
Discussion
Sprint 69 Review - September 20
Meeting Start: 10:30am EST

More Related Content

What's hot

Sprint 44 review
Sprint 44 reviewSprint 44 review
Sprint 44 reviewManageIQ
 
Sprint 49 review
Sprint 49 reviewSprint 49 review
Sprint 49 reviewManageIQ
 
Sprint 51 review
Sprint 51 reviewSprint 51 review
Sprint 51 reviewManageIQ
 
Sprint 50 review
Sprint 50 reviewSprint 50 review
Sprint 50 reviewManageIQ
 
Sprint 48 review
Sprint 48 reviewSprint 48 review
Sprint 48 reviewManageIQ
 
Sprint 39 review
Sprint 39 reviewSprint 39 review
Sprint 39 reviewManageIQ
 
Sprint 40 review
Sprint 40 reviewSprint 40 review
Sprint 40 reviewManageIQ
 
Investigative Debugging - Peter McGowan - ManageIQ Design Summit 2016
Investigative Debugging - Peter McGowan - ManageIQ Design Summit 2016Investigative Debugging - Peter McGowan - ManageIQ Design Summit 2016
Investigative Debugging - Peter McGowan - ManageIQ Design Summit 2016ManageIQ
 
Sprint 16 report
Sprint 16 reportSprint 16 report
Sprint 16 reportManageIQ
 
Sprint 42 review
Sprint 42 reviewSprint 42 review
Sprint 42 reviewManageIQ
 
Sprint 38 review
Sprint 38 reviewSprint 38 review
Sprint 38 reviewManageIQ
 
Sprint 121
Sprint 121Sprint 121
Sprint 121ManageIQ
 

What's hot (20)

Sprint 44 review
Sprint 44 reviewSprint 44 review
Sprint 44 review
 
Sprint 61
Sprint 61Sprint 61
Sprint 61
 
Sprint 62
Sprint 62Sprint 62
Sprint 62
 
Sprint 47
Sprint 47Sprint 47
Sprint 47
 
Sprint 60
Sprint 60Sprint 60
Sprint 60
 
Sprint 49 review
Sprint 49 reviewSprint 49 review
Sprint 49 review
 
Sprint 63
Sprint 63Sprint 63
Sprint 63
 
Sprint 51 review
Sprint 51 reviewSprint 51 review
Sprint 51 review
 
Sprint 64
Sprint 64Sprint 64
Sprint 64
 
Sprint 65
Sprint 65Sprint 65
Sprint 65
 
Sprint 50 review
Sprint 50 reviewSprint 50 review
Sprint 50 review
 
Sprint 48 review
Sprint 48 reviewSprint 48 review
Sprint 48 review
 
Sprint 52
Sprint 52Sprint 52
Sprint 52
 
Sprint 39 review
Sprint 39 reviewSprint 39 review
Sprint 39 review
 
Sprint 40 review
Sprint 40 reviewSprint 40 review
Sprint 40 review
 
Investigative Debugging - Peter McGowan - ManageIQ Design Summit 2016
Investigative Debugging - Peter McGowan - ManageIQ Design Summit 2016Investigative Debugging - Peter McGowan - ManageIQ Design Summit 2016
Investigative Debugging - Peter McGowan - ManageIQ Design Summit 2016
 
Sprint 16 report
Sprint 16 reportSprint 16 report
Sprint 16 report
 
Sprint 42 review
Sprint 42 reviewSprint 42 review
Sprint 42 review
 
Sprint 38 review
Sprint 38 reviewSprint 38 review
Sprint 38 review
 
Sprint 121
Sprint 121Sprint 121
Sprint 121
 

Similar to ManageIQ Sprint 68 Review - Metrics, Providers, Automate Updates

Similar to ManageIQ Sprint 68 Review - Metrics, Providers, Automate Updates (18)

Sprint 59
Sprint 59Sprint 59
Sprint 59
 
Sprint 54
Sprint 54Sprint 54
Sprint 54
 
Sprint 53
Sprint 53Sprint 53
Sprint 53
 
Sprint 57
Sprint 57Sprint 57
Sprint 57
 
Sprint 58
Sprint 58Sprint 58
Sprint 58
 
Sprint 78
Sprint 78Sprint 78
Sprint 78
 
Sprint 43 Review
Sprint 43 ReviewSprint 43 Review
Sprint 43 Review
 
Sprint 82
Sprint 82Sprint 82
Sprint 82
 
Sprint 77
Sprint 77Sprint 77
Sprint 77
 
Sprint 92
Sprint 92Sprint 92
Sprint 92
 
Sprint 41 review
Sprint 41 reviewSprint 41 review
Sprint 41 review
 
Sprint 41 review
Sprint 41 reviewSprint 41 review
Sprint 41 review
 
Sprint 55
Sprint 55Sprint 55
Sprint 55
 
Sprint 56
Sprint 56Sprint 56
Sprint 56
 
Sprint 80
Sprint 80Sprint 80
Sprint 80
 
Sprint 140
Sprint 140Sprint 140
Sprint 140
 
Sprint 99
Sprint 99Sprint 99
Sprint 99
 
Sprint 136
Sprint 136Sprint 136
Sprint 136
 

More from ManageIQ

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
 
Sprint 216
Sprint 216Sprint 216
Sprint 216ManageIQ
 

More from ManageIQ (20)

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
 
Sprint 216
Sprint 216Sprint 216
Sprint 216
 

Recently uploaded

Implementing Zero Trust strategy with Azure
Implementing Zero Trust strategy with AzureImplementing Zero Trust strategy with Azure
Implementing Zero Trust strategy with AzureDinusha Kumarasiri
 
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...gurkirankumar98700
 
MYjobs Presentation Django-based project
MYjobs Presentation Django-based projectMYjobs Presentation Django-based project
MYjobs Presentation Django-based projectAnoyGreter
 
Folding Cheat Sheet #4 - fourth in a series
Folding Cheat Sheet #4 - fourth in a seriesFolding Cheat Sheet #4 - fourth in a series
Folding Cheat Sheet #4 - fourth in a seriesPhilip Schwarz
 
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.
 
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样umasea
 
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024StefanoLambiase
 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...stazi3110
 
Automate your Kamailio Test Calls - Kamailio World 2024
Automate your Kamailio Test Calls - Kamailio World 2024Automate your Kamailio Test Calls - Kamailio World 2024
Automate your Kamailio Test Calls - Kamailio World 2024Andreas Granig
 
chapter--4-software-project-planning.ppt
chapter--4-software-project-planning.pptchapter--4-software-project-planning.ppt
chapter--4-software-project-planning.pptkotipi9215
 
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.
 
Cloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackCloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackVICTOR MAESTRE RAMIREZ
 
Unveiling Design Patterns: A Visual Guide with UML Diagrams
Unveiling Design Patterns: A Visual Guide with UML DiagramsUnveiling Design Patterns: A Visual Guide with UML Diagrams
Unveiling Design Patterns: A Visual Guide with UML DiagramsAhmed Mohamed
 
Professional Resume Template for Software Developers
Professional Resume Template for Software DevelopersProfessional Resume Template for Software Developers
Professional Resume Template for Software DevelopersVinodh Ram
 
Asset Management Software - Infographic
Asset Management Software - InfographicAsset Management Software - Infographic
Asset Management Software - InfographicHr365.us smith
 
EY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityEY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityNeo4j
 
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptxKnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptxTier1 app
 
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed DataAlluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed DataAlluxio, Inc.
 
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdf
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdfGOING AOT WITH GRAALVM – DEVOXX GREECE.pdf
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdfAlina Yurenko
 

Recently uploaded (20)

Implementing Zero Trust strategy with Azure
Implementing Zero Trust strategy with AzureImplementing Zero Trust strategy with Azure
Implementing Zero Trust strategy with Azure
 
Hot Sexy call girls in Patel Nagar🔝 9953056974 🔝 escort Service
Hot Sexy call girls in Patel Nagar🔝 9953056974 🔝 escort ServiceHot Sexy call girls in Patel Nagar🔝 9953056974 🔝 escort Service
Hot Sexy call girls in Patel Nagar🔝 9953056974 🔝 escort Service
 
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
 
MYjobs Presentation Django-based project
MYjobs Presentation Django-based projectMYjobs Presentation Django-based project
MYjobs Presentation Django-based project
 
Folding Cheat Sheet #4 - fourth in a series
Folding Cheat Sheet #4 - fourth in a seriesFolding Cheat Sheet #4 - fourth in a series
Folding Cheat Sheet #4 - fourth in a series
 
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...
 
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样
 
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024
 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
 
Automate your Kamailio Test Calls - Kamailio World 2024
Automate your Kamailio Test Calls - Kamailio World 2024Automate your Kamailio Test Calls - Kamailio World 2024
Automate your Kamailio Test Calls - Kamailio World 2024
 
chapter--4-software-project-planning.ppt
chapter--4-software-project-planning.pptchapter--4-software-project-planning.ppt
chapter--4-software-project-planning.ppt
 
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 ...
 
Cloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackCloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStack
 
Unveiling Design Patterns: A Visual Guide with UML Diagrams
Unveiling Design Patterns: A Visual Guide with UML DiagramsUnveiling Design Patterns: A Visual Guide with UML Diagrams
Unveiling Design Patterns: A Visual Guide with UML Diagrams
 
Professional Resume Template for Software Developers
Professional Resume Template for Software DevelopersProfessional Resume Template for Software Developers
Professional Resume Template for Software Developers
 
Asset Management Software - Infographic
Asset Management Software - InfographicAsset Management Software - Infographic
Asset Management Software - Infographic
 
EY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityEY_Graph Database Powered Sustainability
EY_Graph Database Powered Sustainability
 
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptxKnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
 
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed DataAlluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
 
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdf
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdfGOING AOT WITH GRAALVM – DEVOXX GREECE.pdf
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdf
 

ManageIQ Sprint 68 Review - Metrics, Providers, Automate Updates

  • 1. ManageIQ Sprint 68 Review - Sprint End September 04, 2017 September 06, 2017 Meeting Start: 10:30am EST
  • 2. Overview ● Sprint Statistics (Jason Frey) ● Community Update (Carol Chen) ● Architecture (Jason Frey) ● Classic UI (Dan Clarizio) ● Service UI (Chris Kacerguis) ● Providers (Bronagh Sorota) ● Automate (Greg McCullough) ● Platform (Gregg Tanzillo) ● API (Alberto Bellotti) ● Documentation (Chris Budzilowicz) ● Discussion
  • 3. All Repo Stats - Top 10 Top Repositories # Closed ManageIQ/manageiq-ui-classic 109 ManageIQ/integration_tests 81 ManageIQ/manageiq 46 ManageIQ/manageiq-ui-service 21 ManageIQ/ui-components 17 ManageIQ/manageiq-api 12 ManageIQ/manageiq-providers-kubernetes 10 ManageIQ/manageiq_docs 8 ManageIQ/manageiq-schema 7 ManageIQ/manageiq-providers-openstack 6 Total of 382 merged PRs across 82* ManageIQ Repos Pull Requests from: 2017-08-21 00:00:00 UTC to: 2017-09-04 00:00:00 UTC * 82 repos represents the exclusion of mirrored, private, and forked repos under ManageIQ.
  • 4. Distribution and Types of Merged PRs across ManageIQ Repositories
  • 5. PRs Merged per Sprint across ManageIQ Repositories
  • 7. Architecture ● Platform ○ New images ■ manageiq-base ● just our source, not usable directly ■ manageiq-base-worker < manageiq-base ● used for non-service workers like the generic worker ■ manageiq-orchestrator < manageiq-base ● runs the orchestrator - currently MiqServer ■ manageiq-webserver-worker < manageiq-base-worker ● API and websocket workers ■ manageiq-ui-worker < manageiq-webserver-worker ● UI worker - adds asset compilation ● Automate ○ Ansible playbooks accessing the workspace (Gaprindashvili) ■ Serializing the workspace (Gaprindashvili) ■ Exposed via automate_workspaces API endpoint (Gaprindashvili) ■ Launch automate methods as containers
  • 8. Community Update (Carol Chen) ● Last Week in ManageIQ ○ http://manageiq.org/blog/2017/08/where-have-all-the-cow-wranglers-gon e/ by Allen Wight ○ http://manageiq.org/blog/2017/09/the-school-year-begins/ by David Halasz ● Events ○ AnsibleFest in San Francisco, Sept 7 https://www.ansible.com/ansiblefest ○ EuRuKo in Budapest, Sept 29-30 https://euruko2017.org/
  • 9. Classic UI (Dan Clarizio) PRs merged - 106 ● UI Repo: Enhancements - 17, Bugs - 23, Technical Debt/Refactoring - 48/13 ● UI Components Repo - 15 Refactoring/Technical Debt: ● UI Constants cleanup continued ● Style cleanup/refactoring, simplifying methods in variety of controllers ● Converted left-side trees on all explorer screens to Angular ● Replace lock trees in explorer with a more generic lock sidebar that locks whole left sidebar Enhancements: ● Allow MIQ defined Users to belong to multiple Groups ● Support to add custom buttons for more object types ● Added Monitoring Endpoint support for Containers Providers
  • 10. Classic UI User summary showing selected user’s groups assignments
  • 11. Classic UI Custom Button support for more objects
  • 12. Classic UI Monitoring Endpoint support for Container Providers
  • 13. Service UI (Chris Kacerguis) - New Feature: Snapshots from both Service and Resource page - New Feature: Filter by Tags (added this component to Angular-PatternFly)
  • 14. Service UI (Chris Kacerguis) - Added Greenkeeper.io to repo - Automatically submits PR’s for dependency updates - Migrated Code Style to StandardJS - No more inconsistency issues with different linters in MIQ UIs - Fixed: Issues with the “About” modal - Fixed: Session var not being removed on sign out - Fixed: Timestamps for filters are “human readable” - Misc - Lots of dependency updates - Updated Yarn version - Increased test coverage by 2%
  • 16. Merged Provider PRs Provider PRs Provider PRs kubernetes 10 hawkular 3 openstack 6 vmware 3 azure 5 lenovo 2 ovirt 5 google 1 amazon 4 scvmm 1 openshift 4 nuage 4
  • 17. Providers Amazon ● Targeted refresh completed Openstack ● Cloud volume restore and delete operations ● Security group add and remove operations
  • 18. Providers Hawkular ● Added a Shutdown Domain option (shutdown a domain and all the middleware/EAP servers in it) ● Fixed breakage in 2 fields in Add JDBC driver dialog ● Fixed UI crash when viewing the monitoring/utilization for JMS Queue or JMS Topic Openshift ● Added option to skip saving of unused container images ○ This reduces the time and memory usage for saving inventory in environments with a large number of unused container images ○ Keep labels for used images
  • 19. Automate (Greg McCullough) PRs Merged: 5 2 - Enhancements, 1 - Bugs, 2 - Refactoring ○ Automate Workspace ■ New table stores the Automate Workspace ■ Contains user_id and tenant_id for RBAC ■ API integration ■ Ansible Playbook integration (future) ○ V2V Install drivers checkbox auto-selected for Windows VMs ○ Orchestration Templates - Moving to provider repo’s ■ Amazon ■ Azure
  • 23. Platform (Gregg Tanzillo) PRs Merged: 28 9 - Enh, 7 - Bugs, 9 - TechDebt, 2 - Refactoring, 1 - Other ● Enhancements ○ Add screen package to appliance ● Bug Fixes ○ External Authentication (httpd) ■ Normalize userid to UPN (user principal name) format ● Avoid duplicate user records ● Better matching of existing user records ● E.g.: sally@example.com ■ Add domain user attribute from SSSD (RHEL 7.4) ● manageiq-gems-pending - appliance console ext auth config ● Manageiq-appliance - httpd config templates ■ Documentation updated
  • 24. API (Alberto Bellotti) ● Metrics Rollups Enhancement (Jillian T.) ○ New collection /api/metric_rollups ○ New metric_rollups subcollection to /api/vms and /api/services resources ○ Enforces a paged result if no paging is specified. ○ Default page size defined by Settings.api.metrics_default_limit as 1000 Required Parameters: resource_type, capture_interval, start_date Optional Parameters: resource_ids, end_date, limit Date formats: YYYY-MM-DD, YYYY-MM-DDTHH:MM:SSZ Examples: GET /api/metric_rollups ? capture_interval=hourly & resource_type=Service & resource_ids=[1,5,7] & start_date=2017-08-01 & limit=1000 GET /api/vms/:id/metric_rollups ? capture_interval=hourly & start_date=2017-08-01 & end_date=2017-08-30 & limit=2000 GET /api/services/:id/metric_rollups ? capture_interval=daily & start_date=2017-01-01 & limit=2000
  • 25. API ● Added support for Generic Object Definition CRUD (Jillian T.) ○ New /api/generic_object_definitions collection Sample Definition: { "name" : "LoadBalancer", "description" : "LoadBalancer description", "properties" : { "attributes" : { "address" : "string", "last_restart" : "datetime" }, "associations" : { "vms" : "Vm", "services" : "Service" }, "methods" : [ "reboot", "sync" ] } }
  • 26. API Generic Object Definition CRUD Create: POST /api/generic_object_definitions Reads: GET /api/generic_object_definitions GET /api/generic_object_definitions/[:id | :name] Updates: POST /api/generic_object_definitions/[:id | :name] action: “edit” POST /api/generic_object_definitions bulk action: “edit” by href, id or name Deletes: DELETE /api/generic_object_definitions/[:id | :name] POST /api/generic_object_definitions/[:id | :name] action: “delete” POST /api/generic_object_definitions bulk action: “delete” by href, id or name
  • 27. ● PRs merged (8) ○ Enhancements 8 ● Highlights ○ #492 Added ports table for OpenShift Container Platform provider . ○ #491 Maintenance and updating of downstream content. ○ #489 Added an overview of Generic Objects ○ Additional work done in configuring downstream for forthcoming release. Documentation (C. Budzilowicz)
  • 28. Discussion Sprint 69 Review - September 20 Meeting Start: 10:30am EST