Loading…
OpenStack Summit May 2015 Vancouver has ended
Hands-on Labs [clear filter]
Monday, May 18
 

11:15am PDT

OpenStack Networking Advanced Hands-on Lab - CANCELED
This session is an introduction for operators on Openstack Networking. Users will be provided access to a live Openstack environment to install and configure Openstack Networking Neutron.
We will walk through configuration of Neutron with the ML2 plugin via OpenvSwitch(OVS) and L3 services with OpenvSwitch Virtual Networking(OVN).

Demonstrated features will include:
- Interaction with other OpenStack components (Compute & Storage)
- Configuration of Metadata Services and DHCP Services
- Designing Neutron for HA
- Troubleshooting Neutron

This session highlights how the environment is configured for Openstack Networking Hands on Lab at previous Openstack Summits.

Speakers
avatar for Eric Lopez

Eric Lopez

Site Reliability Engineer, Pinterest
A technology architect providing IT transformation guidance to corporations looking to implement change with a focus on distributed system architectures and virtualization/containers including Openstack, KVM, vSphere, Cloud Computing(AWS/GCP), and Network Virtualization.Currently... Read More →
avatar for Aaron Rosen

Aaron Rosen

Developer/Neutron Core
  Currently hacking on OpenStack for Nicira/VMware and is a member of the core neutron and core congress team. Lately, has been hacking on Congress to help provide a governance and compliance layer for dynamic infrastructure. When not working on that he works on the Networking (Neutron... Read More →
avatar for Janet Yu

Janet Yu

Software Engineer, SignalFx
Janet Yu works on the UI and REST API layers at SignalFx. Last year, she gave a lightning talk at MesosCon North America. Before that, she contributed to the OpenStack dashboard, networking, and cloud policy projects while at VMware. And before that, she was in the Junos Manageability/UI... Read More →


Monday May 18, 2015 11:15am - 12:45pm PDT
Room 111/112

2:00pm PDT

201 Walkthrough - Autoscaling OpenStack Natively With Heat, Ceilometer and LBaaS
In this 201 walkthrough session I will guide attendees through a live demonstration of installing, configuring and using OpenStack with native Heat, Ceilometer, Nova, LBaaS and other services to achieve autoscaling of guest instance workloads.

Throughout the demonstration I will take time to discuss the advantages and disadvantages of using autoscale, popular use cases and configuration details.

 

Speakers
SC

Sharmin Choksey

Technical Leader, Cisco Systems Inc.
Sharmin has been working on OpenStack since the Folsom Release across various components of OpenStack and was responsible for the design, development and operations of cloud automation services for Cisco IT's private multi-provider, multi-tenant elastic cloud platform (CITEIS) focusing... Read More →
avatar for Jason Grimm

Jason Grimm

Consulting Systems Engineer, Cisco
I'm a 41-year-old husband, father and technologist. I have lived most of my life in downtown Atlanta, but I now reside on an 11-acre sustainable family farm 1 hour north of the city. My background includes 24 years of IT experience, 2 technical degrees, and 27 industry certifications... Read More →
avatar for Shixiong Shang

Shixiong Shang

Chief Technology Officer, Nephos6
Shixiong started his career as a network engineer at Nortel Networks in 1999. Three years later, he became system engineer, primary focused on IP networking and system integration in multi-vendor environment for Service Provider VoIP solution. In 2005, he joined Cisco System and obtained... Read More →


Monday May 18, 2015 2:00pm - 3:30pm PDT
Room 111/112

4:40pm PDT

Hands-on Lab: Test Drive your OpenStack Network
Designed for IT professionals looking to expand their OpenStack Networking knowledge, Test Drive your OpenStack Network Hands-on Lab is a complete lab module that walks users through the creation and configuration of multi-tenant OpenStack Networks.

OpenStack Networking (Neutron) Hands-on Lab [90 Minutes]



  • Create Tenants in OpenStack

  • Create a Network for a 3-tier Application

  • Configure Overlapping IPs for different tenant networks

  • Configure External Connectivity

  • Configure Security Groups

  • Learn out to monitor & troubleshoot your Tenant Network




Speakers
avatar for Umar Saeed

Umar Saeed

Director of Customer Engineering, PLUMgrid
Umar Saeed is Director of Customer Engineering with responsibility for pre-sales and post-sales systems engineering and support. Under his leadership, Umar and his team provide architecture blueprints, technical guidance, and support for customers worldwide. With emphasis in OpenStack... Read More →
avatar for Dhiraj Sehgal

Dhiraj Sehgal

Product and Solution Marketing, PLUMgrid Inc, PLUMgrid
Dhiraj works in product and marketing organization of PLUMgrid. His focus has been customers, technologies and products and how do they interact with each other. He has wealth of experience in datacenter technologies ranging from compute, networking to storage.


Monday May 18, 2015 4:40pm - 5:20pm PDT
Room 111/112
 
Tuesday, May 19
 

11:15am PDT

You've Got to Stack Somewhere: A Hands-On Workshop with the OpenStack Command Line Interface
Know OpenStack is cool but afraid to jump on the command line to use it?  In this hands-on workshop, participants will journey through the basics of using OpenStack with the command line interface.

Each participant will receive credentials for an OpenStack environment they will SSH into and receive instructor-led training on using the OpenStack command line like a real-world pro!  At the end of this hands-on workshop, participants will know how to utilize the OpenStack command line interface to create networks, upload images, and boot their very first OpenStack instance!  No prior OpenStack experience is necessary!

Speakers
avatar for Matt Dorn

Matt Dorn

Cloud Technology Instructor, Rackspace
Matt Dorn is a Cloud Technology Instructor with Rackspace focused on helping IT teams around the world build private clouds with OpenStack.  He understands that many feel a great deal of intimidation when approaching open source projects and is fanatical about providing an easy to... Read More →
avatar for Wade Lewis

Wade Lewis

OpenStack Dedicated Architect
Wade Lewis is an Openstack Dedicated Architect for Rackspace Private Cloud. He's been a Racker for 12 years and has been involved with large scale Openstack clouds since Folsom. His current projects involve working with financial and medical institutions that are migrating legacy... Read More →


Tuesday May 19, 2015 11:15am - 12:45pm PDT
Room 111/112

2:00pm PDT

Using Docker with OpenStack - Hands On!
During this 90 minute workshop, you will learn about Docker with hands-on instruction, plus exposure to additional tools and techniques you can combine with it to make productive use of this exciting and powerful tool in combination with OpenStack.

We will cover the fundamentals of Docker, how to use Docker Machine to start Docker containers on an OpenStack cloud, and how to author Dockerfiles.

Prerequisites 
• Attendees must have completed the on-line Docker tutorial at docker.io at: https://www.docker.com/tryit/

• Attendees must have a public OpenStack Cloud account with an valid API token ready to use. You may use the Rackspace Cloud if you do not have one of your own.

• A github account. You will fork a repository for use with our lesson on Dockerfile creation.

The only software needed on your laptop is the docker-machine binary, which requires no installation, and has no extra dependencies, and will be provided to you to download on the day of the workshop.

Outline 
This workshop is made up of 3 lessons and 3 labs. When finished, participants will be able to launch containers, kill containers, build container images, and inject configuration into them. Participants will also know how to link and/or network containers over secure connections that allow for composite applications to be split across multiple containers.

• LESSON 1 - PART 1 - Introduction to Docker, Explanation of Cgroups, Kernel Namespaces, and Docker Images. (15 Min)

• LESSON 1 - PART 2 - Toolbox overview. Description of Docker Hub, Trusted build system, Weave, Flannel, etcd, CoreOS, Magnum, Kubernetes, and how Docker works with OpenStack. (15 Min)

• Hands-on LAB 1 - Using docker-machine. Spin up Docker containers on OpenStack, switch between docker hosts. How to run ad-hoc containers on the fly for experimentation, and how to move a container from one host to another. How to get a shell on a Docker host, and how to get a shell in a Docker container without running sshd in the container. (15 Min)

• LESSON 2 - Detailed overview of authoring Dockerfiles. What each of the directives do, which ones we suggest you use. Demonstration of copying files into containers using bind mounts, and copying files out of containers using ""docker cp"". Why Dockerfiles are better than customized images made manually and stored with commit. (15 Min)

• Hands-on LAB 2 - Writing Dockerfiles. Saving a Dockerfile in a source repo, and using a build script for configuration injection. (20 Min)

• Wrap Up. Summary. Where to go to find additional resources.




Speakers
avatar for Adrian Otto

Adrian Otto

Distinguished Architect, Rackspace
Adrian serves as a Distinguished Architect at Rackspace. He is an active technical contributor to OpenStack, the chair of the OpenStack Containers Team, and PTL of OpenStack Magnum. Adrian frequently appears at speaking engagements and is active within the standards community developing... Read More →


Tuesday May 19, 2015 2:00pm - 3:30pm PDT
Room 111/112

4:40pm PDT

Designate Interactive Workshop - Install and Operate
In this interactive workshop, the Designate team will walk attendees through the installation and configuration of Designate on a virtual machine. Attendees will leave with an understanding of the various components of Designate, including the new services such as the MiniDNS and Pool Manager, and with a working single-VM install on their laptops.
 

Attendees will learn:




  • Designate Architecture 101



  • How to Install and Configure Designate



  • How to perform day to day Designate operations tasks



  • End user usage of the API, CLI and Horizon UI



  • Tips and Tricks for using Designate



  • Contributing to Designate 101








Speakers
avatar for Graham Hayes

Graham Hayes

Senior Software Engineer, HP Cloud Services
Graham is the newly elected PTL for Designate in Mitaka, and lead the design work on the latest major feature for Designate - Server Pools. Graham works as part of the DNSaaS team in HP Helion. As part of this team he is responsible for operating a publicly accessible deployment... Read More →
avatar for Kiall Mac Innes

Kiall Mac Innes

Senior Software Engineer, HP
VM

Vinod Mangalpally

Software Developer @ Rackspace
avatar for Tim  Simmons

Tim Simmons

Software Developer, Rackspace
Tim is a Software Developer at Rackspace on the Cloud DNS team, and a member of Designate core. He has been working on Designate for over two years, and is working on operating Designate at scale for Rackspace.


Tuesday May 19, 2015 4:40pm - 6:10pm PDT
Room 111/112
 
Wednesday, May 20
 

9:00am PDT

Hands-On With Heat: Service Orchestration in the Cloud
OpenStack Heat provides a framework for predefining a structured service, and allows you instantiate that service in an automated manner. This hands-on lab will walk the participants through the process of creating a Heat template file for a multi-tiered web application that will include multiple image templates, custom networking, and volume storage. It will also cover how to setup the template to accept parameters to allow for on-the-fly customization.  Finally, we will introduce participants to advanced concepts such as auto-scaling, load-balancing, and more.

*Note - Participants will be required to have their own laptop in order to participate in the lab.*

Speakers
avatar for Rick Ashford

Rick Ashford

Technical Specialist - SUSE Linux, SUSE
Rick Ashford has been a Senior Sales Engineer for SUSE since 2008 and has been working with Linux and the open-source community since 1998. He loves building things with his hands, whether it's through carpentry, electronics, or whatever. He also loves taking things apart to see how... Read More →
avatar for Cameron Seader

Cameron Seader

Technology Strategist, SUSE
Cameron Seader is a Technology Strategist at SUSE, working with the most strategic opportunities and premium customers around open source technologies like Linux, Kubernetes, Ceph, Cloud Foundry, and more. With over 20 years of experience in data center systems to application platforms... Read More →


Wednesday May 20, 2015 9:00am - 10:30am PDT
Room 111/112

11:00am PDT

Cinder QOS: A Hands-On Workshop
We all know Cinder offers the awesome ability to create storage volumes, attach them to instances, and use them anyway you wish.


The truth is, not all workloads are created equal!  With Cinder QOS, OpenStack Administrators can now offer their users Cinder volumes in a variety of performance flavors!

In this hands-on lab, participants will receive credentials for a live OpenStack environment and learn how to create Cinder types and QOS specs.  Participants will then boot instances, create Cinder volumes, attach them to their instances, and test their speeds live on an actual OpenStack environment!  

Speakers
avatar for Walter Bentley

Walter Bentley

Cloud Solutions Architect, Rackspace
I am a Rackspace Private Cloud Technical Marketing Engineer with a diverse background in Production Systems Administration and Solutions Architecture.  I have over 15 years of experience across numerous industries such as Online Marketing, Financial, Insurance, Aviation, Food Industry... Read More →


Wednesday May 20, 2015 11:00am - 12:30pm PDT
Room 111/112

1:50pm PDT

Multi-Tenant Isolation: Quarantine Your Tenants
This workshop is to cover how to implement Multi-tenant Isolation within your OpenStack cloud.  The demand to completely segergate your cloud tenants from a compute and block storage aspect seems to be on the rise.  So if you are planning to build a multi-tenant cloud, this is the session you must not miss.  Knowing the best method to handle this within your environment could help avoid spending uncessary money on additional hardware and time.  Be the OpenStack rockstar for your organization.

Attendees will be presented with step-by-step instructions on how to setup their clouds for Multi-Tenant Isolation.  They will also receive the base prerequistes to do this, known issues to avoid and future OpenStack improvements to make the process easier.  We will step thru how to do it manually and also examine how the steps can be automated using Ansible.

 

Speakers
avatar for Walter Bentley

Walter Bentley

Cloud Solutions Architect, Rackspace
I am a Rackspace Private Cloud Technical Marketing Engineer with a diverse background in Production Systems Administration and Solutions Architecture.  I have over 15 years of experience across numerous industries such as Online Marketing, Financial, Insurance, Aviation, Food Industry... Read More →


Wednesday May 20, 2015 1:50pm - 3:20pm PDT
Room 111/112

4:30pm PDT

Congress Hands on lab
Congress is an OpenStack project that provides policy as a service across any collection of cloud services in order to offer governance and compliance for dynamic infrastructures. In this lab users will get access to a live OpenStack setup with congress already installed and will be able to walk through several key congress deployment use cases and get hands on experience working with congress. Users will write policies that interface with several OpenStack projects (neutron, glance, nova,  keystone, cinder, murano) and understand how the policy language works and how one can tame their cloud with congress.

 

Speakers
avatar for Aaron Rosen

Aaron Rosen

Developer/Neutron Core
  Currently hacking on OpenStack for Nicira/VMware and is a member of the core neutron and core congress team. Lately, has been hacking on Congress to help provide a governance and compliance layer for dynamic infrastructure. When not working on that he works on the Networking (Neutron... Read More →
AY

Alexander Yip

Staff Engineer, VMWARE
Alexander is a core developer in the Congress Openstack project; he wrote the framework for datasource integration, worked on server performance, and is implementing high-availability.  He is also an engineer at VMWARE where he works on scalability for the NSX product. Before joining... Read More →


Wednesday May 20, 2015 4:30pm - 6:00pm PDT
Room 111/112
 
Thursday, May 21
 

11:00am PDT

Group Based Policy Hands-on Lab
Group Based Policy (GBP) provides declarative abstractions for achieving scalable intent-based infrastructure automation within OpenStack. 

In this session, users will access a GBP + Neutron setup and have a tour through the most common use cases, including but not limited to policy-driven application life cycle management and advanced service chain deployment. Users will learn how to deploy and scale a multi-tier application, complete with L4-7 services, and move it between development and production seamlessly using the GBP framework for network orchestration.

 

Speakers
RK

Robert Kukura

Principal Engineer
I am a Principal Engineer in Cisco's Noiro Networks group, working on OpenStack Neutron and other open source projects. My current focuses are Neutron's ML2 core plugin and the Group-Based Policy StackForge project. I've contributed to OpenStack since joining Red Hat in late 2011... Read More →
avatar for Ivar Lazzaro

Ivar Lazzaro

Software Engineer
I am a software engineer driven by genuine passion and curiosity for computer science. I have mostly been focusing on building fast and scalable distributed systems, in particular for network centric environments. Dived into Openstack as part of my Master thesis, my interest in it... Read More →


Thursday May 21, 2015 11:00am - 12:30pm PDT
Room 111/112

1:30pm PDT

Why the Heck is my Openstack Not Working?!
Basic introduction to  machine data/log analysis 

Everyone will receive devstack VM with broken OpenStack installation.

Prerequisite is to have Virtual box .

We will touch base into core openstack components like Nova,Neutron,Cinder,Glance,Heat

Your goal is to:

1.Plug your installation into troubleshooting platform

2.Check your installation 

3.Diagnose existing problems if any . look at logs etc

4.Narrow down issues

5.Mitigate issues

6.Best practices for openstack


Attendees will need to use link below to download the software for lab .

URL goo.gl/CQybQ2




Speakers
avatar for Amol Chobe

Amol Chobe

Principal Deployment Architect, Ericsson, 2
Amol Chobe has 15 years of experience building Telco products and maintaining infrastructure for supporting products. Amol is Senior Deployment Architect at Ericsson, where he works with Engineering and Development teams to design and build systems to support new services. Currently... Read More →
avatar for Sudhir Kethamakka

Sudhir Kethamakka

Product Development Leader, Ericsson
Sudhir is Product Development Leader and Engineering Manager at Ericsson, heading one of the core development units for Ericsson Cloud Manager. He has 15 years of experience in Telecom industry working in different roles related to Software Development and Architecture. He holds a... Read More →


Thursday May 21, 2015 1:30pm - 3:00pm PDT
Room 111/112

4:10pm PDT

Cloud Foundry on OpenStack Hands-on: It’s what on the Stack that matters!
The goal for both OpenStack and Cloud Foundry foundations is to build open source software and communities. The software is intended for public, private and managed clouds. Cloud Foundry is intended for a variety of IaaS including OpenStack.

This Hands-on session will cover the basics of Cloud Foundry. We will discuss the motivation for a PaaS, how they complement IaaS and OpenStack in particular. Attend this session for a quick technical overview of Cloud Foundry and to be able to deploy a variety of apps. on the platform that handle requirements such as HA, Scaling, Logging, Monitoring, Debugging, etc.

First, we deploy Cloud Foundry OpenStack. We will look at how to leverage BOSH to manage OpenStack VM instances. Then we'll dive into a hands-on lab showing the use of PaaS to deploy a wide variety of applications and micro services to an OpenStack cloud. This session will be of value to developers, devops, systems adminstrators, and any IT decision makers.

After attending this session you should be able to walk away with a good understanding of Cloud Foundry and how it complements an IaaS like OpenStack.

We will cover the following topics as short exercises

o Managing Cloud Foundry install and system administration

o Cloud Foundry internals and concepts

o cf push sample application

o High Availability

o Multiple exercises involving the following

o Scaling including Autoscaling

o Hooking up MySQL and other services

o User Provided Services and Logging

o Security groups

o Tying things together

Motivation:

I attended a BlueMix Hands-on Labs and spent my time moving my Java/Scala apps. that I had running on my laptop and on run.pivotal.io to IBM BlueMix. I was surprised at the ease of effort and how it would simplify a developer's everyday life and not have to worry about aspects such as HA, scalability, security and so on. I wanted to shout out to the world about this as much as I was excited by the portability of Java more than a decade back. I did on Twitter and I am following up here -- there are some minor buildpack, service related issues, but it just works for the most part.



Speakers
avatar for John Wetherill

John Wetherill

Technology Evangelist, ActiveState
John Wetherill - ActiveState's Developer Evangelist. Originally from Canada, John has spent much of his career designing and building software at a handful of startups, at Sun Microsystems, NeXT Inc., and more recently in the smart grid and energy space. His biggest passion is for... Read More →


Thursday May 21, 2015 4:10pm - 5:40pm PDT
Room 111/112
 
Filter sessions
Apply filters to sessions.