OpenStack Summit 2012视频合辑

原创
系统 OpenStack
今年在北美圣地亚哥举办的OpenStack峰会历时4天,面向所有关注OpenStack的开发者、用户和系统管理人群。经过OpenStack中文用户组的努力,所有的95个视频已经上传至优酷网,对应的Slides也均上传到微盘上,供大家学习参考。

【51CTO快讯】来自程辉的消息

#OpenStack Summit# 总共95个视频已经全部从Youtube下载上传到@优酷网@OpenStack 账号上:http://t.cn/zldvoaW ,对应的slides也均上传到@微盘上,下载:http://t.cn/zldvoal 建议做OpenStack的公司给员工放两天假把这些视频和slides学习一遍。相当于为每个员工节省$1500往返机票+$500入场券。

今年在北美圣地亚哥举办的OpenStack峰会历时4天,面向所有关注OpenStack的开发者、用户和系统管理人群。作为OpenStack董事会在中国区的两名董事之一,程辉在本次大会上也进行了一场分享。

视频合辑的在线观看地址:http://www.youku.com/playlist_show/id_18490854.html

OpenStack Summit官方网站:http://www.openstack.org/summit/san-diego-2012/openstack-summit-sessions/

视频列表(整理中)

第一天

Crowbar for OpenStack Deployments(Scott Jensen)

Crowbar是第一个开源的针对OpenStack部署的框架,Dell和SUSE的私有云都是基于这个框架构建的。本讲座主要介绍Crowbar的项目进展以及框架的功能。

The Open Source Data Center(Cole Crawford)

Linux将开源软件变为主流,而OpenStack提供了一个开源的云,但是我们的工作才刚刚开始。开放计算项目是一个开源的硬件平台,这有关我们如何设计和部署数据中心。

Getting Physical: Using OpenStack to Provision and Manage Physical Servers, not just VMs(Gur Saran Varma)

虽然很多负载现在都在虚拟机当中运行,但高性能的物理服务器还是有其用武之地。为了迎合不同的需求,提供商通常在Cloud Automation for VMs等环境下管理服务,并手动管理物理机器。在这个分享当中,我们介绍一个无缝管理物理服务器和虚拟机的解决方案。

True Hybrid Clouds: Extending OpenStack with Cloud Foundry)(John Purrier)

Appfog使用开源的Cloud Foundry项目进行OpenStack的延伸,构建一个混合的云。我们讨论了云内部的连接和工作负载在实例之间的转移,并演示开发者如何使用自己相中的编程语言创建应用,再部署到基于OpenStack的云上(如惠普云,Rackspace等)。

Considerations for Building an OpenStack Private Cloud(Ryan Richard)

对于私有云架构,并没有简单的解决方案。OpenStack具有可塑性,可以有不同的设计方式,所以正确的进行架构至关重要。本次分享包含的内容有:考虑终端,是否使用Swift,针对1-20、20-100个节点的环境架构的样例,性能考虑。

Pull from Source in Cookbooks for Folsom Deployment(Andi Abes)

让我们填平编码和部署之间的鸿沟!当我们开始实践DevOps持续部署的时候,我们的部署脚本也应该跳过打包的步骤,而直接从源代码当中拉取。这正是Crowbar为Flosom部署提供的一个选项。

Open Source Versions of Amazon's SNS and SQS(Ryan King)

Comcast一直在建造自己的私有云,以承载其Cloud TV平台。作为整个计划的一部分,Comcast硅谷创新中心研发了一套Amazon SNS和SQS的兼容开源版本,现在计划将其跟OpenStack整合。我们的服务基于Redis和Cassandra构建,以实现多数据中心的可用性,可扩展性和低延迟。

How OpenStack Compute is Driving Forward Database Services in the Cloud(Vipul Sabhaya, Tim Simpson)

OpenStack目前已经在Rackspace和惠普都运转了生产环境,这里,来自Rackspace和惠普的两位将讨论如何使用数据服务(RedDwarf项目)为OpenStack增值。RedDwarf是一个简化数据库管理的服务。

Hyper-V and OpenStack Deep Dive(Alessandro Pilotti, Peter Pouliot)

从Folsom版本开始,Hyper-V Nova计算功能被合并到了Nova Compute代码当中。我们将演示如何设置一个基于Hyper-V 2012的Folsom基础架构,运行的实例包含Linux,Windows和FreeBSD。

Openstack API support metric, documentation and testing(Ravikumar Venkatesan)

这场是一次有关OpenStack API的头脑风暴:客户和版本的支持,文档,以及测试。

What about billing? An introduction to Ceilometer(Nick Barcet)

Ceilometer项目是6个月之前启动的一个项目,启动的目的是考虑到希望使用OpenStack的公有云提供商要构建支付系统,需要编写的代码其实是一样的。Ceilometer的目标不是为了提供完整的支付方案,而是整个支付系统的第一个环节:收集费用计算所需要的信息。

Storing VMs with Cinder and Ceph RBD(Josh Durgin)

Ceph是一个开源的分布式对象存储,网络块设备,以及文件系统。Ceph使用与S3兼容的REST接口。在Folsom版本之后,Cinder以其块存储作为VM的底层,成为OpenStack当中的一级功能之一。我们会讨论这两个项目跟OpenStack集成的当前状况。

Getting From Folsom to Grizzly: A DevOps Upgrade Pattern(Greg Althaus)

有关升级:OpenStack项目发展极快,这令人兴奋也令人烦躁,因为刚部署好一个版本,新版本又发布了。作为Crowbar的创始人,这节课将评估OpenStack升级的模式,聊聊cookbook的设计,以及orchestration的设计。

Heat: A template based orchestration engine for OpenStack(Steven Dake)

Heat是CloudFormation的模板语言。CloudFormation是一个在Apache 2许可协议下的管理引擎,通过Heat可以在这个平台上控制各种底层资源,如存储、网络、实例和应用。Heat还提供了认证、网状stack、高可用、自动化扩容等高级功能。

Upstreaming Chef DevOps: Building Community OpenStack Cookbooks (DISCUSSION)(Matt Ray)

这是来自OpenStack部署工具Chef菜谱社区的一个联合分享。菜谱社区的目的是成为OpenStack部署和最佳实践的上游。我们将考量代码的现状,需要解决的问题,以及未来计划实现的特性。

General Bare-Metal Provisioning Framework(Mikyung Kang, Ken Igarashi, David Kang)

Nova为计算基础架构提供了快捷性和灵活性。虚拟化在Nova中至关重要,但是虚拟化同时也造成了性能问题。有些用户希望使用裸金属,而非虚拟化,那么裸金属的部署分配已经有一些实现方式,如重启机器后刷新成一个全新的系统镜像,用户用完了之后就把本地硬盘清空等。NTT docomo和USC/ISI正在计划提供这方面的框架服务。

下一页:第二天日程

#p#

Videos of Sessions From Day 2

Opening Session(Jonathan Bryce)

OpenStack基金会执行总裁Jonathan Bryce分享为什么OpenStack将获得成功。

The promise of the Open Cloud(Mark Shuttleworth)

“Ubuntu对开放云的愿景,以及在OpenStack中的定位”。来自Canonical总裁Mark Shuttleworth的分享,谈论Canonical对OpenStack部署方面的支持,以及对采用Ubuntu和OpenStack构建大型公有云和私有云的技术路线图。

OpenStack: The Foundation of Cloud Computing(Chris C. Kemp)

OpenStack从启动到成为实际业界标准只用了两年的时间,这是历史上发展速度最快的开源项目。目前,社区中已经有超过5000位成员,来自850个不同的组织,80个国家,活跃开发者人数在500以上,总代码行数已经超过了50万。我们将讨论OpenStack,基金会,社区面临的挑战和机遇,以及OpenStack对企业IT架构进行革命的机遇。

OpenStack 101(Joshua McKenty)

OpenStack交付了一个巨大的可扩展的云计算管理框架,任何企业都可以在标准硬件上使用这套系统。OpenStack的创始人之一,NASA的Joshua McKenty将讨论OpenStack是如何开始的,它如何改变了云计算的领域,以及OpenStack的未来。

High Availability Update: OpenStack's progress in infrastructure based HA(Florian Haas)

在Folsom设计峰会上,OpenStack开发者决定用户高可用的基础架构。基础架构的高可用对于计划托管遗留应用的数据中心而言尤其重要。我们一直在进行高可用指南的工作,我们有编写Pacemaker高可用集成代码的开发者,我们还看到很多Swift和Ceph这样的存储技术加入这个项目,都是本身就带有高可用特性的。这个分享是Folsom和Grizzly高可用现状的一个报告。

OpenStack Compute (Nova) Project Update(Vish Ishaya)

视频地址:

http://v.youku.com/v_show/id_XNDY5MDkwNjI4.html?f=18490854

Enterprise to OpenStack: Here's what you're missing(Pete Johnson)

Fortune 2000 companies are eager for OpenStack to open up cost models around cloud computing much like Linux did for operating systems but most have not yet taken the plunge.  Why?  In this talk, hear tales from the field of the most commonly cited missing features that the enterprises are asking for before taking fully embracing OpenStack for both private and public cloud usage.

OpenStack Swift Introduction: Architecture Overview and Use Cases(Joe Arnold, John Dickinson)

视频地址:

Modern web and mobile applications demand a highly-available, distributed object storage system that supports highly-concurrent workloads. OpenStack Swift solves these problems at large services providers, top web properties and large enterprises. This talk will also provide an overview of Swift’s architecture where you will learn about the components of Swift. This talk will also cover use cases including high-volume websites, mobile application development, custom file-sharing applications, data analytics and providing private/public storage infrastructure-as-a-service. This talk is also for those who want to understand the design goals of Swift and how to best make use of this component of OpenStack. It’s a great introduction for those interested in using or learning more about Swift.

Quantum Fog! Networking for Programmatic Overlays(Rob @Zehicle Hirschfeld)

It's time to take Fog to the next level.  Fog is the leading Ruby abstraction library for the OpenStack API and it's embedded in several ecosystem products.  With the addition of Quantum, there is a need to extend Fog's models to comprehend cloud networking.  Our vision includes adding both hidden functionality like setting up networks by default and explicit functions that expose the power of elastic networking.  The goal of this session is to discuss the best ways to surface this functionality and coordinate development so that we do not duplicate or fork efforts.

OpenStack Image Service (Glance) Project Update

视频地址:

From the Outside Looking In: The Analyst Perspective on OpenStack(Krishnan Subramanian, Stephen O\'Grady, Gary Chen, Sean Michael Kerner, Gretchen Curtis)

Krishnan Subramanian, Stephen O\'Grady, Gary Chen, Sean Michael Kerner, Gretchen Curtis

Moderator: Gretchen Curtis, Piston

Panelists:

  • Gary Chen
  • Sean Michael Kerner
  • Stephen O'Grady
  • Krishnan Subramanian

An Introduction to Nova(Jacob Walcik, Sandy Walsh)

A presentation to introduce new members of the OpenStack Community to Nova. This will include a brief history of the project, an overview of the supporting projects (Glance, Keystone, Horizon, etc), API examples, and Nova architecture. The intended audience would be both new members of the community and more business-focused attendees as well as technical attendees who would like a good overview (or refresher) on Nova.

Chef for OpenStack(Matt Ray)

The open source configuration management and automation framework Chef is used to deploy and manage many large public and private installations of OpenStack and supports a wide variety of deployment scenarios. Chef for OpenStack is a project based on the healthy exchange of code, ideas and documentation for deploying and operating OpenStack with Chef. With involvement from Intel, Dell, HP, Rackspace and many others there is a community of collaboration between users, developers and operators. This session will discuss the currently available resources and documentation, the evolution and layout of the project and the roadmap going forward.

OpenStack Dashboard (Horizon) Project Update(Gabriel Hurley)

The future of Infrastructure automation(Joshua McKenty)

Joshua McKenty will take a look at the future of infrastructure automation as it pertains to the adoption of private and public clouds. Every layer of cloud comes down to infrastructure automation. Learn how the software-defined infrastructure is playing a part to orchestrate the underlying machines and virtual resources up through applications and the Paas layers.

Furthermore, Joshua will discuss how automating the integration of Paas and Iaas on a technical level has the potential to drive greater adoption of public and private clouds, and how it can even show ways to make the Paas layer install on top of OpenStack without human interaction.

Surviving your first check-in: An engineers guide to contributing to OpenStack(Colin McNamara)

视频地址:

Let me tell you a dirty little secret. While OpenStack is a great project, it is extremely complicated for and indivdual with an engineering/operations focus vs a programming focus to get to their first code contribution.

My name is Colin, I am and engineer. Although I initially got involved with OpenStack in the context of operations, I quickly was drawn into actually contributing code to the project. What I found is that many of the tools and workflows used to contribute to OpenStack are completely foreign to those (like me) with an operations focus.

In this session I will go over the biggest challenges that I faced as an engineer contributing. And review the  tools and techniques to that I used to get past them. This information will be presented with the goal of arming engineers just getting involved with the knowledge tools necessary to get to their first successful contribution and beyond.

Learning objectives

  • The importance of community - Leveraging the power of the meeting
  • Talking your employeer into supporting OpenStack and the CLA
  • Setting up your dev environments - getting beyond Devstack
  • Getting git, using the git repository for those that don't code for a living
  • Testing your code - what do you mean it doesn't build?
  • How to give back, and get other people involved in the community.

 

 

 

 

 

 

【责任编辑:yangsai TEL:(010)68476606】
责任编辑:yangsai 来源: 51CTO.com
相关推荐

2012-10-31 17:36:23

OpenStack S视频

2012-09-10 13:30:53

Linux运维趋势

2012-08-01 10:43:18

投影

2009-04-03 15:01:53

linuxFedora 11Beta图辑

2009-04-22 16:44:55

LinuxUbuntu安装图

2012-12-12 14:23:49

2018-01-08 11:54:02

戴尔

2009-04-07 15:50:51

Linux服务器攻击

2010-03-12 10:26:50

Fedora 11

2016-12-15 10:45:50

TOP100summi网易视频云

2013-01-16 09:43:55

开源HadoopOpenStack

2018-05-31 21:53:17

云合规云计算多云

2013-10-17 10:24:01

IT合规性合规性法规遵从

2015-11-19 16:24:15

UCloud气象服务

2013-07-03 14:53:48

BOFhadoop

2022-04-25 10:34:19

云原生直播

2009-02-18 09:50:20

固态硬盘SSDOCZ Summit系

2009-01-07 09:22:00

网络管理分布集中

2013-07-03 14:27:05

点赞
收藏

51CTO技术栈公众号