SlideShare a Scribd company logo
Agenda (1/2)
• Last Releases Information
• VR Zero Downtime upgrades and Live Patching
• IPv6 support for Isolated and VPC Networks
• StorPool Storage Plugin
• Self-service Network Improvements
• Multi-account Network Access
• Multiple SSH Keys
1
Agenda (2/2)
• Structured System Events
• Instance and Volumes migration improvements
• More flexible service offerings
• Server Status Report
• KVM multiple local storage
• Reserve and release Public Ips
• Support for Ubuntu 22.04 (4.17.1.0)
2
3
About Me
• Senior Software Engineer at ShapeBlue
• Apache CloudStack Committer & PMC member
• Dad, husband, tennis and football (soccer) fan
Last Releases Information
• 4.17.0.0 Released 7 June 2022
• 383 new features, improvements and bug fixes
• 16 major new features
• 4.17 is an LTS release
• EOL. Jan 2024
• 4.17.0.1 (and 4.16.1.1) Released 18 July 2022 (CVE*)
• 4.17.1.0 Released 27 September 2022
Zero Downtime Upgrades & VR Patching
5
“Upgrading CloudStack is fast and reliable
……….except the Virtual Routers”
Zero Downtime Upgrades & VR Patching
6
• Router upgrades prior to 4.17 vs 4.17 and onwards:
• No VR shutdown when CloudStack is upgraded
• VR Live patching instead of destroy/create and reboot during VR
configuration
• Zero downtime when updating the VR
• No TCP packets lost
• Services restarted in ms
• No more long maintenance windows
7
Zero Downtime Upgrades & VR Patching
• haproxy, apache2, dnsmasq Services will need to be re-started
• Restart <1s
• Network reprogramming may be affected by complexity of network (i.e
number load balancers, firewall rules,etc on VR)
8
Zero Downtime Upgrades & VR Patching
ACS Version Upgrade Version Live PatchingSupport Reason / Comment
<= 4.13 4.17+ No Update in the openJDK
version
4.14 4.17+ Yes May notice some issue with
remote access VPN due to
older Strongswan version
>= 4.15 4.17+ Yes N/A
9
Zero Downtime Upgrades & VR Patching
• Zero downtime upgrade demo!
• ACS 4.14 -> ACS 4.17
• Vmware environment, 1 zone, 1 pod, 2 hosts
• System VMs live patching (CPVM -> update to noVNC)
• VPC router and internal load balancer routing
• Zero Downtime during the upgrade
10
Zero Downtime Upgrades & VR Patching
11
IPv6 support for Isolated and VPC
Networks
• CloudStack Isolated and VPC Network now support IPv6
• The IPv6 addresses are configured directly in the VM NIC
• Dual stack is supported but IPv4 continue using NAT
• Supports only firewall configuration in this phase
• Uses static route in the VR to enable IPv6 traffic to the internet
12
IPv6 support for Isolated and VPC
Networks
13
IPv6 support for Isolated and VPC
Networks
• Root admin register a /64 or bigger IPv6 prefix/range
• Users can assign a /64 IPv6 prefix/range creating isolated network or
VPC tier
• SLAAC is supported and used, there is no DHCPv6 support
• All systemvms (ssvm, cpvm, VRs etc) with a public NIC should get
automatic/SLAAC IPv6 address if zone has ipv6 /64 prefix
dedicated/allocated.
14
IPv6 support for Isolated and VPC
Networks
15
IPv6 support for Isolated and VPC
Networks
• To come in future releases
• Dynamic routing using BGP & OSPF
• Support for further services (LB, port redirect, etc)
16
Storpool Storage Plugin
• StorPool Plugin for Apache
CloudStack
• CloudStack can directly manage
storage pools
• Provides block devices as raw disk
images for KVM hosts
• Enable a range of VM operations for
volumes and snapshots
• Supported Hypervisor: KVM
17
Storpool Storage Plugin
• This integration enables users to
operate natively StorPool storage
for KVM hosts
• Enables operations like cloned
provisioning, instant snapshots, thin
provisioning, backup/DR and QoS
policies per virtual disk and/or per
Instance
18
Self-Service Network Improvements
• Enable regular users to create Shared Networks and Private Gateways
• Remove the need to ask to admin to create these resources
• Also, users can associate existing Isolated, VPC tier or L2 Networksas
Shared Network or VPC Private Gateway
• The Shared Network Offering must be set to specifyvlan=false to
enable users to create Shared Network without specified VLAN
19
Self-Service Network Improvements
• Admin creates network offering:
specifyvlan=false:
• Users can create shared networks
20
Multi-account Network Access
• This new feature enables users to share their own Networkswith
Accountswhen in the same Domain
• Reduces the application overhead when accessing resourcesfrom an
application hosted in different AccountNetworks, reducing the number
of hops
• Note: administration of the network can only be performed by the
original Account.
21
Multi-account Network Access
• Network detail view includes the Network Permission tab:
• Share the network with other accounts:
22
Multiple SSH-keys
• Enable users to add multiple SSH Keys for Instances
• No need to edit ~/.ssh/Authorized_keysto include new users
• Simplifies security management when managing users access to
the Virtual Machines
• The Create Instance wizard allows selecting multiple SSH keys:
23
Structures System Events
• Simplify the traceability and auditability of user operations
• Allows events to be searched, sorted and filtered
• Events specific to each object in UI
• Easy to navigate from the event to the related object
• Accessible through the API, being able to integrate with 3rd
party systems.
• Event descriptions maintained for backwards compatibility
24
Structures System Events
25
More flexible service offerings
• Before 4.17, ROOT Volumes and Disk Offerings were decoupled
• Redefines the relationship between the Service Offerings used for
Instance Root Disks
• Enables users to change the Root Volume characteristics based on
Disk Offering
• The existing model is still fully supported if required
• Increases the Service Providers offerings, considering that in most
cases, users only use the ROOT Volume in their Instances.
26
More flexible service offerings
27
Reserve and release Public IPs
• Users can now reserve Public IPs
• The reserved Public IP is locked for the user to be used later in their
networks
• Allows users to register the IP on the DNS server even before they are
allocated to a network
28
Reserve and release Public IPs
• New Public IP state:Reserved:
29
Reserve and release Public IPs
• To reserve a Public IP, select a Free IP and click Reserve:
• Can reserve to:
Accountor Project
30
Reserve and release Public IPs
• When acquiring a new IP, the reserved IPs are displayed:
31
Server Status Report
• Gives admins the ability to see the status/health
• Management Servers
• Usage Server
• DatabaseServer
• Available in the UI and API for integration/monitoring purposes
32
Server Status Report
• Infrastructure -> Management Servers:
33
Server Status Report
• Infrastructure -> DB/Usage server:
34
Other new features
• Multiple local storage for KVM hosts
• Improvements to Instance and volume migration
• Support for Ubuntu 22.04 on management server and KVM hosts (since
4.17.1.0)
35
Resources
• Download CloudStack 4.17:
https://cloudstack.apache.org/downloads.html
• Documentation:
https://docs.cloudstack.apache.org/en/4.17.1.0/
• What’s New Blog:
https://blogs.apache.org/cloudstack/entry/what-s-new-in-apache1
• Mailing lists:
https://cloudstack.apache.org/mailing-lists.html
Thanks!
NicolasVazquez
nicolas.vazquez@shapeblue.com
nvazquez@apache.org
@nvazquezuy
nvazquez

More Related Content

PDF
Backroll: Production Grade KVM Backup Solution Integrated in CloudStack
PDF
Automated CloudStack Deployment
PDF
CloudStack - Top 5 Technical Issues and Troubleshooting
PDF
What CloudStackers Need To Know About LINSTOR/DRBD
PDF
VNF Integration and Support in CloudStack - Wei Zhou - ShapeBlue
PDF
Docker Introduction
PPTX
Docker Networking Overview
PDF
What's Coming in CloudStack 4.19
Backroll: Production Grade KVM Backup Solution Integrated in CloudStack
Automated CloudStack Deployment
CloudStack - Top 5 Technical Issues and Troubleshooting
What CloudStackers Need To Know About LINSTOR/DRBD
VNF Integration and Support in CloudStack - Wei Zhou - ShapeBlue
Docker Introduction
Docker Networking Overview
What's Coming in CloudStack 4.19

What's hot (20)

PPTX
VMware Tanzu Kubernetes Connect
PDF
Kubernetes Introduction
PDF
Networking in Docker
ODP
Kubernetes Architecture
PDF
Accelerate Application Innovation Journey with Azure Kubernetes Service
PDF
KVM High Availability Regardless of Storage - Gabriel Brascher, VP of Apache ...
PPTX
Introduction to linux containers
PPTX
Automate DBA Tasks With Ansible
PDF
Ansible
PDF
Getting Started with Kubernetes
PDF
VMware Virtual SAN Presentation
PPTX
CloudStack networking
PPTX
Prometheus and Grafana
PDF
OpenShift-Technical-Overview.pdf
PDF
News And Development Update Of The CloudStack Tungsten Fabric SDN Plug-in
PDF
Introduction to Docker Compose
PPTX
Intro to Helm for Kubernetes
PDF
Introduction to Docker
PPTX
NSX-T Architecture and Components.pptx
PPTX
Docker 101 : Introduction to Docker and Containers
VMware Tanzu Kubernetes Connect
Kubernetes Introduction
Networking in Docker
Kubernetes Architecture
Accelerate Application Innovation Journey with Azure Kubernetes Service
KVM High Availability Regardless of Storage - Gabriel Brascher, VP of Apache ...
Introduction to linux containers
Automate DBA Tasks With Ansible
Ansible
Getting Started with Kubernetes
VMware Virtual SAN Presentation
CloudStack networking
Prometheus and Grafana
OpenShift-Technical-Overview.pdf
News And Development Update Of The CloudStack Tungsten Fabric SDN Plug-in
Introduction to Docker Compose
Intro to Helm for Kubernetes
Introduction to Docker
NSX-T Architecture and Components.pptx
Docker 101 : Introduction to Docker and Containers
Ad

Similar to What's New In Apache CloudStack 4.17 (20)

PDF
What's Coming In CloudStack 4.18
PDF
What’s New in CloudStack 4.19, Abhishek Kumar, Release Manager Apache CloudSt...
PPTX
Apache CloudStack 4.2: A First Look
PDF
What’s New and What’s Upcoming in Apache CloudStack, Giles Sirett, ShapeBlue
PDF
What’s New in CloudStack 4.19 - Abhishek Kumar - ShapeBlue
PDF
Apache CloudStack 101 - Introduction, What’s New and What’s Coming
PPTX
Introduction and news
PPTX
Whats New in Apache CloudStack Version 4.5
PPTX
OpenStack Kilo - April 2015
PDF
Sprint 74
PDF
Giles Sirett: Introduction and CloudStack news
PPTX
What's new OpenStack kilo
PPTX
Customizing Apache CloudStack - CCC13
PDF
Sprint 87
PPTX
CloudStack EU user group - CloudStack news
PDF
AWS re:Invent 특집 세미나 - (1) 컴퓨팅 분야 신규 서비스 요약 :: 윤석찬 (AWS 테크에반젤리스트)
PPTX
Windows Server 2012 r2
PDF
Rohit Yadav - The future of the CloudStack Virtual Router
PPTX
CloudStack DC Meetup - Apache CloudStack Overview and 4.1/4.2 Preview
PDF
AWS re:Invnet Highlights for VCs
What's Coming In CloudStack 4.18
What’s New in CloudStack 4.19, Abhishek Kumar, Release Manager Apache CloudSt...
Apache CloudStack 4.2: A First Look
What’s New and What’s Upcoming in Apache CloudStack, Giles Sirett, ShapeBlue
What’s New in CloudStack 4.19 - Abhishek Kumar - ShapeBlue
Apache CloudStack 101 - Introduction, What’s New and What’s Coming
Introduction and news
Whats New in Apache CloudStack Version 4.5
OpenStack Kilo - April 2015
Sprint 74
Giles Sirett: Introduction and CloudStack news
What's new OpenStack kilo
Customizing Apache CloudStack - CCC13
Sprint 87
CloudStack EU user group - CloudStack news
AWS re:Invent 특집 세미나 - (1) 컴퓨팅 분야 신규 서비스 요약 :: 윤석찬 (AWS 테크에반젤리스트)
Windows Server 2012 r2
Rohit Yadav - The future of the CloudStack Virtual Router
CloudStack DC Meetup - Apache CloudStack Overview and 4.1/4.2 Preview
AWS re:Invnet Highlights for VCs
Ad

More from ShapeBlue (20)

PPTX
The Yotta x CloudStack Advantage: Scalable, India-First Cloud
PPTX
Simplifying End-to-End Apache CloudStack Deployment with a Web-Based Automati...
PPTX
Extensions Framework (XaaS) - Enabling Orchestrate Anything
PDF
CloudStack GPU Integration - Rohit Yadav
PPTX
Building and Operating a Private Cloud with CloudStack and LINBIT CloudStack ...
PDF
Ampere Offers Energy-Efficient Future For AI And Cloud
PDF
Empowering Cloud Providers with Apache CloudStack and Stackbill
PDF
Apache CloudStack 201: Let's Design & Build an IaaS Cloud
PDF
Meetup Kickoff & Welcome - Rohit Yadav, CSIUG Chairman
PDF
Fully Open-Source Private Clouds: Freedom, Security, and Control
PPTX
Pushing the Limits: CloudStack at 25K Hosts
PPTX
Stretching CloudStack over multiple datacenters
PPTX
Proposed Feature: Monitoring and Managing Cloud Usage Costs in Apache CloudStack
PPSX
CloudStack + KVM: Your Local Cloud Lab
PDF
I’d like to resell your CloudStack services, but...
PDF
Storage Setup for LINSTOR/DRBD/CloudStack
PDF
Development of an Оbject Storage Plugin for CloudStack, Christian Reichert, s...
PDF
VM-HA with CloudStack and Linstor, Rene Peinthor
PDF
How We Use CloudStack to Provide Managed Hosting, Swen Brüseke, proIO
PDF
Internet Facing VMs and the DDoS Problem, Wido den Hollander, Your.Online
The Yotta x CloudStack Advantage: Scalable, India-First Cloud
Simplifying End-to-End Apache CloudStack Deployment with a Web-Based Automati...
Extensions Framework (XaaS) - Enabling Orchestrate Anything
CloudStack GPU Integration - Rohit Yadav
Building and Operating a Private Cloud with CloudStack and LINBIT CloudStack ...
Ampere Offers Energy-Efficient Future For AI And Cloud
Empowering Cloud Providers with Apache CloudStack and Stackbill
Apache CloudStack 201: Let's Design & Build an IaaS Cloud
Meetup Kickoff & Welcome - Rohit Yadav, CSIUG Chairman
Fully Open-Source Private Clouds: Freedom, Security, and Control
Pushing the Limits: CloudStack at 25K Hosts
Stretching CloudStack over multiple datacenters
Proposed Feature: Monitoring and Managing Cloud Usage Costs in Apache CloudStack
CloudStack + KVM: Your Local Cloud Lab
I’d like to resell your CloudStack services, but...
Storage Setup for LINSTOR/DRBD/CloudStack
Development of an Оbject Storage Plugin for CloudStack, Christian Reichert, s...
VM-HA with CloudStack and Linstor, Rene Peinthor
How We Use CloudStack to Provide Managed Hosting, Swen Brüseke, proIO
Internet Facing VMs and the DDoS Problem, Wido den Hollander, Your.Online

Recently uploaded (20)

PPTX
MYSQL Presentation for SQL database connectivity
PDF
Review of recent advances in non-invasive hemoglobin estimation
PDF
cuic standard and advanced reporting.pdf
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
PDF
Approach and Philosophy of On baking technology
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
CIFDAQ's Market Insight: SEC Turns Pro Crypto
PPTX
Cloud computing and distributed systems.
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Empathic Computing: Creating Shared Understanding
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Electronic commerce courselecture one. Pdf
MYSQL Presentation for SQL database connectivity
Review of recent advances in non-invasive hemoglobin estimation
cuic standard and advanced reporting.pdf
Chapter 3 Spatial Domain Image Processing.pdf
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
Approach and Philosophy of On baking technology
Understanding_Digital_Forensics_Presentation.pptx
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
CIFDAQ's Market Insight: SEC Turns Pro Crypto
Cloud computing and distributed systems.
Per capita expenditure prediction using model stacking based on satellite ima...
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Empathic Computing: Creating Shared Understanding
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
Reach Out and Touch Someone: Haptics and Empathic Computing
Dropbox Q2 2025 Financial Results & Investor Presentation
Building Integrated photovoltaic BIPV_UPV.pdf
Electronic commerce courselecture one. Pdf

What's New In Apache CloudStack 4.17

  • 1. Agenda (1/2) • Last Releases Information • VR Zero Downtime upgrades and Live Patching • IPv6 support for Isolated and VPC Networks • StorPool Storage Plugin • Self-service Network Improvements • Multi-account Network Access • Multiple SSH Keys 1
  • 2. Agenda (2/2) • Structured System Events • Instance and Volumes migration improvements • More flexible service offerings • Server Status Report • KVM multiple local storage • Reserve and release Public Ips • Support for Ubuntu 22.04 (4.17.1.0) 2
  • 3. 3 About Me • Senior Software Engineer at ShapeBlue • Apache CloudStack Committer & PMC member • Dad, husband, tennis and football (soccer) fan
  • 4. Last Releases Information • 4.17.0.0 Released 7 June 2022 • 383 new features, improvements and bug fixes • 16 major new features • 4.17 is an LTS release • EOL. Jan 2024 • 4.17.0.1 (and 4.16.1.1) Released 18 July 2022 (CVE*) • 4.17.1.0 Released 27 September 2022
  • 5. Zero Downtime Upgrades & VR Patching 5 “Upgrading CloudStack is fast and reliable ……….except the Virtual Routers”
  • 6. Zero Downtime Upgrades & VR Patching 6 • Router upgrades prior to 4.17 vs 4.17 and onwards:
  • 7. • No VR shutdown when CloudStack is upgraded • VR Live patching instead of destroy/create and reboot during VR configuration • Zero downtime when updating the VR • No TCP packets lost • Services restarted in ms • No more long maintenance windows 7 Zero Downtime Upgrades & VR Patching
  • 8. • haproxy, apache2, dnsmasq Services will need to be re-started • Restart <1s • Network reprogramming may be affected by complexity of network (i.e number load balancers, firewall rules,etc on VR) 8 Zero Downtime Upgrades & VR Patching ACS Version Upgrade Version Live PatchingSupport Reason / Comment <= 4.13 4.17+ No Update in the openJDK version 4.14 4.17+ Yes May notice some issue with remote access VPN due to older Strongswan version >= 4.15 4.17+ Yes N/A
  • 9. 9 Zero Downtime Upgrades & VR Patching
  • 10. • Zero downtime upgrade demo! • ACS 4.14 -> ACS 4.17 • Vmware environment, 1 zone, 1 pod, 2 hosts • System VMs live patching (CPVM -> update to noVNC) • VPC router and internal load balancer routing • Zero Downtime during the upgrade 10 Zero Downtime Upgrades & VR Patching
  • 11. 11 IPv6 support for Isolated and VPC Networks • CloudStack Isolated and VPC Network now support IPv6 • The IPv6 addresses are configured directly in the VM NIC • Dual stack is supported but IPv4 continue using NAT • Supports only firewall configuration in this phase • Uses static route in the VR to enable IPv6 traffic to the internet
  • 12. 12 IPv6 support for Isolated and VPC Networks
  • 13. 13 IPv6 support for Isolated and VPC Networks • Root admin register a /64 or bigger IPv6 prefix/range • Users can assign a /64 IPv6 prefix/range creating isolated network or VPC tier • SLAAC is supported and used, there is no DHCPv6 support • All systemvms (ssvm, cpvm, VRs etc) with a public NIC should get automatic/SLAAC IPv6 address if zone has ipv6 /64 prefix dedicated/allocated.
  • 14. 14 IPv6 support for Isolated and VPC Networks
  • 15. 15 IPv6 support for Isolated and VPC Networks • To come in future releases • Dynamic routing using BGP & OSPF • Support for further services (LB, port redirect, etc)
  • 16. 16 Storpool Storage Plugin • StorPool Plugin for Apache CloudStack • CloudStack can directly manage storage pools • Provides block devices as raw disk images for KVM hosts • Enable a range of VM operations for volumes and snapshots • Supported Hypervisor: KVM
  • 17. 17 Storpool Storage Plugin • This integration enables users to operate natively StorPool storage for KVM hosts • Enables operations like cloned provisioning, instant snapshots, thin provisioning, backup/DR and QoS policies per virtual disk and/or per Instance
  • 18. 18 Self-Service Network Improvements • Enable regular users to create Shared Networks and Private Gateways • Remove the need to ask to admin to create these resources • Also, users can associate existing Isolated, VPC tier or L2 Networksas Shared Network or VPC Private Gateway • The Shared Network Offering must be set to specifyvlan=false to enable users to create Shared Network without specified VLAN
  • 19. 19 Self-Service Network Improvements • Admin creates network offering: specifyvlan=false: • Users can create shared networks
  • 20. 20 Multi-account Network Access • This new feature enables users to share their own Networkswith Accountswhen in the same Domain • Reduces the application overhead when accessing resourcesfrom an application hosted in different AccountNetworks, reducing the number of hops • Note: administration of the network can only be performed by the original Account.
  • 21. 21 Multi-account Network Access • Network detail view includes the Network Permission tab: • Share the network with other accounts:
  • 22. 22 Multiple SSH-keys • Enable users to add multiple SSH Keys for Instances • No need to edit ~/.ssh/Authorized_keysto include new users • Simplifies security management when managing users access to the Virtual Machines • The Create Instance wizard allows selecting multiple SSH keys:
  • 23. 23 Structures System Events • Simplify the traceability and auditability of user operations • Allows events to be searched, sorted and filtered • Events specific to each object in UI • Easy to navigate from the event to the related object • Accessible through the API, being able to integrate with 3rd party systems. • Event descriptions maintained for backwards compatibility
  • 25. 25 More flexible service offerings • Before 4.17, ROOT Volumes and Disk Offerings were decoupled • Redefines the relationship between the Service Offerings used for Instance Root Disks • Enables users to change the Root Volume characteristics based on Disk Offering • The existing model is still fully supported if required • Increases the Service Providers offerings, considering that in most cases, users only use the ROOT Volume in their Instances.
  • 27. 27 Reserve and release Public IPs • Users can now reserve Public IPs • The reserved Public IP is locked for the user to be used later in their networks • Allows users to register the IP on the DNS server even before they are allocated to a network
  • 28. 28 Reserve and release Public IPs • New Public IP state:Reserved:
  • 29. 29 Reserve and release Public IPs • To reserve a Public IP, select a Free IP and click Reserve: • Can reserve to: Accountor Project
  • 30. 30 Reserve and release Public IPs • When acquiring a new IP, the reserved IPs are displayed:
  • 31. 31 Server Status Report • Gives admins the ability to see the status/health • Management Servers • Usage Server • DatabaseServer • Available in the UI and API for integration/monitoring purposes
  • 32. 32 Server Status Report • Infrastructure -> Management Servers:
  • 33. 33 Server Status Report • Infrastructure -> DB/Usage server:
  • 34. 34 Other new features • Multiple local storage for KVM hosts • Improvements to Instance and volume migration • Support for Ubuntu 22.04 on management server and KVM hosts (since 4.17.1.0)
  • 35. 35 Resources • Download CloudStack 4.17: https://cloudstack.apache.org/downloads.html • Documentation: https://docs.cloudstack.apache.org/en/4.17.1.0/ • What’s New Blog: https://blogs.apache.org/cloudstack/entry/what-s-new-in-apache1 • Mailing lists: https://cloudstack.apache.org/mailing-lists.html