Release Engineering Downstream
of an OpenStack Project
Best Practices for the Path from Idea to Production with
an Open Source Code Base
Rainya Mosher
@rainyamosher | www.rainyamosher.com
People don’t want…a quarter inch
drill. They want a quarter inch hole.
Clayton M. Christensen
The Innovator’s Solution
Release Engineering Downstream of an OpenStack Project
Release Engineering Downstream of an OpenStack Project
About Rainya
• 10+ Years Web App Devoplment
(ASP & .NET C#)
• 3+ Years OpenStack Operations
• Master of Science in Technology
Commercialization
• Musical Theatre Nerd, Singer, and
Actor
• Twitter: @rainyamosher
• Blog: rainyamosher.com That about sums it up.
ENFP
What is Release Engineering?
Release Engineering (RelEg / RE) is the sub-
discipline of software engineering concerned
with the compilation, assembly, and delivery of
source code into finished products or other
software components.
https://en.wikipedia.org/wiki/Release_engineering
Release
Engineering
UPSTREAM
PDLC / SDLC TOOLS
CULTURE
What is your relationship with the
upstream codebase?
Current Dates & Milestones: https://wiki.openstack.org/wiki/Releases
http://docs.openstack.org/infra/manual/developers.html
• Clone the code from github
• Branch your change
• Make fixes
• Submit review
• Submit patch revisions until you
get passing tests and a +2
• Change is merged
Average Review Wait Times
as of 7/20/2015
• Nova – 22 days
• Neutron – 9 days
• Glance – 26 days
http://stackalytics.com
Pull
OpenStack
Master
Consume
Third-Party
Distro
Internal Integrations & Configs
More ownership
over release
cadence
More in-house
resources for
packaging
More flexiblity
with to
integration of
internal
changes into
python source
code
Third party
guides release
cadence
Fewer in-house
packaging
needs
Less flexibility in
integrating
internal
changes into
python source
code
No matter the upstream relationship,
you’ll need to account for your
internal configurations and system
integrations!
Even understanding
the upstream
landscape of the
project, there will be
times when someone
– usually a product
or engineering
manager – will say “I
don’t care about the
community, just ship
the feature/bug
fix/widget.” What can
you do?
How will you manage the product
and software development lifecycles?
PDLC
SDLC
AGILE
Scrum,
Kanban,
XP, etc.
PDLC is the management of a
good or service from inception,
design, engineering, build, sale,
maintenance, and disposal
through the integration of
people, data, process, and
business systems to make an
optimal experience for a
customer (internal or external).
SDLC is a framework of steps
and phases providing a model
for development teams to follow
when creating a piece of
software to improve the quality
of the software and the overall
process.
AGILE SDLCs are a collection
of methodologies valuing
flexibility, collaboration,
communication, and rapid
iterations in the development
process.
Simple Easy
One role / task /
concept / dimension
vs Complex
Familiar, part of our
skillset, near at hand
vs Hard
Source Image: Rich Hickey, “Simple Made Easy”, 11/2012
Early on, the easy path gives
you speed and a sense of doing.
Over time, easy ignores
complexity, slows you down, and
leads to painful technical debt.
Being intentional with your PDLC & SDLC approach can help
you get from mad baby to successful sand eating baby.
What tools will you use for build,
release, and deploy activities?
BUILD
RELEASE
DEPLOY
SYSTEMS
Pipeline
Config
Management
Packaging
Orchestration
BUILD
RELEASE
DEPLOY
SYSTEMS
Pipeline
• Invest in your non-production environments
• Engineers cannot deliver stable software to production if the places
they have to develop and validate are unstable
Dev
• Prod-like
functionality
(as much as
possible)
• Unit tests at a
minimum
Integration
• First place for
Dev to
integrate code
with upstream
packages
• Unit tests
• Basic smoke
tests
Test
• Full smoke
tests
• High level
integration
testing with
tightly coupled
services
Pre-Prod
• Mirrors Prod
• Full
integration
testing with all
services
• Load and
performance
testing when
major
changes
Production
• Run baseline
tests prior to
an upgrade
• Automate the
deploy to
keep human
error out of
the way
• Don’t touch it!
Speed: Find failures quickly Accuracy: Find all failures Stability!
BUILD
RELEASE
DEPLOY
SYSTEMS
Config
Management
• Make all system and software
changes through a config
management system
• Start with immutable servers and
services (it’s harder to give up root
later)
• Ansible, Puppet, Chef, Salt
all have strengths &
weaknesses – take the
time to determine which is
best for your situation!
BUILD
RELEASE
DEPLOY
SYSTEMS
Packaging
• Successful packaging has been
done with RPMs and DEBs on
physical hosts and VMs
• Containers are rapidly maturing into
a viable approach for the control
plane
• Finding an approach everyone
can agree to is perhaps the
biggest challenge!
• Configs can be bundled
with the source code or
distributed separately
based on frequency of
updates and scale of
system
BUILD
RELEASE
DEPLOY
SYSTEMS
Orchestration
• Thoughtful orchestration for deploy-
time activities can overcome many
shortfalls of software
• Dedicate time and energy to find the
best order of operations for
introducing changes to services
• Deploy patterns - blue-green, rolling,
shotgun – are limited by the
architecture of the software being
deployed, and that’s ok!
How will your organization adapt to
the changes necessary for success?
We need to create a culture that reinforces
the value of taking risks and learning from
failure and the need for repetition and
practice to create mastery.
Gene Kim
The Phoenix Project
CI &
DevOps
Release
Management
Engineering Practices
Always code as if the person who
ends up maintaining your code will
be a violent psychopath who
knows where you live.
~ John F. Woods, c. 1991
Until zero-downtime deploys are a
reality, CI/CD may as well stand for
continual impact and constant
downtime. Adopt a release
management process to stay sane!
Automation first! This is difficult for many
organizations to do. It often means slowing
down, taking the long way rather than the
easy way, and telling people “not right now.”
Be Intentional
Adapt to Overcome
Simplicity First
References
 Images
- Gripp & Drouhard. Space Unicorn. (2012). http://youtu.be/17o1OlroNSE
- Miltonious Blog Unicorn of Technical Difficulties, Source Unknown
- Random Internet Meme’s found via Google Search
- Hickey, R. 2012. Simple Made Easy. http://www.slideshare.net/evandrix/simple-made-easy
 Quotes
- Christensen, C. M. (2003). The Innovator’s Solution: Creating and Sustaining Successful Growth
- Kim, G., Behre, K., Spafford, G. (2013). The Phoenix Project: A Novel about IT, DevOps, and
Helping Your Business Win
References
 Useful Links
- OpenStack Dev: http://docs.openstack.org/infra/manual/developers.html
- Review Wait Times: http://stackalytics.com/
- OpenStack Releases: https://wiki.openstack.org/wiki/Releases
- Rel Eng Overview: https://en.wikipedia.org/wiki/Release_engineering
Release Engineering Downstream
of an OpenStack Project
Discovering the Path from Idea to Production with an
Open Source Code Base
Rainya Mosher
@rainyamosher | www.rainyamosher.com

More Related Content

ODP
Optimizing DevOps strategy in a large enterprise
PPTX
DevOps Introduction
PPT
DevOps 101 for Government
PPTX
DevOps 101
PDF
DevOps 101
PPTX
Road to DevOps ROI
PDF
Losing Sight of DevOps in an Automation Forest - devopsdays Atlanta 2013
PDF
Dev ops lessons learned - Michael Collins
Optimizing DevOps strategy in a large enterprise
DevOps Introduction
DevOps 101 for Government
DevOps 101
DevOps 101
Road to DevOps ROI
Losing Sight of DevOps in an Automation Forest - devopsdays Atlanta 2013
Dev ops lessons learned - Michael Collins

What's hot (20)

PPTX
PPTX
DOES15 - Elisabeth Hendrickson - Its All About Feedback
PPTX
KEYNOTE | WHAT'S COMING IN THE NEXT 10 YEARS OF DEVOPS? // ELLEN CHISA, bolds...
PDF
Principles of Continuous Delivery and DevOps
PPTX
Very first introduction to DevOps
PPTX
DevOps introduction
PPTX
DevOps Culture Shift: Expanding On-Call Responsibilties
PPT
Agile And Open Development
PDF
DevOps MythBusters
PDF
Mainframe DevOps: A Zowe CLI-enabled Roadmap
PDF
Putting Devs On-Call: How to Empower Your Team
PDF
What is DevOps? - ITSM Academy Webinar
PDF
DevOps Deep Dive Webinar: Building a business case for agile and devops
PPTX
5 Keys to Building a Successful DevOps Culture
PDF
A beginners guide to scaling DevOps
PDF
XebiaLabs Enterprise DevOps
PDF
Why Even DevOp?
PDF
DevOps vs Traditional IT Ops (DevOps Days ignite talk by Oliver White)
PDF
DevOps in 5 minutes
PDF
iSQI Certification Days DASA – DevOps & ISTQB Frank Frambach
DOES15 - Elisabeth Hendrickson - Its All About Feedback
KEYNOTE | WHAT'S COMING IN THE NEXT 10 YEARS OF DEVOPS? // ELLEN CHISA, bolds...
Principles of Continuous Delivery and DevOps
Very first introduction to DevOps
DevOps introduction
DevOps Culture Shift: Expanding On-Call Responsibilties
Agile And Open Development
DevOps MythBusters
Mainframe DevOps: A Zowe CLI-enabled Roadmap
Putting Devs On-Call: How to Empower Your Team
What is DevOps? - ITSM Academy Webinar
DevOps Deep Dive Webinar: Building a business case for agile and devops
5 Keys to Building a Successful DevOps Culture
A beginners guide to scaling DevOps
XebiaLabs Enterprise DevOps
Why Even DevOp?
DevOps vs Traditional IT Ops (DevOps Days ignite talk by Oliver White)
DevOps in 5 minutes
iSQI Certification Days DASA – DevOps & ISTQB Frank Frambach
Ad

Similar to Release Engineering Downstream of an OpenStack Project (20)

PDF
Build & Release Engineering
PDF
Bcn devcon jose luis soria - patterns & antipatterns for delivery
PDF
Deploying and releasing applications
PPTX
Software-Engineering-and-Best-Practices.
PPTX
Devops Introduction nd basics of DevOps.
PPTX
Release Engineering
PDF
The "Holy Grail" of Dev/Ops
PDF
deployment and release management for IT/CS
PDF
How to Uplevel Your Pipeline with Release Orchestration and Deployment Automa...
PDF
Leveraging DevOps Principles for Release and Deploy
PDF
French Scrum User Group @Google - The Agile and Open Source Way
PPTX
Dev ops culture and practices
PDF
Confoo-Montreal-2016: Controlling Your Environments using Infrastructure as Code
PPTX
The Rocky Cloud Road
PDF
How to get started with Site Reliability Engineering
PDF
Implementing Enterprise DevOps: Real Life Experiences
PPTX
Intro To Continuous Delivery
PDF
EuroPython 2019: Modern Continuous Delivery for Python Developers
PDF
Achieving Full Stack DevOps at Colonial Life
PPTX
Continuous delivery applied (RJUG)
Build & Release Engineering
Bcn devcon jose luis soria - patterns & antipatterns for delivery
Deploying and releasing applications
Software-Engineering-and-Best-Practices.
Devops Introduction nd basics of DevOps.
Release Engineering
The "Holy Grail" of Dev/Ops
deployment and release management for IT/CS
How to Uplevel Your Pipeline with Release Orchestration and Deployment Automa...
Leveraging DevOps Principles for Release and Deploy
French Scrum User Group @Google - The Agile and Open Source Way
Dev ops culture and practices
Confoo-Montreal-2016: Controlling Your Environments using Infrastructure as Code
The Rocky Cloud Road
How to get started with Site Reliability Engineering
Implementing Enterprise DevOps: Real Life Experiences
Intro To Continuous Delivery
EuroPython 2019: Modern Continuous Delivery for Python Developers
Achieving Full Stack DevOps at Colonial Life
Continuous delivery applied (RJUG)
Ad

Recently uploaded (20)

PDF
Introduction to MCP and A2A Protocols: Enabling Agent Communication
PPTX
AI-driven Assurance Across Your End-to-end Network With ThousandEyes
PDF
substrate PowerPoint Presentation basic one
PDF
Lung cancer patients survival prediction using outlier detection and optimize...
PDF
Human Computer Interaction Miterm Lesson
PDF
MENA-ECEONOMIC-CONTEXT-VC MENA-ECEONOMIC
PDF
Planning-an-Audit-A-How-To-Guide-Checklist-WP.pdf
PDF
A hybrid framework for wild animal classification using fine-tuned DenseNet12...
PDF
The-2025-Engineering-Revolution-AI-Quality-and-DevOps-Convergence.pdf
PDF
CXOs-Are-you-still-doing-manual-DevOps-in-the-age-of-AI.pdf
PPTX
Internet of Everything -Basic concepts details
PDF
Transform-Your-Factory-with-AI-Driven-Quality-Engineering.pdf
PDF
“The Future of Visual AI: Efficient Multimodal Intelligence,” a Keynote Prese...
PDF
Build Real-Time ML Apps with Python, Feast & NoSQL
PDF
4 layer Arch & Reference Arch of IoT.pdf
PDF
SaaS reusability assessment using machine learning techniques
PDF
Auditboard EB SOX Playbook 2023 edition.
PDF
Altius execution marketplace concept.pdf
PDF
Co-training pseudo-labeling for text classification with support vector machi...
PDF
EIS-Webinar-Regulated-Industries-2025-08.pdf
Introduction to MCP and A2A Protocols: Enabling Agent Communication
AI-driven Assurance Across Your End-to-end Network With ThousandEyes
substrate PowerPoint Presentation basic one
Lung cancer patients survival prediction using outlier detection and optimize...
Human Computer Interaction Miterm Lesson
MENA-ECEONOMIC-CONTEXT-VC MENA-ECEONOMIC
Planning-an-Audit-A-How-To-Guide-Checklist-WP.pdf
A hybrid framework for wild animal classification using fine-tuned DenseNet12...
The-2025-Engineering-Revolution-AI-Quality-and-DevOps-Convergence.pdf
CXOs-Are-you-still-doing-manual-DevOps-in-the-age-of-AI.pdf
Internet of Everything -Basic concepts details
Transform-Your-Factory-with-AI-Driven-Quality-Engineering.pdf
“The Future of Visual AI: Efficient Multimodal Intelligence,” a Keynote Prese...
Build Real-Time ML Apps with Python, Feast & NoSQL
4 layer Arch & Reference Arch of IoT.pdf
SaaS reusability assessment using machine learning techniques
Auditboard EB SOX Playbook 2023 edition.
Altius execution marketplace concept.pdf
Co-training pseudo-labeling for text classification with support vector machi...
EIS-Webinar-Regulated-Industries-2025-08.pdf

Release Engineering Downstream of an OpenStack Project

  • 1. Release Engineering Downstream of an OpenStack Project Best Practices for the Path from Idea to Production with an Open Source Code Base Rainya Mosher @rainyamosher | www.rainyamosher.com
  • 2. People don’t want…a quarter inch drill. They want a quarter inch hole. Clayton M. Christensen The Innovator’s Solution
  • 5. About Rainya • 10+ Years Web App Devoplment (ASP & .NET C#) • 3+ Years OpenStack Operations • Master of Science in Technology Commercialization • Musical Theatre Nerd, Singer, and Actor • Twitter: @rainyamosher • Blog: rainyamosher.com That about sums it up. ENFP
  • 6. What is Release Engineering?
  • 7. Release Engineering (RelEg / RE) is the sub- discipline of software engineering concerned with the compilation, assembly, and delivery of source code into finished products or other software components. https://en.wikipedia.org/wiki/Release_engineering
  • 9. What is your relationship with the upstream codebase?
  • 10. Current Dates & Milestones: https://wiki.openstack.org/wiki/Releases
  • 11. http://docs.openstack.org/infra/manual/developers.html • Clone the code from github • Branch your change • Make fixes • Submit review • Submit patch revisions until you get passing tests and a +2 • Change is merged Average Review Wait Times as of 7/20/2015 • Nova – 22 days • Neutron – 9 days • Glance – 26 days http://stackalytics.com
  • 12. Pull OpenStack Master Consume Third-Party Distro Internal Integrations & Configs More ownership over release cadence More in-house resources for packaging More flexiblity with to integration of internal changes into python source code Third party guides release cadence Fewer in-house packaging needs Less flexibility in integrating internal changes into python source code No matter the upstream relationship, you’ll need to account for your internal configurations and system integrations!
  • 13. Even understanding the upstream landscape of the project, there will be times when someone – usually a product or engineering manager – will say “I don’t care about the community, just ship the feature/bug fix/widget.” What can you do?
  • 14. How will you manage the product and software development lifecycles?
  • 15. PDLC SDLC AGILE Scrum, Kanban, XP, etc. PDLC is the management of a good or service from inception, design, engineering, build, sale, maintenance, and disposal through the integration of people, data, process, and business systems to make an optimal experience for a customer (internal or external). SDLC is a framework of steps and phases providing a model for development teams to follow when creating a piece of software to improve the quality of the software and the overall process. AGILE SDLCs are a collection of methodologies valuing flexibility, collaboration, communication, and rapid iterations in the development process.
  • 16. Simple Easy One role / task / concept / dimension vs Complex Familiar, part of our skillset, near at hand vs Hard
  • 17. Source Image: Rich Hickey, “Simple Made Easy”, 11/2012 Early on, the easy path gives you speed and a sense of doing. Over time, easy ignores complexity, slows you down, and leads to painful technical debt.
  • 18. Being intentional with your PDLC & SDLC approach can help you get from mad baby to successful sand eating baby.
  • 19. What tools will you use for build, release, and deploy activities?
  • 21. BUILD RELEASE DEPLOY SYSTEMS Pipeline • Invest in your non-production environments • Engineers cannot deliver stable software to production if the places they have to develop and validate are unstable
  • 22. Dev • Prod-like functionality (as much as possible) • Unit tests at a minimum Integration • First place for Dev to integrate code with upstream packages • Unit tests • Basic smoke tests Test • Full smoke tests • High level integration testing with tightly coupled services Pre-Prod • Mirrors Prod • Full integration testing with all services • Load and performance testing when major changes Production • Run baseline tests prior to an upgrade • Automate the deploy to keep human error out of the way • Don’t touch it! Speed: Find failures quickly Accuracy: Find all failures Stability!
  • 23. BUILD RELEASE DEPLOY SYSTEMS Config Management • Make all system and software changes through a config management system • Start with immutable servers and services (it’s harder to give up root later) • Ansible, Puppet, Chef, Salt all have strengths & weaknesses – take the time to determine which is best for your situation!
  • 24. BUILD RELEASE DEPLOY SYSTEMS Packaging • Successful packaging has been done with RPMs and DEBs on physical hosts and VMs • Containers are rapidly maturing into a viable approach for the control plane • Finding an approach everyone can agree to is perhaps the biggest challenge! • Configs can be bundled with the source code or distributed separately based on frequency of updates and scale of system
  • 25. BUILD RELEASE DEPLOY SYSTEMS Orchestration • Thoughtful orchestration for deploy- time activities can overcome many shortfalls of software • Dedicate time and energy to find the best order of operations for introducing changes to services • Deploy patterns - blue-green, rolling, shotgun – are limited by the architecture of the software being deployed, and that’s ok!
  • 26. How will your organization adapt to the changes necessary for success?
  • 27. We need to create a culture that reinforces the value of taking risks and learning from failure and the need for repetition and practice to create mastery. Gene Kim The Phoenix Project
  • 28. CI & DevOps Release Management Engineering Practices Always code as if the person who ends up maintaining your code will be a violent psychopath who knows where you live. ~ John F. Woods, c. 1991 Until zero-downtime deploys are a reality, CI/CD may as well stand for continual impact and constant downtime. Adopt a release management process to stay sane! Automation first! This is difficult for many organizations to do. It often means slowing down, taking the long way rather than the easy way, and telling people “not right now.”
  • 29. Be Intentional Adapt to Overcome Simplicity First
  • 30. References  Images - Gripp & Drouhard. Space Unicorn. (2012). http://youtu.be/17o1OlroNSE - Miltonious Blog Unicorn of Technical Difficulties, Source Unknown - Random Internet Meme’s found via Google Search - Hickey, R. 2012. Simple Made Easy. http://www.slideshare.net/evandrix/simple-made-easy  Quotes - Christensen, C. M. (2003). The Innovator’s Solution: Creating and Sustaining Successful Growth - Kim, G., Behre, K., Spafford, G. (2013). The Phoenix Project: A Novel about IT, DevOps, and Helping Your Business Win
  • 31. References  Useful Links - OpenStack Dev: http://docs.openstack.org/infra/manual/developers.html - Review Wait Times: http://stackalytics.com/ - OpenStack Releases: https://wiki.openstack.org/wiki/Releases - Rel Eng Overview: https://en.wikipedia.org/wiki/Release_engineering
  • 32. Release Engineering Downstream of an OpenStack Project Discovering the Path from Idea to Production with an Open Source Code Base Rainya Mosher @rainyamosher | www.rainyamosher.com

Editor's Notes

  • #6: References: http://www.keirsey.com
  • #8: Identifiability Being able to identify all of the source, tools, environment, and other components that make up a particular release. Reproducibility The ability to integrate source, third party components, data, and deployment externals of a software system in order to guarantee operational stability. Consistency The mission to provide a stable framework for development, deployment, audit and accountability for software components. Agility
  • #11: References: https://wiki.openstack.org/wiki/Releases
  • #12: References: http://docs.openstack.org/infra/manual/developers.html http://stackalytics.com/report/reviews/nova/open http://stackalytics.com/report/reviews/glance/open http://stackalytics.com/report/reviews/neutron/open
  • #18: References: http://www.slideshare.net/evandrix/simple-made-easy
  • #28: References: http://www.rainyamosher.com/how-the-taoist-farmer-faces-the-edge/ http://www.radicallyhuman.com/downloads/change_talkmx2013_nelson.pdf
  • #29: https://groups.google.com/forum/#!msg/comp.lang.c++/rYCO5yn4lXw/oITtSkZOtoUJ
  • #30: WHAT methodology you choose to follow is far less important than adopting a framework everyone can get behind, from the entry level software devs to the senior leader of the organization. SDLC Frameworks are a starting point, not the end result. Whichever you chose probably won’t be a perfect fit out of the box. Expect to iterate and tweak the framework to find the best fit for your organization and team. Unless it’s throw away work, push for simplicity over easy first and foremost. Ease will come with time and the technical debt you DON’T incur.
  • #33: intro (why i am qualified to talk about this shit); SDLC -- what the hell does "agile" even mean?; BRDS -- why you need build release and deploy systems; Culture - DevOps, release management, change