SlideShare a Scribd company logo
What's New 
in OpenStack Juno 
Copyright © 2014 Mirantis, Inc. All rights reserved 
A Technical Overview 
www.mirantis.com 
November 19, 2014
Copyright © 2014 Mirantis, Inc. All rights reserved 
Introductions 
Christopher Aedo (here in person) — Product Architect at Mirantis 
Christopher is an IT veteran for consulting, design and technology companies. He 
is also an outspoken public advocate for OpenStack, cloud computing, software 
defined networking and software defined storage. He often speaks at OpenStack 
and Open Source related conferences around the world. 
Nick Chase (here in spirit) — Technical Product Marketing at Mirantis 
Nick has 20+ years' experience as a developer and author and is an IBM 
developerWorks Certified Master Author. He also founded NoTooMi.com and has 
done Web application development for companies such as Alcatel-Lucent, Sun 
Microsystems, Oracle, and the Tampa Bay Buccaneers. He's also the editor of 
OpenStack:Now.
Copyright © 2014 Mirantis, Inc. All rights reserved 
Agenda 
● OpenStack Juno Overview 
● Project Additions 
● Incubated Projects 
● Community Changes 
● Coming in Kilo 
● Kilo Design Summit in Paris 
● Q&A
OpenStack Juno Overview 
Fixes over features 
Copyright © 2014 Mirantis, Inc. All rights reserved
Copyright © 2014 Mirantis, Inc. All rights reserved 
Direction 
● Enterprise adoption on the rise 
● Best Buy 
● Bloomberg 
● eBay 
● Comcast 
● Conscious attempt to provide a better experience for 
operators 
● End-user working group 
● Stability over new features
Deployment improvements 
● One size does not fit all 
Copyright © 2014 Mirantis, Inc. All rights reserved
Copyright © 2014 Mirantis, Inc. All rights reserved 
The statistics
OpenStack Compute (Nova) 
To implement services and associated libraries to provide 
massively scalable, on demand, self service access to compute 
resources, including bare metal, virtual machines, and 
containers. 
Copyright © 2014 Mirantis, Inc. All rights reserved
Copyright © 2014 Mirantis, Inc. All rights reserved 
NFV 
● New working group 
● Multiple interfaces per network 
● Improved performance 
● PCI-SR-IOV 
● Large page allocation 
● Peg vCPUs to pCPUs 
● Control vCPU configurations
Copyright © 2014 Mirantis, Inc. All rights reserved 
Rescue Mode 
● Ability to specify a rescue image on launch 
POST: /v2/d1b123/servers/7d14f8123/action  
-d '{"rescue": {"rescue_image_ref": "a88ddc123"}}' 
● Local disks re-attached during rescue
Copyright © 2014 Mirantis, Inc. All rights reserved 
Docker 
● Driver in stackforge 
● Pause/Unpause
Copyright © 2014 Mirantis, Inc. All rights reserved 
Networking 
● Unfrozen in Juno to align with Neutron 
● Ability to set "hooks" to be executed for specific 
networking events 
● Per-network settings 
● SR-IOV neutron ports
Copyright © 2014 Mirantis, Inc. All rights reserved 
Upgrades 
● Rolling upgrades of Nova possible from Havana to 
Icehouse 
● Ongoing process 
● Continuing to move to Objects 
● Version everything
Copyright © 2014 Mirantis, Inc. All rights reserved 
Scheduler 
● Being broken out into the Gantt project so it can be used 
by other projects 
● Resource tracking, so when an instance is rescued the 
scheduler knows what needs to go where 
● Host aggregates
Hypervisor improvements 
Copyright © 2014 Mirantis, Inc. All rights reserved 
● libvirt 
● Performance, logging improvements 
● Snapshots of network backed disks 
● Enable qemu memory balloon statistics for ceilometer reporting 
● Unused disk blocks given back to the underlying storage system 
● Records meta-data in libvirt domain XML 
● Namespaces for LXC containers 
● Copy-on-write cloning for RBD-backed disks 
● Controlled shutdown of guest OS during VM power off 
● Intelligent NUMA node placement for guests
Hypervisor improvements 
Copyright © 2014 Mirantis, Inc. All rights reserved 
● Hyper-V 
● Soft reboot, better logging, differencing vhdx images 
● Ironic 
● Add a virt driver for Ironic 
● VMware 
● Changed to use the Oslo vmware helper library
OpenStack Network Service 
(Neutron) 
To implement services and associated libraries to provide on-demand, 
scalable, and technology-agnostic network abstraction. 
Copyright © 2014 Mirantis, Inc. All rights reserved
Copyright © 2014 Mirantis, Inc. All rights reserved 
Feature parity 
● Feature parity with nova-network in progress 
● Initial migration path (prerequisite for nova-network 
deprecation)
Copyright © 2014 Mirantis, Inc. All rights reserved 
L3 Enhancements 
● Multiple L3 agents 
● HA through plugins 
● In Juno, through keepalived 
● Each router created is assigned to 2 or more agents
Distributed Virtual Router (DVR) 
● Uses L3 HA 
● Removes bottleneck in east-west 
Copyright © 2014 Mirantis, Inc. All rights reserved 
traffic 
● shares OVS route information 
across virtual routers 
● one-hop traffic for VMs on 
different hypervisors 
● Requires OVS on ML2
Copyright © 2014 Mirantis, Inc. All rights reserved 
IPv6 
● Next generation of IP routing 
● 2001:0db8:85a3:0042:1000:8a2e:0370:7334 
rather than 10.28.255.168 
● 3.4×1038 addresses rather than 4.3 billion 
● Address assignment 
● SLAAC 
● Stateful DHCP 
● Stateless DHCP 
● Router advertisement through RADVD
Copyright © 2014 Mirantis, Inc. All rights reserved 
New Plugins 
● A10 Networks LBaaS driver for the LBaaS V1 API 
● Arista L3 routing plugin 
● Big Switch L3 routing plugin 
● Brocade L3 routing plugin 
● Cisco APIC ML2 Driver (including a L3 routing plugin). 
● Cisco CSR L3 routing plugin 
● Freescale SDN ML2 Mechanism Driver 
● Nuage Networks ML2 Mechanism Driver 
● SR-IOV capable NIC ML2 Mechanism Driver
Copyright © 2014 Mirantis, Inc. All rights reserved 
Deprecated Plugins 
● Cisco Nexus Sub-Plugin (The Nexus 1000V Sub-Plugin is 
still retained and supported in Juno) 
● Mellanox Plugin 
● Ryu Plugin 
● (Should still work as ML2 plugins though!)
Goodbye native OVS, LinuxBridge 
● Deprecated in Icehouse 
● Removed in Juno 
● Replaced by ML2 MechanismDrivers 
Copyright © 2014 Mirantis, Inc. All rights reserved
OpenStack Block Storage (Cinder) 
To implement services and libraries to provide on-demand, self-service 
access to Block Storage resources via abstraction and 
automation on top of other block storage devices. 
Copyright © 2014 Mirantis, Inc. All rights reserved
Continuing development 
● Nova is now using v2 API; v1 API deprecated 
● Third party CI 
● Contributor base is moving towards feature development 
rather than just driver development 
Copyright © 2014 Mirantis, Inc. All rights reserved
Copyright © 2014 Mirantis, Inc. All rights reserved 
New Drivers 
● EMC VNX FC direct driver 
● EMC XtremIO iSCSI driver 
● EMC XtremIO FC driver 
● Fusion-io Control Volume driver 
● ZFS Storage Appliance driver 
● ProphetStor driver 
● Volume driver for Pure Storage FlashArray storage system 
● XenAPI Storage Manager volume driver
OpenStack Object Storage (Swift) 
Copyright © 2014 Mirantis, Inc. All rights reserved
Copyright © 2014 Mirantis, Inc. All rights reserved 
Storage policies 
● Allows different storage types per object 
● Replication settings per object 
● Available through the API
Copyright © 2014 Mirantis, Inc. All rights reserved 
Other additions 
● Project-to-project copy 
● Keystone v3 support
OpenStack Image Service 
(Glance) 
To provide a service where users can upload and discover data 
assets that are meant to be used with other services, like images 
for Nova and templates for Heat. 
Copyright © 2014 Mirantis, Inc. All rights reserved
Copyright © 2014 Mirantis, Inc. All rights reserved 
Beyond images 
● Moving to artifact storage model 
● Addition of metadata
Copyright © 2014 Mirantis, Inc. All rights reserved 
Usability 
● Restrict downloads based on policy 
● Asynchronous processing to improve performance
OpenStack Identity (Keystone) 
To facilitate API client authentication, service discovery, 
distributed multi-tenant authorization, and auditing. 
Copyright © 2014 Mirantis, Inc. All rights reserved
Backend improvements 
● Multiple Identity backends 
● For example, LDAP for existing users, Keystone's SQL back end 
for OpenStack users 
● Set per resource ID 
● Map Keystone's "enabled" property to LDAP's "lock" property 
● LDAPs now available 
Copyright © 2014 Mirantis, Inc. All rights reserved
Keystone-to-Keystone Federation 
● Two Keystone services in tandem 
Copyright © 2014 Mirantis, Inc. All rights reserved 
● Identity Provider 
● Service Provider 
● Can be used for bursting between 
clouds 
● Single-sign on 
● Older federation endpoints to be 
deprecated 
● This feature is experimental
Copyright © 2014 Mirantis, Inc. All rights reserved 
Token changes 
● UUID now the default for simplicity 
● PKIZ rather than PKI 
● Smaller keys mean it's easier to use external data store through 
Apache httpd -- and generalize federation (not just SAML) 
● Also possible for Kerberos and X.509
Copyright © 2014 Mirantis, Inc. All rights reserved 
Behind the Scenes 
● Service catalogs available via the v3 API 
● Addition of service names to the catalog 
● Filter by service name 
● Enable to user to retrieve only their credentials
OpenStack Dashboard (Horizon) 
To provide an extensible unified web based user interface for all 
integrated OpenStack services. 
Copyright © 2014 Mirantis, Inc. All rights reserved
General Improvements 
● Many project-related additions 
● Look and feel, move to Bootstrap 3 
● Centralized color pallette 
● Tablesorter 
Copyright © 2014 Mirantis, Inc. All rights reserved
JavaScript Library Unbundling 
● Security issues 
● Maintenance issues 
Copyright © 2014 Mirantis, Inc. All rights reserved
Copyright © 2014 Mirantis, Inc. All rights reserved 
Added Sahara
Role Based Access Control 
● Fine-grained control for access 
● Compute 
● Networking 
● Orchestration 
● Glance and Swift were added in Icehouse 
Copyright © 2014 Mirantis, Inc. All rights reserved
OpenStack Orchestration (Heat) 
Create a human and machine accessible service for managing 
the entire lifecycle of infrastructure and applications within 
OpenStack clouds. 
Copyright © 2014 Mirantis, Inc. All rights reserved
Copyright © 2014 Mirantis, Inc. All rights reserved 
Better scaling 
● Multiple Heat servers 
● Multiple users can run stacks concurrently
Better failure handling 
● Cancel update 
● Update failure recovery 
Copyright © 2014 Mirantis, Inc. All rights reserved
Copyright © 2014 Mirantis, Inc. All rights reserved 
Delegation 
● Better delegation for non-admin users 
● Heat users created in separate project/namespace
Copyright © 2014 Mirantis, Inc. All rights reserved 
New Resources 
● Sahara 
● Glance Image
OpenStack Telemetry 
(Ceilometer) 
To reliably collect measurements of the utilization of the 
physical and virtual resources comprising deployed clouds, 
persist these data for subsequent retrieval and analysis, and 
trigger actions when defined criteria are met. 
Copyright © 2014 Mirantis, Inc. All rights reserved
Copyright © 2014 Mirantis, Inc. All rights reserved 
General changes 
● Community changes 
● Re-architecting for performance 
● Gnocchi
Monitoring Network Events 
● Firewall as a Service 
● Load Balancer as a Service 
● VPN as a Service 
Copyright © 2014 Mirantis, Inc. All rights reserved
OpenStack Database Service 
(Trove) 
To provide scalable and reliable Cloud Database as a Service 
functionality for both relational and non-relational database 
engines, and to continue to improve its fully-featured and 
extensible open source framework. 
Copyright © 2014 Mirantis, Inc. All rights reserved
New Database Options 
Copyright © 2014 Mirantis, Inc. All rights reserved 
● SQL 
● Postgres 
● NoSQL 
● MongoDB 
● Added database type 
● Added capabilities so Horizon can present appropriate options
Replication and clustering 
Copyright © 2014 Mirantis, Inc. All rights reserved 
● Replication 
● Set a master 
● Add a slave 
● Promote a slave 
● Detach a slave to be a new master 
● Clustering 
● Create an instance individually or as part of a cluster
Copyright © 2014 Mirantis, Inc. All rights reserved 
Convenience 
● Ability to create databases in Horizon 
● Configuration groups 
● Incremental backup
Backend improvements 
● Trove-conductor isolates the created databases from the 
trove database itself 
● Better integration with Tempest API 
Copyright © 2014 Mirantis, Inc. All rights reserved
OpenStack Data Processing 
(Sahara) 
To provide a scalable data processing stack and associated 
management interfaces. 
Copyright © 2014 Mirantis, Inc. All rights reserved
Copyright © 2014 Mirantis, Inc. All rights reserved 
What is Sahara? 
● Data processing 
● Originally to 
easily deploy 
data processing 
frameworks 
such as Hadoop 
and Spark
Copyright © 2014 Mirantis, Inc. All rights reserved 
Updates 
● Update to Hadoop 2.4 
● Cloudera plugin has been added 
● Apache Spark plugin has been added 
● Addition of Spark as a job type 
● Designed to run Java and Hive 
● Spark currently runs as Java, but may change later
Deployment improvements 
● Now installs with Heat 
● Multi-region support -- not what you think 
● Integrated with Ceilometer 
● Anti-affinity through server groups 
● Security groups added by default 
Copyright © 2014 Mirantis, Inc. All rights reserved
OpenStack Documentation 
Provide documentation for core OpenStack projects to promote 
OpenStack. Develop and maintain tools and processes to ensure 
quality, accurate documentation. Treat documentation like 
OpenStack code. 
Copyright © 2014 Mirantis, Inc. All rights reserved
Copyright © 2014 Mirantis, Inc. All rights reserved 
Guides 
● High Availability Guide, 
Security Guide broken out 
into separate repositories 
● New Architecture Guide 
produced via the book 
sprint process
Improving community participation 
● Push for projects to self-document 
● Networking Guide swarm 
● Experiment with working on the wiki environment 
Copyright © 2014 Mirantis, Inc. All rights reserved
Incubated Projects 
Copyright © 2014 Mirantis, Inc. All rights reserved
Copyright © 2014 Mirantis, Inc. All rights reserved 
Graduated 
● Sahara (Juno) 
● Ironic (Kilo)
Added to incubation 
● Zaqar (formerly Marconi) 
● Designate 
● Manila 
● Barbican 
Copyright © 2014 Mirantis, Inc. All rights reserved
Community Changes 
Copyright © 2014 Mirantis, Inc. All rights reserved
Copyright © 2014 Mirantis, Inc. All rights reserved 
DefCore 
● DefCore to define "OpenStack" -- for trademark purposes 
● RefStack to verify 
● The Technical Committee still defines the "integrated" 
release 
● Should we consider changing the "incubation" model? 
● Layers versus big tent versus rings versus tags versus ...
New specifications process 
Copyright © 2014 Mirantis, Inc. All rights reserved
DriverLog and Vendor CI 
Copyright © 2014 Mirantis, Inc. All rights reserved
Coming in Kilo 
April 30, 2015 
Copyright © 2014 Mirantis, Inc. All rights reserved
Copyright © 2014 Mirantis, Inc. All rights reserved 
Product changes 
● Nova 
● The return of Docker to the Nova project 
● Neutron 
● NFV functions 
● Stability improvements 
● Possible nova-network deprecation 
● Swift 
● Erasure coding
Copyright © 2014 Mirantis, Inc. All rights reserved 
Paris Summit
Copyright © 2014 Mirantis, Inc. All rights reserved 
Paris Summit 
● Nova-Network deprecation takes shape 
● Docker love continues to grow 
● Neutron keeps improving 
● No consensus on upgrading OpenStack 
● Pumphouse has potential 
● Big-name adoption growing 
● EVERYONE is hiring
Thank you 
Download the slides from: bit.ly/openstack-juno 
(and we’re hiring, ask me about working at Mirantis!) 
caedo@mirantis.com - twitter: @docaedo 
Copyright © 2014 Mirantis, Inc. All rights reserved

More Related Content

What's hot

Tales From The Ship: Navigating the OpenStack Community Seas
Tales From The Ship: Navigating the OpenStack Community SeasTales From The Ship: Navigating the OpenStack Community Seas
Tales From The Ship: Navigating the OpenStack Community Seas
Mirantis
 
The Battle of the distros - OS Summit Atlanta2014
The Battle of the distros - OS Summit Atlanta2014The Battle of the distros - OS Summit Atlanta2014
The Battle of the distros - OS Summit Atlanta2014
Edgar Magana
 
What's new in OpenStack Liberty
What's new in OpenStack LibertyWhat's new in OpenStack Liberty
What's new in OpenStack Liberty
Stephen Gordon
 
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.
 
A Container Stack for Openstack - OpenStack Silicon Valley
A Container Stack for Openstack - OpenStack Silicon ValleyA Container Stack for Openstack - OpenStack Silicon Valley
A Container Stack for Openstack - OpenStack Silicon Valley
Stephen Gordon
 
Introduction to OpenStack Architecture (Grizzly Edition)
Introduction to OpenStack Architecture (Grizzly Edition)Introduction to OpenStack Architecture (Grizzly Edition)
Introduction to OpenStack Architecture (Grizzly Edition)
Ken Pepple
 
Openstack devops challenges
Openstack devops challenges Openstack devops challenges
Openstack devops challenges
openstackindia
 
oVirt and OpenStack
oVirt and OpenStackoVirt and OpenStack
oVirt and OpenStack
Dave Neary
 
Introduction to OpenStack Cinder
Introduction to OpenStack CinderIntroduction to OpenStack Cinder
Introduction to OpenStack Cinder
Sean McGinnis
 
OpenStack as an Infrastructure
OpenStack as an InfrastructureOpenStack as an Infrastructure
OpenStack as an Infrastructure
Roozbeh Shafiee
 
OpenStack Neutron Havana Overview - Oct 2013
OpenStack Neutron Havana Overview - Oct 2013OpenStack Neutron Havana Overview - Oct 2013
OpenStack Neutron Havana Overview - Oct 2013
Edgar Magana
 
oVirt Introduction
oVirt IntroductionoVirt Introduction
oVirt Introduction
Roozbeh Shafiee
 
Mastering OpenStack - Episode 01 - Simple Architectures
Mastering OpenStack - Episode 01 - Simple ArchitecturesMastering OpenStack - Episode 01 - Simple Architectures
Mastering OpenStack - Episode 01 - Simple Architectures
Roozbeh Shafiee
 
[OpenStack Days 2016] Track4 - OpenNSL으로 브로드콜 기반 네트,워크 스위치 제어하기
[OpenStack Days 2016] Track4 - OpenNSL으로 브로드콜 기반 네트,워크 스위치 제어하기[OpenStack Days 2016] Track4 - OpenNSL으로 브로드콜 기반 네트,워크 스위치 제어하기
[OpenStack Days 2016] Track4 - OpenNSL으로 브로드콜 기반 네트,워크 스위치 제어하기
OpenStack Korea Community
 
A complete Open Source cloud: Storage, Virt, IaaS, PaaS
A complete Open Source cloud: Storage, Virt, IaaS, PaaSA complete Open Source cloud: Storage, Virt, IaaS, PaaS
A complete Open Source cloud: Storage, Virt, IaaS, PaaS
Dave Neary
 
NFV Infrastructure Manager with High Performance Software Switch Lagopus
NFV Infrastructure Manager with High Performance Software Switch Lagopus NFV Infrastructure Manager with High Performance Software Switch Lagopus
NFV Infrastructure Manager with High Performance Software Switch Lagopus
Hirofumi Ichihara
 
Gluster ovirt integration_gluster_meetup_pune_2015
Gluster ovirt integration_gluster_meetup_pune_2015Gluster ovirt integration_gluster_meetup_pune_2015
Gluster ovirt integration_gluster_meetup_pune_2015
Ramesh Nachimuthu
 
[OpenStack Day in Korea 2015] Track 3-1 - OpenStack Storage Infrastructure & ...
[OpenStack Day in Korea 2015] Track 3-1 - OpenStack Storage Infrastructure & ...[OpenStack Day in Korea 2015] Track 3-1 - OpenStack Storage Infrastructure & ...
[OpenStack Day in Korea 2015] Track 3-1 - OpenStack Storage Infrastructure & ...
OpenStack Korea Community
 
MAAS High Availability Overview
MAAS High Availability OverviewMAAS High Availability Overview
MAAS High Availability Overview
Christian "kiko" Reis
 
OpenStack Neutron behind the Scenes
OpenStack Neutron behind the ScenesOpenStack Neutron behind the Scenes
OpenStack Neutron behind the Scenes
Anil Bidari ( CEO , Cloud Enabled)
 

What's hot (20)

Tales From The Ship: Navigating the OpenStack Community Seas
Tales From The Ship: Navigating the OpenStack Community SeasTales From The Ship: Navigating the OpenStack Community Seas
Tales From The Ship: Navigating the OpenStack Community Seas
 
The Battle of the distros - OS Summit Atlanta2014
The Battle of the distros - OS Summit Atlanta2014The Battle of the distros - OS Summit Atlanta2014
The Battle of the distros - OS Summit Atlanta2014
 
What's new in OpenStack Liberty
What's new in OpenStack LibertyWhat's new in OpenStack Liberty
What's new in OpenStack Liberty
 
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 ...
 
A Container Stack for Openstack - OpenStack Silicon Valley
A Container Stack for Openstack - OpenStack Silicon ValleyA Container Stack for Openstack - OpenStack Silicon Valley
A Container Stack for Openstack - OpenStack Silicon Valley
 
Introduction to OpenStack Architecture (Grizzly Edition)
Introduction to OpenStack Architecture (Grizzly Edition)Introduction to OpenStack Architecture (Grizzly Edition)
Introduction to OpenStack Architecture (Grizzly Edition)
 
Openstack devops challenges
Openstack devops challenges Openstack devops challenges
Openstack devops challenges
 
oVirt and OpenStack
oVirt and OpenStackoVirt and OpenStack
oVirt and OpenStack
 
Introduction to OpenStack Cinder
Introduction to OpenStack CinderIntroduction to OpenStack Cinder
Introduction to OpenStack Cinder
 
OpenStack as an Infrastructure
OpenStack as an InfrastructureOpenStack as an Infrastructure
OpenStack as an Infrastructure
 
OpenStack Neutron Havana Overview - Oct 2013
OpenStack Neutron Havana Overview - Oct 2013OpenStack Neutron Havana Overview - Oct 2013
OpenStack Neutron Havana Overview - Oct 2013
 
oVirt Introduction
oVirt IntroductionoVirt Introduction
oVirt Introduction
 
Mastering OpenStack - Episode 01 - Simple Architectures
Mastering OpenStack - Episode 01 - Simple ArchitecturesMastering OpenStack - Episode 01 - Simple Architectures
Mastering OpenStack - Episode 01 - Simple Architectures
 
[OpenStack Days 2016] Track4 - OpenNSL으로 브로드콜 기반 네트,워크 스위치 제어하기
[OpenStack Days 2016] Track4 - OpenNSL으로 브로드콜 기반 네트,워크 스위치 제어하기[OpenStack Days 2016] Track4 - OpenNSL으로 브로드콜 기반 네트,워크 스위치 제어하기
[OpenStack Days 2016] Track4 - OpenNSL으로 브로드콜 기반 네트,워크 스위치 제어하기
 
A complete Open Source cloud: Storage, Virt, IaaS, PaaS
A complete Open Source cloud: Storage, Virt, IaaS, PaaSA complete Open Source cloud: Storage, Virt, IaaS, PaaS
A complete Open Source cloud: Storage, Virt, IaaS, PaaS
 
NFV Infrastructure Manager with High Performance Software Switch Lagopus
NFV Infrastructure Manager with High Performance Software Switch Lagopus NFV Infrastructure Manager with High Performance Software Switch Lagopus
NFV Infrastructure Manager with High Performance Software Switch Lagopus
 
Gluster ovirt integration_gluster_meetup_pune_2015
Gluster ovirt integration_gluster_meetup_pune_2015Gluster ovirt integration_gluster_meetup_pune_2015
Gluster ovirt integration_gluster_meetup_pune_2015
 
[OpenStack Day in Korea 2015] Track 3-1 - OpenStack Storage Infrastructure & ...
[OpenStack Day in Korea 2015] Track 3-1 - OpenStack Storage Infrastructure & ...[OpenStack Day in Korea 2015] Track 3-1 - OpenStack Storage Infrastructure & ...
[OpenStack Day in Korea 2015] Track 3-1 - OpenStack Storage Infrastructure & ...
 
MAAS High Availability Overview
MAAS High Availability OverviewMAAS High Availability Overview
MAAS High Availability Overview
 
OpenStack Neutron behind the Scenes
OpenStack Neutron behind the ScenesOpenStack Neutron behind the Scenes
OpenStack Neutron behind the Scenes
 

Viewers also liked

OpenStack Juno - October 2014
OpenStack Juno - October 2014OpenStack Juno - October 2014
OpenStack Juno - October 2014
OpenStack Foundation
 
Whats new in_juno_meetup_barcelona
Whats new in_juno_meetup_barcelonaWhats new in_juno_meetup_barcelona
Whats new in_juno_meetup_barcelona
Jaume Devesa Gomez
 
Provisioning Updates - Juno Edition
Provisioning Updates - Juno EditionProvisioning Updates - Juno Edition
Provisioning Updates - Juno Edition
OpenStack Foundation
 
The Big M - Ewan's Presentation
The Big M - Ewan's PresentationThe Big M - Ewan's Presentation
The Big M - Ewan's Presentation
Mobile Industry Review
 
OpenStack Compute - Juno Updates
OpenStack Compute - Juno UpdatesOpenStack Compute - Juno Updates
OpenStack Compute - Juno Updates
OpenStack Foundation
 
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
RedSeerConsulting1
 
Business Model - EasyTaxi
Business Model - EasyTaxiBusiness Model - EasyTaxi
Business Model - EasyTaxi
Thiago Paiva
 
GrabTaxi Strategy
GrabTaxi StrategyGrabTaxi Strategy
GrabTaxi Strategy
Vincent Chan Yuen Mun
 
Modelo de Negócios - Peixe urbano
Modelo de Negócios - Peixe urbanoModelo de Negócios - Peixe urbano
Modelo de Negócios - Peixe urbano
Thiago 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 Showcase
Project Juno
 
Grab Taxi
Grab TaxiGrab Taxi
Ola Cabs
Ola CabsOla Cabs
Ola Cabs
Pavan Gautam
 

Viewers also liked (12)

OpenStack Juno - October 2014
OpenStack Juno - October 2014OpenStack Juno - October 2014
OpenStack Juno - October 2014
 
Whats new in_juno_meetup_barcelona
Whats new in_juno_meetup_barcelonaWhats new in_juno_meetup_barcelona
Whats new in_juno_meetup_barcelona
 
Provisioning Updates - Juno Edition
Provisioning Updates - Juno EditionProvisioning Updates - Juno Edition
Provisioning Updates - Juno Edition
 
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
 

Similar to What's new in open stack juno (pnw os meetup)

OpenStack Overview and History
OpenStack Overview and HistoryOpenStack Overview and History
OpenStack Overview and History
Mirantis
 
Production Plone on OpenStack Cloud
Production Plone on OpenStack CloudProduction Plone on OpenStack Cloud
Production Plone on OpenStack Cloud
Serg Melikyan
 
Achieving Network Deployment Flexibility with Mirantis OpenStack
Achieving Network Deployment Flexibility with Mirantis OpenStackAchieving Network Deployment Flexibility with Mirantis OpenStack
Achieving Network Deployment Flexibility with Mirantis OpenStack
Eric Zhaohui Ji
 
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
Arthur Berezin
 
Oracle week Israel - OpenStack Platform - 2013
Oracle week Israel - OpenStack Platform - 2013Oracle week Israel - OpenStack Platform - 2013
Oracle week Israel - OpenStack Platform - 2013
Arthur Berezin
 
OpenStack Cinder Best Practices - Meet Up
OpenStack Cinder Best Practices - Meet UpOpenStack Cinder Best Practices - Meet Up
OpenStack Cinder Best Practices - Meet Up
Aaron Delp
 
OpenStack State of Fibre Channel
OpenStack State of Fibre ChannelOpenStack State of Fibre Channel
OpenStack State of Fibre Channel
hemna6969
 
Webinar: OpenEBS - Still Free and now FASTEST Kubernetes storage
Webinar: OpenEBS - Still Free and now FASTEST Kubernetes storageWebinar: OpenEBS - Still Free and now FASTEST Kubernetes storage
Webinar: OpenEBS - Still Free and now FASTEST Kubernetes storage
MayaData Inc
 
Get the Exact Identity Solution You Need - In the Cloud - Overview
Get the Exact Identity Solution You Need - In the Cloud - OverviewGet the Exact Identity Solution You Need - In the Cloud - Overview
Get the Exact Identity Solution You Need - In the Cloud - Overview
ForgeRock
 
The Cloud Convergence: OpenStack and Kubernetes.
The Cloud Convergence: OpenStack and Kubernetes.The Cloud Convergence: OpenStack and Kubernetes.
The Cloud Convergence: OpenStack and Kubernetes.
Ihor Dvoretskyi
 
Build cloud like Rackspace with OpenStack Ansible
Build cloud like Rackspace with OpenStack AnsibleBuild cloud like Rackspace with OpenStack Ansible
Build cloud like Rackspace with OpenStack Ansible
Jirayut Nimsaeng
 
Openstack India May Meetup
Openstack India May MeetupOpenstack India May Meetup
Openstack India May MeetupDeepak Garg
 
Open shift and docker - october,2014
Open shift and docker - october,2014Open shift and docker - october,2014
Open shift and docker - october,2014
Hojoong Kim
 
Core os dna_automacon
Core os dna_automaconCore os dna_automacon
Core os dna_automacon
Patrick Galbraith
 
Evolve or Die: Enterprise Ready OpenStack upgrades with Kubernetes
Evolve or Die: Enterprise Ready OpenStack upgrades with KubernetesEvolve or Die: Enterprise Ready OpenStack upgrades with Kubernetes
Evolve or Die: Enterprise Ready OpenStack upgrades with Kubernetes
Jakub Pavlik
 
OpenStack Ottawa MeetUp - April 3rd 2018
OpenStack Ottawa MeetUp - April 3rd 2018OpenStack Ottawa MeetUp - April 3rd 2018
OpenStack Ottawa MeetUp - April 3rd 2018
Stacy Véronneau
 
Openstack Ops Meetup Palo Alto LT
Openstack Ops Meetup Palo Alto LTOpenstack Ops Meetup Palo Alto LT
Openstack Ops Meetup Palo Alto LT
Toshikazu Ichikawa
 
Beyond x86: Managing Multi-platform Environments with OpenStack
Beyond x86: Managing Multi-platform Environments with OpenStackBeyond x86: Managing Multi-platform Environments with OpenStack
Beyond x86: Managing Multi-platform Environments with OpenStack
Phil Estes
 
USENIX LISA15: How TubeMogul Handles over One Trillion HTTP Requests a Month
USENIX LISA15: How TubeMogul Handles over One Trillion HTTP Requests a MonthUSENIX LISA15: How TubeMogul Handles over One Trillion HTTP Requests a Month
USENIX LISA15: How TubeMogul Handles over One Trillion HTTP Requests a Month
Nicolas Brousse
 

Similar to What's new in open stack juno (pnw os meetup) (20)

OpenStack Overview and History
OpenStack Overview and HistoryOpenStack Overview and History
OpenStack Overview and History
 
Production Plone on OpenStack Cloud
Production Plone on OpenStack CloudProduction Plone on OpenStack Cloud
Production Plone on OpenStack Cloud
 
Achieving Network Deployment Flexibility with Mirantis OpenStack
Achieving Network Deployment Flexibility with Mirantis OpenStackAchieving Network Deployment Flexibility with Mirantis OpenStack
Achieving Network Deployment Flexibility with Mirantis OpenStack
 
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
 
Oracle week Israel - OpenStack Platform - 2013
Oracle week Israel - OpenStack Platform - 2013Oracle week Israel - OpenStack Platform - 2013
Oracle week Israel - OpenStack Platform - 2013
 
OpenStack Cinder Best Practices - Meet Up
OpenStack Cinder Best Practices - Meet UpOpenStack Cinder Best Practices - Meet Up
OpenStack Cinder Best Practices - Meet Up
 
OpenStack State of Fibre Channel
OpenStack State of Fibre ChannelOpenStack State of Fibre Channel
OpenStack State of Fibre Channel
 
Webinar: OpenEBS - Still Free and now FASTEST Kubernetes storage
Webinar: OpenEBS - Still Free and now FASTEST Kubernetes storageWebinar: OpenEBS - Still Free and now FASTEST Kubernetes storage
Webinar: OpenEBS - Still Free and now FASTEST Kubernetes storage
 
Get the Exact Identity Solution You Need - In the Cloud - Overview
Get the Exact Identity Solution You Need - In the Cloud - OverviewGet the Exact Identity Solution You Need - In the Cloud - Overview
Get the Exact Identity Solution You Need - In the Cloud - Overview
 
The Cloud Convergence: OpenStack and Kubernetes.
The Cloud Convergence: OpenStack and Kubernetes.The Cloud Convergence: OpenStack and Kubernetes.
The Cloud Convergence: OpenStack and Kubernetes.
 
Build cloud like Rackspace with OpenStack Ansible
Build cloud like Rackspace with OpenStack AnsibleBuild cloud like Rackspace with OpenStack Ansible
Build cloud like Rackspace with OpenStack Ansible
 
Openstack India May Meetup
Openstack India May MeetupOpenstack India May Meetup
Openstack India May Meetup
 
Open shift and docker - october,2014
Open shift and docker - october,2014Open shift and docker - october,2014
Open shift and docker - october,2014
 
Core os dna_automacon
Core os dna_automaconCore os dna_automacon
Core os dna_automacon
 
Evolve or Die: Enterprise Ready OpenStack upgrades with Kubernetes
Evolve or Die: Enterprise Ready OpenStack upgrades with KubernetesEvolve or Die: Enterprise Ready OpenStack upgrades with Kubernetes
Evolve or Die: Enterprise Ready OpenStack upgrades with Kubernetes
 
OpenStack Ottawa MeetUp - April 3rd 2018
OpenStack Ottawa MeetUp - April 3rd 2018OpenStack Ottawa MeetUp - April 3rd 2018
OpenStack Ottawa MeetUp - April 3rd 2018
 
Openstack Ops Meetup Palo Alto LT
Openstack Ops Meetup Palo Alto LTOpenstack Ops Meetup Palo Alto LT
Openstack Ops Meetup Palo Alto LT
 
Qtc managed-runtimes
Qtc managed-runtimesQtc managed-runtimes
Qtc managed-runtimes
 
Beyond x86: Managing Multi-platform Environments with OpenStack
Beyond x86: Managing Multi-platform Environments with OpenStackBeyond x86: Managing Multi-platform Environments with OpenStack
Beyond x86: Managing Multi-platform Environments with OpenStack
 
USENIX LISA15: How TubeMogul Handles over One Trillion HTTP Requests a Month
USENIX LISA15: How TubeMogul Handles over One Trillion HTTP Requests a MonthUSENIX LISA15: How TubeMogul Handles over One Trillion HTTP Requests a Month
USENIX LISA15: How TubeMogul Handles over One Trillion HTTP Requests a Month
 

More from aedocw

Community App Catalog Introduction (Tokyo OpenStack Summit)
Community App Catalog Introduction (Tokyo OpenStack Summit)Community App Catalog Introduction (Tokyo OpenStack Summit)
Community App Catalog Introduction (Tokyo OpenStack Summit)
aedocw
 
OpenStack Community App Catalog (http://apps.openstack.org)
OpenStack Community App Catalog (http://apps.openstack.org)OpenStack Community App Catalog (http://apps.openstack.org)
OpenStack Community App Catalog (http://apps.openstack.org)
aedocw
 
Fuel, Puppet and OpenStack
Fuel, Puppet and OpenStackFuel, Puppet and OpenStack
Fuel, Puppet and OpenStack
aedocw
 
Code to-cloud toolchain-LA OpenStack meet up-20140626
Code to-cloud toolchain-LA OpenStack meet up-20140626Code to-cloud toolchain-LA OpenStack meet up-20140626
Code to-cloud toolchain-LA OpenStack meet up-20140626aedocw
 
PaaS, IaaS and the Code-to-Cloud Toolchain
PaaS, IaaS and the Code-to-Cloud ToolchainPaaS, IaaS and the Code-to-Cloud Toolchain
PaaS, IaaS and the Code-to-Cloud Toolchain
aedocw
 
Morphlabs open stack_capacity_planning_130829
Morphlabs open stack_capacity_planning_130829Morphlabs open stack_capacity_planning_130829
Morphlabs open stack_capacity_planning_130829aedocw
 
Painless OpenStack Deployments Powered by Puppet
Painless OpenStack Deployments Powered by PuppetPainless OpenStack Deployments Powered by Puppet
Painless OpenStack Deployments Powered by Puppetaedocw
 

More from aedocw (7)

Community App Catalog Introduction (Tokyo OpenStack Summit)
Community App Catalog Introduction (Tokyo OpenStack Summit)Community App Catalog Introduction (Tokyo OpenStack Summit)
Community App Catalog Introduction (Tokyo OpenStack Summit)
 
OpenStack Community App Catalog (http://apps.openstack.org)
OpenStack Community App Catalog (http://apps.openstack.org)OpenStack Community App Catalog (http://apps.openstack.org)
OpenStack Community App Catalog (http://apps.openstack.org)
 
Fuel, Puppet and OpenStack
Fuel, Puppet and OpenStackFuel, Puppet and OpenStack
Fuel, Puppet and OpenStack
 
Code to-cloud toolchain-LA OpenStack meet up-20140626
Code to-cloud toolchain-LA OpenStack meet up-20140626Code to-cloud toolchain-LA OpenStack meet up-20140626
Code to-cloud toolchain-LA OpenStack meet up-20140626
 
PaaS, IaaS and the Code-to-Cloud Toolchain
PaaS, IaaS and the Code-to-Cloud ToolchainPaaS, IaaS and the Code-to-Cloud Toolchain
PaaS, IaaS and the Code-to-Cloud Toolchain
 
Morphlabs open stack_capacity_planning_130829
Morphlabs open stack_capacity_planning_130829Morphlabs open stack_capacity_planning_130829
Morphlabs open stack_capacity_planning_130829
 
Painless OpenStack Deployments Powered by Puppet
Painless OpenStack Deployments Powered by PuppetPainless OpenStack Deployments Powered by Puppet
Painless OpenStack Deployments Powered by Puppet
 

Recently uploaded

Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
BookNet Canada
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
Laura Byrne
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
DanBrown980551
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Thierry Lestable
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
Product School
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
Prayukth K V
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Paige Cruz
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
UiPathCommunity
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
Elena Simperl
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Product School
 
PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)
Ralf Eggert
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
Thijs Feryn
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
mikeeftimakis1
 
Quantum Computing: Current Landscape and the Future Role of APIs
Quantum Computing: Current Landscape and the Future Role of APIsQuantum Computing: Current Landscape and the Future Role of APIs
Quantum Computing: Current Landscape and the Future Role of APIs
Vlad Stirbu
 
Welocme to ViralQR, your best QR code generator.
Welocme to ViralQR, your best QR code generator.Welocme to ViralQR, your best QR code generator.
Welocme to ViralQR, your best QR code generator.
ViralQR
 
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
UiPathCommunity
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Ramesh Iyer
 

Recently uploaded (20)

Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
 
PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
 
Quantum Computing: Current Landscape and the Future Role of APIs
Quantum Computing: Current Landscape and the Future Role of APIsQuantum Computing: Current Landscape and the Future Role of APIs
Quantum Computing: Current Landscape and the Future Role of APIs
 
Welocme to ViralQR, your best QR code generator.
Welocme to ViralQR, your best QR code generator.Welocme to ViralQR, your best QR code generator.
Welocme to ViralQR, your best QR code generator.
 
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
 

What's new in open stack juno (pnw os meetup)

  • 1. What's New in OpenStack Juno Copyright © 2014 Mirantis, Inc. All rights reserved A Technical Overview www.mirantis.com November 19, 2014
  • 2. Copyright © 2014 Mirantis, Inc. All rights reserved Introductions Christopher Aedo (here in person) — Product Architect at Mirantis Christopher is an IT veteran for consulting, design and technology companies. He is also an outspoken public advocate for OpenStack, cloud computing, software defined networking and software defined storage. He often speaks at OpenStack and Open Source related conferences around the world. Nick Chase (here in spirit) — Technical Product Marketing at Mirantis Nick has 20+ years' experience as a developer and author and is an IBM developerWorks Certified Master Author. He also founded NoTooMi.com and has done Web application development for companies such as Alcatel-Lucent, Sun Microsystems, Oracle, and the Tampa Bay Buccaneers. He's also the editor of OpenStack:Now.
  • 3. Copyright © 2014 Mirantis, Inc. All rights reserved Agenda ● OpenStack Juno Overview ● Project Additions ● Incubated Projects ● Community Changes ● Coming in Kilo ● Kilo Design Summit in Paris ● Q&A
  • 4. OpenStack Juno Overview Fixes over features Copyright © 2014 Mirantis, Inc. All rights reserved
  • 5. Copyright © 2014 Mirantis, Inc. All rights reserved Direction ● Enterprise adoption on the rise ● Best Buy ● Bloomberg ● eBay ● Comcast ● Conscious attempt to provide a better experience for operators ● End-user working group ● Stability over new features
  • 6. Deployment improvements ● One size does not fit all Copyright © 2014 Mirantis, Inc. All rights reserved
  • 7. Copyright © 2014 Mirantis, Inc. All rights reserved The statistics
  • 8. OpenStack Compute (Nova) To implement services and associated libraries to provide massively scalable, on demand, self service access to compute resources, including bare metal, virtual machines, and containers. Copyright © 2014 Mirantis, Inc. All rights reserved
  • 9. Copyright © 2014 Mirantis, Inc. All rights reserved NFV ● New working group ● Multiple interfaces per network ● Improved performance ● PCI-SR-IOV ● Large page allocation ● Peg vCPUs to pCPUs ● Control vCPU configurations
  • 10. Copyright © 2014 Mirantis, Inc. All rights reserved Rescue Mode ● Ability to specify a rescue image on launch POST: /v2/d1b123/servers/7d14f8123/action -d '{"rescue": {"rescue_image_ref": "a88ddc123"}}' ● Local disks re-attached during rescue
  • 11. Copyright © 2014 Mirantis, Inc. All rights reserved Docker ● Driver in stackforge ● Pause/Unpause
  • 12. Copyright © 2014 Mirantis, Inc. All rights reserved Networking ● Unfrozen in Juno to align with Neutron ● Ability to set "hooks" to be executed for specific networking events ● Per-network settings ● SR-IOV neutron ports
  • 13. Copyright © 2014 Mirantis, Inc. All rights reserved Upgrades ● Rolling upgrades of Nova possible from Havana to Icehouse ● Ongoing process ● Continuing to move to Objects ● Version everything
  • 14. Copyright © 2014 Mirantis, Inc. All rights reserved Scheduler ● Being broken out into the Gantt project so it can be used by other projects ● Resource tracking, so when an instance is rescued the scheduler knows what needs to go where ● Host aggregates
  • 15. Hypervisor improvements Copyright © 2014 Mirantis, Inc. All rights reserved ● libvirt ● Performance, logging improvements ● Snapshots of network backed disks ● Enable qemu memory balloon statistics for ceilometer reporting ● Unused disk blocks given back to the underlying storage system ● Records meta-data in libvirt domain XML ● Namespaces for LXC containers ● Copy-on-write cloning for RBD-backed disks ● Controlled shutdown of guest OS during VM power off ● Intelligent NUMA node placement for guests
  • 16. Hypervisor improvements Copyright © 2014 Mirantis, Inc. All rights reserved ● Hyper-V ● Soft reboot, better logging, differencing vhdx images ● Ironic ● Add a virt driver for Ironic ● VMware ● Changed to use the Oslo vmware helper library
  • 17. OpenStack Network Service (Neutron) To implement services and associated libraries to provide on-demand, scalable, and technology-agnostic network abstraction. Copyright © 2014 Mirantis, Inc. All rights reserved
  • 18. Copyright © 2014 Mirantis, Inc. All rights reserved Feature parity ● Feature parity with nova-network in progress ● Initial migration path (prerequisite for nova-network deprecation)
  • 19. Copyright © 2014 Mirantis, Inc. All rights reserved L3 Enhancements ● Multiple L3 agents ● HA through plugins ● In Juno, through keepalived ● Each router created is assigned to 2 or more agents
  • 20. Distributed Virtual Router (DVR) ● Uses L3 HA ● Removes bottleneck in east-west Copyright © 2014 Mirantis, Inc. All rights reserved traffic ● shares OVS route information across virtual routers ● one-hop traffic for VMs on different hypervisors ● Requires OVS on ML2
  • 21. Copyright © 2014 Mirantis, Inc. All rights reserved IPv6 ● Next generation of IP routing ● 2001:0db8:85a3:0042:1000:8a2e:0370:7334 rather than 10.28.255.168 ● 3.4×1038 addresses rather than 4.3 billion ● Address assignment ● SLAAC ● Stateful DHCP ● Stateless DHCP ● Router advertisement through RADVD
  • 22. Copyright © 2014 Mirantis, Inc. All rights reserved New Plugins ● A10 Networks LBaaS driver for the LBaaS V1 API ● Arista L3 routing plugin ● Big Switch L3 routing plugin ● Brocade L3 routing plugin ● Cisco APIC ML2 Driver (including a L3 routing plugin). ● Cisco CSR L3 routing plugin ● Freescale SDN ML2 Mechanism Driver ● Nuage Networks ML2 Mechanism Driver ● SR-IOV capable NIC ML2 Mechanism Driver
  • 23. Copyright © 2014 Mirantis, Inc. All rights reserved Deprecated Plugins ● Cisco Nexus Sub-Plugin (The Nexus 1000V Sub-Plugin is still retained and supported in Juno) ● Mellanox Plugin ● Ryu Plugin ● (Should still work as ML2 plugins though!)
  • 24. Goodbye native OVS, LinuxBridge ● Deprecated in Icehouse ● Removed in Juno ● Replaced by ML2 MechanismDrivers Copyright © 2014 Mirantis, Inc. All rights reserved
  • 25. OpenStack Block Storage (Cinder) To implement services and libraries to provide on-demand, self-service access to Block Storage resources via abstraction and automation on top of other block storage devices. Copyright © 2014 Mirantis, Inc. All rights reserved
  • 26. Continuing development ● Nova is now using v2 API; v1 API deprecated ● Third party CI ● Contributor base is moving towards feature development rather than just driver development Copyright © 2014 Mirantis, Inc. All rights reserved
  • 27. Copyright © 2014 Mirantis, Inc. All rights reserved New Drivers ● EMC VNX FC direct driver ● EMC XtremIO iSCSI driver ● EMC XtremIO FC driver ● Fusion-io Control Volume driver ● ZFS Storage Appliance driver ● ProphetStor driver ● Volume driver for Pure Storage FlashArray storage system ● XenAPI Storage Manager volume driver
  • 28. OpenStack Object Storage (Swift) Copyright © 2014 Mirantis, Inc. All rights reserved
  • 29. Copyright © 2014 Mirantis, Inc. All rights reserved Storage policies ● Allows different storage types per object ● Replication settings per object ● Available through the API
  • 30. Copyright © 2014 Mirantis, Inc. All rights reserved Other additions ● Project-to-project copy ● Keystone v3 support
  • 31. OpenStack Image Service (Glance) To provide a service where users can upload and discover data assets that are meant to be used with other services, like images for Nova and templates for Heat. Copyright © 2014 Mirantis, Inc. All rights reserved
  • 32. Copyright © 2014 Mirantis, Inc. All rights reserved Beyond images ● Moving to artifact storage model ● Addition of metadata
  • 33. Copyright © 2014 Mirantis, Inc. All rights reserved Usability ● Restrict downloads based on policy ● Asynchronous processing to improve performance
  • 34. OpenStack Identity (Keystone) To facilitate API client authentication, service discovery, distributed multi-tenant authorization, and auditing. Copyright © 2014 Mirantis, Inc. All rights reserved
  • 35. Backend improvements ● Multiple Identity backends ● For example, LDAP for existing users, Keystone's SQL back end for OpenStack users ● Set per resource ID ● Map Keystone's "enabled" property to LDAP's "lock" property ● LDAPs now available Copyright © 2014 Mirantis, Inc. All rights reserved
  • 36. Keystone-to-Keystone Federation ● Two Keystone services in tandem Copyright © 2014 Mirantis, Inc. All rights reserved ● Identity Provider ● Service Provider ● Can be used for bursting between clouds ● Single-sign on ● Older federation endpoints to be deprecated ● This feature is experimental
  • 37. Copyright © 2014 Mirantis, Inc. All rights reserved Token changes ● UUID now the default for simplicity ● PKIZ rather than PKI ● Smaller keys mean it's easier to use external data store through Apache httpd -- and generalize federation (not just SAML) ● Also possible for Kerberos and X.509
  • 38. Copyright © 2014 Mirantis, Inc. All rights reserved Behind the Scenes ● Service catalogs available via the v3 API ● Addition of service names to the catalog ● Filter by service name ● Enable to user to retrieve only their credentials
  • 39. OpenStack Dashboard (Horizon) To provide an extensible unified web based user interface for all integrated OpenStack services. Copyright © 2014 Mirantis, Inc. All rights reserved
  • 40. General Improvements ● Many project-related additions ● Look and feel, move to Bootstrap 3 ● Centralized color pallette ● Tablesorter Copyright © 2014 Mirantis, Inc. All rights reserved
  • 41. JavaScript Library Unbundling ● Security issues ● Maintenance issues Copyright © 2014 Mirantis, Inc. All rights reserved
  • 42. Copyright © 2014 Mirantis, Inc. All rights reserved Added Sahara
  • 43. Role Based Access Control ● Fine-grained control for access ● Compute ● Networking ● Orchestration ● Glance and Swift were added in Icehouse Copyright © 2014 Mirantis, Inc. All rights reserved
  • 44. OpenStack Orchestration (Heat) Create a human and machine accessible service for managing the entire lifecycle of infrastructure and applications within OpenStack clouds. Copyright © 2014 Mirantis, Inc. All rights reserved
  • 45. Copyright © 2014 Mirantis, Inc. All rights reserved Better scaling ● Multiple Heat servers ● Multiple users can run stacks concurrently
  • 46. Better failure handling ● Cancel update ● Update failure recovery Copyright © 2014 Mirantis, Inc. All rights reserved
  • 47. Copyright © 2014 Mirantis, Inc. All rights reserved Delegation ● Better delegation for non-admin users ● Heat users created in separate project/namespace
  • 48. Copyright © 2014 Mirantis, Inc. All rights reserved New Resources ● Sahara ● Glance Image
  • 49. OpenStack Telemetry (Ceilometer) To reliably collect measurements of the utilization of the physical and virtual resources comprising deployed clouds, persist these data for subsequent retrieval and analysis, and trigger actions when defined criteria are met. Copyright © 2014 Mirantis, Inc. All rights reserved
  • 50. Copyright © 2014 Mirantis, Inc. All rights reserved General changes ● Community changes ● Re-architecting for performance ● Gnocchi
  • 51. Monitoring Network Events ● Firewall as a Service ● Load Balancer as a Service ● VPN as a Service Copyright © 2014 Mirantis, Inc. All rights reserved
  • 52. OpenStack Database Service (Trove) To provide scalable and reliable Cloud Database as a Service functionality for both relational and non-relational database engines, and to continue to improve its fully-featured and extensible open source framework. Copyright © 2014 Mirantis, Inc. All rights reserved
  • 53. New Database Options Copyright © 2014 Mirantis, Inc. All rights reserved ● SQL ● Postgres ● NoSQL ● MongoDB ● Added database type ● Added capabilities so Horizon can present appropriate options
  • 54. Replication and clustering Copyright © 2014 Mirantis, Inc. All rights reserved ● Replication ● Set a master ● Add a slave ● Promote a slave ● Detach a slave to be a new master ● Clustering ● Create an instance individually or as part of a cluster
  • 55. Copyright © 2014 Mirantis, Inc. All rights reserved Convenience ● Ability to create databases in Horizon ● Configuration groups ● Incremental backup
  • 56. Backend improvements ● Trove-conductor isolates the created databases from the trove database itself ● Better integration with Tempest API Copyright © 2014 Mirantis, Inc. All rights reserved
  • 57. OpenStack Data Processing (Sahara) To provide a scalable data processing stack and associated management interfaces. Copyright © 2014 Mirantis, Inc. All rights reserved
  • 58. Copyright © 2014 Mirantis, Inc. All rights reserved What is Sahara? ● Data processing ● Originally to easily deploy data processing frameworks such as Hadoop and Spark
  • 59. Copyright © 2014 Mirantis, Inc. All rights reserved Updates ● Update to Hadoop 2.4 ● Cloudera plugin has been added ● Apache Spark plugin has been added ● Addition of Spark as a job type ● Designed to run Java and Hive ● Spark currently runs as Java, but may change later
  • 60. Deployment improvements ● Now installs with Heat ● Multi-region support -- not what you think ● Integrated with Ceilometer ● Anti-affinity through server groups ● Security groups added by default Copyright © 2014 Mirantis, Inc. All rights reserved
  • 61. OpenStack Documentation Provide documentation for core OpenStack projects to promote OpenStack. Develop and maintain tools and processes to ensure quality, accurate documentation. Treat documentation like OpenStack code. Copyright © 2014 Mirantis, Inc. All rights reserved
  • 62. Copyright © 2014 Mirantis, Inc. All rights reserved Guides ● High Availability Guide, Security Guide broken out into separate repositories ● New Architecture Guide produced via the book sprint process
  • 63. Improving community participation ● Push for projects to self-document ● Networking Guide swarm ● Experiment with working on the wiki environment Copyright © 2014 Mirantis, Inc. All rights reserved
  • 64. Incubated Projects Copyright © 2014 Mirantis, Inc. All rights reserved
  • 65. Copyright © 2014 Mirantis, Inc. All rights reserved Graduated ● Sahara (Juno) ● Ironic (Kilo)
  • 66. Added to incubation ● Zaqar (formerly Marconi) ● Designate ● Manila ● Barbican Copyright © 2014 Mirantis, Inc. All rights reserved
  • 67. Community Changes Copyright © 2014 Mirantis, Inc. All rights reserved
  • 68. Copyright © 2014 Mirantis, Inc. All rights reserved DefCore ● DefCore to define "OpenStack" -- for trademark purposes ● RefStack to verify ● The Technical Committee still defines the "integrated" release ● Should we consider changing the "incubation" model? ● Layers versus big tent versus rings versus tags versus ...
  • 69. New specifications process Copyright © 2014 Mirantis, Inc. All rights reserved
  • 70. DriverLog and Vendor CI Copyright © 2014 Mirantis, Inc. All rights reserved
  • 71. Coming in Kilo April 30, 2015 Copyright © 2014 Mirantis, Inc. All rights reserved
  • 72. Copyright © 2014 Mirantis, Inc. All rights reserved Product changes ● Nova ● The return of Docker to the Nova project ● Neutron ● NFV functions ● Stability improvements ● Possible nova-network deprecation ● Swift ● Erasure coding
  • 73. Copyright © 2014 Mirantis, Inc. All rights reserved Paris Summit
  • 74. Copyright © 2014 Mirantis, Inc. All rights reserved Paris Summit ● Nova-Network deprecation takes shape ● Docker love continues to grow ● Neutron keeps improving ● No consensus on upgrading OpenStack ● Pumphouse has potential ● Big-name adoption growing ● EVERYONE is hiring
  • 75. Thank you Download the slides from: bit.ly/openstack-juno (and we’re hiring, ask me about working at Mirantis!) caedo@mirantis.com - twitter: @docaedo Copyright © 2014 Mirantis, Inc. All rights reserved