OpenStack

OpenStack
Stable release
Newton (2016.10.0)[1][2] / 6 October 2016 (2016-10-06)
Repository github.com/openstack/
Written in Python
Operating system Cross-platform
Type Cloud computing
License Apache License 2.0
Website openstack.org

OpenStack is a free and open-source software platform for cloud computing, mostly deployed as an infrastructure-as-a-service (IaaS).[3] The software platform consists of interrelated components that control diverse, multi-vendor hardware pools of processing, storage, and networking resources throughout a data center. Users either manage it through a web-based dashboard, through command-line tools, or through a RESTful API. OpenStack.org released it under the terms of the Apache License.

OpenStack began in 2010 as a joint project of Rackspace Hosting and NASA. As of 2016, it is managed by the OpenStack Foundation, a non-profit corporate entity established in September 2012[4] to promote OpenStack software and its community.[5] More than 500 companies have joined the project.[6][7][8][9][10][11][12][13][14][15]

The OpenStack community collaborates around a six-month, time-based release cycle with frequent development milestones.[16] During the planning phase of each release, the community gathers for an OpenStack Design Summit to facilitate developer working sessions and to assemble plans.[17]

Recent OpenStack Summits have taken place in Tokyo in October 2015,[18] Vancouver in May 2015,[19] and Paris in November 2014.[20] The summit in May 2014 in Atlanta drew 4,500 attendees — a 50% increase from the Hong Kong summit six months earlier.[21][22]

An OpenStack Summit took place in Austin on 25–29 April 2016,[23] and was followed by one in Barcelona on 25–28 October 2016.[24]

History

NASA's Nebula platform

In July 2010, Rackspace Hosting and NASA jointly launched an open-source cloud-software initiative known as OpenStack. The OpenStack project intended to help organizations offer cloud-computing services running on standard hardware. The community's first official release, code-named Austin, appeared four months later, with plans to release regular updates of the software every few months. The early code came from NASA's Nebula platform as well as from Rackspace's Cloud Files platform.

In 2011, developers of the Ubuntu Linux distribution adopted OpenStack[25] with an unsupported technology preview of the OpenStack "Bexar" release for Ubuntu 11.04 "Natty Narwhal".[26] Ubuntu's sponsor Canonical then introduced full support for OpenStack clouds, starting with OpenStack's Cactus release.

OpenStack became available in Debian Sid from the Openstack "Cactus" release in 2011, and the first release of Debian including OpenStack was Debian 7.0 (code name "Wheezy"), including OpenStack 2012.1 (code name: "Essex").[27][28]

In October 2011, SUSE announced the public preview of the industry's first fully configured OpenStack powered appliance based on the "Diablo" OpenStack release.[29] In August 2012, SUSE announced its commercially supported enterprise OpenStack distribution based on the "Essex" release.[30]

Cisco Cloud Computing CTO, Cloud Computing on OpenStack and network-as-a-Service

In 2012, Red Hat announced a preview of their OpenStack distribution,[31] beginning with the "Essex" release. After another preview release, Red Hat introduced commercial support for OpenStack with the "Grizzly" release, in July 2013.[32]

In July 2013, NASA released an internal audit citing lack of technical progress and other factors as the agency's primary reason for dropping out as an active developer of the project and instead focus on the use of public clouds.[33] This report is contradicted in part by remarks made by Ames Research Center CIO, Ray Obrien.[34]

In December 2013, Oracle announced it had joined OpenStack as a Sponsor and planned to bring OpenStack to Oracle Solaris, Oracle Linux, and many of its products.[35] It followed by announcing Oracle OpenStack distributions for Oracle Solaris[36][37] and for Oracle Linux using Icehouse on 24 September 2014.[38]

In May 2014, HP announced HP Helion and released a preview of HP Helion OpenStack Community, beginning with the IceHouse release. HP has operated HP Helion Public Cloud on OpenStack since 2012.[39]

At the 2014 Interop and Tech Field Day, software-defined networking was demonstrated by Avaya using Shortest path bridging and OpenStack as an automated campus, extending automation from the data center to the end device, removing manual provisioning from service delivery.[40][41]

As of March 2015, NASA still makes use of OpenStack private cloud[42] and has RFPs out for OpenStack public cloud support.[43]

Components

OpenStack main services

OpenStack has a modular architecture with various code names for its components.[44]

Compute (Nova)

OpenStack Compute (Nova) is a cloud computing fabric controller, which is the main part of an IaaS system. It is designed to manage and automate pools of computer resources and can work with widely available virtualization technologies, as well as bare metal and high-performance computing (HPC) configurations. KVM, VMware, and Xen are available choices for hypervisor technology (virtual machine monitor), together with Hyper-V and Linux container technology such as LXC.[45][46]

It is written in Python and uses many external libraries such as Eventlet (for concurrent programming), Kombu (for AMQP communication), and SQLAlchemy (for database access).[47] Compute's architecture is designed to scale horizontally on standard hardware with no proprietary hardware or software requirements and provide the ability to integrate with legacy systems and third-party technologies.[48]

Due to its widespread integration into enterprise-level infrastructures, monitoring OpenStack performance in general, and Nova performance in particular, at scale has become an increasingly important issue. Monitoring end-to-end performance requires tracking metrics from Nova, Keystone, Neutron, Cinder, Swift and other services, in addition to monitoring RabbitMQ which is used by OpenStack services for message passing.[49][50]

Networking (Neutron)

OpenStack Networking (Neutron) is a system for managing networks and IP addresses. OpenStack Networking ensures the network is not a bottleneck or limiting factor in a cloud deployment, and gives users self-service ability, even over network configurations.

OpenStack Networking provides networking models for different applications or user groups. Standard models include flat networks or VLANs that separate servers and traffic. OpenStack Networking manages IP addresses, allowing for dedicated static IP addresses or DHCP. Floating IP addresses let traffic be dynamically rerouted to any resources in the IT infrastructure, so users can redirect traffic during maintenance or in case of a failure.

Users can create their own networks, control traffic, and connect servers and devices to one or more networks. Administrators can use software-defined networking (SDN) technologies like OpenFlow to support high levels of multi-tenancy and massive scale. OpenStack networking provides an extension framework that can deploy and manage additional network services—such as intrusion detection systems (IDS), load balancing, firewalls, and virtual private networks (VPN).

Block Storage (Cinder)

OpenStack Block Storage (Cinder) provides persistent block-level storage devices for use with OpenStack compute instances. 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. In addition to local Linux server storage, it can use storage platforms including Ceph, CloudByte, Coraid, EMC (ScaleIO, VMAX, VNX and XtremIO), GlusterFS, Hitachi Data Systems, IBM Storage (IBM DS8000, Storwize family, SAN Volume Controller, XIV Storage System, and GPFS), Linux LIO, NetApp, Nexenta, Nimble Storage, Scality, SolidFire, HP (StoreVirtual and 3PAR StoreServ families) and Pure Storage. 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. 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.

Identity (Keystone)

OpenStack Identity (Keystone) provides a central directory of users mapped to the OpenStack services they can access. It acts as a common authentication system across the cloud operating system and can integrate with existing backend directory services like LDAP. It supports multiple forms of authentication including standard username and password credentials, token-based systems and AWS-style (i.e. Amazon Web Services) logins. Additionally, the catalog provides a queryable list of all of the services deployed in an OpenStack cloud in a single registry. Users and third-party tools can programmatically determine which resources they can access.

Image (Glance)

OpenStack Image (Glance) provides discovery, registration, and delivery services for disk and server images. Stored images can be used as a template. It can also be used to store and catalog an unlimited number of backups. The Image Service can store disk and server images in a variety of back-ends, including Swift. The Image Service API provides a standard REST interface for querying information about disk images and lets clients stream the images to new servers.

Glance adds many enhancements to existing legacy infrastructures. For example, if integrated with VMware, Glance introduces advanced features to the vSphere family such as vMotion, high availability and dynamic resource scheduling (DRS). vMotion is the live migration of a running VM, from one physical server to another, without service interruption. Thus, it enables a dynamic and automated self-optimizing datacenter, allowing hardware maintenance for the underperforming servers without downtimes.[51][52]

Other OpenStack modules that need to interact with Images, for example Heat, must communicate with the images metadata through Glance. Also, Nova can present information about the images, and configure a variation on an image to produce an instance. However, Glance is the only module that can add, delete, share, or duplicate images.[53]

Object Storage (Swift)

OpenStack Object Storage (Swift) is a scalable redundant storage system. Objects and files are written to multiple disk drives spread throughout servers in the data center, with the OpenStack software responsible for ensuring data replication and integrity across the cluster. Storage clusters scale horizontally simply by adding new servers. Should a server or hard drive fail, OpenStack replicates its content from other active nodes to new locations in the cluster. Because OpenStack uses software logic to ensure data replication and distribution across different devices, inexpensive commodity hard drives and servers can be used.

In August 2009, Rackspace started the development of the precursor to OpenStack Object Storage, as a complete replacement for the Cloud Files product. The initial development team consisted of nine developers.[54] SwiftStack, an object storage software company, is currently the leading developer for Swift with significant contributions from HP, Red Hat, NTT, NEC, IBM and more.[55]

Dashboard (Horizon)

OpenStack Dashboard (Horizon) provides administrators and users with a graphical interface to access, provision, and automation of cloud-based resources. The design accommodates third party products and services, such as billing, monitoring, and additional management tools. The dashboard is also brand-able for service providers and other commercial vendors who want to make use of it. The dashboard is one of several ways users can interact with OpenStack resources. Developers can automate access or build tools to manage resources using the native OpenStack API or the EC2 compatibility API.

Orchestration (Heat)

Heat is a service to orchestrate multiple composite cloud applications using templates, through both an OpenStack-native REST API and a CloudFormation-compatible Query API.[56]

Workflow (Mistral)

Mistral is a service that manages workflows. User typically writes a workflow using workflow language based on YAML and uploads the workflow definition to Mistral via its REST API. Then user can start this workflow manually via the same API or configure a trigger to start the workflow on some event.[57]

Telemetry (Ceilometer)

OpenStack Telemetry (Ceilometer) provides a Single Point Of Contact for billing systems, providing all the counters they need to establish customer billing, across all current and future OpenStack components. The delivery of counters is traceable and auditable, the counters must be easily extensible to support new projects, and agents doing data collections should be independent of the overall system.

Database (Trove)

Trove is a database-as-a-service provisioning relational and non-relational database engine.[58]

Elastic Map Reduce (Sahara)

Sahara is a component to easily and rapidly provision Hadoop clusters. Users will specify several parameters like the Hadoop version number, the cluster topology type, node flavor details (defining disk space, CPU and RAM settings), and others. After a user provides all of the parameters, Sahara deploys the cluster in a few minutes. Sahara also provides means to scale a preexisting Hadoop cluster by adding and removing worker nodes on demand.[59][60]

Bare Metal (Ironic)

Ironic is an OpenStack project that provisions bare metal machines instead of virtual machines. It was initially forked from the Nova Baremetal driver and has evolved into a separate project. It is best thought of as a bare-metal hypervisor API and a set of plugins that interact with the bare-metal hypervisors. By default, it will use PXE and IPMI in concert to provision and turn on and off machines, but Ironic supports and can be extended with vendor-specific plugins to implement additional functionality.[61][62]

Messaging (Zaqar)

Zaqar is a multi-tenant cloud messaging service for Web developers. The service features a fully RESTful API, which developers can use to send messages between various components of their SaaS and mobile applications by using a variety of communication patterns. Underlying this API is an efficient messaging engine designed with scalability and security in mind. Other OpenStack components can integrate with Zaqar to surface events to end users and to communicate with guest agents that run in the "over-cloud" layer.

Shared File System (Manila)

OpenStack Shared File System (Manila) provides an open API to manage shares in a vendor agnostic framework. Standard primitives include ability to create, delete, and give/deny access to a share and can be used standalone or in a variety of different network environments. Commercial storage appliances from EMC, NetApp, HP, IBM, Oracle, Quobyte, and Hitachi Data Systems are supported as well as filesystem technologies such as Red Hat GlusterFS.[63]

DNS (Designate)

Designate is a multi-tenant REST API for managing DNS. This component provides DNS as a Service and is compatible with many backend technologies, including PowerDNS and BIND. It doesn't provide a DNS service as such as its purpose is to interface with existing DNS servers to manage DNS zones on a per tenant basis.[64]

Search (Searchlight)

Searchlight provides advanced and consistent search capabilities across various OpenStack cloud services. It accomplishes this by offloading user search queries from other OpenStack API servers by indexing their data into ElasticSearch.[65] Searchlight is being integrated into Horizon[66] and also provides a Command-line interface.[67]

Key Manager (Barbican)

Barbican is a REST API designed for the secure storage, provisioning and management of secrets. It is aimed at being useful for all environments, including large ephemeral Clouds.[68]

Historical names

Several of the OpenStack projects have needed to change their names due to Trademark issues.

Compatibility with other cloud APIs

OpenStack does not strive for compatibility with other clouds APIs.[75] However, there is some amount of compatibility driven by various members of the OpenStack community for whom such things are important.

Governance

OpenStack is governed by a non-profit foundation and its board of directors, a technical committee and a user committee. The board of directors is made up of eight members from each of the eight platinum sponsors, eight members from the 24 defined maximum allowed Gold sponsors, and eight members elected by the Foundation individual members.[78]

The current sitting board of directors is:[79]

The Foundation's stated mission is "[by] providing shared resources to help achieve the OpenStack Mission by Protecting, Empowering, and Promoting OpenStack software and the community around it, including users, developers and the entire ecosystem." Though, it has little to do with the development of the software, which is managed by the technical committee - "an elected group that represents the contributors to the project, and has oversight on all technical matters."[82]

Users

OpenStack has a wide variety of users, from a number of different sectors.[83] Notable users include:

Deployment models

As the OpenStack project has matured, vendors have pioneered multiple ways for customers to deploy OpenStack:

Distributions

Release history

Release name Release date Included Component code names[44]
Austin 21 October 2010[106][107] Nova, Swift
Bexar 3 February 2011[108] Nova, Glance, Swift
Cactus 15 April 2011[109] Nova, Glance, Swift
Diablo 22 September 2011[110] Nova, Glance, Swift
Essex 5 April 2012[111] Nova, Glance, Swift, Horizon, Keystone
Folsom 27 September 2012[112] Nova, Glance, Swift, Horizon, Keystone, Quantum, Cinder
Grizzly 4 April 2013[113] Nova, Glance, Swift, Horizon, Keystone, Quantum, Cinder
Havana 17 October 2013[114] Nova, Glance, Swift, Horizon, Keystone, Neutron, Cinder, Heat, Ceilometer
Icehouse 17 April 2014[115] Nova, Glance, Swift, Horizon, Keystone, Neutron, Cinder, Heat, Ceilometer, Trove
Juno 16 October 2014[116] Nova, Glance, Swift, Horizon, Keystone, Neutron, Cinder, Heat, Ceilometer, Trove, Sahara
Kilo 30 April 2015[117] Nova, Glance, Swift, Horizon, Keystone, Neutron, Cinder, Heat, Ceilometer, Trove, Sahara, Ironic
Liberty 16 October 2015[118] Nova, Glance, Swift, Horizon, Keystone, Neutron, Cinder, Heat, Ceilometer, Trove, Sahara, Ironic, Zaqar, Manila, Designate, Barbican, Searchlight
Mitaka 7 April 2016[119] Nova, Glance, Swift, Horizon, Keystone, Neutron, Cinder, Heat, Ceilometer, Trove, Sahara, Ironic, Zaqar, Manila, Designate, Barbican, Searchlight, Magnum
Newton 6 October 2016[120] Nova, Glance, Swift, Horizon, Keystone, Neutron, Cinder, Heat, Ceilometer, Trove, Sahara, Ironic, Zaqar, Manila, Designate, Barbican, Searchlight, Magnum, aodh, cloudkitty, congress, freezer, mistral, monasca-api, monasca-log-api, murano, panko, senlin, solum, tacker, vitrage, watcher
Ocata TBA TBA

See also

References

  1. "Newton Release Notes - OpenStack". Wiki.openstack.org. Retrieved 2016-11-02.
  2. "ReleaseAnnouncement/Newton - OpenStack". www.openstack.org. Retrieved 2016-01-02.
  3. "OpenStack Open Source Cloud Computing Software". Retrieved 29 November 2013.
  4. "OpenStack Launches as Independent Foundation, Begins Work Protecting, Empowering and Promoting OpenStack". BusinessWire. 19 September 2012. Retrieved 7 January 2013.
  5. "OpenStack Foundation Mission". Retrieved 7 January 2013.
  6. "Companies » OpenStack Open Source Cloud Computing Software". Openstack.org. Retrieved 7 January 2013.
  7. "HP Announces Support for OpenStack". H30507.www3.hp.com. 27 July 2011. Retrieved 23 October 2012.
  8. "IBM supports OpenStack (Computerworld)". Computerworlduk.com. Retrieved 23 October 2012.
  9. "Dell OpenStack-Powered Cloud Solution". Content.dell.com. Retrieved 23 October 2012.
  10. "Oracle Sponsors OpenStack Foundation; Offers Customers Ability to Use OpenStack to Manage Oracle Cloud Products and Services". morningstar.com. 2013-12-10. Retrieved 2013-12-11.
  11. "GoDaddy Embraces Open-Source OpenStack Cloud". eweek.com. 3 March 2014. Retrieved 5 March 2014.
  12. "Hitachi and Openstack". hds.com. 3 March 2014. Retrieved 5 March 2014.
  13. Sean Michael Kerner. "Avaya Looks to OpenStack Horizon for the Software Defined Data Center". Enterprise Networking Planet.
  14. Hamilton, David. "How OpenStack is Giving DreamHost a Competitive Edge". The Whir. thewhir.com. Retrieved 2 April 2015.
  15. "Google Sponsors OpenStack Foundation". googlecloudplatform.blogspot.com. 16 July 2015. Retrieved 20 July 2015.
  16. "OpenStack Release Cycle". OpenStack Foundation. Retrieved 7 January 2013.
  17. "OpenStack Design Summit". OpenStack Foundation. Retrieved 7 January 2013.
  18. "OpenStack Tokyo Summit 2015".
  19. "OpenStack Vancouver Summit 2015".
  20. "OpenStack Paris Summit 2014".
  21. "Taking Stock of OpenStack's Rapid Growth".
  22. "OpenStack Design Summit Fall 2013".
  23. "OpenStack Austin Summit 2016".
  24. "OpenStack Barcelona Summit 2016".
  25. Vaughan, Steven J. (10 May 2011). "Canonical switches to OpenStack for Ubuntu Linux cloud". ZDNet. Retrieved 23 October 2012.
  26. Vaughan, Steven J. (3 February 2011). "Canonical brings Ubuntu to the OpenStack Cloud". ZDNet. Retrieved 11 January 2014.
  27. "Openstack Folsom fully uploaded to Experimental". Thomas Goirand. 6 February 2013. Retrieved 29 November 2013.
  28. "OpenStack Havana 2013.2 Debian packages available". Thomas Goirand. 17 October 2013. Retrieved 29 November 2013.
  29. "SUSE Debuts OpenStack-Powered Cloud Infrastructure Solution". SUSE press release. 26 October 2011. Retrieved 9 August 2016.
  30. "SUSE Releases First OpenStack-Based Enterprise Private Cloud Solution". SUSE press release. 29 August 2012. Retrieved 9 August 2016.
  31. "Red Hat Announces Preview Version of Enterprise-Ready OpenStack Distribution". Linux Weekly News. 15 August 2012. Retrieved 26 August 2013.
  32. "Red Hat Announces OpenStack-powered Product Offerings to Deliver on Open Hybrid Cloud Vision". Red Hat Press Release. 12 June 2013. Retrieved 11 January 2014.
  33. "NASA's Progress in Adopting Cloud Computing Technologies" (PDF). NASA. 2013-07-29. Retrieved 2014-03-14.
  34. "Nebula, NASA, and OpenStack". open.NASA. 4 June 2012. Retrieved 18 June 2015.
  35. "Oracle Sponsors OpenStack Foundation; Offers Customers Ability to Use OpenStack to Manage Oracle Cloud Products and Services". Oracle. 10 December 2013.
  36. "Oracle Introduces Oracle Solaris 11.2—Engineered for Cloud". Oracle. 29 April 2014.
  37. "Oracle Solaris 11.2 Now Generally Available". Oracle. 31 July 2014.
  38. "Oracle OpenStack for Oracle Linux Now Generally Available". Oracle. 24 September 2014.
  39. "HP Launches HP Helion Portfolio of Cloud Products and Services" (Press release). 7 May 2014. Retrieved 7 May 2014.
  40. "Interop 2014: Avaya to showcase Automated Campus part of SDN initiative". Info Tech Lead. 26 March 2014.
  41. "Avaya Software Defined Data Center". Tech Field Day. Feb 2014. Retrieved 25 June 2014.
  42. "Jet Propulsion Laboratory Streamlines Cloud Management for Europa Mission Study with Scalr".
  43. "RFP No.LL-2623-879754". NASA. 14 April 2015. Retrieved 21 April 2015.
  44. 1 2 "OpenStack Roadmap » OpenStack Open Source Cloud Computing Software". Openstack.org. Retrieved 17 April 2014.
  45. "OpenStack Compute: An Overview" (PDF). openstack.org. 2010. Retrieved 2014-03-31.
  46. "HypervisorSupportMatrix". Retrieved 29 November 2013.
  47. "OpenStack — more than just software". Retrieved 29 November 2013.
  48. "Openstack for Beginners"
  49. "Monitoring OpenStack Nova". Retrieved 17 October 2016.
  50. "Monitoring OpenStack Nova: Monitoring RabbitMQ". Retrieved 17 October 2016.
  51. "GlanceFeatureMatrix - OpenStack". openstack.org. Retrieved 2014-08-10.
  52. "ReleaseNotes/Icehouse - OpenStack". openstack.org. Retrieved 2014-08-10.
  53. "Chapter 6. Image Service - OpenStack Configuration Reference - juno". openstack.org. Retrieved 2014-08-10.
  54. Cloud Files (Swift) Origin on YouTube
  55. "Contributions by commits to OpenStack Swift". Stackalytics.
  56. "Heat - OpenStack". Wiki.openstack.org. Retrieved 2014-05-06.
  57. "Mistral - OpenStack". Wiki.openstack.org. Retrieved 2016-06-28.
  58. "Trove - OpenStack". Wiki.openstack.org. Retrieved 2014-05-06.
  59. "Welcome to Sahara's developer documentation!". docs.openstack.org. Retrieved 2014-09-24.
  60. "Sahara". wiki.openstack.org. Retrieved 2014-09-24.
  61. "Welcome to Ironic's developer documentation!". docs.openstack.org. Retrieved 2014-09-24.
  62. "Ironic". wiki.openstack.org. Retrieved 2014-09-24.
  63. "Manila". OpenStack Wiki. Retrieved 1 June 2015.
  64. "Designate". OpenStack Wiki. Retrieved 1 June 2015.
  65. "Searchlight - OpenStack". wiki.openstack.org. Retrieved 2016-02-20.
  66. "Searchlight Search Panel : Blueprints : OpenStack Dashboard (Horizon)". blueprints.launchpad.net. Retrieved 2016-02-20.
  67. "openstack/python-searchlightclient". GitHub. Retrieved 2016-02-20.
  68. "Barbican". OpenStack Wiki. Retrieved 1 June 2015.
  69. McClain, Mark (19 June 2013). "Quantum's new name is….". openstack-dev mailing list. OpenStack.org. Retrieved 16 July 2013.
  70. Lukjanov, Sergey (7 March 2014). "Sahara (ex. Savanna) project renaming process". openstack-dev mailing list. OpenStack.org. Retrieved 8 May 2016.
  71. Mac Innes, Kiall (9 March 2013). "Moniker renamed to Designate, and applies for Incubation.". openstack-dev mailing list. OpenStack.org. Retrieved 8 May 2016.
  72. Blair, James (12 June 2013). "Gerrit Downtime Friday June 14 at 20:00 UTC". openstack-dev mailing list. OpenStack.org. Retrieved 8 May 2016.
  73. "Welcome to Zaqar's developer documentation!". docs.openstack.org. Retrieved 2014-09-24.
  74. "Zaqar". wiki.openstack.org. Retrieved 2014-09-24.
  75. "[openstack-dev] EC2 API - users wanted".
  76. ec2-api on GitHub
  77. gce-api on GitHub
  78. "Foundation". OpenStack Foundation. Retrieved 15 January 2013.
  79. "2016 Individual Director election results". OpenStack Foundation. Retrieved 14 April 2016.
  80. "OpenStack TC". OpenStack Technical Committee. Retrieved 22 November 2016.
  81. "OpenStack UC". OpenStack Foundation. Retrieved 14 April 2016.
  82. "Bylaws of the OpenStack Foundation". OpenStack Foundation. Retrieved 15 January 2013.
  83. "OpenStack User Stories". openstack.org. Retrieved 29 November 2013.
  84. "Is AT&T Building the Ultimate Walled Garden?". News.slashdot.org. Retrieved 23 October 2012.
  85. "BBVA Bank on Openstack". Retrieved 30 April 2015.
  86. "Box Deploys Platform9 In Key Win For OpenStack". Retrieved 8 January 2016.
  87. "Openstack Engineering from Cloud to Couch". Retrieved 5 November 2015.
  88. "Stackalytics: Comcast". Retrieved 10 November 2015.
  89. Marketplace Business: Telecom opens new cloud marketplace (german)
  90. "DreamCompute". Retrieved 17 November 2014.
  91. Craft, Valentina (12 June 2013). "OpenStack an Underlying Theme in HP's Converged Cloud Strategy". SiliconAngle.com. Retrieved 21 April 2016.
  92. "爱奇艺-爱奇艺视频,高清影视剧,网络视频在线观看". Iqiyi.com. 2013-12-29. Retrieved 2014-04-09.
  93. "KT ucloud storage". KT. August 2010. Retrieved 12 July 2013.
  94. OpenStack: Enabling the Open Cloud Era on YouTube
  95. "Keynote: OpenStack at the National Security Agency (NSA)". Openstack.org. Retrieved 2014-04-09.
  96. "OVH taps open source Power8 architecture, OpenStack for cloud platform". 2014-10-20. Retrieved 2014-11-23.
  97. Cowan, Paris (2013-08-30). "Why PayPal chose OpenStack - Strategy - Business - News". Itnews.com.au. Retrieved 2014-02-13.
  98. "Rackspace Launches Global OpenStack Expansion". InformationWeek. Retrieved 2014-02-13.
  99. http://www.openstack.org/rate/Presentation/rackspace-featuring-sony-how-openstack-will-power-sony-s-online-games-for-playstation-4
  100. http://engineering.spilgames.com/openstack-operator-tool-novacek/
  101. "Report: Wal-Mart's Big Data Moves Will Boost Rackspace". Retrieved 11 September 2014.
  102. "OpenStack User Committee Update and Survey Results". YouTube. Retrieved 2014-04-09.
  103. Bruekner, Rich (2014-05-13). "Bright Computing Simplifies OpenStack Deployment". insideHPC. Retrieved 10 March 2016.
  104. Chase, Nick (2014-09-29). "Oracle announces Oracle OpenStack for Oracle Linux — and cooperation deal with Canonical seen as poking Red Hat". Mirantis, Inc. Retrieved 2016-02-26. Oracle OpenStack for Oracle Linux, or O3L, is now available, enabling customers to control both Oracle Linux and Oracle VM using OpenStack. It also, however, comes with the announcement of a 'mutual cooperation and support' agreement with Canonical, seen as a direct shot at Red Hat.
  105. "VMware Integrated OpenStack". VMware, Inc. Retrieved 2016-06-29. VMware Integrated OpenStack is a full OpenStack distribution that enables IT administrators to foster developer innovation by deploying and managing production grade OpenStack quickly and easily on top of their VMware infrastructure. - See more at: http://www.vmware.com/products/openstack/features.html#sthash.BoqTgnsr.dpuf
  106. "Software » OpenStack Open Source Cloud Computing Software". Openstack.org. Retrieved 23 October 2012.
  107. "Open Stack history summary on p.6-8" (PDF). Retrieved 23 October 2012.
  108. "BexarReleaseSchedule - Wiki". Wiki.openstack.org. 20 January 2011. Retrieved 23 October 2012.
  109. "CactusReleaseSchedule - Wiki". Wiki.openstack.org. 12 April 2011. Retrieved 23 October 2012.
  110. "DiabloReleaseSchedule - Wiki". Wiki.openstack.org. 6 September 2011. Retrieved 23 October 2012.
  111. "EssexReleaseSchedule - Wiki". Wiki.openstack.org. 7 March 2012. Retrieved 23 October 2012.
  112. "FolsomReleaseSchedule - Wiki". Wiki.openstack.org. 14 May 2012. Retrieved 23 October 2012.
  113. "GrizzlyReleaseSchedule - Wiki". Wiki.openstack.org. Retrieved 4 April 2013.
  114. "Havana_Release_Schedule - Wiki". Wiki.openstack.org. Retrieved 19 June 2013.
  115. "Icehouse Release Schedule - Wiki". Wiki.openstack.org. Retrieved 17 April 2014.
  116. "Juno Release Schedule - Wiki". Wiki.openstack.org. Retrieved 23 September 2014.
  117. "Kilo Release Schedule - Wiki". Wiki.openstack.org. Retrieved 23 September 2014.
  118. "OpenStack Docs: Liberty". releases.openstack.org. Retrieved 2016-02-20.
  119. "OpenStack Docs: Mitaka". releases.openstack.org. Retrieved 2016-02-20.
  120. "OpenStack Releases: Newton". releases.openstack.org. Retrieved 2016-10-08.
Wikimedia Commons has media related to OpenStack.
This article is issued from Wikipedia - version of the 11/24/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.