Loading…
[Main Conference] [clear filter]
Tuesday, October 27
 

11:15am JST

Deep Dive into Keystone Tokens and Lessons Learned
Keystone supports four different types of tokens, UUID, PKI, PKIZ, and Fernet. Let’s take a deep dive into: 

  • Understanding token formats

  • Pros and Cons of each format in Production

  • Performance across multiple data centers

  • Token revocation workflow for each of the formats

  • Horizon usage of the different token types


We previously deployed UUID and PKI in Production and are now moving towards the latest format, Fernet. We would like to share our lessons learned with different formats and help you decide on which format is suitable for your cloud.

Speakers
avatar for Priti Desai

Priti Desai

Software Engineer, IBM
Priti is a Software Engineer at IBM. She implements CI/CD with Tekton and Serverless with OpenWhisk. She is a mentor for Open Source JumpStart at IBM and Outreachy. She is also an Open Source promoter within the company and has presented technical content at EclipseCon and Continuous... Read More →
avatar for Brad Pokorny

Brad Pokorny

Principal Software Engineer, Symantec
Brad has been contributing to Openstack since 2013 and is currently developing user interface solutions at Symantec. He is excited about improving user adoption of Openstack within Symantec, pushing the limits of scaling in the cloud.


Tuesday October 27, 2015 11:15am - 11:55am JST
Aoba

12:05pm JST

RabbitMQ Operations for OpenStack
OpenStack is a collection of services that use messaging to communicate. Understanding the messaging layer is important for a successful OpenStack deployment.

In this talk, we will cover best practices in running RabbitMQ, things you should avoid doing, lesser known features, recent operations improvements and a bit of what's ahead.

Speakers
avatar for Michael Klishin

Michael Klishin

Staff Software Engineer
Michael is an experienced software engineer focusing on service-oriented architectures, data, and data services. He's currently a staff engineer at Pivotal working on all things RabbitMQ.


Tuesday October 27, 2015 12:05pm - 12:45pm JST
Aoba

2:00pm JST

Running an OpenStack Cloud for Several Years and Living to Tell the Tale
Both of our speakers are devops who have been contributors to two key eNovance OpenStack platforms called "eNoCloud", since Essex and are located in Paris and Montreal Data-Centers. Along with eNoCloud, both have been driving various customer platforms. While working on these production platforms, they have faced a variety of challenges ranging from design, to build out, contribution, upgrading, recovering and of course dealing with users!

OpenStack has evolved a lot since the Essex release but the life of a devops remains a daily roller-coaster, a lot of sweat & tears with a lot of work to automate and sometimes get a little peace of mind! In order to increase 'peace in the mind' within the ops community, we would like to share our knowledge and open up a discussion with you.

In this talk, we will share our experience about being OpenStack-dedicated devops. Both RedHat and Debian setups will be presented. Our talk will cover operational pitfalls and how we have dealt or avoided them.

We will share our knowledge on our designs and how to recover from outages (Galera cluster, RabbitMQ, Neutron, etc.) or storage issues along with side effects (degraded Ceph cluster). We will also address topics related to monitoring (which key values you should monitor), which alerts you should expect (or “How I learned to stop worrying and love the alerts”) and our overall monitoring system. End users topic will also be approached, as we will present our (2) opensourced tools to allow users to backup their VM by themselves and to display a nice status board 'à la Amazon' (using our monitoring system).

Finally we will talk about the common issues we encountered in our experience with different architectures and share our tricks and tips :)

Join us to learn and share about the (thug) life of an osops!

Speakers
avatar for Gaetan Trellu

Gaetan Trellu

Senior Technical Cloud Consultant, Red Hat
Having been a Linux user since 2005, Gaëtan has played many years with AIX, Solaris, HP-UX but what has a strong preference to Linux \o/. He started to use Linux to create gaming servers, then replaced his desktop transitioning to it now be his job! His favorite parts are kernel... Read More →


Tuesday October 27, 2015 2:00pm - 2:40pm JST
Aoba

2:50pm JST

No Valid Host Was Found: Translating Tracebacks
While every new release of OpenStack offers improvements in functionality and the user experience, one thing’s for certain: troubleshooting is hard if you don’t know where to start.

Join us as we cover some common and not-so-common issues with Nova and Neutron that lead to some of our favorite error messages, including “No valid host was found”. Participants will learn basic troubleshooting procedures, including tips, tricks, and processes of elimination, to get their cloud back on track.

Speakers
avatar for James Denton

James Denton

Principal Architect, Rackspace
James Denton is a Principal Network Architect for Rackspace, and has been involved with OpenStack on the Rackspace Private Cloud team since 2012. He is the author of "Learning OpenStack Networking (Neutron)" released in 2014, and is currently working on a second edition of the same... 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 October 27, 2015 2:50pm - 3:30pm JST
Aoba

4:40pm JST

Deploying the World's Largest Private OpenStack Cloud With Multi-Cell Support
PayPal, Inc. has proven that OpenStack is well suited for large-scale production workloads. Most recently, we tirelessly built the world’s largest private OpenStack cloud to also support our non-production workloads. Now, our developers have the same capabilities that our existing Production Operations teams have been utilizing for several years.

In this talk we will share the scale and scope of our latest deployment, its common architecture, lessons learned at deploying at such a large scale, and other details to help others take a similar journey.

* Scale and Scope
* Real-world Cell usage (because we could not this large-scale without)
* Considerations for non-production workloads (it's not easier than production, we will tell you why)
* Lessons learned
* Q&A

Speakers
avatar for Kalin Nikolov

Kalin Nikolov

Sr. Cloud Engineer
Kalin Nikolov is a Sr. Cloud Engineer on the PayPal, Inc. Cloud Reliability Engineering team, responsible for developing automation to raise the bar in terms of cloud availability and reliability. Kalin has taken part in dozens of OpenStack cloud deployments and upgrades and has... Read More →
avatar for Anand Palanisamy

Anand Palanisamy

Architect, PayPal
Leading PayPal's Cloud Engineering team.PayPal is running one of the largest private Cloud in the world. Also, we run SDN  (with overlay) in prodcution along with OpenStack LBaaS.  Our team provides the standardized scalable Cloud Compute, Storage, Network and Identitu APIs for... Read More →


Tuesday October 27, 2015 4:40pm - 5:20pm JST
Aoba

5:30pm JST

Openstack Native QoS as a Services Framework: Design and Operational Practice
The term quality of service (QoS) traditionally refers to the users reservation, or guarantee of a certain status of service quality. Running a cloud under the assumption that there should be unlimited resources out there for applications to consume, cloud admins are consistently looking for ways to observe user-perceived quality, and to dynamically tune the service level. Both of them should be based on real-time data generated by the cloud.

To address QoS in OpenStack we look much beyond networks. Any resource where there exists contention, there goes the need of QoS. For example:

  • CPU

  • Memory

  • Disk IO

  • Network IO

  • System bus


In this talk we will explore the current status of QoS in OpenStack. we will be looking at both what is possible now and what is right happening in each project space. we will also share what we did in WebEx OpenStack deployment. How we built up the native QoS as Services framework inside Openstack, how we successfully tackled this problem systematically, and finally the most important, what we have learned along this long journey.

Speakers
avatar for Liping Mao

Liping Mao

Senior Software Engineer
Working at Cisco Webex Cloud Service, 5+ years experience in SDN / Openflow,  neutron active developer.
avatar for Simon Tu

Simon Tu

Head of China Cisco WebEx Cloud Services
Has been working on operating Cisco collaboration cloud for decade, Deep understanding about cloud operation technique domain, Insightful leader for cloud platform evolvement and what's correspond impacts for application and business. The team under his lead taking charge of whole... Read More →
avatar for Ian  Zhang

Ian Zhang

Cloud Platform Architect, Cisco
Working at Cisco WebEx for 10 years, cloud platform architect for Cisco WebEx Openstack deployment. observer of data center and infrastructure evolvement. Skillful in distributed file system, cloud platform, high availability, and application/software cloudification. The guy under... Read More →
avatar for Accela Zhao

Accela Zhao

Technologist, EMC
Accela Zhao, active community contributor, experienced in containerized cloud management solutions and scale-out storage. He has been researching on a series of projects to improve datacenter manageability and utilization. Previously he worked in Openstack solutions for Cisco Webex... Read More →


Tuesday October 27, 2015 5:30pm - 6:10pm JST
Aoba
 
Wednesday, October 28
 

11:15am JST

OpenStack Operations: Resource Management and Capacity Planning at Comcast
What happens when environments are at capacity for resources? How do we work with customers to move into different environments without live migration options? Detailed metrics regarding performance and capacity is needed to watch the various environments. At Comcast, we continue to develop and implement additional monitoring and environmental metrics in order to be successful with our capacity planning. 

Another thing to think about: What is the capacity of new environments in terms of memory, CPU, and disk? Are there any plans to add capacity to the existing environments? Or are the plans only around building out new environments?

Our panel discussion will cover topics such as resource management and capacity planning at Comcast. We look forward to sharing our lessons learned, our pain points and covering our user story and topics with fellow stackers!

Speakers
RH

Richard Heil

OpenStack Engineer (Operations), Comcast
Rich Heil is an OpenStack Operations Engineer at Comcast. Areas of focus are support, maintenance, and automation. Long time user of open source projects, and is excited to give back to the community.
avatar for Shilla Saebi

Shilla Saebi

Program Manager, Open Source, Comcast
Shilla Saebi is an Open Source Program Manager who focuses on community and has been with Comcast for almost a decade. She has worked in many diverse roles within the tech industry in positions ranging from operations engineering, system administration, customer service, and network... Read More →


Wednesday October 28, 2015 11:15am - 11:55am JST
Aoba

12:05pm JST

Upgrading OpenStack Without Breaking Everything (Including Neutron!)
Everyone wants their OpenStack upgrades to be as painless for themselves  and their customers!   We'll cover our experiences in upgrading to Kilo the problems and solutions we discovered.  This talk will cover all aspects of the upgrade with a focus on Neutron.

This talk will include:

  • How to keep Neutron from dropping all your traffic during the upgrade if you're using overlay networking

  • How to measure and reduce the impact of the upgrade

  • Testing in development and deploying to production

  • Specific problems and the solutions we used

  • Orchestration of upgrading in a multi-node, multi-region environment


Speakers
SL

Sean Lynn

Principal Engineer, OpenStack DevOps, TWC
Networking lead for Time Warner Cable
avatar for Clayton O'Neill

Clayton O'Neill

Site Reliability Engineer, GitHub


Wednesday October 28, 2015 12:05pm - 12:45pm JST
Aoba

2:00pm JST

Building an Operations Team From The Ground Up in an OpenStack Enterprise Production Environment at Comcast
In this talk, Megan Rossetti and Shilla Saebi will discuss what it takes to grow an OpenStack operations team that runs a production OpenStack cloud, which is constantly growing. An important aspect of our teams roadmap is to run both the existing infrastructure while implementing the future vision for the Comcast private cloud. Building a diverse and inclusive team is no easy task and it takes dedication, time and determination. 

We will take you through the entire process from interviewing for an OpenStack engineer, to the OpenStack training we put our new hires through. We will cover topics such as qualifications for the team, operations team responsibilities, day to day tasks as well as knowledge maintenance.

OpenStack is a fast paced, ever changing, growing community and sometimes it can be challenging. We would like to share our story and let others know what works for us and what challenges we have faced. 

We hope that this talk can help provide a road map for companies and organizations to move beyond discussion to real and actionable when it comes to diversity, growth and inclusion.

Speakers
avatar for Megan Rossetti

Megan Rossetti

Senior Engineer, Cloud Technology, Walmart
Megan Rossetti is a project manager with the Comcast OpenStack operations team. She works with the team to set project priorities and meet ever-changing deadlines. In the last four years at Comcast, she has worked on a variety of different projects, and began her OpenStack journey... Read More →
avatar for Shilla Saebi

Shilla Saebi

Program Manager, Open Source, Comcast
Shilla Saebi is an Open Source Program Manager who focuses on community and has been with Comcast for almost a decade. She has worked in many diverse roles within the tech industry in positions ranging from operations engineering, system administration, customer service, and network... Read More →


Wednesday October 28, 2015 2:00pm - 2:40pm JST
Aoba

2:50pm JST

CloudKitty an Open Source Rating and Chargeback Component for OpenStack
CloudKitty is now part of the Big Tent, come join us and learn more about this rating
component and its features.

CloudKitty helps cloud providers define rules and charge cloud usages of their
users. Using a highly modular rating engine to interface directly with your
OpenStack cloud, application or everything else.

In this  talk we will introduce CloudKitty, an open source chargeback and
rating component for OpenStack.

It will includes:

- A global description of its architecture and capabilities
- Newest changes since last summit
- Introduction to built-in plugins (collectors, rating, storage)
- Demonstration of Horizon integration and configuration scenario
- Description of future changes and features for the Mitaka cycle

CloudKitty is getting integrated by various OpenStack clouds around the world,
so why not yours?

Speakers
avatar for Stéphane Albert

Stéphane Albert

DevOps, Objectif Libre
My work mostly consists of OpenStack Architecture, IT automation and Python development. You might know me for my work on CloudKitty, an Open Source rating component for OpenStack. When I'm not working I repair arcade systems, hack on electronics and work on my Japanese car.
avatar for Christophe Sauthier

Christophe Sauthier

CEO Objectif Libre, Objectif Libre
My Name is Christophe Sauthier, a french guy living in the nice city of Toulouse. Living with my wife and father of 2 beautiful small guys (of course), I am also CEO of a company that I have funded 5 years ago Objectif Libre that only deals with Linux Infrastructure. I have been really... Read More →


Wednesday October 28, 2015 2:50pm - 3:20pm JST
Aoba

3:40pm JST

Zen and the Art of OpenStack Fleet Management
Scaling OpenStack is hard.  Sometimes the challenges come from gaps or issues in the software itself.  Often, however, they stem from the mere fact that growth introduces complexities.  As the number and type of various "nodes" expands, Operators are faced with several challenges around how they are deployed, tracked, interact with each other, are monitored and dealt with when they become problematic.  There is no one-size fits all solution, or one "right" way to do it, but many of us are working to overcome the same obsticles.  This talk will focus on Rackspace's approach to fleet management as we have continued to scale.

It's as much (if not more) about philosphy as it is technology.  How we choose to view various "nodes", the level of expendability we assign to each and the amount of care (or not) we'd like to focus on them in the future.  When thinking about a fleet at 10x the size it is today, we look at how we manage the inventory, provision the nodes and deal with any of the downstream issues that might arise.  Most of our tooling has been built/assembled with those things in mind.  In this talk we'll dive into:

- Our inventory management aproach - it's all about data aggreation
- Host provisioning - look Ma, no hands! 
- Remediation services - Auto correction of monitoring alerts and anomoly detection/correction
- Where we go from here - How we think about the future, What we still have to build, and yes, Virginia - we'd like to upstream the whole suite

Speakers
BB

Benjamin Burdick

Systems Engineer, Rackspace
avatar for Joel Preas

Joel Preas

Public Cloud Systems Engineer
A cog in the machine at the Rackspace public cloud.


Wednesday October 28, 2015 3:40pm - 4:20pm JST
Aoba
 
Thursday, October 29
 

9:00am JST

XenSecurity Advisories are Full of VENOM - How to Reboot 'The Cloud'
Over the past 18 months there have been several security vulnerabilities discovered in the Xen kernel, which powers some of the largest public cloud OpenStack implementations. How do you address a security vulnerability in a timely manner for your customers whilest minimizing the impact as much as possible? What do you do when this happens again 6 months later? On the Rackspace public cloud team we had to tackle this problem. This talk will aim to address how we addressed the first (XSA-108), and what we learned to make subsequent issues (XSA-123, VENOM, etc.) easer to handle. As well as what we are currently working on to make the process even more graceful moving forward.

We used a combination of tools, driven by Ansible, to apply the fixes in a timely manner for our customers. Ultimately this is a simple patch and reboot procedure, however operating at this scale provides unique challenges that have to be accounted for.

Speakers
BB

Benjamin Burdick

Systems Engineer, Rackspace
avatar for Michael  Porras

Michael Porras

Rackspace - Software Developer
Building tools that make running the cloud a little bit easier. 
avatar for Joel Preas

Joel Preas

Public Cloud Systems Engineer
A cog in the machine at the Rackspace public cloud.


Thursday October 29, 2015 9:00am - 9:40am JST
Aoba

9:50am JST

It's Golden: Best Practice Cloud Operating System Images
With increasing enterprise adoption of OpenStack, Docker, and hybrid solutions, it is a continued challenge to keep operating system baselines consistent across environments. Functional, procedural, security and other mandates all need to be considered when creating images. We will discuss practical lessons learned from creating images for OpenStack, Docker, AWS, and other platforms.

We will review the current challenges and risks facing enterprises adopting these technologies, the processes and procedures for planning image creation, and the tools to achieve consistent and manageable results.

* Bake or Fry?
* Immutable Image Benefits and Challenges
* Security Lockdown
* Foundational Image Creation
* Component Reuse
* Image Build Automation

Speakers
avatar for Luke Heidecke

Luke Heidecke

Director, Solinea, Inc.
Luke Heidecke works at Solinea, Inc. to drive OpenStack and Cloud adoption for large enterprise customers. He focuses on infrastructure automation, monitoring, and management of large distributed systems.


Thursday October 29, 2015 9:50am - 10:30am JST
Aoba

11:00am JST

Duct-tape, Bubblegum, and Bailing Wire: 12 Steps in Operating OpenStack
This lightning round talk will present various operators horror stories on weird things needed to keep OpenStack running.  Audience participation is almost assured as we share feats of strength and airing of grievances.


 

Speakers
avatar for Mike Dorman

Mike Dorman

DevOps Engineer, SendGrid
A 15-year systems engineering veteran focused on cloud architecture, site reliability, automation and infrastructure design in service provider and enterprise environments. I am knowledgeable in the full deployment stack, from data center, network and hardware configuration to application... Read More →
avatar for Matt Fischer

Matt Fischer

Senior Manager, Cray
avatar for Kris Lindgren

Kris Lindgren

Senior Linux Systems Engineer, Godaddy
Kris Lindgren is an operator of Go Daddy's public and private cloud.  He has been using openstack in a production capactiy since Havana.  He loves enabling others to work faster and better by using the cloud and other self-service portals.  He is also a core dev on the anvil project... Read More →
avatar for Eric Peterson

Eric Peterson

Principle Software Engineer, Time Warner Cable
Eric is part of the Time Warner Cable Openstack team and also worked on hpcloud's horizon implementation.  He tries to be a jack of all trades, and master of none.



Thursday October 29, 2015 11:00am - 11:40am JST
Aoba

11:50am JST

Configuring Swift Using Puppet-swift: Considerations and Examples.
This talk will highlight the puppet-swift OpenStack module.  Puppet-swift has seen more attention and development recently.  The puppet OpenStack modules are now part of the OpenStack "bigtent" and have an active and diverse devops community contributing to them. This talk highlights one open source approach to automating the deployment of your swift cluster.  Starting off with a brief walk through of a multi region swift cluster running on Ubuntu at TWC that backs many critical business apps.  This talk is meant to be a blueprint for those considering a transition to or initial deployment of swift using puppet.

  • We will examine key deployment points such as managing/distributing the swift rings and using hiera to map devices to drives, useful if you are migrating from another tool-set to manage swift.

  • Next is a highlight of the current capabilities and recent enhancements of the puppet-swift module.

  • Considerations in deployment strategy around a multi region - multi puppet master cluster.

  • Along with the puppet-swift module, there are other important automation/deployment considerations that should be addressed when deploying swift with puppet.  We will touch on the areas that should be part of any deployment such as: performance tuning, log rotation, log collection and cluster telemetry using Monasca.

  • The top 5 icinga checks to consider when monitoring your swift cluster health.


Speakers
avatar for Adam Vinsh

Adam Vinsh

Sr.Software Engineer Cloud Devops
Adam has worked professionally and personally on Open-source for the last 10 years, first at HP and now at Time Warner Cable.  At HP he worked on all things automation and deployment related for HP's public cloud.  That work evolved into a full time job working on TripleO.Now, at... Read More →


Thursday October 29, 2015 11:50am - 12:30pm JST
Aoba

1:50pm JST

'fsck' Your Cloud - Detect Resource Leaks and Keep Openstack Consistent
In very large scale, heavily used Openstack deployment like the ones we have in Paypal, resource leaks happens from time to time and the content in the Openstack databases becomes inconsistent across different components due to the distributed nature of Openstack.

The resource leaks and inconsistent data cause capacities shortage and operation failures in our cloud insfrastructure.

Please note that it is important to find and fix the underlying issues in the code. In a production environment, there are third-party services could cause the openstack into inconsistent states, for example, hardware failures in hypervisor/switch, backend storge issues, loadbalancer issues, database cluster out-of-sync, and rabbitmq issues, etc. As a cloud provider for enterprise, we also need to resolve customer issues ASAP through the quick hack.

We would like to share our experiences and lession learned on how to detect resource leaks and keep Openstack consistent.

Just like fsck for filesystem, we deployed a set of cleanup tools to check/repair the Openstack cloud.

The tool set cleans up leaking resources and fix inconsistent data not only for Openstack alone, but also other services used by Openstack (DNS server, and NSX controller, etc)

Here are the list of items being cleaned up:

1. zombie VMs. instances marked as deleted in Nova DB but still running on hypervisors.
2. zombie disk files on the hypervisor. The huge disk files left on hypervisor for deleted VMs.
3. in consistent cinder volume states acrossing five different modules: Nova DB in API cell, Nova DB in compute cells, ciner DB, the libvirt.xml of the instance on the hypervisor, and the iscsi sessions on the hypervisor.
5. Unused the DNS entries for deleted VMs, and duplicated DNS entries for the same IP.
6. Orphan ports in Neutron DB which are no longer used by VMs or 
7. Resources leaks in NSX controller, for example: virtual ports, virtual switch, virtual router and security groups.
8. nova quota out of sync and cinder quota out-of-sync
9. inconsistence caused by staled RPC message

Speakers
avatar for Wei Tian

Wei Tian

cloud performance Lead at Paypal
15 years of enterprise software development experience, including architecture design and technical leader experience. Over 10 years of experience on virtualization and cloud infrastructure implementation and deployment. Working in Paypal's cloud engineering team since 2013. Leading... Read More →


Thursday October 29, 2015 1:50pm - 2:30pm JST
Aoba

2:40pm JST

You are Not Hyperscale, and That's Okay.
“Someday, walls will be here.”

Les Nessman of the 70’s hit WKRP in Cincinnati fantasized that someday his open floor plan desk would be surrounded by walls, giving him greater cred among his co-workers. Everyone knew it would never happen, but they humored Les’ delusion.

Your data center is kinda like this.

Google, AWS, Microsoft, Rackspace, Facebook and a few others build data centers using lessons that can only come from massive scale-outs. It starts below the concrete and goes all the way to the staffing model—and how you buy electricity and bandwidth—all before you even start talking about pets and cattle.

Rather than living in a hyperscale delusion, embrace the reality that you will never run infrastructure at this scale, not even by half. And even if you could, it’s equally unlikely that your bosses will get on board with the Draconian ops philosophy that underpins hyperscale.

Instead, let’s glean what we can from those who actually need hyperscale and do it well. This session will highlight several specific examples of how OpenStack operators can learn and benefit from the hyperscale experiment. Commodity servers and homogeneous stack design? Yes! Evaporative cooling and 1:10,000 admin:server ratios? No.

If you’re interested in talking about real, tractive and actionable lessons of hyperscale that you can apply without pouring new concrete, then let’s gather in Tokyo and talk about it.

Speakers
avatar for Jesse Proudman

Jesse Proudman

CTO, Blue Box, an IBM Company, Blue Box
In 2003, technology entrepreneur Jesse Proudman parlayed his passion for the “plumbing” of the Internet into the creation of Blue Box Group, a Seattle-based private cloud hosting company. As Founder and CTO, Proudman has guided the company’s rapid growth and multiple successful... Read More →


Thursday October 29, 2015 2:40pm - 3:20pm JST
Aoba

3:30pm JST

Congrats You Stood up an OpenStack Environment, But Now They Want You to Monitor It. Introducing Using Monasca for Production OpenStack Monitoring
Monitoring large scale production OpenStack environments presents new challenges for public, managed, and private cloud providers. An effective cloud monitoring  strategy will lower your mean time to resolution, decrease TCO, and increase the stability of the OpenStack platform. In this session we will go over production operations use cases and demonstrate Monasca analyzing OpenStack performance, health, and event data to address the following use cases:

  • Can my projects access compute?

  • Is Horizon performance slow?

  • Is my ELK stack running?

  • Can my tenants create VMs?  

  • And more... 


Monasca is a multi-tenant, highly scalable, performant, fault-tolerant, monitoring-as-a-service solution for OpenStack that supports storing and querying metrics, alarming/thresholding and notification methods such as email, webhooks, PagerDuty, and more. We will cover the current and future state of Monasca as it evolves from a metrics based monitoring system to supporting events and logging.

Come and learn why companies like HP, TWC, Cisco, Fujitsu and others are adopting Monasca as their OpenStack monitoring solution.

https://wiki.openstack.org/wiki/Monasca

Speakers
avatar for Roland Hochmuth

Roland Hochmuth

Tech Lead and Software Architect on Monasca, HP
I am the Tech Lead and Software Architect on Monasca, the open-source Monitoring-as-a-Service (at-scale) OpenStack project (https://wiki.openstack.org/wiki/Monasca). We focus on developing a highly performant, scalable and reliable turn-key monitoring solution that leverages the industries... Read More →
avatar for Matt Young

Matt Young

Director of Product Management, Puppet


Thursday October 29, 2015 3:30pm - 4:10pm JST
Aoba

4:30pm JST

Implementing Regions/Federation for Your Cloud - Why Would You Do Either/Both and How?
As OpenStack becomes easier to deploy the next frontier of deploying one large cloud across regions, or multiple smaller clouds that are federated, has been a keenly followed topic of interest and an architecture that is becoming a reality.

Having just worked through implementing and automating a multi-region/federated solution for openstack-ansible, we'd like to answer the question 'What does it take to run and deploy a multi location cloud?'.

We'll cover the benefits of a multi-region/federation cloud and what these terms mean within OpenStack. As well as challenges we've run into and solutions to overcome these. This will cover in more detail, specific topics such as Authentication and Federation, as well as Global Clustering for Object Storage.

Speakers
avatar for Andy McCrae

Andy McCrae

Software Developer
Andy is a software developer at Rackspace working within the Rackspace Private Cloud team. Andy began his career as a Linux Systems Administrator after completing a Masters of Engineering (MEng) majoring Computer Science at University College London (UCL). Andy specialises in Swift... Read More →
avatar for Jesse Pretorius

Jesse Pretorius

DevOps Engineer
Jesse is a DevOps Engineer working in the Rackspace Private Cloud product development team. His days are usually spent developing Ansible-based automation for the deployment of OpenStack in production environments. This has resulted in contributions to both the os-ansible-deployment/openstack-ansible... Read More →


Thursday October 29, 2015 4:30pm - 5:10pm JST
Aoba
 


Filter sessions
Apply filters to sessions.