Traduccion 1 Al 6
Traduccion 1 Al 6
Traduccion 1 Al 6
Feature Benefit
Manage virtualized commodity server Racks of commodity servers as pools of computing
resources Improved utilization and automation of resources for
CPU, memory, disk, and network greater cost efficiencies
interfaces
Manage Local Area Networks (LAN) Programmatically allocate IPs and VLANs
Flat, Flat DHCP, VLAN DHCP, IPv6 (for rapid provisioning of network capabilities and
security features)
Flexible networking models to suit needs of each
application and/or user group
API with rate limiting and authentication Designed for automation and security
(to make it easy for you to manage who has access to
compute resources and prevent users from impacting
each other with excessive API utilization)
Distributed and asynchronous Massively scalable and highly available system
architecture (for increased assurance of system uptime)
Virtual Machine (VM) image Easily store, import, share, and query images
management (to make it easy for you to spin up new standardized
VMs)
Live VM management Increase productivity with lifecycle management
Run, reboot, suspend, resize, terminate (from a single user interface and using the APIs)
instances
Floating IP addresses Ability to assign (and re-assign) IP addresses to VMs
Role Based Access Control (RBAC) Ensure security by user, role and project
Projects & Quotas Ability to allocate, track and limit resource utilization
VNC Proxy through web browser Quick and easy CLI administration
Dashboard with fully integrated support Learn more about the OpenStack Dashboard
for self-service provisioning
VM Image Caching on compute nodes Faster provisioning of VMs
OpenStack Storage: Openstack uses two types of storages Object and Block storage for use
with servers and applications
Object Storage (Swift): Object Storage is a cost effective, scale-out storage. It provides a
fully distributed, API-accessible storage platform that can be integrated directly into
applications or used for backup, archiving and data retention. It's built for scale and optimized
for durability, availability, and concurrency across the entire data set. Swift is ideal for storing
unstructured data that can grow without bound.
Block Storage (Cinder): Block Storage allows block of storages to be exposed and
connected to compute instances for expanded storage, better performance and integration
with enterprise storage platforms, such as NetApp, Nexenta and SolidFire. Cinder provides
an infrastructure for managing volumes in OpenStack. It was originally a Nova component
called nova-volume, but has become an independent project since the Folsom release.
1. OpenStack provides persistent block level storage devices for use with OpenStack
compute instances.
2. The block storage system manages the creation, attaching and detaching of the
block devices to servers. Block storage volumes are fully integrated into OpenStack
Compute and the Dashboard allowing for cloud users to manage their own storage
needs.
3. In addition to using simple Linux server storage, it has unified storage support for
numerous storage platforms including Ceph, NetApp, Nexenta, SolidFire, and
Zadara.
4. Block storage is appropriate for performance sensitive scenarios such as database
storage, expandable file systems, or providing a server with access to raw block level
storage.
5. Snapshot management provides powerful functionality for backing up data stored
on block storage volumes. Snapshots can be restored or used to create a new block
storage volume.