OpenStack

OpenStack
Initial release 21 October 2010 (2010-10-21)
Stable release
Rocky (2018.08.30)[1] / 30 August 2018 (2018-08-30)
Repository git.openstack.org
Written in Python
Operating system Cross-platform
Type Cloud computing
License Apache License 2.0
Website www.openstack.org

OpenStack (aka O~S) is a free and open-source software platform for cloud computing, mostly deployed as infrastructure-as-a-service (IaaS), whereby virtual servers and other resources are made available to customers.[2] 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 RESTful web services.

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[3] to promote OpenStack software and its community.[4] More than 500 companies have joined the project.[5][6][7][8][9][10][11][12][13][14][15]

History

NASA's Nebula platform

In July 2010, Rackspace Hosting and NASA jointly launched an open-source cloud-software initiative known as OpenStack.[16][17] The mission statement was "to produce the ubiquitous Open Source Cloud Computing platform that will meet the needs of public and private clouds regardless of size, by being simple to implement and massively scalable".[18]

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 three months later on 21 October 2010,[19] 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. The original cloud architecture was designed by the NASA Ames Web Manager, Megan A. Eskey,[20] and was a 2009 open source architecture called OpenNASA v2.0.[21] The cloud stack and open stack modules were merged and released as open source by the NASA Nebula[22] team in concert with Rackspace.

In 2011, developers of the Ubuntu Linux distribution adopted OpenStack[23] with an unsupported technology preview of the OpenStack "Bexar" release for Ubuntu 11.04 "Natty Narwhal".[24] 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").[25][26]

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

In November 2012, The UK’s Government Digital Service (GDS) launched Inside Government[29] based on the OpenNASA v2.0 Government as a Platform (GaaP) model.

Lew Tucker, VP & CTO, Cloud Computing of Cisco in 2012

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

The OpenStack organization has grown rapidly and is supported by more than 540 companies.[32]

In 2012 NASA withdrew from OpenStack as an active contributor, and instead made the strategic decision to use Amazon Web Services for cloud-based services.[33] 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.[34] This report is contradicted in part by remarks made by Ames Research Center CIO, Ray Obrien.[35]

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.[36] It followed by announcing Oracle OpenStack distributions for Oracle Solaris[37][38] and for Oracle Linux using Icehouse on 24 September 2014.[39]

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.[40]

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.[41][42]

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

OpenStack development

The OpenStack community collaborates around a six-month, time-based release cycle with frequent development milestones.[45]

During the planning phase of each release, the community would gather for an OpenStack Design Summit to facilitate developer working sessions and to assemble plans.[46] These Design Summits would coincide with the OpenStack Summit conference.

Starting with the Pike development cycle the design meetup activity has been separated out into a separate Project Teams Gathering (PTG) event.[47] This was done to avoid the developer distractions caused by presentations and customer meetings that were happening at the OpenStack Summit and to allow the design discussions to happen ahead of the start of the next cycle.

Recent OpenStack Summits have taken place in Vancouver on 21-25 May 2018[48], Sydney on 6-8 November 2017[49], Boston on 8-11 May 2017,[50] Austin on 25–29 April 2016,[51] and Barcelona on 25–28 October 2016.[52] Earlier OpenStack Summits have taken place also in Tokyo in October 2015,[53] Vancouver in May 2015,[54] and Paris in November 2014.[55] The summit in May 2014 in Atlanta drew 4,500 attendees — a 50% increase from the Hong Kong summit six months earlier.[56][57]

Components

OpenStack main services

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

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.[59][60]

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).[61] 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.

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.[62][63] All these services generate their own log files, which, especially in enterprise-level infrastructures, also should be monitored.[64]

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.[65][66]

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.[67]

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.[68] 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.[69]

Dashboard (Horizon)

OpenStack Dashboard (Horizon) provides administrators and users with a graphical interface to access, provision, and automate deployment 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.[70]

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.[71]

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 a non-relational database engine.[72]

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.[73][74]

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.[75][76]

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[77] or Ceph.

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.[78]

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.[79] Searchlight is being integrated into Horizon[80] and also provides a Command-line interface.[81]

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.[82]

Container orchestration (Magnum)

Magnum is an OpenStack API service developed by the OpenStack Containers Team making container orchestration engines such as Docker Swarm, Kubernetes, and Apache Mesos available as first class resources in OpenStack. Magnum uses Heat to orchestrate an OS image which contains Docker and Kubernetes and runs that image in either virtual machines or bare metal in a cluster configuration.[83]

Root Cause Analysis (Vitrage)

Vitrage is the OpenStack RCA (Root Cause Analysis) service for organizing, analyzing and expanding OpenStack alarms & events, yielding insights regarding the root cause of problems and deducing their existence before they are directly detected.[84]

Rule-based alarm actions (Aodh)

This alarming service enables the ability to trigger actions based on defined rules against metric or event data collected by Ceilometer or Gnocchi.[85]

Historical names

Several OpenStack projects changed names due to trademark issues.

  • Neutron was formerly known as Quantum.[86]
  • Sahara used to be called Savanna.[87]
  • Designate was previously known as Moniker.[88]
  • Trove was formerly known as RedDwarf.[89]
  • Zaqar was formerly known as Marconi.[90][91]

Compatibility with other cloud APIs

OpenStack does not strive for compatibility with other clouds' APIs.[92] 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.[95]

Appliances

An OpenStack Appliance[96] is the name given to software that can support the OpenStack cloud computing platform on either physical devices such as servers or virtual machines or a combination of the two. Typically a software appliance[97] is a set of software capabilities that can function without an operating system. Thus, they must contain enough of the essential underlying operating system components to work. Therefore, a strict definition might be: an application that is designed to offer OpenStack capability without the necessity of an underlying operating system. However, applying this strict definition may not be helpful, as there is not really a clear distinction between an appliance and a distribution.[98] It could be argued that the term appliance is something of a misnomer because OpenStack itself is referred to as a cloud operating system[99] so using the term OpenStack appliance could be a misnomer if one is being pedantic.

If we look at the range of Appliances and Distributions one could make the distinction that distributions are those toolsets which attempt to provide a wide coverage of the OpenStack project scope, whereas an Appliance will have a more narrow focus, concentrating on fewer projects. Vendors have been heavily involved in OpenStack since its inception, and have since developed and are marketing a wide range of appliances, applications and distributions.

Vendors

A large number of vendors offer OpenStack solutions, meaning that an organization wishing to deploy the technology has a complex task in selecting the vendor offer that best matches its business requirements.[100] Barb Darrow offered this over view in Fortune on May 27 2015,[101] pointing out that there may be some consolidation in the market that will clarify things.

There are other aspects that people need to consider, for example, the real costs involved.[102] How much of the actual OpenStack platform is offered? Some vendors will make an offer which encompasses most of the OpenStack projects; others will only offer certain components. Please refer to the table below for details. Other considerations: to what extent has a vendor injected proprietary code to manage a lack of maturity in an OpenStack component?[103] And to what extent does proprietary code mean vendor lock-in?[104]

The most authoritative information on vendor products is at the OpenStack Foundation website.[105]

Challenges to implementation

Openstack is a complex entity, and adopters face a range of challenges when trying to implement OpenStack in an organisation. For many organisations trying to implement their own projects, a key issue is the lack of skills available.[106] In an article on The New Stack, Atul JHA succinctly identifies five challenges any organization wishing to deploy OpenStack will face.[107]

Installation challenges

OpenStack is a suite of projects rather than a single product, and because each of the various applications needs to be configured to suit the user's requirements, installation is complex and requires a range of complementary skill-sets[108] for an optimum set-up. One obvious solution would be to take a complete vendor supplied package containing hardware and software, although due diligence is essential.[109]

Documentation

This is more a function of the nature of documentation with open source products than OpenStack per se, but with more than 25 projects, managing document quality is always going to be challenging.[110]

Upgrading OpenStack

One of the main objectives of using cloud type infrastructure is that it offers its users not only high reliability but also high availability,[111] something that public cloud suppliers will offer in Service Level Agreements.[112]

Such is the nature of OpenStack, due to its multi-project development approach, is that the complexity involved in synchronising the different projects during an upgrade implementation may mean that downtime is an unavoidable consequence.[113]

Long term support

It’s quite common for a business to keep using an earlier release of software for some time after it has been upgraded. The reasons for this are pretty obvious and referred to above. However, there is little incentive for developers in an open source project to provide support for superseded code. In addition, OpenStack itself has formally discontinued support for some old releases.[114]

Given the above challenges the most appropriate route for an organization wishing to implement OpenStack would be to go with a vendor, and source an OpenStack appliance or distribution.        

Users

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

Deployment models

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

OpenStack-based Public Cloud 
A vendor provides a public cloud computing system based on the OpenStack project.
On-premises distribution 
In this model, a customer downloads and installs an OpenStack distribution within their internal network. See Distributions.
Hosted OpenStack Private Cloud 
A vendor hosts an OpenStack-based private cloud: including the underlying hardware and the OpenStack software.
OpenStack-as-a-Service 
A vendor hosts OpenStack management software (without any hardware) as a service. Customers sign up for the service and pair it with their internal servers, storage and networks to get a fully operational private cloud.
Appliance based OpenStack 
Nebula was a vendor that sold appliances that could be plugged into a network which spawned an OpenStack deployment.

Distributions

Release history

Release name Release date Included Component code names[58]
Austin 21 October 2010[148][149] Nova, Swift
Bexar 3 February 2011[150] Nova, Glance, Swift
Cactus 15 April 2011[151] Nova, Glance, Swift
Diablo 22 September 2011[152] Nova, Glance, Swift
Essex 5 April 2012[153] Nova, Glance, Swift, Horizon, Keystone
Folsom 27 September 2012[154] Nova, Glance, Swift, Horizon, Keystone, Quantum, Cinder
Grizzly 4 April 2013[155] Nova, Glance, Swift, Horizon, Keystone, Quantum, Cinder
Havana 17 October 2013[156] Nova, Glance, Swift, Horizon, Keystone, Neutron, Cinder, Heat, Ceilometer
Icehouse 17 April 2014[157] Nova, Glance, Swift, Horizon, Keystone, Neutron, Cinder, Heat, Ceilometer, Trove
Juno 16 October 2014[158] Nova, Glance, Swift, Horizon, Keystone, Neutron, Cinder, Heat, Ceilometer, Trove, Sahara
Kilo 30 April 2015[159] Nova, Glance, Swift, Horizon, Keystone, Neutron, Cinder, Heat, Ceilometer, Trove, Sahara, Ironic
Liberty 16 October 2015[160] Nova, Glance, Swift, Horizon, Keystone, Neutron, Cinder, Heat, Ceilometer, Trove, Sahara, Ironic, Zaqar, Manila, Designate, Barbican, Searchlight
Mitaka 7 April 2016[161] Nova, Glance, Swift, Horizon, Keystone, Neutron, Cinder, Heat, Ceilometer, Trove, Sahara, Ironic, Zaqar, Manila, Designate, Barbican, Searchlight, Magnum
Newton 6 October 2016[162] 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 22 February 2017[163] 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
Pike 30 August 2017[164] 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
Queens 28 February 2018[165] 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, blazar, ceilometer-powervm, karbor, octavia, storlets, tricircle, zun
Rocky 30 August 2018[166] aodh, barbican, blazar, ceilometer, cinder, cloudkitty, congress, cyborg, designate, ec2-api, glance, heat, horizon, ironic, karbor, keystone, magnum, manila, masakari, mistral, monasca-api, monasca-log-api, murano, neutron, nova, octavia, panko, qinling, sahara, senlin, solum, storlets, swift, tacker, tricircle, trove, vitrage, watcher, zaqar, zun

See also

References

  1. "OpenStack Releases: Rocky". releases.openstack.org. Retrieved 17 September 2017.
  2. "OpenStack Open Source Cloud Computing Software". Retrieved 29 November 2013.
  3. "OpenStack Launches as Independent Foundation, Begins Work Protecting, Empowering and Promoting OpenStack". BusinessWire. 19 September 2012. Retrieved 7 January 2013.
  4. "OpenStack Foundation Mission". Retrieved 7 January 2013.
  5. "Companies » OpenStack Open Source Cloud Computing Software". Openstack.org. Retrieved 7 January 2013.
  6. "HP Announces Support for OpenStack". H30507.www3.hp.com. 27 July 2011. Retrieved 23 October 2012.
  7. "IBM supports OpenStack (Computerworld)". Computerworlduk.com. Retrieved 23 October 2012.
  8. "Dell OpenStack-Powered Cloud Solution". Content.dell.com. Retrieved 23 October 2012.
  9. "Oracle Sponsors OpenStack Foundation; Offers Customers Ability to Use OpenStack to Manage Oracle Cloud Products and Services". morningstar.com. 10 December 2013. Retrieved 11 December 2013.
  10. "GoDaddy Embraces Open-Source OpenStack Cloud". eweek.com. 3 March 2014. Retrieved 5 March 2014.
  11. "Hitachi and Openstack". hds.com. 3 March 2014. Retrieved 5 March 2014.
  12. Sean Michael Kerner. "Avaya Looks to OpenStack Horizon for the Software Defined Data Center". Enterprise Networking Planet.
  13. Hamilton, David. "How OpenStack is Giving DreamHost a Competitive Edge". The Whir. thewhir.com. Retrieved 2 April 2015.
  14. "Google Sponsors OpenStack Foundation". googlecloudplatform.blogspot.com. 16 July 2015. Retrieved 20 July 2015.
  15. "DataCentred is the first to roll out HP's Moonshot micro-servers with ARM inside". DatacenterDynamics. 16 March 2016. Retrieved 10 February 2017.
  16. Curry, Jim (19 July 2010). "Introducing OpenStack | The OpenStack Blog". www.openstack.org. Retrieved 22 January 2017.
  17. "Introduction a Bit of Openstack History". Docs Openstack. Openstack Foundation. Retrieved 17 September 2015.
  18. "Open Stack Wiki Main Page Mission". 24 May 2010. Openstack Foundation. Retrieved 17 September 2015.
  19. https://releases.openstack.org/
  20. Eskey, Megan. "Founder and CEO". FARA on Steroids.
  21. "OpenNASA v2.0". OpenNASA v2.0 cloud architecture. NASA.
  22. "Cloud Computing: Architecture, IT Security and Operational Perspectives". NASA Nebula Cloud Architecture. NASA.
  23. Vaughan, Steven J. (10 May 2011). "Canonical switches to OpenStack for Ubuntu Linux cloud". ZDNet. Retrieved 23 October 2012.
  24. Vaughan, Steven J. (3 February 2011). "Canonical brings Ubuntu to the OpenStack Cloud". ZDNet. Retrieved 11 January 2014.
  25. "Openstack Folsom fully uploaded to Experimental". Thomas Goirand. 6 February 2013. Retrieved 29 November 2013.
  26. "OpenStack Havana 2013.2 Debian packages available". Thomas Goirand. 17 October 2013. Retrieved 29 November 2013.
  27. "SUSE Debuts OpenStack-Powered Cloud Infrastructure Solution". SUSE press release. 26 October 2011. Retrieved 9 August 2016.
  28. "SUSE Releases First OpenStack-Based Enterprise Private Cloud Solution". SUSE press release. 29 August 2012. Retrieved 9 August 2016.
  29. "Inside Government". UK GDS.
  30. "Red Hat Announces Preview Version of Enterprise-Ready OpenStack Distribution". Linux Weekly News. 15 August 2012. Retrieved 26 August 2013.
  31. "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.
  32. "Openstack Organisation Foundation Companies". Openstack Organisation. Openstack Foundation. Retrieved 17 September 2015.
  33. Babcock, Chris (18 June 2012). "NASA Drops OpenStack For Amazon Cloud". Information Week. UBM Tech. Retrieved 17 September 2012.
  34. "NASA's Progress in Adopting Cloud Computing Technologies" (PDF). NASA. 29 July 2013. Retrieved 14 March 2014.
  35. "Nebula, NASA, and OpenStack". open.NASA. 4 June 2012. Retrieved 18 June 2015.
  36. "Oracle Sponsors OpenStack Foundation; Offers Customers Ability to Use OpenStack to Manage Oracle Cloud Products and Services". Oracle. 10 December 2013.
  37. "Oracle Introduces Oracle Solaris 11.2—Engineered for Cloud". Oracle. 29 April 2014.
  38. "Oracle Solaris 11.2 Now Generally Available". Oracle. 31 July 2014.
  39. "Oracle OpenStack for Oracle Linux Now Generally Available". Oracle. 24 September 2014.
  40. "HP Launches HP Helion Portfolio of Cloud Products and Services" (Press release). 7 May 2014. Retrieved 7 May 2014.
  41. "Interop 2014: Avaya to showcase Automated Campus part of SDN initiative". Info Tech Lead. 26 March 2014. Missing or empty |url= (help); |access-date= requires |url= (help)
  42. "Avaya Software Defined Data Center". Tech Field Day. Feb 2014. Retrieved 25 June 2014.
  43. "Jet Propulsion Laboratory Streamlines Cloud Management for Europa Mission Study with Scalr".
  44. "RFP No.LL-2623-879754". NASA. 14 April 2015. Archived from the original on 12 April 2015. Retrieved 21 April 2015.
  45. "OpenStack Release Cycle". OpenStack Foundation. Retrieved 7 January 2013.
  46. "OpenStack Design Summit". OpenStack Foundation. Retrieved 7 January 2013.
  47. "OpenStack PTG - Developers, Operators, and End Users". OpenStack. Retrieved 2018-05-11.
  48. "Vancouver 2018 - OpenStack Summit". OpenStack. Retrieved 2018-05-11.
  49. "Join us November 6-8, 2017 for the OpenStack Summit Sydney!". OpenStack. Retrieved 2018-09-24.
  50. "Boston 2017 - OpenStack Open Source Cloud Computing Software". OpenStack. Retrieved 2017-09-12.
  51. "OpenStack Austin Summit 2016".
  52. "OpenStack Barcelona Summit 2016".
  53. "OpenStack Tokyo Summit 2015".
  54. "OpenStack Vancouver Summit 2015".
  55. "OpenStack Paris Summit 2014".
  56. "Taking Stock of OpenStack's Rapid Growth".
  57. "OpenStack Design Summit Fall 2013".
  58. 1 2 "OpenStack Roadmap » OpenStack Open Source Cloud Computing Software". Openstack.org. Retrieved 17 April 2014.
  59. "OpenStack Compute: An Overview" (PDF). openstack.org. 2010. Retrieved 31 March 2014.
  60. "HypervisorSupportMatrix". Retrieved 29 November 2013.
  61. "OpenStack — more than just software". Retrieved 29 November 2013.
  62. "Monitoring OpenStack Nova". Retrieved 17 October 2016.
  63. "Monitoring OpenStack Nova: Monitoring RabbitMQ". Retrieved 17 October 2016.
  64. "OpenStack monitoring beyond the Elastic (ELK) Stack - Part 3: Monitoring with Dynatrace | Dynatrace blog – monitoring redefined". Dynatrace blog – monitoring redefined. 2017-07-05. Retrieved 2017-09-12.
  65. "GlanceFeatureMatrix — OpenStack". openstack.org. Retrieved 10 August 2014.
  66. "ReleaseNotes/Icehouse — OpenStack". openstack.org. Retrieved 10 August 2014.
  67. "Chapter 6. Image Service — OpenStack Configuration Reference — juno". openstack.org. Retrieved 10 August 2014.
  68. Cloud Files (Swift) Origin on YouTube
  69. "Contributions by commits to OpenStack Swift". Stackalytics.
  70. "Heat — OpenStack". Wiki.openstack.org. Retrieved 6 May 2014.
  71. "Mistral — OpenStack". Wiki.openstack.org. Retrieved 28 June 2016.
  72. "Trove — OpenStack". Wiki.openstack.org. Retrieved 6 May 2014.
  73. "Welcome to Sahara's developer documentation!". docs.openstack.org. Retrieved 24 September 2014.
  74. "Sahara". wiki.openstack.org. Retrieved 24 September 2014.
  75. "Welcome to Ironic's developer documentation!". docs.openstack.org. Retrieved 24 September 2014.
  76. "Ironic". wiki.openstack.org. Retrieved 24 September 2014.
  77. "Manila". OpenStack Wiki. Retrieved 1 June 2015.
  78. "Designate". OpenStack Wiki. Retrieved 1 June 2015.
  79. "Searchlight — OpenStack". wiki.openstack.org. Retrieved 20 February 2016.
  80. "Searchlight Search Panel : Blueprints : OpenStack Dashboard (Horizon)". blueprints.launchpad.net. Retrieved 20 February 2016.
  81. "openstack/python-searchlightclient". GitHub. Retrieved 20 February 2016.
  82. "Barbican". OpenStack Wiki. Retrieved 1 June 2015.
  83. "Magnum". OpenStack Wiki. Retrieved 3 October 2017.
  84. https://wiki.openstack.org/wiki/Vitrage
  85. "Aodh". OpenStack Documentation. Retrieved 3 October 2017.
  86. McClain, Mark (19 June 2013). "Quantum's new name is..." openstack-dev mailing list. OpenStack.org. Retrieved 16 July 2013.
  87. Lukjanov, Sergey (7 March 2014). "Sahara (ex. Savanna) project renaming process". openstack-dev mailing list. OpenStack.org. Retrieved 8 May 2016.
  88. Mac Innes, Kiall (9 March 2013). "Moniker renamed to Designate, and applies for Incubation". openstack-dev mailing list. OpenStack.org. Retrieved 8 May 2016.
  89. Blair, James (12 June 2013). "Gerrit Downtime Friday June 14 at 20:00 UTC". openstack-dev mailing list. OpenStack.org. Retrieved 8 May 2016.
  90. "Welcome to Zaqar's developer documentation!". docs.openstack.org. Retrieved 24 September 2014.
  91. "Zaqar". wiki.openstack.org. Retrieved 24 September 2014.
  92. "[openstack-dev] EC2 API — users wanted".
  93. ec2-api on GitHub
  94. gce-api on GitHub
  95. "Foundation". OpenStack Foundation. Retrieved 15 January 2013.
  96. "Openstack Organisation". Openstack.org. Openstack Foundation. Retrieved 17 September 2015.
  97. "Definition of a Software Appliance". pcmag.com. Ziff Davis. Retrieved 17 September 2015.
  98. Datta, Alana (1 September 2009). "A (SUSE) Studio to Edit and Roll Out Your Appliance". OpenSourceForYou. EFYIIndia. Retrieved 17 September 2015.
  99. "OpenStack: The Open Source Cloud Operating System". www.openstack.org. OpenStack Foundation. Retrieved 21 September 2015.
  100. Allen, Scott (19 May 2015). "5 Questions You Should Ask a Potential OpenStack Vendor". Intel Communities. Intel. Retrieved 17 September 2015.
  101. Darrow, Barb (7 May 2015). "Is there such a thing as too many clouds?". Fortune. Time Inc. Retrieved 17 September 2015.
  102. Finnegan, Matthew (1 May 2015). "OpenStack 'more costly' than VMware and Microsoft for private clouds". Computerworlduk,com. IDG. Retrieved 17 September 2015.
  103. Clark, Jack (13 May 2014). "HP: OpenStack's networking nightmare Neutron 'was everyone's fault". The Register. The Register. Retrieved 17 September 2015.
  104. Donnelly, Caroline (3 March 2015). "HP updates Helion OpenStack in latest hybrid cloud push". Computer Weekly. TechTarget. Retrieved 17 September 2015.
  105. "Distro's and appliances". Openstack.org. Openstack Foundation.
  106. Tsidulko, Joseph (6 August 2015). "OpenStack Community Challenged By Dearth Of Talent, Complexity". CRN. The Channel Company. Retrieved 17 September 2015.
  107. Jha, Atul (December 2011). "OpenStack Has Its Issues but it's Worth a Fortune". Thenewstack.io. The New Stack. Retrieved 17 September 2015.
  108. Laube, David (12 January 2015). "Why We Threw 4 Months of Work in the Trash; or How we Failed at OpenStack". Packet.net. Packet. Retrieved 17 September 2015.
  109. SVERDLIK, Yevgeniy (April 1, 2015). "Private OpenStack Startup Nebula Goes Out of Business". Data Center Knowledge. Penton. Retrieved 17 September 2015.
  110. Lester, Andy (10 January 2013). "13 Things People Hate about Your Open Source Docs". Smart Bear. SmartBear Software. Retrieved 17 September 2015.
  111. "Increased Availability and Reliability". WhatIsCloud.com. Arcitura Education Inc. Retrieved 21 September 2015.
  112. Baset, Salman. "Cloud SLAs: Present and Future" (PDF). www.cs.columbia.edu. Retrieved 21 September 2015.
  113. Darrow, Barb (20 December 2013). ""Backbreaking" OpenStack migrations hinder enterprise upgrades". gigaom.com. Knowingly Inc. Retrieved 21 September 2015.
  114. "Releases". wikiOpenStack.otg. Openstack Foundation. Retrieved 17 September 2015.
  115. "OpenStack User Stories". openstack.org. Retrieved 29 November 2013.
  116. "Is AT&T Building the Ultimate Walled Garden?". News.slashdot.org. Retrieved 23 October 2012.
  117. "BBVA Bank on Openstack". Retrieved 30 April 2015.
  118. "Box Deploys Platform9 In Key Win For OpenStack". Retrieved 8 January 2016.
  119. "OpenStack operator spotlight: CERN". Retrieved 10 August 2017.
  120. "Openstack Engineering from Cloud to Couch". Retrieved 5 November 2015.
  121. "Stackalytics: Comcast". Retrieved 10 November 2015.
  122. Marketplace Business: Telecom opens new cloud marketplace (German)
  123. http://www.huawei.com/en/news/2016/3/dian-xin-yun
  124. "DreamCompute". Retrieved 17 November 2014.
  125. "Ericsson joins OpenStack, demonstrates unique virtual data center manager". 28 February 2012. Retrieved 2 November 2017.
  126. https://www.theregister.co.uk/2016/02/10/hmrc_goes_openstack/
  127. Craft, Valentina (12 June 2013). "OpenStack an Underlying Theme in HP's Converged Cloud Strategy". SiliconAngle.com. Retrieved 21 April 2016.
  128. "爱奇艺-爱奇艺视频,高清影视剧,网络视频在线观看". Iqiyi.com. 29 December 2013. Retrieved 9 April 2014.
  129. "KT ucloud storage". KT. August 2010. Retrieved 12 July 2013.
  130. OpenStack: Enabling the Open Cloud Era on YouTube
  131. "Keynote: OpenStack at the National Security Agency (NSA)". Openstack.org. Retrieved 9 April 2014.
  132. "OVH Public Cloud on OpenStack Companies Profiles".
  133. "Companies supporting the OpenStack Foundation".
  134. "OVH becomes "Infrastructure Donor" for Open Stack". 8 December 2015. Retrieved 8 December 2015.
  135. Cowan, Paris (30 August 2013). "Why PayPal chose OpenStack — Strategy — Business — News". Itnews.com.au. Retrieved 13 February 2014.
  136. "Rackspace Launches Global OpenStack Expansion". InformationWeek. Retrieved 13 February 2014.
  137. "Reliance Jio India Digital Open Summit 2018: All about open source". Digit. 19 January 2018.
  138. http://www.openstack.org/rate/Presentation/rackspace-featuring-sony-how-openstack-will-power-sony-s-online-games-for-playstation-4
  139. http://engineering.spilgames.com/openstack-operator-tool-novacek/
  140. https://www.suse.com/products/suse-cloud/
  141. Open Cloud is Telefónica's OpenStack-based public cloud proposal
  142. "Volkswagen chooses OpenStack for private cloud". Network World. 6 April 2016.
  143. "Report: Wal-Mart's Big Data Moves Will Boost Rackspace". Retrieved 11 September 2014.
  144. "OpenStack User Committee Update and Survey Results". YouTube. Retrieved 9 April 2014.
  145. Bruekner, Rich (13 May 2014). "Bright Computing Simplifies OpenStack Deployment". insideHPC. Retrieved 10 March 2016.
  146. Chase, Nick (29 September 2014). "Oracle announces Oracle OpenStack for Oracle Linux — and cooperation deal with Canonical seen as poking Red Hat". Mirantis, Inc. Retrieved 26 February 2016. 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.
  147. "VMware Integrated OpenStack". VMware, Inc. Retrieved 29 June 2016. 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
  148. "Software » OpenStack Open Source Cloud Computing Software". Openstack.org. Retrieved 23 October 2012.
  149. "Open Stack history summary on p.6-8" (PDF). Archived from the original (PDF) on 13 May 2013. Retrieved 23 October 2012.
  150. "BexarReleaseSchedule — Wiki". Wiki.openstack.org. 20 January 2011. Archived from the original on 2 November 2012. Retrieved 23 October 2012.
  151. "CactusReleaseSchedule — Wiki". Wiki.openstack.org. 12 April 2011. Retrieved 23 October 2012.
  152. "DiabloReleaseSchedule — Wiki". Wiki.openstack.org. 6 September 2011. Retrieved 23 October 2012.
  153. "EssexReleaseSchedule — Wiki". Wiki.openstack.org. 7 March 2012. Retrieved 23 October 2012.
  154. "FolsomReleaseSchedule — Wiki". Wiki.openstack.org. 14 May 2012. Retrieved 23 October 2012.
  155. "GrizzlyReleaseSchedule — Wiki". Wiki.openstack.org. Retrieved 4 April 2013.
  156. "Havana_Release_Schedule — Wiki". Wiki.openstack.org. Retrieved 19 June 2013.
  157. "Icehouse Release Schedule — Wiki". Wiki.openstack.org. Retrieved 17 April 2014.
  158. "Juno Release Schedule — Wiki". Wiki.openstack.org. Retrieved 23 September 2014.
  159. "Kilo Release Schedule — Wiki". Wiki.openstack.org. Retrieved 23 September 2014.
  160. "OpenStack Docs: Liberty". releases.openstack.org. Retrieved 20 February 2016.
  161. "OpenStack Docs: Mitaka". releases.openstack.org. Retrieved 20 February 2016.
  162. "OpenStack Releases: Newton". releases.openstack.org. Retrieved 8 October 2016.
  163. "OpenStack Releases: Ocata". releases.openstack.org. Retrieved 22 February 2017.
  164. "OpenStack Releases: Pike". releases.openstack.org. Retrieved 17 September 2017.
  165. "OpenStack Releases: Queens". releases.openstack.org. Retrieved 16 April 2018.
  166. "OpenStack Releases: Rocky". releases.openstack.org.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.