Top Banner
What’s new in Openstack Ocata? Sa Pham System Engineer @ VCCloud
20

What's new in openstack ocata

Apr 11, 2017

Download

Technology

Viet Stack
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: What's new in openstack ocata

What’s new in Openstack Ocata?

Sa Pham System Engineer @ VCCloud

Page 2: What's new in openstack ocata

$ whoami

- Sa Pham | [email protected] System Engineer at VCCloud- R&D about Openstack, Docker Container EcoSystem- At VCCloud We have

- Private and Public Cloud based on Openstack from 2013- With 150+ nodes compute in production- 4+ PB Data

Page 3: What's new in openstack ocata

Agenda

- Ocata Release- Horizon.. What’s new?- Nova in change- Glance- Cinder- Neutron- Others

Page 4: What's new in openstack ocata

Ocata Release

- 4 months after Newton version (earlier 2 months)- Key themes:

- Stabilization- Scalability- User Experience- Manageability

Page 5: What's new in openstack ocata

Horizon… What’s new?

Material Logo

Page 6: What's new in openstack ocata

Horizon… Before

Page 7: What's new in openstack ocata

Horizon… After

Key Pairs, API Access has a particular page in Compute Panel.

Page 8: What's new in openstack ocata

- Floating IPs page is in Network Panel Now

Horizon… After

Page 9: What's new in openstack ocata

"In the Ocata cycle, Cells v2 has now moved to the required deployment model for model," - Johnathan Bryce, Executive Director of the OpenStack Foundation

"By default, an Ocata deployment now needs to configure at least one new Cell V2," the release notes state.

Nova in change

Page 10: What's new in openstack ocata

At a basic level, Nova cells creates a hierarchy of Nova installs, each with its own database, message queue backend, scheduler, and compute nodes.

So… What is Cells?

Page 11: What's new in openstack ocata

So… What is Cells?

Page 12: What's new in openstack ocata

- Require create cell when deploy

nova-manage cell_v2 create_cell --name cell1

nova-manage cell_v2 discover_hosts

Nova in change

Page 13: What's new in openstack ocata

- We need at least three databases for Nova

Nova in change

Page 14: What's new in openstack ocata

Nova in change

- Nova-placement-api used to track resource provider inventories and usage- Compute node- Share storage pool- External IP pool- DPDK, SR-IOV

- In Ocata Release, nova-placement-api was separated from nova-api code and running service under Apache

- Compute service need placement credentials at placement section- In the future, maybe it will be separated and become a new project with

name: Quota as a Service.

Page 15: What's new in openstack ocata

Glance?

- New method to share image: community- Users can now create “community” images, making them available for

everyone else to use.

Page 16: What's new in openstack ocata

Glance

User can boot with this image new

Page 17: What's new in openstack ocata

What’s about Cinder?

- Before, cinder-volume service only accepts Active/Passive High Availability configurations

- Now, Active/Active HA Cinder can run in clustered mode (not verified)

Page 18: What's new in openstack ocata

Neutron?

- Support for Routed Provider Networks in Neutron - Nova scheduler uses this inventory as a hint to place instances based on

IPv4 address availability in routed network segments.

Page 19: What's new in openstack ocata

Others but not verified- Magnum now supports DC/OS as a cluster type as well as Kubernetes on

Suse- Zaqar can now use Swift as a storage option, providing built-in replication

capabilities.

Page 20: What's new in openstack ocata

$ exit

Q&A

Thanks for watching