SlideShare une entreprise Scribd logo
1  sur  12
Télécharger pour lire hors ligne
What’s New In
OpenStack
Havana
Webcast
October 2013
OpenStack Compute
Nova
5
Nova
Lifecycle

•  Boot from image/volume/snapshot
•  Clone from image/snapshot
•  Shelve instance
nova shelve <instance_id>

6
Nova
Live migration

•  Only within a single cell
•  Requires shared storage
nova live-migration <instance_id> <host_id>

Complete instructions at
http://bit.ly/live-migration-openstack

7
Nova
Quotas

•  Edit default quota
•  Set quotas per user, rather than per tenant/
project
nova-manage project quota 
--project <project name> 
--user <user name> 
--key <key for the quota to set> 
--value <value>
8
Nova
Cells and availability zones

•  No longer chosen at random
•  Scheduled the same way hosts are
•  Uses scheduler_filter_classes and
scheduler_weight_classes

•  Can specify ram_by_instance_type and weight_offset
9
Nova
Docker

•  Create and package an application, then run in
any Docker container

•  Implemented as both a hypervisor type and a
container type for Glance

10
Nova
VMware

•  Cinder support
•  Ability to control clone strategy
•  Manage multiple clusters from VMware vCenter

11
Nova
KVM

•  QEMU guest agent (qemu-guest-agent)
nova image-meta <image_id> set hw_qemu_guest_agent=yes

•  Cinder QoS and rate limiting
•  PCI passthrough (libvirt only)
•  New virtual interface (VIF) drivers (IO Visor,
Indigo Virtual Switch, Mellanox)

•  Store images as RBD, boot from Ceph.
12
Nova
Hyper-V

•  Support for Windows Server / Hyper-V Server
2012 R2

•  Drive resizing with VHDX
•  Memory oversubscription with dynamic memory
•  Ephemeral storage
•  Ceilometer integration
13
Nova
XenServer

•  Get around VHD 2000GB limit by splitting large
ephemeral disks into 1024GB or 2000GB chunks

•  Logging of a server console
•  Ability to boot VMs into a state where they are
running a Linux distribution installer, to help
users build their own custom images

•  And much, much, much more

14
Nova
Storage

•  Encryption of Cinder volumes
•  Native GlusterFS support
•  iSER support for iSCSI over TCP when using
RDMA

15

Contenu connexe

Tendances

Ceph & OpenStack talk given @ OpenStack Meetup @ Bangalore, June 2015
Ceph & OpenStack talk given @ OpenStack Meetup @ Bangalore, June 2015Ceph & OpenStack talk given @ OpenStack Meetup @ Bangalore, June 2015
Ceph & OpenStack talk given @ OpenStack Meetup @ Bangalore, June 2015Deepak Shetty
 
Gluster: a SWOT Analysis
Gluster: a SWOT Analysis Gluster: a SWOT Analysis
Gluster: a SWOT Analysis Gluster.org
 
OpenNebula TechDay Waterloo 2015 - Hyperconvergence and OpenNebula
OpenNebula TechDay Waterloo 2015 - Hyperconvergence  and  OpenNebulaOpenNebula TechDay Waterloo 2015 - Hyperconvergence  and  OpenNebula
OpenNebula TechDay Waterloo 2015 - Hyperconvergence and OpenNebulaOpenNebula Project
 
OpenNebula TechDay Waterloo 2015 - Open nebula hands on workshop
OpenNebula TechDay Waterloo 2015 - Open nebula hands on workshopOpenNebula TechDay Waterloo 2015 - Open nebula hands on workshop
OpenNebula TechDay Waterloo 2015 - Open nebula hands on workshopOpenNebula Project
 
3 ubuntu open_stack_ceph
3 ubuntu open_stack_ceph3 ubuntu open_stack_ceph
3 ubuntu open_stack_cephopenstackindia
 
OpenNebula and VMware - A dance
OpenNebula and VMware - A danceOpenNebula and VMware - A dance
OpenNebula and VMware - A danceOpenNebula Project
 
AtlasCamp 2015: The age of orchestration: From Docker basics to cluster manag...
AtlasCamp 2015: The age of orchestration: From Docker basics to cluster manag...AtlasCamp 2015: The age of orchestration: From Docker basics to cluster manag...
AtlasCamp 2015: The age of orchestration: From Docker basics to cluster manag...Atlassian
 
OpenNebula Conf 2014 | OpenNebula as Open Replacement of vCloud by Javier Fontan
OpenNebula Conf 2014 | OpenNebula as Open Replacement of vCloud by Javier FontanOpenNebula Conf 2014 | OpenNebula as Open Replacement of vCloud by Javier Fontan
OpenNebula Conf 2014 | OpenNebula as Open Replacement of vCloud by Javier FontanNETWAYS
 
Data Reduction for Gluster with VDO
Data Reduction for Gluster with VDOData Reduction for Gluster with VDO
Data Reduction for Gluster with VDOGluster.org
 
OpenNebula 4.14 Hands-on Tutorial
OpenNebula 4.14 Hands-on TutorialOpenNebula 4.14 Hands-on Tutorial
OpenNebula 4.14 Hands-on TutorialOpenNebula Project
 
Kubernetes Architecture and Introduction – Paris Kubernetes Meetup
Kubernetes Architecture and Introduction – Paris Kubernetes MeetupKubernetes Architecture and Introduction – Paris Kubernetes Meetup
Kubernetes Architecture and Introduction – Paris Kubernetes MeetupStefan Schimanski
 
OpenNebulaconf2017US: Paying down technical debt with "one" dollar bills by ...
OpenNebulaconf2017US:  Paying down technical debt with "one" dollar bills by ...OpenNebulaconf2017US:  Paying down technical debt with "one" dollar bills by ...
OpenNebulaconf2017US: Paying down technical debt with "one" dollar bills by ...OpenNebula Project
 
Storage in kubernetes
Storage in kubernetesStorage in kubernetes
Storage in kubernetesPeeyush Gupta
 
Gluster as Native Storage for Containers - past, present and future
Gluster as Native Storage for Containers - past, present and futureGluster as Native Storage for Containers - past, present and future
Gluster as Native Storage for Containers - past, present and futureGluster.org
 
OpenNebula Conf 2014: CentOS, QA an OpenNebula - Christoph Galuschka
OpenNebula Conf 2014: CentOS, QA an OpenNebula - Christoph GaluschkaOpenNebula Conf 2014: CentOS, QA an OpenNebula - Christoph Galuschka
OpenNebula Conf 2014: CentOS, QA an OpenNebula - Christoph GaluschkaNETWAYS
 
OpenNebulaConf 2016 - Measuring and tuning VM performance by Boyan Krosnov, S...
OpenNebulaConf 2016 - Measuring and tuning VM performance by Boyan Krosnov, S...OpenNebulaConf 2016 - Measuring and tuning VM performance by Boyan Krosnov, S...
OpenNebulaConf 2016 - Measuring and tuning VM performance by Boyan Krosnov, S...OpenNebula Project
 

Tendances (20)

Ceph & OpenStack talk given @ OpenStack Meetup @ Bangalore, June 2015
Ceph & OpenStack talk given @ OpenStack Meetup @ Bangalore, June 2015Ceph & OpenStack talk given @ OpenStack Meetup @ Bangalore, June 2015
Ceph & OpenStack talk given @ OpenStack Meetup @ Bangalore, June 2015
 
Gluster: a SWOT Analysis
Gluster: a SWOT Analysis Gluster: a SWOT Analysis
Gluster: a SWOT Analysis
 
OpenNebula TechDay Waterloo 2015 - Hyperconvergence and OpenNebula
OpenNebula TechDay Waterloo 2015 - Hyperconvergence  and  OpenNebulaOpenNebula TechDay Waterloo 2015 - Hyperconvergence  and  OpenNebula
OpenNebula TechDay Waterloo 2015 - Hyperconvergence and OpenNebula
 
Container orchestration
Container orchestrationContainer orchestration
Container orchestration
 
OpenNebula Administrator View
OpenNebula Administrator ViewOpenNebula Administrator View
OpenNebula Administrator View
 
OpenNebula TechDay Waterloo 2015 - Open nebula hands on workshop
OpenNebula TechDay Waterloo 2015 - Open nebula hands on workshopOpenNebula TechDay Waterloo 2015 - Open nebula hands on workshop
OpenNebula TechDay Waterloo 2015 - Open nebula hands on workshop
 
3 ubuntu open_stack_ceph
3 ubuntu open_stack_ceph3 ubuntu open_stack_ceph
3 ubuntu open_stack_ceph
 
Civil War: LXD vs Docker
Civil War: LXD vs DockerCivil War: LXD vs Docker
Civil War: LXD vs Docker
 
OpenNebula and VMware - A dance
OpenNebula and VMware - A danceOpenNebula and VMware - A dance
OpenNebula and VMware - A dance
 
AtlasCamp 2015: The age of orchestration: From Docker basics to cluster manag...
AtlasCamp 2015: The age of orchestration: From Docker basics to cluster manag...AtlasCamp 2015: The age of orchestration: From Docker basics to cluster manag...
AtlasCamp 2015: The age of orchestration: From Docker basics to cluster manag...
 
OpenNebula Conf 2014 | OpenNebula as Open Replacement of vCloud by Javier Fontan
OpenNebula Conf 2014 | OpenNebula as Open Replacement of vCloud by Javier FontanOpenNebula Conf 2014 | OpenNebula as Open Replacement of vCloud by Javier Fontan
OpenNebula Conf 2014 | OpenNebula as Open Replacement of vCloud by Javier Fontan
 
Data Reduction for Gluster with VDO
Data Reduction for Gluster with VDOData Reduction for Gluster with VDO
Data Reduction for Gluster with VDO
 
OpenNebula 4.14 Hands-on Tutorial
OpenNebula 4.14 Hands-on TutorialOpenNebula 4.14 Hands-on Tutorial
OpenNebula 4.14 Hands-on Tutorial
 
Kubernetes Architecture and Introduction – Paris Kubernetes Meetup
Kubernetes Architecture and Introduction – Paris Kubernetes MeetupKubernetes Architecture and Introduction – Paris Kubernetes Meetup
Kubernetes Architecture and Introduction – Paris Kubernetes Meetup
 
OpenNebulaconf2017US: Paying down technical debt with "one" dollar bills by ...
OpenNebulaconf2017US:  Paying down technical debt with "one" dollar bills by ...OpenNebulaconf2017US:  Paying down technical debt with "one" dollar bills by ...
OpenNebulaconf2017US: Paying down technical debt with "one" dollar bills by ...
 
Storage in kubernetes
Storage in kubernetesStorage in kubernetes
Storage in kubernetes
 
Gluster as Native Storage for Containers - past, present and future
Gluster as Native Storage for Containers - past, present and futureGluster as Native Storage for Containers - past, present and future
Gluster as Native Storage for Containers - past, present and future
 
OpenNebula Conf 2014: CentOS, QA an OpenNebula - Christoph Galuschka
OpenNebula Conf 2014: CentOS, QA an OpenNebula - Christoph GaluschkaOpenNebula Conf 2014: CentOS, QA an OpenNebula - Christoph Galuschka
OpenNebula Conf 2014: CentOS, QA an OpenNebula - Christoph Galuschka
 
Rethinking the OS
Rethinking the OSRethinking the OS
Rethinking the OS
 
OpenNebulaConf 2016 - Measuring and tuning VM performance by Boyan Krosnov, S...
OpenNebulaConf 2016 - Measuring and tuning VM performance by Boyan Krosnov, S...OpenNebulaConf 2016 - Measuring and tuning VM performance by Boyan Krosnov, S...
OpenNebulaConf 2016 - Measuring and tuning VM performance by Boyan Krosnov, S...
 

En vedette

Simon Lenoir - ATEC Meeting Place 2014 Sydney Australia
Simon Lenoir - ATEC Meeting Place 2014 Sydney AustraliaSimon Lenoir - ATEC Meeting Place 2014 Sydney Australia
Simon Lenoir - ATEC Meeting Place 2014 Sydney AustraliaRezdy
 
Ρόδι είναι, κάτι ξέρει
Ρόδι είναι, κάτι ξέρειΡόδι είναι, κάτι ξέρει
Ρόδι είναι, κάτι ξέρειGeorge Markatatos
 
Εγώ και εσύ μαζί!
Εγώ και εσύ μαζί!Εγώ και εσύ μαζί!
Εγώ και εσύ μαζί!George Markatatos
 
Делу партии Ленина-Сталина и Родине предан: Власов Арсентий Васильевич
Делу партии Ленина-Сталина и Родине предан: Власов Арсентий ВасильевичДелу партии Ленина-Сталина и Родине предан: Власов Арсентий Васильевич
Делу партии Ленина-Сталина и Родине предан: Власов Арсентий ВасильевичТатьяна Воропаева
 
HPU Flipped Classroom: Creating Your Own Content
HPU Flipped Classroom: Creating Your Own ContentHPU Flipped Classroom: Creating Your Own Content
HPU Flipped Classroom: Creating Your Own Contentsamharlow
 
If in the Earth is there always the same water, why must we save this water?
If in the Earth is there  always the same water, why  must we  save  this water?If in the Earth is there  always the same water, why  must we  save  this water?
If in the Earth is there always the same water, why must we save this water?marcdominguezjuanola
 
Οργανισμός Πνευματικής Ιδιοκτησίας (ΟΠΙ)
Οργανισμός Πνευματικής Ιδιοκτησίας (ΟΠΙ) Οργανισμός Πνευματικής Ιδιοκτησίας (ΟΠΙ)
Οργανισμός Πνευματικής Ιδιοκτησίας (ΟΠΙ) George Markatatos
 
Γιατί είναι σημαντικό να διδάσκεται η πνευματική ιδιοκτησία στα σχολεία;
Γιατί είναι σημαντικό να διδάσκεται η πνευματική ιδιοκτησία στα σχολεία;Γιατί είναι σημαντικό να διδάσκεται η πνευματική ιδιοκτησία στα σχολεία;
Γιατί είναι σημαντικό να διδάσκεται η πνευματική ιδιοκτησία στα σχολεία;George Markatatos
 
presentasi softskill akutansi internasional
presentasi softskill akutansi internasionalpresentasi softskill akutansi internasional
presentasi softskill akutansi internasionalyemijelsen
 
The Dating Guide
The Dating GuideThe Dating Guide
The Dating Guideseberomilho
 
Μεσόγειος. Αποστολή Διάσωσης
Μεσόγειος. Αποστολή ΔιάσωσηςΜεσόγειος. Αποστολή Διάσωσης
Μεσόγειος. Αποστολή ΔιάσωσηςGeorge Markatatos
 
Αποτελέσματα ερωτηματολογίου υπερ κομποστ..
Αποτελέσματα ερωτηματολογίου υπερ κομποστ..Αποτελέσματα ερωτηματολογίου υπερ κομποστ..
Αποτελέσματα ερωτηματολογίου υπερ κομποστ..George Markatatos
 
International ethics standards board for accountants
International ethics standards board for accountantsInternational ethics standards board for accountants
International ethics standards board for accountantsapep_jafar
 
Intro to Prezi
Intro to PreziIntro to Prezi
Intro to Prezisamharlow
 
Νοιάζομαι και δρω
Νοιάζομαι και δρωΝοιάζομαι και δρω
Νοιάζομαι και δρωGeorge Markatatos
 
tugas pratikum komputer dan administrasi perpajakan
tugas pratikum komputer dan administrasi perpajakantugas pratikum komputer dan administrasi perpajakan
tugas pratikum komputer dan administrasi perpajakanilhamiii
 

En vedette (20)

Simon Lenoir - ATEC Meeting Place 2014 Sydney Australia
Simon Lenoir - ATEC Meeting Place 2014 Sydney AustraliaSimon Lenoir - ATEC Meeting Place 2014 Sydney Australia
Simon Lenoir - ATEC Meeting Place 2014 Sydney Australia
 
Ρόδι είναι, κάτι ξέρει
Ρόδι είναι, κάτι ξέρειΡόδι είναι, κάτι ξέρει
Ρόδι είναι, κάτι ξέρει
 
Εγώ και εσύ μαζί!
Εγώ και εσύ μαζί!Εγώ και εσύ μαζί!
Εγώ και εσύ μαζί!
 
Делу партии Ленина-Сталина и Родине предан: Власов Арсентий Васильевич
Делу партии Ленина-Сталина и Родине предан: Власов Арсентий ВасильевичДелу партии Ленина-Сталина и Родине предан: Власов Арсентий Васильевич
Делу партии Ленина-Сталина и Родине предан: Власов Арсентий Васильевич
 
HPU Flipped Classroom: Creating Your Own Content
HPU Flipped Classroom: Creating Your Own ContentHPU Flipped Classroom: Creating Your Own Content
HPU Flipped Classroom: Creating Your Own Content
 
If in the Earth is there always the same water, why must we save this water?
If in the Earth is there  always the same water, why  must we  save  this water?If in the Earth is there  always the same water, why  must we  save  this water?
If in the Earth is there always the same water, why must we save this water?
 
Οργανισμός Πνευματικής Ιδιοκτησίας (ΟΠΙ)
Οργανισμός Πνευματικής Ιδιοκτησίας (ΟΠΙ) Οργανισμός Πνευματικής Ιδιοκτησίας (ΟΠΙ)
Οργανισμός Πνευματικής Ιδιοκτησίας (ΟΠΙ)
 
2. tv, radio, kranten en internet
2. tv, radio, kranten en internet2. tv, radio, kranten en internet
2. tv, radio, kranten en internet
 
Dating A 10
Dating A 10Dating A 10
Dating A 10
 
Живите с удовольствием!
Живите с удовольствием!Живите с удовольствием!
Живите с удовольствием!
 
Γιατί είναι σημαντικό να διδάσκεται η πνευματική ιδιοκτησία στα σχολεία;
Γιατί είναι σημαντικό να διδάσκεται η πνευματική ιδιοκτησία στα σχολεία;Γιατί είναι σημαντικό να διδάσκεται η πνευματική ιδιοκτησία στα σχολεία;
Γιατί είναι σημαντικό να διδάσκεται η πνευματική ιδιοκτησία στα σχολεία;
 
presentasi softskill akutansi internasional
presentasi softskill akutansi internasionalpresentasi softskill akutansi internasional
presentasi softskill akutansi internasional
 
The Dating Guide
The Dating GuideThe Dating Guide
The Dating Guide
 
Μεσόγειος. Αποστολή Διάσωσης
Μεσόγειος. Αποστολή ΔιάσωσηςΜεσόγειος. Αποστολή Διάσωσης
Μεσόγειος. Αποστολή Διάσωσης
 
Αποτελέσματα ερωτηματολογίου υπερ κομποστ..
Αποτελέσματα ερωτηματολογίου υπερ κομποστ..Αποτελέσματα ερωτηματολογίου υπερ κομποστ..
Αποτελέσματα ερωτηματολογίου υπερ κομποστ..
 
International ethics standards board for accountants
International ethics standards board for accountantsInternational ethics standards board for accountants
International ethics standards board for accountants
 
Intro to Prezi
Intro to PreziIntro to Prezi
Intro to Prezi
 
Νοιάζομαι και δρω
Νοιάζομαι και δρωΝοιάζομαι και δρω
Νοιάζομαι και δρω
 
все для фронта
все для фронтавсе для фронта
все для фронта
 
tugas pratikum komputer dan administrasi perpajakan
tugas pratikum komputer dan administrasi perpajakantugas pratikum komputer dan administrasi perpajakan
tugas pratikum komputer dan administrasi perpajakan
 

Similaire à Whats New in Havana--Nova

Openstack Magnum: Container-as-a-Service
Openstack Magnum: Container-as-a-ServiceOpenstack Magnum: Container-as-a-Service
Openstack Magnum: Container-as-a-ServiceChhavi Agarwal
 
Kubernetes Introduction & Whats new in Kubernetes 1.6
Kubernetes Introduction & Whats new in Kubernetes 1.6Kubernetes Introduction & Whats new in Kubernetes 1.6
Kubernetes Introduction & Whats new in Kubernetes 1.6Opcito Technologies
 
Kubernetes for Enterprise DevOps
Kubernetes for Enterprise DevOpsKubernetes for Enterprise DevOps
Kubernetes for Enterprise DevOpsJim Bugwadia
 
Kubernetes - introduction
Kubernetes - introductionKubernetes - introduction
Kubernetes - introductionSparkbit
 
CloudStack Tooling Ecosystem – Kiran Chavala, ShapeBlue
CloudStack Tooling Ecosystem – Kiran Chavala, ShapeBlueCloudStack Tooling Ecosystem – Kiran Chavala, ShapeBlue
CloudStack Tooling Ecosystem – Kiran Chavala, ShapeBlueShapeBlue
 
2 Day Bootcamp for OpenStack--Cloud Training by Mirantis (Preview)
2 Day Bootcamp for OpenStack--Cloud Training by Mirantis (Preview)2 Day Bootcamp for OpenStack--Cloud Training by Mirantis (Preview)
2 Day Bootcamp for OpenStack--Cloud Training by Mirantis (Preview)Mirantis
 
Spinnaker for Azure
Spinnaker for AzureSpinnaker for Azure
Spinnaker for AzureLarry Guger
 
What’s New in CloudStack 4.15 - CloudStack European User Group Virtual, May 2021
What’s New in CloudStack 4.15 - CloudStack European User Group Virtual, May 2021What’s New in CloudStack 4.15 - CloudStack European User Group Virtual, May 2021
What’s New in CloudStack 4.15 - CloudStack European User Group Virtual, May 2021ShapeBlue
 
Cache first cloud native microservices
Cache first cloud native microservicesCache first cloud native microservices
Cache first cloud native microservicesMesut Celik
 
Cloud Computing with OpenStack
Cloud Computing with OpenStackCloud Computing with OpenStack
Cloud Computing with OpenStackinside-BigData.com
 
Kubernetes Internals
Kubernetes InternalsKubernetes Internals
Kubernetes InternalsShimi Bandiel
 
OpenNebula - OpenNebula and tips for CentOS 7
OpenNebula - OpenNebula and tips for CentOS 7OpenNebula - OpenNebula and tips for CentOS 7
OpenNebula - OpenNebula and tips for CentOS 7OpenNebula Project
 
Scaling AKS Nodes: Leveraging Cluster Autoscaler, Karpenter, and Node Autopro...
Scaling AKS Nodes: Leveraging Cluster Autoscaler, Karpenter, and Node Autopro...Scaling AKS Nodes: Leveraging Cluster Autoscaler, Karpenter, and Node Autopro...
Scaling AKS Nodes: Leveraging Cluster Autoscaler, Karpenter, and Node Autopro...Philip Welz
 
Intro to cluster scheduler for Linux containers
Intro to cluster scheduler for Linux containersIntro to cluster scheduler for Linux containers
Intro to cluster scheduler for Linux containersKumar Gaurav
 
Best Practice for Deploying Application with Heat
Best Practice for Deploying Application with HeatBest Practice for Deploying Application with Heat
Best Practice for Deploying Application with HeatEthan Lynn
 
Chef cookbooks for OpenStack HA
Chef cookbooks for OpenStack HAChef cookbooks for OpenStack HA
Chef cookbooks for OpenStack HAAdam Spiers
 
Kubernetes Walk Through from Technical View
Kubernetes Walk Through from Technical ViewKubernetes Walk Through from Technical View
Kubernetes Walk Through from Technical ViewLei (Harry) Zhang
 
Easy multi-tenant-kubernetes-rwx-storage-with-cloud-provider-openstack-and-ma...
Easy multi-tenant-kubernetes-rwx-storage-with-cloud-provider-openstack-and-ma...Easy multi-tenant-kubernetes-rwx-storage-with-cloud-provider-openstack-and-ma...
Easy multi-tenant-kubernetes-rwx-storage-with-cloud-provider-openstack-and-ma...TomBarron
 

Similaire à Whats New in Havana--Nova (20)

Openstack Magnum: Container-as-a-Service
Openstack Magnum: Container-as-a-ServiceOpenstack Magnum: Container-as-a-Service
Openstack Magnum: Container-as-a-Service
 
Kubernetes Introduction & Whats new in Kubernetes 1.6
Kubernetes Introduction & Whats new in Kubernetes 1.6Kubernetes Introduction & Whats new in Kubernetes 1.6
Kubernetes Introduction & Whats new in Kubernetes 1.6
 
Kubernetes for Enterprise DevOps
Kubernetes for Enterprise DevOpsKubernetes for Enterprise DevOps
Kubernetes for Enterprise DevOps
 
Kubernetes - introduction
Kubernetes - introductionKubernetes - introduction
Kubernetes - introduction
 
CloudStack Tooling Ecosystem – Kiran Chavala, ShapeBlue
CloudStack Tooling Ecosystem – Kiran Chavala, ShapeBlueCloudStack Tooling Ecosystem – Kiran Chavala, ShapeBlue
CloudStack Tooling Ecosystem – Kiran Chavala, ShapeBlue
 
CKA_1st.pptx
CKA_1st.pptxCKA_1st.pptx
CKA_1st.pptx
 
2 Day Bootcamp for OpenStack--Cloud Training by Mirantis (Preview)
2 Day Bootcamp for OpenStack--Cloud Training by Mirantis (Preview)2 Day Bootcamp for OpenStack--Cloud Training by Mirantis (Preview)
2 Day Bootcamp for OpenStack--Cloud Training by Mirantis (Preview)
 
Spinnaker for Azure
Spinnaker for AzureSpinnaker for Azure
Spinnaker for Azure
 
What’s New in CloudStack 4.15 - CloudStack European User Group Virtual, May 2021
What’s New in CloudStack 4.15 - CloudStack European User Group Virtual, May 2021What’s New in CloudStack 4.15 - CloudStack European User Group Virtual, May 2021
What’s New in CloudStack 4.15 - CloudStack European User Group Virtual, May 2021
 
Cache first cloud native microservices
Cache first cloud native microservicesCache first cloud native microservices
Cache first cloud native microservices
 
Cloud Computing with OpenStack
Cloud Computing with OpenStackCloud Computing with OpenStack
Cloud Computing with OpenStack
 
Kubernetes Internals
Kubernetes InternalsKubernetes Internals
Kubernetes Internals
 
OpenNebula - OpenNebula and tips for CentOS 7
OpenNebula - OpenNebula and tips for CentOS 7OpenNebula - OpenNebula and tips for CentOS 7
OpenNebula - OpenNebula and tips for CentOS 7
 
Scaling AKS Nodes: Leveraging Cluster Autoscaler, Karpenter, and Node Autopro...
Scaling AKS Nodes: Leveraging Cluster Autoscaler, Karpenter, and Node Autopro...Scaling AKS Nodes: Leveraging Cluster Autoscaler, Karpenter, and Node Autopro...
Scaling AKS Nodes: Leveraging Cluster Autoscaler, Karpenter, and Node Autopro...
 
Intro to cluster scheduler for Linux containers
Intro to cluster scheduler for Linux containersIntro to cluster scheduler for Linux containers
Intro to cluster scheduler for Linux containers
 
Best Practice for Deploying Application with Heat
Best Practice for Deploying Application with HeatBest Practice for Deploying Application with Heat
Best Practice for Deploying Application with Heat
 
Chef cookbooks for OpenStack HA
Chef cookbooks for OpenStack HAChef cookbooks for OpenStack HA
Chef cookbooks for OpenStack HA
 
Kubernetes Walk Through from Technical View
Kubernetes Walk Through from Technical ViewKubernetes Walk Through from Technical View
Kubernetes Walk Through from Technical View
 
Easy multi-tenant-kubernetes-rwx-storage-with-cloud-provider-openstack-and-ma...
Easy multi-tenant-kubernetes-rwx-storage-with-cloud-provider-openstack-and-ma...Easy multi-tenant-kubernetes-rwx-storage-with-cloud-provider-openstack-and-ma...
Easy multi-tenant-kubernetes-rwx-storage-with-cloud-provider-openstack-and-ma...
 
OpenStack and Windows
OpenStack and WindowsOpenStack and Windows
OpenStack and Windows
 

Dernier

MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MIND CTI
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...apidays
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Orbitshub
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsNanddeep Nachan
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native ApplicationsWSO2
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDropbox
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistandanishmna97
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodJuan lago vázquez
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWERMadyBayot
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Victor Rentea
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024The Digital Insurer
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdfSandro Moreira
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamUiPathCommunity
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusZilliz
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesrafiqahmad00786416
 

Dernier (20)

MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering Developers
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 

Whats New in Havana--Nova

  • 3. Nova Lifecycle •  Boot from image/volume/snapshot •  Clone from image/snapshot •  Shelve instance nova shelve <instance_id> 6
  • 4. Nova Live migration •  Only within a single cell •  Requires shared storage nova live-migration <instance_id> <host_id> Complete instructions at http://bit.ly/live-migration-openstack 7
  • 5. Nova Quotas •  Edit default quota •  Set quotas per user, rather than per tenant/ project nova-manage project quota --project <project name> --user <user name> --key <key for the quota to set> --value <value> 8
  • 6. Nova Cells and availability zones •  No longer chosen at random •  Scheduled the same way hosts are •  Uses scheduler_filter_classes and scheduler_weight_classes •  Can specify ram_by_instance_type and weight_offset 9
  • 7. Nova Docker •  Create and package an application, then run in any Docker container •  Implemented as both a hypervisor type and a container type for Glance 10
  • 8. Nova VMware •  Cinder support •  Ability to control clone strategy •  Manage multiple clusters from VMware vCenter 11
  • 9. Nova KVM •  QEMU guest agent (qemu-guest-agent) nova image-meta <image_id> set hw_qemu_guest_agent=yes •  Cinder QoS and rate limiting •  PCI passthrough (libvirt only) •  New virtual interface (VIF) drivers (IO Visor, Indigo Virtual Switch, Mellanox) •  Store images as RBD, boot from Ceph. 12
  • 10. Nova Hyper-V •  Support for Windows Server / Hyper-V Server 2012 R2 •  Drive resizing with VHDX •  Memory oversubscription with dynamic memory •  Ephemeral storage •  Ceilometer integration 13
  • 11. Nova XenServer •  Get around VHD 2000GB limit by splitting large ephemeral disks into 1024GB or 2000GB chunks •  Logging of a server console •  Ability to boot VMs into a state where they are running a Linux distribution installer, to help users build their own custom images •  And much, much, much more 14
  • 12. Nova Storage •  Encryption of Cinder volumes •  Native GlusterFS support •  iSER support for iSCSI over TCP when using RDMA 15