SlideShare une entreprise Scribd logo
1  sur  26
Télécharger pour lire hors ligne
What's new in JUNO? 
OPEN CLOUD INFRASTRUCTURE BUILT 
FOR THE ENTERPRISE 
Pedro NAVARRO PEREZ 
OpenStack Technical Specialist 
RED HAT ENTERPRISE LINUX DOC144908 OPENSTACK PLATFORM
Who am I? 
Pedro Navarro Pérez (pnavarro@redhat.com) 
OpenStack Technical Specialist in EMEA 
Developer background 
Working on OpenStack since Cactus 
Major contributor in the Hyper-V Nova team 
Windows Storage Cinder driver maintainer 
RED HAT ENTERPRISE LINUX DOC144908 OPENSTACK PLATFORM
WHAT'S NEW IN VERSION 6 
● OpenStack Compute (Nova) 
● Guest vCPU topology configurability 
● Support definition of vCPU NUMA topologies and sockets/cores/threads to expose to 
guests. 
● Defined in flavor extra specifications and/or image properties. 
● Useful where guest operating system has specific topology requirements or to maximize 
guest performance by aligning it with expected host topologies. 
● Evacuation to a scheduled host. 
● Evacuate previously required user specified target host. 
● Target host is now optional, scheduler can instead pick best target. 
RED HAT ENTERPRISE LINUX DOC144908 OPENSTACK PLATFORM
WHAT'S NEW IN VERSION 6 
● OpenStack Compute (Nova) 
● Instance support for interactive serial console. 
● Support for per-image config drive format. 
● It is now possible to set expected configuration drive format using image properties rather 
than global configuration value. 
● Allows mix of vfat, iso9660, to match guest expectations. 
● Compute driver for Baremetal (Ironic) – Technology Preview 
RED HAT ENTERPRISE LINUX DOC144908 OPENSTACK PLATFORM
WHAT'S NEW IN VERSION 6 
OpenStack Identity (Keystone) 
● LDAP Multi-backend 
Keystone now supports the integration of multiple Identity Providers together in a single 
Keystone Instance, Using a mapping layer to store the domain and local ID for the public facing 
user and group IDs. 
● Support Compression of the PKI token 
PKI tokens are topping out over 8K, this adds support for optional compression to shrink the 
token size. 
● Endpoint Policy Assignment 
OS-POLICY Provides the means to assign policy files to specific endpoint, or to all endpoints for 
a specific services via the API. 
RED HAT ENTERPRISE LINUX DOC144908 OPENSTACK PLATFORM
WHAT'S NEW IN VERSION 6 
OpenStack Identity (Keystone) 
● Stand alone service catalog 
This introduces a standalone V3 API request to fetch an authenticated service catalog, for use 
with tokens that do not contain a catalog 
● Enable filtering of Policy credentials by user_id 
This enables filtering policy files by user_id attribute which enables users to have access only to 
their credentials. 
RED HAT ENTERPRISE LINUX DOC144908 OPENSTACK PLATFORM
WHAT'S NEW IN VERSION 6 
● OpenStack Object Storage (Swift) 
● Storage Policies 
● Storage Policies allow for some level of segmenting the cluster for various purposes 
through the creation of multiple object ring. 
● Once configured, users can create a container with a particular policy 
● Storage Policies can be set for: 
● Different Storage implementations: 
● Different Diskfile (e.g. GlusterFS, Kinetic) for group of nodes 
● Different levels of replication 
● Different Performance profiles (e.g. SSD-only) 
RED HAT ENTERPRISE LINUX DOC144908 OPENSTACK PLATFORM
WHAT'S NEW IN VERSION 6 
● OpenStack Object Storage (Swift) 
●Multi-ring awareness 
● Object replication - added to be aware of the different locations on-disk that storage 
policies introduced 
● Large objects - Refactoring work for storage polices 
● Object auditing – added to be aware of the different on-disk locations for objects in 
different storage policies 
● Improve partition placement 
● The swift-ring-builder has been updated to first prefer device weight, then use failure 
domains to break ties. 
* The progress on multi-ring and storage policies is the foundation to the the Swift Erasure code 
development that is on-going. 
RED HAT ENTERPRISE LINUX DOC144908 OPENSTACK PLATFORM
WHAT'S NEW IN VERSION 6 
● OpenStack Block Storage (Cinder) 
● Pool-aware Scheduler 
● Cinder was extended to be aware of storage pools within 
backend and also use them as finest granularity for resource 
placement. 
● Volume Num Weighter 
● Added the support to choose volume backend based on 
volume number in volume backend, to improve volumes IO 
balancing performance. 
RED HAT ENTERPRISE LINUX DOC144908 OPENSTACK PLATFORM
WHAT'S NEW IN VERSION 6 
● OpenStack Block Storage (Cinder) 
● Cinder volumes replication 
● Enable Cinder to leverage volume replication features 
available in storage backends including failover, failback as 
well as reverse direction capabilities for disaster recovery. 
● Consistency Groups 
● Consistency groups support was added to group volumes 
together for the purpose of application data protection (with 
the focus of snapshots for disaster recovery) 
RED HAT ENTERPRISE LINUX DOC144908 OPENSTACK PLATFORM
WHAT'S NEW IN VERSION 6 
● OpenStack Image Storage (Glance) 
● Asynchronous Processing 
● Added the async worker support for processing to be 
performed on an image without delaying the user (such as 
image imports tasks etc) 
● Metadata Definitions Catalog 
● A new catalog was added to define available metadata that 
can be used on different types of resources (images, 
artifacts, volumes, flavors etc). So, a user through Horizon, 
would be able to search this catalog to list the available 
properties they can add to a flavor or image. Example: 
hw_cpu_cores=1 (images) hw:cpu_cores=1 (flavor) 
RED HAT ENTERPRISE LINUX DOC144908 OPENSTACK PLATFORM
WHAT'S NEW IN VERSION 6 
● OpenStack Image Storage (Glance) 
● Image download improvements: 
● Download image restriction policy 
● A support was added to restrict users from downloading 
image based on policy. Until Juno release, images got to 
be shared publicly with the users can download these 
images freely without restriction that could have lead to 
piracy. 
● Restart of partial download 
● Solved a problem associated with a very large images 
download that may be interrupted prior to completion, due 
to dropped connections 
RED HAT ENTERPRISE LINUX DOC144908 OPENSTACK PLATFORM
WHAT'S NEW IN VERSION 6 
● OpenStack Orchestration (Heat) 
● Support additional resource types: 
● Data Processing (Sahara) 
● Server (Instance) Groups 
● Stack lifecycle improvements: 
● Update a failed stack 
● Cancel a stack update 
● Stack update no longer requires resubmission of all original 
parameters 
RED HAT ENTERPRISE LINUX DOC144908 OPENSTACK PLATFORM
WHAT'S NEW IN VERSION 6 
OpenStack Dashboard (Horizon) 
● Usage Data downloadable in CVS format 
Allow the user to download daily usage data for all of the projects as a CSV file. 
● Table Filtering is performed via API query attributes which filter complete tables, not only 
single pages. 
● Keystone: 
● New Identity Dashboard: Identity panels are under their own dashboard, using RBAC to 
determine the data to load in the identity dashboard 
● New mechanism to easily switch between projects and regions, and domains. 
● Horizon now supports Trove and Sahara dashboards as Tech Preview 
RED HAT ENTERPRISE LINUX DOC144908 OPENSTACK PLATFORM
WHAT'S NEW IN VERSION 6 
OpenStack Dashboard (Horizon) 
● Nova: 
● RBAC: Horizon now checks policy rules for all Nova instance actions on projects and 
admin dashboards. 
● Ability to evacuate nova-compute hosts 
● Cinder: 
● System info panel now includes Cinder services' status 
● Users can now upload Cinder Volumes to Glance images 
● Ability to manage Quality-of-Services for Cinder Volumes 
● Ability to manage Extra Specs for volume types 
● Resetting States of volumes and Snapshots 
RED HAT ENTERPRISE LINUX DOC144908 OPENSTACK PLATFORM
WHAT'S NEW IN VERSION 6 
OpenStack Dashboard (Horizon) 
● Glance: 
● Users can now manage key/value Metadata registry for images 
● Neutron: 
● Horizon now supports creating IPv6 subsets 
● Ability to manage networks in the DHCP agent 
● UI adjustments to support Distributed Virtual Routers 
● RBAC: Policy checks for all Neutron actions on firewalls, loadbalancers, 
network_topology, networks, routers and vpn panels. 
● Heat: 
● RBAC: New policy checks for heat actions 
RED HAT ENTERPRISE LINUX DOC144908 OPENSTACK PLATFORM
WHAT'S NEW IN VERSION 6 
● OpenStack Telemetry (Ceilometer) 
o Support for hardware-oriented monitoring of IPMI sensors via 
Ironic or standalone agent. 
o Improved scalability using horizontally scaled central agent 
and alarm partitioning to spread load. 
RED HAT ENTERPRISE LINUX DOC144908 OPENSTACK PLATFORM
WHAT'S NEW IN VERSION 6 
● OpenStack Telemetry (Ceilometer) - Cont. 
oMany improvements to SNMP handling: 
 Batching of queries for related SNMP metrics. 
 Lower barrier to extending list of SNMP metrics retrieved. 
 Ability to apply arithmetic when deriving new metrics from 
other primary metrics. 
 Support for auto-discovery of TripleO deployed hosts for 
polling. 
RED HAT ENTERPRISE LINUX DOC144908 OPENSTACK PLATFORM
WHAT'S NEW IN VERSION 6 
● OpenStack Data Processing (Sahara) 
● Full support for OpenStack Data Processing 
● Was previously Tech Preview 
● Certification of Hadoop distributions (HortonWorks, Cloudera, etc) 
● Hadoop 2.4.0 Support 
● Vanilla 2 plugin support 
● Secondary NameNode support 
● Stronger integration testing 
● Now includes support for Hue (a UI for analyzing data with Apache Hadoop) 
RED HAT ENTERPRISE LINUX DOC144908 OPENSTACK PLATFORM
WHAT'S NEW IN VERSION 6 
● OpenStack Bare Metal Provisioning (Ironic) 
● Integrated in Juno and Tech Preview for RHEL OSP 6 
● Leverages common technologies like PXE, IPMI and DHCP 
● Consists of Ironic API, Conductor, database and hardware specific drivers 
● Early out of band management support for HP iLO and Dell DRAC 
● Provides a solution for the “bare metal to tenant” use case 
● Hadoop on bare metal within OpenStack 
● Hyperscale and High performance computing (HPC) clusters 
● Database hosting for virtual machine sensitive applications 
● Ironic is a foundational component of TripleO 
RED HAT ENTERPRISE LINUX DOC144908 OPENSTACK PLATFORM
WHAT'S NEW IN VERSION 6 
● OpenStack Deployment (TripleO) 
● TripleO's goal is to provide deployment, upgrades and operational awareness of 
OpenStack. 
● A limited scope, Tech Preview version is included in RHEL OSP 6. Highlights include: 
● A live image installer 
● An operator focused user interface 
● Manual or automatic hardware discovery 
● Support for compute, block storage, object storage and controller roles 
● Image and service deployment using Heat, Glance and Ironic 
● OpenStack service, capacity and other metrics displayed via the Operator Dashboard 
RED HAT ENTERPRISE LINUX DOC144908 OPENSTACK PLATFORM
TECH PREVIEW: TROVE 
● Added Replication support 
● Asynchronous mysql master-slave replication 
● Added Neutron support 
● Add Neutron NICs on instance create / support default Neutron Networks 
● Datastore Enhancements 
● Added support for PostgreSQL & Vertica databases 
● Added Datastore_version to backup api response 
● Other Enhancements 
● Configuration Groups: per datastore and version / or per DB e.g. MongoDB 
● restrict the type of Cinder backend used for Trove Volumes 
*Tech Preview features are subject to change in GA 
RED HAT ENTERPRISE LINUX DOC144908 OPENSTACK PLATFORM
WHAT'S NEW IN VERSION 6 
OpenStack Networking (Neutron) 
● IPv6 support for tenant networks 
o Instance can use SLAAC from physical device (provider 
network) 
oNeutron routers can announce IPv6 routes and addresses 
oDHCPv6 stateless and stateful mode in Dnsmasq 
RED HAT ENTERPRISE LINUX DOC144908 OPENSTACK PLATFORM
WHAT'S NEW IN VERSION 6 
OpenStack Networking (Neutron) 
●Revised HA deployment 
oNetwork Node can be configured to use HA routers 
o Based on keepalived/VRRP for providing load sharing and 
high availability for the Neutron routers 
o Pacemaker still going to be used to monitor the processes 
RED HAT ENTERPRISE LINUX DOC144908 OPENSTACK PLATFORM
WHAT'S NEW IN VERSION 6 
OpenStack Networking (Neutron) 
● Security Groups enhancements 
o Internal RPC code changes that leads to significant scale and 
performance enhancements 
RED HAT ENTERPRISE LINUX DOC144908 OPENSTACK PLATFORM
WHAT'S NEW IN VERSION 6 
OpenStack Networking (Neutron) 
● Included as a Technology Preview: 
oDistributed Virtual Routing (DVR) 
 Provides Neutron equivalent to nova-network’s multi host, 
provides HA for L3 networking. 
oNew ML2 driver to support SR-IOV networking 
RED HAT ENTERPRISE LINUX DOC144908 OPENSTACK PLATFORM

Contenu connexe

Tendances

BKK16-400B ODPI - Standardizing Hadoop
BKK16-400B ODPI - Standardizing HadoopBKK16-400B ODPI - Standardizing Hadoop
BKK16-400B ODPI - Standardizing HadoopLinaro
 
It just keeps getting better - SUSE enablement for Arm - Linaro HPC Workshop ...
It just keeps getting better - SUSE enablement for Arm - Linaro HPC Workshop ...It just keeps getting better - SUSE enablement for Arm - Linaro HPC Workshop ...
It just keeps getting better - SUSE enablement for Arm - Linaro HPC Workshop ...Linaro
 
Lenovo HPC: Energy Efficiency and Water-Cool-Technology Innovations
Lenovo HPC: Energy Efficiency and Water-Cool-Technology InnovationsLenovo HPC: Energy Efficiency and Water-Cool-Technology Innovations
Lenovo HPC: Energy Efficiency and Water-Cool-Technology Innovationsinside-BigData.com
 
BlackStor - World's fastest & most reliable Cloud Native Software Defined Sto...
BlackStor - World's fastest & most reliable Cloud Native Software Defined Sto...BlackStor - World's fastest & most reliable Cloud Native Software Defined Sto...
BlackStor - World's fastest & most reliable Cloud Native Software Defined Sto...Michal Němec
 
Salt conf 2014-installing-openstack-using-saltstack-v02
Salt conf 2014-installing-openstack-using-saltstack-v02Salt conf 2014-installing-openstack-using-saltstack-v02
Salt conf 2014-installing-openstack-using-saltstack-v02Yazz Atlas
 
02 ai inference acceleration with components all in open hardware: opencapi a...
02 ai inference acceleration with components all in open hardware: opencapi a...02 ai inference acceleration with components all in open hardware: opencapi a...
02 ai inference acceleration with components all in open hardware: opencapi a...Yutaka Kawai
 
CephFS update February 2016
CephFS update February 2016CephFS update February 2016
CephFS update February 2016John Spray
 
Cinder project update at OpenStack Boston Summit May 2017
Cinder project update at OpenStack Boston Summit May 2017Cinder project update at OpenStack Boston Summit May 2017
Cinder project update at OpenStack Boston Summit May 2017Miroslav Halas
 
Ceph Intro and Architectural Overview by Ross Turk
Ceph Intro and Architectural Overview by Ross TurkCeph Intro and Architectural Overview by Ross Turk
Ceph Intro and Architectural Overview by Ross Turkbuildacloud
 
SF Ceph Users Jan. 2014
SF Ceph Users Jan. 2014SF Ceph Users Jan. 2014
SF Ceph Users Jan. 2014Kyle Bader
 
Linux Stammtisch Munich: Ceph - Overview, Experiences and Outlook
Linux Stammtisch Munich: Ceph - Overview, Experiences and OutlookLinux Stammtisch Munich: Ceph - Overview, Experiences and Outlook
Linux Stammtisch Munich: Ceph - Overview, Experiences and OutlookDanny Al-Gaaf
 
DRBD + OpenStack (Openstack Live Prague 2016)
DRBD + OpenStack (Openstack Live Prague 2016)DRBD + OpenStack (Openstack Live Prague 2016)
DRBD + OpenStack (Openstack Live Prague 2016)Jaroslav Jacjuk
 
BXI: Bull eXascale Interconnect
BXI: Bull eXascale InterconnectBXI: Bull eXascale Interconnect
BXI: Bull eXascale Interconnectinside-BigData.com
 
Ceph on Intel: Intel Storage Components, Benchmarks, and Contributions
Ceph on Intel: Intel Storage Components, Benchmarks, and ContributionsCeph on Intel: Intel Storage Components, Benchmarks, and Contributions
Ceph on Intel: Intel Storage Components, Benchmarks, and ContributionsColleen Corrice
 
Kubecon shanghai rook deployed nfs clusters over ceph-fs (translator copy)
Kubecon shanghai  rook deployed nfs clusters over ceph-fs (translator copy)Kubecon shanghai  rook deployed nfs clusters over ceph-fs (translator copy)
Kubecon shanghai rook deployed nfs clusters over ceph-fs (translator copy)Hien Nguyen Van
 
OpenStack State of Fibre Channel
OpenStack State of Fibre ChannelOpenStack State of Fibre Channel
OpenStack State of Fibre Channelhemna6969
 

Tendances (20)

BKK16-400B ODPI - Standardizing Hadoop
BKK16-400B ODPI - Standardizing HadoopBKK16-400B ODPI - Standardizing Hadoop
BKK16-400B ODPI - Standardizing Hadoop
 
It just keeps getting better - SUSE enablement for Arm - Linaro HPC Workshop ...
It just keeps getting better - SUSE enablement for Arm - Linaro HPC Workshop ...It just keeps getting better - SUSE enablement for Arm - Linaro HPC Workshop ...
It just keeps getting better - SUSE enablement for Arm - Linaro HPC Workshop ...
 
Lenovo HPC Strategy Update
Lenovo HPC Strategy UpdateLenovo HPC Strategy Update
Lenovo HPC Strategy Update
 
Lenovo HPC: Energy Efficiency and Water-Cool-Technology Innovations
Lenovo HPC: Energy Efficiency and Water-Cool-Technology InnovationsLenovo HPC: Energy Efficiency and Water-Cool-Technology Innovations
Lenovo HPC: Energy Efficiency and Water-Cool-Technology Innovations
 
BlackStor - World's fastest & most reliable Cloud Native Software Defined Sto...
BlackStor - World's fastest & most reliable Cloud Native Software Defined Sto...BlackStor - World's fastest & most reliable Cloud Native Software Defined Sto...
BlackStor - World's fastest & most reliable Cloud Native Software Defined Sto...
 
Salt conf 2014-installing-openstack-using-saltstack-v02
Salt conf 2014-installing-openstack-using-saltstack-v02Salt conf 2014-installing-openstack-using-saltstack-v02
Salt conf 2014-installing-openstack-using-saltstack-v02
 
02 ai inference acceleration with components all in open hardware: opencapi a...
02 ai inference acceleration with components all in open hardware: opencapi a...02 ai inference acceleration with components all in open hardware: opencapi a...
02 ai inference acceleration with components all in open hardware: opencapi a...
 
CephFS update February 2016
CephFS update February 2016CephFS update February 2016
CephFS update February 2016
 
Cinder project update at OpenStack Boston Summit May 2017
Cinder project update at OpenStack Boston Summit May 2017Cinder project update at OpenStack Boston Summit May 2017
Cinder project update at OpenStack Boston Summit May 2017
 
Ceph Intro and Architectural Overview by Ross Turk
Ceph Intro and Architectural Overview by Ross TurkCeph Intro and Architectural Overview by Ross Turk
Ceph Intro and Architectural Overview by Ross Turk
 
SF Ceph Users Jan. 2014
SF Ceph Users Jan. 2014SF Ceph Users Jan. 2014
SF Ceph Users Jan. 2014
 
Linux Stammtisch Munich: Ceph - Overview, Experiences and Outlook
Linux Stammtisch Munich: Ceph - Overview, Experiences and OutlookLinux Stammtisch Munich: Ceph - Overview, Experiences and Outlook
Linux Stammtisch Munich: Ceph - Overview, Experiences and Outlook
 
Rh436 pdf
Rh436 pdfRh436 pdf
Rh436 pdf
 
DOME 64-bit μDataCenter
DOME 64-bit μDataCenterDOME 64-bit μDataCenter
DOME 64-bit μDataCenter
 
DRBD + OpenStack (Openstack Live Prague 2016)
DRBD + OpenStack (Openstack Live Prague 2016)DRBD + OpenStack (Openstack Live Prague 2016)
DRBD + OpenStack (Openstack Live Prague 2016)
 
BXI: Bull eXascale Interconnect
BXI: Bull eXascale InterconnectBXI: Bull eXascale Interconnect
BXI: Bull eXascale Interconnect
 
ARM HPC Ecosystem
ARM HPC EcosystemARM HPC Ecosystem
ARM HPC Ecosystem
 
Ceph on Intel: Intel Storage Components, Benchmarks, and Contributions
Ceph on Intel: Intel Storage Components, Benchmarks, and ContributionsCeph on Intel: Intel Storage Components, Benchmarks, and Contributions
Ceph on Intel: Intel Storage Components, Benchmarks, and Contributions
 
Kubecon shanghai rook deployed nfs clusters over ceph-fs (translator copy)
Kubecon shanghai  rook deployed nfs clusters over ceph-fs (translator copy)Kubecon shanghai  rook deployed nfs clusters over ceph-fs (translator copy)
Kubecon shanghai rook deployed nfs clusters over ceph-fs (translator copy)
 
OpenStack State of Fibre Channel
OpenStack State of Fibre ChannelOpenStack State of Fibre Channel
OpenStack State of Fibre Channel
 

En vedette

Provisioning Updates - Juno Edition
Provisioning Updates - Juno EditionProvisioning Updates - Juno Edition
Provisioning Updates - Juno EditionOpenStack Foundation
 
What's new in open stack juno (pnw os meetup)
What's new in open stack juno (pnw os meetup)What's new in open stack juno (pnw os meetup)
What's new in open stack juno (pnw os meetup)aedocw
 
Driving into Future - Indian Radio Taxi market
Driving into Future - Indian Radio Taxi marketDriving into Future - Indian Radio Taxi market
Driving into Future - Indian Radio Taxi marketRedSeerConsulting1
 
Business Model - EasyTaxi
Business Model - EasyTaxiBusiness Model - EasyTaxi
Business Model - EasyTaxiThiago Paiva
 
Modelo de Negócios - Peixe urbano
Modelo de Negócios - Peixe urbanoModelo de Negócios - Peixe urbano
Modelo de Negócios - Peixe urbanoThiago Paiva
 
Graphcore presenting at Project Juno Machine Intelligence Showcase
Graphcore presenting at Project Juno Machine Intelligence ShowcaseGraphcore presenting at Project Juno Machine Intelligence Showcase
Graphcore presenting at Project Juno Machine Intelligence ShowcaseProject Juno
 

En vedette (12)

Provisioning Updates - Juno Edition
Provisioning Updates - Juno EditionProvisioning Updates - Juno Edition
Provisioning Updates - Juno Edition
 
What's new in open stack juno (pnw os meetup)
What's new in open stack juno (pnw os meetup)What's new in open stack juno (pnw os meetup)
What's new in open stack juno (pnw os meetup)
 
OpenStack Juno - October 2014
OpenStack Juno - October 2014OpenStack Juno - October 2014
OpenStack Juno - October 2014
 
The Big M - Ewan's Presentation
The Big M - Ewan's PresentationThe Big M - Ewan's Presentation
The Big M - Ewan's Presentation
 
OpenStack Compute - Juno Updates
OpenStack Compute - Juno UpdatesOpenStack Compute - Juno Updates
OpenStack Compute - Juno Updates
 
Driving into Future - Indian Radio Taxi market
Driving into Future - Indian Radio Taxi marketDriving into Future - Indian Radio Taxi market
Driving into Future - Indian Radio Taxi market
 
Business Model - EasyTaxi
Business Model - EasyTaxiBusiness Model - EasyTaxi
Business Model - EasyTaxi
 
GrabTaxi Strategy
GrabTaxi StrategyGrabTaxi Strategy
GrabTaxi Strategy
 
Modelo de Negócios - Peixe urbano
Modelo de Negócios - Peixe urbanoModelo de Negócios - Peixe urbano
Modelo de Negócios - Peixe urbano
 
Graphcore presenting at Project Juno Machine Intelligence Showcase
Graphcore presenting at Project Juno Machine Intelligence ShowcaseGraphcore presenting at Project Juno Machine Intelligence Showcase
Graphcore presenting at Project Juno Machine Intelligence Showcase
 
Grab Taxi
Grab TaxiGrab Taxi
Grab Taxi
 
Ola Cabs
Ola CabsOla Cabs
Ola Cabs
 

Similaire à Whats new in_juno_meetup_barcelona

OpenShift 4 installation
OpenShift 4 installationOpenShift 4 installation
OpenShift 4 installationRobert Bohne
 
OpenStack Toronto: Juno Community Update
OpenStack Toronto: Juno Community UpdateOpenStack Toronto: Juno Community Update
OpenStack Toronto: Juno Community UpdateStephen Gordon
 
OpenShift_Installation_Deep_Dive_Robert_Bohne.pdf
OpenShift_Installation_Deep_Dive_Robert_Bohne.pdfOpenShift_Installation_Deep_Dive_Robert_Bohne.pdf
OpenShift_Installation_Deep_Dive_Robert_Bohne.pdfssuser9e06a61
 
OpenStack Toronto UG - MeetUp - October 2018
OpenStack Toronto UG - MeetUp - October 2018OpenStack Toronto UG - MeetUp - October 2018
OpenStack Toronto UG - MeetUp - October 2018Stacy Véronneau
 
Red Hat presentatie: Open stack Latest Pure Tech
Red Hat presentatie: Open stack Latest Pure TechRed Hat presentatie: Open stack Latest Pure Tech
Red Hat presentatie: Open stack Latest Pure TechProxyServices
 
Learn OpenStack from trystack.cn
Learn OpenStack from trystack.cnLearn OpenStack from trystack.cn
Learn OpenStack from trystack.cnOpenCity Community
 
OpenStack Best Practices and Considerations - terasky tech day
OpenStack Best Practices and Considerations  - terasky tech dayOpenStack Best Practices and Considerations  - terasky tech day
OpenStack Best Practices and Considerations - terasky tech dayArthur Berezin
 
Building a GPU-enabled OpenStack Cloud for HPC - Blair Bethwaite, Monash Univ...
Building a GPU-enabled OpenStack Cloud for HPC - Blair Bethwaite, Monash Univ...Building a GPU-enabled OpenStack Cloud for HPC - Blair Bethwaite, Monash Univ...
Building a GPU-enabled OpenStack Cloud for HPC - Blair Bethwaite, Monash Univ...OpenStack
 
Red Hat Cloud Infrastructure Conference 2013 - Presentation about OpenStack ...
Red Hat Cloud Infrastructure Conference 2013 -  Presentation about OpenStack ...Red Hat Cloud Infrastructure Conference 2013 -  Presentation about OpenStack ...
Red Hat Cloud Infrastructure Conference 2013 - Presentation about OpenStack ...Elos Technologies s.r.o.
 
Intel and Red Hat: Enhancing OpenStack for Enterprise Deployment
Intel and Red Hat: Enhancing OpenStack for Enterprise DeploymentIntel and Red Hat: Enhancing OpenStack for Enterprise Deployment
Intel and Red Hat: Enhancing OpenStack for Enterprise DeploymentIntel® Software
 
Oracle week Israel - OpenStack Platform - 2013
Oracle week Israel - OpenStack Platform - 2013Oracle week Israel - OpenStack Platform - 2013
Oracle week Israel - OpenStack Platform - 2013Arthur Berezin
 
Red hat ceph storage customer presentation
Red hat ceph storage customer presentationRed hat ceph storage customer presentation
Red hat ceph storage customer presentationRodrigo Missiaggia
 
What's New with Ceph - Ceph Day Silicon Valley
What's New with Ceph - Ceph Day Silicon ValleyWhat's New with Ceph - Ceph Day Silicon Valley
What's New with Ceph - Ceph Day Silicon ValleyCeph Community
 
Open cloud infrastructure built for the enterprise
Open cloud infrastructure built for the enterpriseOpen cloud infrastructure built for the enterprise
Open cloud infrastructure built for the enterpriseRedHatInc
 
OpenStack as an Infrastructure
OpenStack as an InfrastructureOpenStack as an Infrastructure
OpenStack as an InfrastructureRoozbeh Shafiee
 
[OpenStack Days Korea 2016] Track1 - Red Hat enterprise Linux OpenStack Platform
[OpenStack Days Korea 2016] Track1 - Red Hat enterprise Linux OpenStack Platform[OpenStack Days Korea 2016] Track1 - Red Hat enterprise Linux OpenStack Platform
[OpenStack Days Korea 2016] Track1 - Red Hat enterprise Linux OpenStack PlatformOpenStack Korea Community
 
OpenStack in 10 minutes with Devstack
OpenStack in 10 minutes with DevstackOpenStack in 10 minutes with Devstack
OpenStack in 10 minutes with DevstackSean Dague
 
OpenStack Benelux Conference 2014 | Plenair | RedHat
OpenStack Benelux Conference 2014 | Plenair | RedHatOpenStack Benelux Conference 2014 | Plenair | RedHat
OpenStack Benelux Conference 2014 | Plenair | RedHatGuston Remie
 
The Next Generation Datacenter
The Next Generation DatacenterThe Next Generation Datacenter
The Next Generation DatacenterRed Hat Events
 

Similaire à Whats new in_juno_meetup_barcelona (20)

OpenShift 4 installation
OpenShift 4 installationOpenShift 4 installation
OpenShift 4 installation
 
OpenStack Toronto: Juno Community Update
OpenStack Toronto: Juno Community UpdateOpenStack Toronto: Juno Community Update
OpenStack Toronto: Juno Community Update
 
OpenShift_Installation_Deep_Dive_Robert_Bohne.pdf
OpenShift_Installation_Deep_Dive_Robert_Bohne.pdfOpenShift_Installation_Deep_Dive_Robert_Bohne.pdf
OpenShift_Installation_Deep_Dive_Robert_Bohne.pdf
 
OpenStack Toronto UG - MeetUp - October 2018
OpenStack Toronto UG - MeetUp - October 2018OpenStack Toronto UG - MeetUp - October 2018
OpenStack Toronto UG - MeetUp - October 2018
 
Red Hat presentatie: Open stack Latest Pure Tech
Red Hat presentatie: Open stack Latest Pure TechRed Hat presentatie: Open stack Latest Pure Tech
Red Hat presentatie: Open stack Latest Pure Tech
 
Learn OpenStack from trystack.cn
Learn OpenStack from trystack.cnLearn OpenStack from trystack.cn
Learn OpenStack from trystack.cn
 
OpenStack Best Practices and Considerations - terasky tech day
OpenStack Best Practices and Considerations  - terasky tech dayOpenStack Best Practices and Considerations  - terasky tech day
OpenStack Best Practices and Considerations - terasky tech day
 
Building a GPU-enabled OpenStack Cloud for HPC - Blair Bethwaite, Monash Univ...
Building a GPU-enabled OpenStack Cloud for HPC - Blair Bethwaite, Monash Univ...Building a GPU-enabled OpenStack Cloud for HPC - Blair Bethwaite, Monash Univ...
Building a GPU-enabled OpenStack Cloud for HPC - Blair Bethwaite, Monash Univ...
 
Red Hat Cloud Infrastructure Conference 2013 - Presentation about OpenStack ...
Red Hat Cloud Infrastructure Conference 2013 -  Presentation about OpenStack ...Red Hat Cloud Infrastructure Conference 2013 -  Presentation about OpenStack ...
Red Hat Cloud Infrastructure Conference 2013 - Presentation about OpenStack ...
 
Intel and Red Hat: Enhancing OpenStack for Enterprise Deployment
Intel and Red Hat: Enhancing OpenStack for Enterprise DeploymentIntel and Red Hat: Enhancing OpenStack for Enterprise Deployment
Intel and Red Hat: Enhancing OpenStack for Enterprise Deployment
 
Oracle week Israel - OpenStack Platform - 2013
Oracle week Israel - OpenStack Platform - 2013Oracle week Israel - OpenStack Platform - 2013
Oracle week Israel - OpenStack Platform - 2013
 
Red hat ceph storage customer presentation
Red hat ceph storage customer presentationRed hat ceph storage customer presentation
Red hat ceph storage customer presentation
 
StorPool & OpenNebula
StorPool & OpenNebulaStorPool & OpenNebula
StorPool & OpenNebula
 
What's New with Ceph - Ceph Day Silicon Valley
What's New with Ceph - Ceph Day Silicon ValleyWhat's New with Ceph - Ceph Day Silicon Valley
What's New with Ceph - Ceph Day Silicon Valley
 
Open cloud infrastructure built for the enterprise
Open cloud infrastructure built for the enterpriseOpen cloud infrastructure built for the enterprise
Open cloud infrastructure built for the enterprise
 
OpenStack as an Infrastructure
OpenStack as an InfrastructureOpenStack as an Infrastructure
OpenStack as an Infrastructure
 
[OpenStack Days Korea 2016] Track1 - Red Hat enterprise Linux OpenStack Platform
[OpenStack Days Korea 2016] Track1 - Red Hat enterprise Linux OpenStack Platform[OpenStack Days Korea 2016] Track1 - Red Hat enterprise Linux OpenStack Platform
[OpenStack Days Korea 2016] Track1 - Red Hat enterprise Linux OpenStack Platform
 
OpenStack in 10 minutes with Devstack
OpenStack in 10 minutes with DevstackOpenStack in 10 minutes with Devstack
OpenStack in 10 minutes with Devstack
 
OpenStack Benelux Conference 2014 | Plenair | RedHat
OpenStack Benelux Conference 2014 | Plenair | RedHatOpenStack Benelux Conference 2014 | Plenair | RedHat
OpenStack Benelux Conference 2014 | Plenair | RedHat
 
The Next Generation Datacenter
The Next Generation DatacenterThe Next Generation Datacenter
The Next Generation Datacenter
 

Dernier

BUS PASS MANGEMENT SYSTEM USING PHP.pptx
BUS PASS MANGEMENT SYSTEM USING PHP.pptxBUS PASS MANGEMENT SYSTEM USING PHP.pptx
BUS PASS MANGEMENT SYSTEM USING PHP.pptxalwaysnagaraju26
 
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrainmasabamasaba
 
Introducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) SolutionIntroducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) SolutionOnePlan Solutions
 
Exploring the Best Video Editing App.pdf
Exploring the Best Video Editing App.pdfExploring the Best Video Editing App.pdf
Exploring the Best Video Editing App.pdfproinshot.com
 
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park %in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park masabamasaba
 
LEVEL 5 - SESSION 1 2023 (1).pptx - PDF 123456
LEVEL 5   - SESSION 1 2023 (1).pptx - PDF 123456LEVEL 5   - SESSION 1 2023 (1).pptx - PDF 123456
LEVEL 5 - SESSION 1 2023 (1).pptx - PDF 123456KiaraTiradoMicha
 
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
 
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...Shane Coughlan
 
8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech studentsHimanshiGarg82
 
VTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnVTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnAmarnathKambale
 
%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
 
Pharm-D Biostatistics and Research methodology
Pharm-D Biostatistics and Research methodologyPharm-D Biostatistics and Research methodology
Pharm-D Biostatistics and Research methodologyAnusha Are
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfkalichargn70th171
 
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...SelfMade bd
 
10 Trends Likely to Shape Enterprise Technology in 2024
10 Trends Likely to Shape Enterprise Technology in 202410 Trends Likely to Shape Enterprise Technology in 2024
10 Trends Likely to Shape Enterprise Technology in 2024Mind IT Systems
 
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
 
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfonteinmasabamasaba
 
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
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...panagenda
 

Dernier (20)

BUS PASS MANGEMENT SYSTEM USING PHP.pptx
BUS PASS MANGEMENT SYSTEM USING PHP.pptxBUS PASS MANGEMENT SYSTEM USING PHP.pptx
BUS PASS MANGEMENT SYSTEM USING PHP.pptx
 
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
 
Introducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) SolutionIntroducing Microsoft’s new Enterprise Work Management (EWM) Solution
Introducing Microsoft’s new Enterprise Work Management (EWM) Solution
 
Exploring the Best Video Editing App.pdf
Exploring the Best Video Editing App.pdfExploring the Best Video Editing App.pdf
Exploring the Best Video Editing App.pdf
 
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park %in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
 
LEVEL 5 - SESSION 1 2023 (1).pptx - PDF 123456
LEVEL 5   - SESSION 1 2023 (1).pptx - PDF 123456LEVEL 5   - SESSION 1 2023 (1).pptx - PDF 123456
LEVEL 5 - SESSION 1 2023 (1).pptx - PDF 123456
 
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 🔝✔️✔️
 
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
 
8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students
 
VTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnVTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learn
 
%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
 
Pharm-D Biostatistics and Research methodology
Pharm-D Biostatistics and Research methodologyPharm-D Biostatistics and Research methodology
Pharm-D Biostatistics and Research methodology
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
 
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
 
10 Trends Likely to Shape Enterprise Technology in 2024
10 Trends Likely to Shape Enterprise Technology in 202410 Trends Likely to Shape Enterprise Technology in 2024
10 Trends Likely to Shape Enterprise Technology in 2024
 
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...
 
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
 
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...
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
 

Whats new in_juno_meetup_barcelona

  • 1. What's new in JUNO? OPEN CLOUD INFRASTRUCTURE BUILT FOR THE ENTERPRISE Pedro NAVARRO PEREZ OpenStack Technical Specialist RED HAT ENTERPRISE LINUX DOC144908 OPENSTACK PLATFORM
  • 2. Who am I? Pedro Navarro Pérez (pnavarro@redhat.com) OpenStack Technical Specialist in EMEA Developer background Working on OpenStack since Cactus Major contributor in the Hyper-V Nova team Windows Storage Cinder driver maintainer RED HAT ENTERPRISE LINUX DOC144908 OPENSTACK PLATFORM
  • 3. WHAT'S NEW IN VERSION 6 ● OpenStack Compute (Nova) ● Guest vCPU topology configurability ● Support definition of vCPU NUMA topologies and sockets/cores/threads to expose to guests. ● Defined in flavor extra specifications and/or image properties. ● Useful where guest operating system has specific topology requirements or to maximize guest performance by aligning it with expected host topologies. ● Evacuation to a scheduled host. ● Evacuate previously required user specified target host. ● Target host is now optional, scheduler can instead pick best target. RED HAT ENTERPRISE LINUX DOC144908 OPENSTACK PLATFORM
  • 4. WHAT'S NEW IN VERSION 6 ● OpenStack Compute (Nova) ● Instance support for interactive serial console. ● Support for per-image config drive format. ● It is now possible to set expected configuration drive format using image properties rather than global configuration value. ● Allows mix of vfat, iso9660, to match guest expectations. ● Compute driver for Baremetal (Ironic) – Technology Preview RED HAT ENTERPRISE LINUX DOC144908 OPENSTACK PLATFORM
  • 5. WHAT'S NEW IN VERSION 6 OpenStack Identity (Keystone) ● LDAP Multi-backend Keystone now supports the integration of multiple Identity Providers together in a single Keystone Instance, Using a mapping layer to store the domain and local ID for the public facing user and group IDs. ● Support Compression of the PKI token PKI tokens are topping out over 8K, this adds support for optional compression to shrink the token size. ● Endpoint Policy Assignment OS-POLICY Provides the means to assign policy files to specific endpoint, or to all endpoints for a specific services via the API. RED HAT ENTERPRISE LINUX DOC144908 OPENSTACK PLATFORM
  • 6. WHAT'S NEW IN VERSION 6 OpenStack Identity (Keystone) ● Stand alone service catalog This introduces a standalone V3 API request to fetch an authenticated service catalog, for use with tokens that do not contain a catalog ● Enable filtering of Policy credentials by user_id This enables filtering policy files by user_id attribute which enables users to have access only to their credentials. RED HAT ENTERPRISE LINUX DOC144908 OPENSTACK PLATFORM
  • 7. WHAT'S NEW IN VERSION 6 ● OpenStack Object Storage (Swift) ● Storage Policies ● Storage Policies allow for some level of segmenting the cluster for various purposes through the creation of multiple object ring. ● Once configured, users can create a container with a particular policy ● Storage Policies can be set for: ● Different Storage implementations: ● Different Diskfile (e.g. GlusterFS, Kinetic) for group of nodes ● Different levels of replication ● Different Performance profiles (e.g. SSD-only) RED HAT ENTERPRISE LINUX DOC144908 OPENSTACK PLATFORM
  • 8. WHAT'S NEW IN VERSION 6 ● OpenStack Object Storage (Swift) ●Multi-ring awareness ● Object replication - added to be aware of the different locations on-disk that storage policies introduced ● Large objects - Refactoring work for storage polices ● Object auditing – added to be aware of the different on-disk locations for objects in different storage policies ● Improve partition placement ● The swift-ring-builder has been updated to first prefer device weight, then use failure domains to break ties. * The progress on multi-ring and storage policies is the foundation to the the Swift Erasure code development that is on-going. RED HAT ENTERPRISE LINUX DOC144908 OPENSTACK PLATFORM
  • 9. WHAT'S NEW IN VERSION 6 ● OpenStack Block Storage (Cinder) ● Pool-aware Scheduler ● Cinder was extended to be aware of storage pools within backend and also use them as finest granularity for resource placement. ● Volume Num Weighter ● Added the support to choose volume backend based on volume number in volume backend, to improve volumes IO balancing performance. RED HAT ENTERPRISE LINUX DOC144908 OPENSTACK PLATFORM
  • 10. WHAT'S NEW IN VERSION 6 ● OpenStack Block Storage (Cinder) ● Cinder volumes replication ● Enable Cinder to leverage volume replication features available in storage backends including failover, failback as well as reverse direction capabilities for disaster recovery. ● Consistency Groups ● Consistency groups support was added to group volumes together for the purpose of application data protection (with the focus of snapshots for disaster recovery) RED HAT ENTERPRISE LINUX DOC144908 OPENSTACK PLATFORM
  • 11. WHAT'S NEW IN VERSION 6 ● OpenStack Image Storage (Glance) ● Asynchronous Processing ● Added the async worker support for processing to be performed on an image without delaying the user (such as image imports tasks etc) ● Metadata Definitions Catalog ● A new catalog was added to define available metadata that can be used on different types of resources (images, artifacts, volumes, flavors etc). So, a user through Horizon, would be able to search this catalog to list the available properties they can add to a flavor or image. Example: hw_cpu_cores=1 (images) hw:cpu_cores=1 (flavor) RED HAT ENTERPRISE LINUX DOC144908 OPENSTACK PLATFORM
  • 12. WHAT'S NEW IN VERSION 6 ● OpenStack Image Storage (Glance) ● Image download improvements: ● Download image restriction policy ● A support was added to restrict users from downloading image based on policy. Until Juno release, images got to be shared publicly with the users can download these images freely without restriction that could have lead to piracy. ● Restart of partial download ● Solved a problem associated with a very large images download that may be interrupted prior to completion, due to dropped connections RED HAT ENTERPRISE LINUX DOC144908 OPENSTACK PLATFORM
  • 13. WHAT'S NEW IN VERSION 6 ● OpenStack Orchestration (Heat) ● Support additional resource types: ● Data Processing (Sahara) ● Server (Instance) Groups ● Stack lifecycle improvements: ● Update a failed stack ● Cancel a stack update ● Stack update no longer requires resubmission of all original parameters RED HAT ENTERPRISE LINUX DOC144908 OPENSTACK PLATFORM
  • 14. WHAT'S NEW IN VERSION 6 OpenStack Dashboard (Horizon) ● Usage Data downloadable in CVS format Allow the user to download daily usage data for all of the projects as a CSV file. ● Table Filtering is performed via API query attributes which filter complete tables, not only single pages. ● Keystone: ● New Identity Dashboard: Identity panels are under their own dashboard, using RBAC to determine the data to load in the identity dashboard ● New mechanism to easily switch between projects and regions, and domains. ● Horizon now supports Trove and Sahara dashboards as Tech Preview RED HAT ENTERPRISE LINUX DOC144908 OPENSTACK PLATFORM
  • 15. WHAT'S NEW IN VERSION 6 OpenStack Dashboard (Horizon) ● Nova: ● RBAC: Horizon now checks policy rules for all Nova instance actions on projects and admin dashboards. ● Ability to evacuate nova-compute hosts ● Cinder: ● System info panel now includes Cinder services' status ● Users can now upload Cinder Volumes to Glance images ● Ability to manage Quality-of-Services for Cinder Volumes ● Ability to manage Extra Specs for volume types ● Resetting States of volumes and Snapshots RED HAT ENTERPRISE LINUX DOC144908 OPENSTACK PLATFORM
  • 16. WHAT'S NEW IN VERSION 6 OpenStack Dashboard (Horizon) ● Glance: ● Users can now manage key/value Metadata registry for images ● Neutron: ● Horizon now supports creating IPv6 subsets ● Ability to manage networks in the DHCP agent ● UI adjustments to support Distributed Virtual Routers ● RBAC: Policy checks for all Neutron actions on firewalls, loadbalancers, network_topology, networks, routers and vpn panels. ● Heat: ● RBAC: New policy checks for heat actions RED HAT ENTERPRISE LINUX DOC144908 OPENSTACK PLATFORM
  • 17. WHAT'S NEW IN VERSION 6 ● OpenStack Telemetry (Ceilometer) o Support for hardware-oriented monitoring of IPMI sensors via Ironic or standalone agent. o Improved scalability using horizontally scaled central agent and alarm partitioning to spread load. RED HAT ENTERPRISE LINUX DOC144908 OPENSTACK PLATFORM
  • 18. WHAT'S NEW IN VERSION 6 ● OpenStack Telemetry (Ceilometer) - Cont. oMany improvements to SNMP handling:  Batching of queries for related SNMP metrics.  Lower barrier to extending list of SNMP metrics retrieved.  Ability to apply arithmetic when deriving new metrics from other primary metrics.  Support for auto-discovery of TripleO deployed hosts for polling. RED HAT ENTERPRISE LINUX DOC144908 OPENSTACK PLATFORM
  • 19. WHAT'S NEW IN VERSION 6 ● OpenStack Data Processing (Sahara) ● Full support for OpenStack Data Processing ● Was previously Tech Preview ● Certification of Hadoop distributions (HortonWorks, Cloudera, etc) ● Hadoop 2.4.0 Support ● Vanilla 2 plugin support ● Secondary NameNode support ● Stronger integration testing ● Now includes support for Hue (a UI for analyzing data with Apache Hadoop) RED HAT ENTERPRISE LINUX DOC144908 OPENSTACK PLATFORM
  • 20. WHAT'S NEW IN VERSION 6 ● OpenStack Bare Metal Provisioning (Ironic) ● Integrated in Juno and Tech Preview for RHEL OSP 6 ● Leverages common technologies like PXE, IPMI and DHCP ● Consists of Ironic API, Conductor, database and hardware specific drivers ● Early out of band management support for HP iLO and Dell DRAC ● Provides a solution for the “bare metal to tenant” use case ● Hadoop on bare metal within OpenStack ● Hyperscale and High performance computing (HPC) clusters ● Database hosting for virtual machine sensitive applications ● Ironic is a foundational component of TripleO RED HAT ENTERPRISE LINUX DOC144908 OPENSTACK PLATFORM
  • 21. WHAT'S NEW IN VERSION 6 ● OpenStack Deployment (TripleO) ● TripleO's goal is to provide deployment, upgrades and operational awareness of OpenStack. ● A limited scope, Tech Preview version is included in RHEL OSP 6. Highlights include: ● A live image installer ● An operator focused user interface ● Manual or automatic hardware discovery ● Support for compute, block storage, object storage and controller roles ● Image and service deployment using Heat, Glance and Ironic ● OpenStack service, capacity and other metrics displayed via the Operator Dashboard RED HAT ENTERPRISE LINUX DOC144908 OPENSTACK PLATFORM
  • 22. TECH PREVIEW: TROVE ● Added Replication support ● Asynchronous mysql master-slave replication ● Added Neutron support ● Add Neutron NICs on instance create / support default Neutron Networks ● Datastore Enhancements ● Added support for PostgreSQL & Vertica databases ● Added Datastore_version to backup api response ● Other Enhancements ● Configuration Groups: per datastore and version / or per DB e.g. MongoDB ● restrict the type of Cinder backend used for Trove Volumes *Tech Preview features are subject to change in GA RED HAT ENTERPRISE LINUX DOC144908 OPENSTACK PLATFORM
  • 23. WHAT'S NEW IN VERSION 6 OpenStack Networking (Neutron) ● IPv6 support for tenant networks o Instance can use SLAAC from physical device (provider network) oNeutron routers can announce IPv6 routes and addresses oDHCPv6 stateless and stateful mode in Dnsmasq RED HAT ENTERPRISE LINUX DOC144908 OPENSTACK PLATFORM
  • 24. WHAT'S NEW IN VERSION 6 OpenStack Networking (Neutron) ●Revised HA deployment oNetwork Node can be configured to use HA routers o Based on keepalived/VRRP for providing load sharing and high availability for the Neutron routers o Pacemaker still going to be used to monitor the processes RED HAT ENTERPRISE LINUX DOC144908 OPENSTACK PLATFORM
  • 25. WHAT'S NEW IN VERSION 6 OpenStack Networking (Neutron) ● Security Groups enhancements o Internal RPC code changes that leads to significant scale and performance enhancements RED HAT ENTERPRISE LINUX DOC144908 OPENSTACK PLATFORM
  • 26. WHAT'S NEW IN VERSION 6 OpenStack Networking (Neutron) ● Included as a Technology Preview: oDistributed Virtual Routing (DVR)  Provides Neutron equivalent to nova-network’s multi host, provides HA for L3 networking. oNew ML2 driver to support SR-IOV networking RED HAT ENTERPRISE LINUX DOC144908 OPENSTACK PLATFORM