SlideShare ist ein Scribd-Unternehmen logo
1 von 45
Into the Cloud
Making our Continuous Delivery fly.
Tomas Riha
Architect @ VGT/WirelessCar
Passionate about creativity, change and improvement
Horrible at following instructions and performing repetitive tasks
MAJOR Project Liability
mail: tomas.riha@wirelesscar.com
twitter: @TomasRihaSE
blog: continuous-delivery-and-more.blogspot.com
Four Years ago
New Telematics Delivery Platform
Sent us on road to
Micro Services
Continuous Delivery
Infrastructure at that time
Low level of virtualization
“Two servers and a Oracle DB” per delivery
Split Operations and Development
Infrastructure and Application Architecture separated
Long process to get a server
Micro Service Architecture
Reality
Continuous Delivery
Build Release Deploy Test
Build Release Deploy Test
Build Release Deploy Test
Build Release Deploy Test
Build Release Deploy Test
Assemble Release Deploy Test
Service Pipes
100s of tests run in parallel testing
Solution Pipes
10s Use Case Requirements Verified
Here is your test server
Build Release Deploy Test
DB
Test
Server
Static virtual instances
Master Worker
Worker
Worker
Worker
Worker
Worker
Worker
Worker
Worker
Worker
Worker
Worker
Worker Worker Worker
Worker
Worker
Worker
Worker
Worker
Worker
Worker
Worker
Worker
Worker
Worker
Worker
Worker Worker Worker
Worker
Worker
Worker
Worker
Worker
Worker
Worker
Worker
Worker
Worker
Worker
Worker
Worker Worker Worker
Worker
Worker
Worker
Worker
Worker
Worker
Worker
Worker
Worker
Worker
Worker
Worker
Worker Worker Worker
Custom DeliveryEngine GUI
Master
Mind
Gerrit
Capacity Planning & Peaks
Master Worker
Worker
Worker
Worker
Worker
Worker
Worker
Worker
Worker
Worker
Worker
Worker
Worker Worker Worker
Worker
Worker
Worker
Worker
Worker
Worker
Worker
Worker
Worker
Worker
Worker
Worker
Worker Worker Worker
Worker
Worker
Worker
Worker
Worker
Worker
Worker
Worker
Worker
Worker
Worker
Worker
Worker Worker Worker
Worker
Worker
Worker
Worker
Worker
Worker
Worker
Worker
Worker
Worker
Worker
Worker
Worker Worker Worker
?
Pampering the Snowflakes
Each static server needs maintenance.
Server Maintenance one of the top task the team does
Each server provisioned by different version of our chef scripts, where baseline
is a moving target
Continuous Delivery as a Service
Ok so this Continuous Delivery thing is nice....
....what does it take to deliver it to the entire organization as a Service?
400+ developers
Continuous Delivery as a Service
Blue skies, Sunshine
and ohh yes a CLOUD PROVIDER!!
Amazon Web Services
Load Tests
We have used AWS a bit for Load Tests
Go!
Continuous Delivery in the AWS Cloud
Demo Environments in the AWS Cloud
Build in Cloud host on premises and at partner
AWS
Volvo
Hosting
Partner
Hosting
Partner
Compatibility in
Environments!
What we got
Automated provisioning on our Continuous Delivery infrastructure using chef
Automated provisioning of our Jenkins jobs into build pipes
Rudimentary Image Baking Capabilities from our AWS Load Tests
Basic understanding of how our services behave in a cloud environment
What we need to do
Build a Virtual Private Cloud with networks
Connect VPC to Volvo Network
Migrate about
~800 Jenkins jobs
60 Jenkins master/slaves
1 Nexus server, 2 test databases, 1 Sonar, 1 Elk
2 custom applications, 1 MongoDB
Our approach
Change as little as possible during migration
Automate everything
Establish responsibility between Operations and Development
Responsibilities
Volvo
Network Team
Delivery Engine Team
Defining Application Topology
Load Balancer
Server Instance Server Instance
Data Storage
In Amazon Web Services
â—Ź Elastic Load Balancer
â—‹ Security Groups
â—Ź Auto Scaling Group
â—‹ Launch Configuration
â—‹ Amazon Machine Image
â—‹ Security Groups
â—Ź Data Storages
â—‹ Simple Storage Service
â—‹ Relational Data Service
â–  Oracle
â–  Postgres
â—‹ Custom Databases
â–  MongoDB
â—‹ Security Groups
Defining Application Environment
Load Balancer
Server Instance Server Instance
Data Storage
In Amazon Web Services
â—Ź Virtual Private Cloud
â—‹ Subnets
â—Ź Auto Scaling Group
â—‹ Scaling Rules
â–  Up/Down
â–  Max/min
â—‹ Instance Size
â–  Mem/Cpu
â—Ź Data Storages
â—‹ Size
â–  Mem/Cpu/Storage
Infrastructure as Code
Dev Test
Load
Test
UAT
INT
Test
Provisioning Interface
Vagrant Impl Cloud Provider Impl PDF Document Impl
Topology
Spec Env Spec
Legacy
PROD
Environment Definition
Networking
Loadbalancing
Servers
Databases
Location
Integration
Scaling
Infrastructure as Code
Test
Load
Test
Provisioning Interface
AWS Cloudformation Impl
Topology
Spec Env Spec
Demo
Delivery
Engine
Tool
Baking Machine Images
Git Repo Base
Packer
Scripts
Bakery
Instance
Git Repo Delta
Packer
Scripts
AMI Alpha
RHEL
AMI
Bakery
Instance
AMI Delta
Baking Machine Images
RHEL
AMI
VGT Base
Java Base Jenkins Base Nexus Graphite ELK
Jenkins Master Jenkins SlaveApplications
Applications
Applications
Chef Issues
Never share same scripts for baking image that go from known
state to a delta with scripts that manage snowflakes!
Phase 1
Politics, Cross Organizational handovers & PoC
Way too much time
Phase 2
Build & Automate Setup
Build & Tear Up the VPC a few 100 times
1.5 months ~ 2 engineers
Phase 3
Migration
Start moving over the repositories.
Add .delivery-engine.yml files to repositories
Disable build pipes in old environment
1 month ~ 3 engineers
The Migration
Daily Cost tracking during migration!!
Did we do something really stupid yesterday?
Bosses love you when you report cost and think about optimizing cost
Cost Tracking
Prepare
Automate
Verify
Rip The Bandaid!!!
Lessons Learnt
Since the migration started we have not launched
one single instance through the AWS Console.
Console only used to terminate instances, never to
create instances.
Done well
Delivery Engine after Migration
More or less the same setup
Different distribution of jobs
Auto Scaling Workers
Orchestration Worker
Worker Worker
Worker
Worker
Worker
Worker
Worker Worker
Worker
Worker
Worker
Worker
Worker Worker Worker
Worker Worker Worker
Orchestration Worker
Worker Worker
Worker
Worker
Worker
Worker
Worker Worker
Worker
Worker
Worker
Worker
Worker Worker
Worker
Worker
Custom DeliveryEngine GUI
Master
Mind
Gerrit
Immediate Benefits
Maintenance down at least 80% at least due to worker recycling
No more capacity planning
Orchestration Worker
Worker Worker
Worker
Worker
Worker
Worker
Worker Worker
Worker
Worker
Worker
Worker
Worker Worker Worker
Worker Worker Worker
Orchestration Worker
Worker Worker
Worker
Worker
Worker
Worker
Worker Worker
Worker
Worker
Worker
Worker
Worker Worker
Worker
Worker
Custom DeliveryEngine GUI
Master
Mind
Gerrit
Not High Availability
Setup is still stateful
Orchestration Worker
Worker Worker
Worker
Worker
Worker
Worker
Worker Worker
Worker
Worker
Worker
Worker
Worker Worker Worker
Worker Worker Worker
Orchestration Worker
Worker Worker
Worker
Worker
Worker
Worker
Worker Worker
Worker
Worker
Worker
Worker
Worker Worker
Worker
Worker
Custom DeliveryEngine GUI
Master
Mind
Gerrit
250 Git repositories building, testing, releasing
Components, Applications, Solutions
For closer to 150 developers
Usage
Growth during migration wasn't expected but was about 50 repos
Over 100 Git repos added after migration
New teams constantly onboarding to Delivery Engine
Expecting 200 plus developers by end of year
Growth
Grow number of users and content not the size of our Team Size!
We do it through a
Event Driven, Stateless, Application developed using ALL the
Continuous Delivery principles.
Using Continuous Delivery to Deliver Continuous Delivery.
We need to ensure scalability and availability
Stateless Build Environment
Pipes as Code
Unit test pipe task
Integration test pipes
Job
Pipe as
Code
Client
Stateless Build Environment
Build Data and reports away from Build Environment
Job
Pipe as
Code
Client
Stateless Build Environment
No Dependency between GIT Repository and Build Job
Only one job exists
Job
Pipe as
Code
Client
Queue
Gerrit Listener
Job
Stateless Build Environment
Aws Tools
Pipe as
Code
Client
Test Environment
Queue
Gerrit Listener
Split Test Environment from Build Environment
HA Build environment
Test Environment
Rabbit MQ Cluster
Coordinator
Jenkins
Factory
Foreman
Jenkins
Workers
Jenkins SlavesWorkers
Jenkins SlavesWorkers
Jenkins Slaves
Gerrit Factory
Foreman
Jenkins
Workers
Jenkins SlavesWorkers
Jenkins SlavesWorkers
Jenkins Slaves
Test Environment
Test Environment
Test Environment
ELK Graphite
S3
Master
Mind
Custom DeliveryEngine GUI Slack
From idea to rolled out in about 2 months, 1 man month of work
Without AWS not possible
HA Rewrite
+
Lead time for Infrastructural change drastically reduced
Ability to build HA and scalability on a level previously not possible
No more capacity planning
Demo Environment using same tooling and fully up and running
QA and Integration testing environments coming up as well
DevOps
Amazon Web Services works GREAT!
-
Different tooling for creating aws infrastructure to creating in house infrastructure
Retrospective
Questions?
here: @TheBar
mail: tomas.riha@wirelesscar.com
twitter: @TomasRihaSE
blog: continuous-delivery-and-more.blogspot.com
Thats it!

Weitere ähnliche Inhalte

Was ist angesagt?

Serverless Delivery
Serverless DeliveryServerless Delivery
Serverless DeliveryCasey Lee
 
Continuous Delivery using AWS CodePipeline, AWS Lambda & AWS ElasticBeanstalk
Continuous Delivery using AWS CodePipeline, AWS Lambda & AWS ElasticBeanstalkContinuous Delivery using AWS CodePipeline, AWS Lambda & AWS ElasticBeanstalk
Continuous Delivery using AWS CodePipeline, AWS Lambda & AWS ElasticBeanstalkThomas Shaw
 
Accelerating DevOps Pipelines with AWS
Accelerating DevOps Pipelines with AWSAccelerating DevOps Pipelines with AWS
Accelerating DevOps Pipelines with AWSAmazon Web Services
 
AWS DevOps Event - AWS Services enabling DevOps - Continuous Integration & Au...
AWS DevOps Event - AWS Services enabling DevOps - Continuous Integration & Au...AWS DevOps Event - AWS Services enabling DevOps - Continuous Integration & Au...
AWS DevOps Event - AWS Services enabling DevOps - Continuous Integration & Au...Ian Massingham
 
DevOps on AWS: Deep Dive on Continuous Delivery and the AWS Developer Tools
DevOps on AWS: Deep Dive on Continuous Delivery and the AWS Developer ToolsDevOps on AWS: Deep Dive on Continuous Delivery and the AWS Developer Tools
DevOps on AWS: Deep Dive on Continuous Delivery and the AWS Developer ToolsAmazon Web Services
 
Managing the Continuous Delivery of Code to AWS Lambda
Managing the Continuous Delivery of Code to AWS LambdaManaging the Continuous Delivery of Code to AWS Lambda
Managing the Continuous Delivery of Code to AWS LambdaAmazon Web Services
 
DevOps, Continuous Integration and Deployment on AWS
DevOps, Continuous Integration and Deployment on AWSDevOps, Continuous Integration and Deployment on AWS
DevOps, Continuous Integration and Deployment on AWSAmazon Web Services
 
AWS DevOps Event - Innovating with DevOps on AWS
AWS DevOps Event - Innovating with DevOps on AWSAWS DevOps Event - Innovating with DevOps on AWS
AWS DevOps Event - Innovating with DevOps on AWSIan Massingham
 
Continuous Integration and Deployment Best Practices on AWS
Continuous Integration and Deployment Best Practices on AWS Continuous Integration and Deployment Best Practices on AWS
Continuous Integration and Deployment Best Practices on AWS Amazon Web Services
 
Continuous Delivery with AWS Lambda - AWS April 2016 Webinar Series
Continuous Delivery with AWS Lambda - AWS April 2016 Webinar SeriesContinuous Delivery with AWS Lambda - AWS April 2016 Webinar Series
Continuous Delivery with AWS Lambda - AWS April 2016 Webinar SeriesAmazon Web Services
 
AWS Summit Sydney 2014 | Continuous Integration and Deployment Best Practices...
AWS Summit Sydney 2014 | Continuous Integration and Deployment Best Practices...AWS Summit Sydney 2014 | Continuous Integration and Deployment Best Practices...
AWS Summit Sydney 2014 | Continuous Integration and Deployment Best Practices...Amazon Web Services
 
Immutable Infrastructure: the new App Deployment
Immutable Infrastructure: the new App DeploymentImmutable Infrastructure: the new App Deployment
Immutable Infrastructure: the new App DeploymentAxel Fontaine
 
IguazĂş: A Long-Running Job Scheduler using Docker and Mesos
IguazĂş: A Long-Running Job Scheduler using Docker and MesosIguazĂş: A Long-Running Job Scheduler using Docker and Mesos
IguazĂş: A Long-Running Job Scheduler using Docker and MesosColleen Lee
 
AWS CodeDeploy, AWS CodePipeline, and AWS CodeCommit: Transforming Software D...
AWS CodeDeploy, AWS CodePipeline, and AWS CodeCommit: Transforming Software D...AWS CodeDeploy, AWS CodePipeline, and AWS CodeCommit: Transforming Software D...
AWS CodeDeploy, AWS CodePipeline, and AWS CodeCommit: Transforming Software D...Amazon Web Services
 
Event driven infrastructure
Event driven infrastructureEvent driven infrastructure
Event driven infrastructureShiva Narayanaswamy
 
AWS CodeCommit, CodeDeploy & CodePipeline
AWS CodeCommit, CodeDeploy & CodePipelineAWS CodeCommit, CodeDeploy & CodePipeline
AWS CodeCommit, CodeDeploy & CodePipelineJulien SIMON
 
Continuous Integration and Deployment Best Practices on AWS
 Continuous Integration and Deployment Best Practices on AWS  Continuous Integration and Deployment Best Practices on AWS
Continuous Integration and Deployment Best Practices on AWS Amazon Web Services
 
Database deployments - dotnetsheff
Database deployments - dotnetsheffDatabase deployments - dotnetsheff
Database deployments - dotnetsheffGiulio Vian
 

Was ist angesagt? (20)

DevOps on AWS
DevOps on AWSDevOps on AWS
DevOps on AWS
 
Serverless Delivery
Serverless DeliveryServerless Delivery
Serverless Delivery
 
Continuous Delivery using AWS CodePipeline, AWS Lambda & AWS ElasticBeanstalk
Continuous Delivery using AWS CodePipeline, AWS Lambda & AWS ElasticBeanstalkContinuous Delivery using AWS CodePipeline, AWS Lambda & AWS ElasticBeanstalk
Continuous Delivery using AWS CodePipeline, AWS Lambda & AWS ElasticBeanstalk
 
Accelerating DevOps Pipelines with AWS
Accelerating DevOps Pipelines with AWSAccelerating DevOps Pipelines with AWS
Accelerating DevOps Pipelines with AWS
 
AWS DevOps Event - AWS Services enabling DevOps - Continuous Integration & Au...
AWS DevOps Event - AWS Services enabling DevOps - Continuous Integration & Au...AWS DevOps Event - AWS Services enabling DevOps - Continuous Integration & Au...
AWS DevOps Event - AWS Services enabling DevOps - Continuous Integration & Au...
 
DevOps on AWS: Deep Dive on Continuous Delivery and the AWS Developer Tools
DevOps on AWS: Deep Dive on Continuous Delivery and the AWS Developer ToolsDevOps on AWS: Deep Dive on Continuous Delivery and the AWS Developer Tools
DevOps on AWS: Deep Dive on Continuous Delivery and the AWS Developer Tools
 
Managing the Continuous Delivery of Code to AWS Lambda
Managing the Continuous Delivery of Code to AWS LambdaManaging the Continuous Delivery of Code to AWS Lambda
Managing the Continuous Delivery of Code to AWS Lambda
 
DevOps, Continuous Integration and Deployment on AWS
DevOps, Continuous Integration and Deployment on AWSDevOps, Continuous Integration and Deployment on AWS
DevOps, Continuous Integration and Deployment on AWS
 
AWS DevOps Event - Innovating with DevOps on AWS
AWS DevOps Event - Innovating with DevOps on AWSAWS DevOps Event - Innovating with DevOps on AWS
AWS DevOps Event - Innovating with DevOps on AWS
 
Continuous Integration and Deployment Best Practices on AWS
Continuous Integration and Deployment Best Practices on AWS Continuous Integration and Deployment Best Practices on AWS
Continuous Integration and Deployment Best Practices on AWS
 
Continuous Delivery with AWS Lambda - AWS April 2016 Webinar Series
Continuous Delivery with AWS Lambda - AWS April 2016 Webinar SeriesContinuous Delivery with AWS Lambda - AWS April 2016 Webinar Series
Continuous Delivery with AWS Lambda - AWS April 2016 Webinar Series
 
AWS Summit Sydney 2014 | Continuous Integration and Deployment Best Practices...
AWS Summit Sydney 2014 | Continuous Integration and Deployment Best Practices...AWS Summit Sydney 2014 | Continuous Integration and Deployment Best Practices...
AWS Summit Sydney 2014 | Continuous Integration and Deployment Best Practices...
 
Immutable Infrastructure: the new App Deployment
Immutable Infrastructure: the new App DeploymentImmutable Infrastructure: the new App Deployment
Immutable Infrastructure: the new App Deployment
 
IguazĂş: A Long-Running Job Scheduler using Docker and Mesos
IguazĂş: A Long-Running Job Scheduler using Docker and MesosIguazĂş: A Long-Running Job Scheduler using Docker and Mesos
IguazĂş: A Long-Running Job Scheduler using Docker and Mesos
 
AWS CodeDeploy, AWS CodePipeline, and AWS CodeCommit: Transforming Software D...
AWS CodeDeploy, AWS CodePipeline, and AWS CodeCommit: Transforming Software D...AWS CodeDeploy, AWS CodePipeline, and AWS CodeCommit: Transforming Software D...
AWS CodeDeploy, AWS CodePipeline, and AWS CodeCommit: Transforming Software D...
 
Event driven infrastructure
Event driven infrastructureEvent driven infrastructure
Event driven infrastructure
 
AWS CodeCommit, CodeDeploy & CodePipeline
AWS CodeCommit, CodeDeploy & CodePipelineAWS CodeCommit, CodeDeploy & CodePipeline
AWS CodeCommit, CodeDeploy & CodePipeline
 
Continuous Integration and Deployment Best Practices on AWS
 Continuous Integration and Deployment Best Practices on AWS  Continuous Integration and Deployment Best Practices on AWS
Continuous Integration and Deployment Best Practices on AWS
 
Database deployments - dotnetsheff
Database deployments - dotnetsheffDatabase deployments - dotnetsheff
Database deployments - dotnetsheff
 
AWS Code Services
AWS Code ServicesAWS Code Services
AWS Code Services
 

Andere mochten auch

Continuous delivery @ hi q
Continuous delivery @ hi qContinuous delivery @ hi q
Continuous delivery @ hi qTomas Riha
 
Top dividend tracker tools of this season
Top dividend tracker tools of this seasonTop dividend tracker tools of this season
Top dividend tracker tools of this seasonRichard Gere
 
Continuous delivery its not about the technology, its about the people.
Continuous delivery its not about the technology, its about the people.Continuous delivery its not about the technology, its about the people.
Continuous delivery its not about the technology, its about the people.Tomas Riha
 
Continuous delivery @ Diabol
Continuous delivery @ DiabolContinuous delivery @ Diabol
Continuous delivery @ DiabolTomas Riha
 
Show me the money!
Show me the money!Show me the money!
Show me the money!Tomas Riha
 
Test Automation
Test AutomationTest Automation
Test AutomationTomas Riha
 
Continuous delivery its not about the technology, its about the people. @pipe...
Continuous delivery its not about the technology, its about the people. @pipe...Continuous delivery its not about the technology, its about the people. @pipe...
Continuous delivery its not about the technology, its about the people. @pipe...Tomas Riha
 
Continuous Delivery Testing @HiQ
Continuous Delivery Testing @HiQContinuous Delivery Testing @HiQ
Continuous Delivery Testing @HiQTomas Riha
 
DevOps - Its just Agile done right
DevOps - Its just Agile done rightDevOps - Its just Agile done right
DevOps - Its just Agile done rightTomas Riha
 

Andere mochten auch (10)

Continuous delivery @ hi q
Continuous delivery @ hi qContinuous delivery @ hi q
Continuous delivery @ hi q
 
Top dividend tracker tools of this season
Top dividend tracker tools of this seasonTop dividend tracker tools of this season
Top dividend tracker tools of this season
 
Continuous delivery its not about the technology, its about the people.
Continuous delivery its not about the technology, its about the people.Continuous delivery its not about the technology, its about the people.
Continuous delivery its not about the technology, its about the people.
 
Continuous delivery @ Diabol
Continuous delivery @ DiabolContinuous delivery @ Diabol
Continuous delivery @ Diabol
 
Show me the money!
Show me the money!Show me the money!
Show me the money!
 
Dev ops
Dev opsDev ops
Dev ops
 
Test Automation
Test AutomationTest Automation
Test Automation
 
Continuous delivery its not about the technology, its about the people. @pipe...
Continuous delivery its not about the technology, its about the people. @pipe...Continuous delivery its not about the technology, its about the people. @pipe...
Continuous delivery its not about the technology, its about the people. @pipe...
 
Continuous Delivery Testing @HiQ
Continuous Delivery Testing @HiQContinuous Delivery Testing @HiQ
Continuous Delivery Testing @HiQ
 
DevOps - Its just Agile done right
DevOps - Its just Agile done rightDevOps - Its just Agile done right
DevOps - Its just Agile done right
 

Ă„hnlich wie Into the cloud

DevOps at Amazon: A Look at Our Tools and Processes
DevOps at Amazon: A Look at Our Tools and ProcessesDevOps at Amazon: A Look at Our Tools and Processes
DevOps at Amazon: A Look at Our Tools and ProcessesAmazon Web Services
 
Devops continuousintegration and deployment onaws puttingmoneybackintoyourmis...
Devops continuousintegration and deployment onaws puttingmoneybackintoyourmis...Devops continuousintegration and deployment onaws puttingmoneybackintoyourmis...
Devops continuousintegration and deployment onaws puttingmoneybackintoyourmis...Emerson Eduardo Rodrigues Von Staffen
 
DevOps, Continuous Integration and Deployment on AWS: Putting Money Back into...
DevOps, Continuous Integration and Deployment on AWS: Putting Money Back into...DevOps, Continuous Integration and Deployment on AWS: Putting Money Back into...
DevOps, Continuous Integration and Deployment on AWS: Putting Money Back into...Amazon Web Services
 
AWS January 2016 Webinar Series - Introduction to Deploying Applications on AWS
AWS January 2016 Webinar Series - Introduction to Deploying Applications on AWSAWS January 2016 Webinar Series - Introduction to Deploying Applications on AWS
AWS January 2016 Webinar Series - Introduction to Deploying Applications on AWSAmazon Web Services
 
Managing Your Cloud Assets
Managing Your Cloud AssetsManaging Your Cloud Assets
Managing Your Cloud AssetsAmazon Web Services
 
Velocity NYC 2016 - Containers @ Netflix
Velocity NYC 2016 - Containers @ NetflixVelocity NYC 2016 - Containers @ Netflix
Velocity NYC 2016 - Containers @ Netflixaspyker
 
DevOps on AWS: Deep Dive on Continuous Delivery and the AWS Developer Tools
DevOps on AWS: Deep Dive on Continuous Delivery and the AWS Developer ToolsDevOps on AWS: Deep Dive on Continuous Delivery and the AWS Developer Tools
DevOps on AWS: Deep Dive on Continuous Delivery and the AWS Developer ToolsAmazon Web Services
 
DevOps on AWS - Building Systems to Deliver Faster
DevOps on AWS - Building Systems to Deliver FasterDevOps on AWS - Building Systems to Deliver Faster
DevOps on AWS - Building Systems to Deliver FasterAmazon Web Services
 
Managing Your Application Lifecycle on AWS: Continuous Integration and Deploy...
Managing Your Application Lifecycle on AWS: Continuous Integration and Deploy...Managing Your Application Lifecycle on AWS: Continuous Integration and Deploy...
Managing Your Application Lifecycle on AWS: Continuous Integration and Deploy...Amazon Web Services
 
Handling Asynchronous Workloads With OpenShift and Iron.io
Handling Asynchronous Workloads With OpenShift and Iron.ioHandling Asynchronous Workloads With OpenShift and Iron.io
Handling Asynchronous Workloads With OpenShift and Iron.ioIvan Dwyer
 
Managing Your Application Lifecycle on AWS: Continuous Integration and Deploy...
Managing Your Application Lifecycle on AWS: Continuous Integration and Deploy...Managing Your Application Lifecycle on AWS: Continuous Integration and Deploy...
Managing Your Application Lifecycle on AWS: Continuous Integration and Deploy...Amazon Web Services
 
AWS Summit Tel Aviv - Enterprise Track - Enterprise Apps & Hybrid
AWS Summit Tel Aviv - Enterprise Track - Enterprise Apps & HybridAWS Summit Tel Aviv - Enterprise Track - Enterprise Apps & Hybrid
AWS Summit Tel Aviv - Enterprise Track - Enterprise Apps & HybridAmazon Web Services
 
AWS Summit Tel Aviv - Enterprise Track - Enterprise Apps and Hybrid
AWS Summit Tel Aviv - Enterprise Track - Enterprise Apps and HybridAWS Summit Tel Aviv - Enterprise Track - Enterprise Apps and Hybrid
AWS Summit Tel Aviv - Enterprise Track - Enterprise Apps and HybridAmazon Web Services
 
2016 - Easing Your Way Into Docker: Lessons From a Journey to Production
2016 - Easing Your Way Into Docker: Lessons From a Journey to Production2016 - Easing Your Way Into Docker: Lessons From a Journey to Production
2016 - Easing Your Way Into Docker: Lessons From a Journey to Productiondevopsdaysaustin
 
CI/CD on AWS Deploy Everything All the Time
CI/CD on AWS Deploy Everything All the TimeCI/CD on AWS Deploy Everything All the Time
CI/CD on AWS Deploy Everything All the TimeAmazon Web Services
 
AWS Webcast - Build Agile Applications in AWS Cloud for Government
AWS Webcast - Build Agile Applications in AWS Cloud for GovernmentAWS Webcast - Build Agile Applications in AWS Cloud for Government
AWS Webcast - Build Agile Applications in AWS Cloud for GovernmentAmazon Web Services
 
Continuous Delivery to Amazon EC2 Container Service
Continuous Delivery to Amazon EC2 Container ServiceContinuous Delivery to Amazon EC2 Container Service
Continuous Delivery to Amazon EC2 Container ServiceAmazon Web Services
 
56k.cloud training
56k.cloud training56k.cloud training
56k.cloud trainingBrian Christner
 

Ă„hnlich wie Into the cloud (20)

DevOps at Amazon: A Look at Our Tools and Processes
DevOps at Amazon: A Look at Our Tools and ProcessesDevOps at Amazon: A Look at Our Tools and Processes
DevOps at Amazon: A Look at Our Tools and Processes
 
Devops continuousintegration and deployment onaws puttingmoneybackintoyourmis...
Devops continuousintegration and deployment onaws puttingmoneybackintoyourmis...Devops continuousintegration and deployment onaws puttingmoneybackintoyourmis...
Devops continuousintegration and deployment onaws puttingmoneybackintoyourmis...
 
DevOps, Continuous Integration and Deployment on AWS: Putting Money Back into...
DevOps, Continuous Integration and Deployment on AWS: Putting Money Back into...DevOps, Continuous Integration and Deployment on AWS: Putting Money Back into...
DevOps, Continuous Integration and Deployment on AWS: Putting Money Back into...
 
AWS January 2016 Webinar Series - Introduction to Deploying Applications on AWS
AWS January 2016 Webinar Series - Introduction to Deploying Applications on AWSAWS January 2016 Webinar Series - Introduction to Deploying Applications on AWS
AWS January 2016 Webinar Series - Introduction to Deploying Applications on AWS
 
Managing Your Cloud Assets
Managing Your Cloud AssetsManaging Your Cloud Assets
Managing Your Cloud Assets
 
Velocity NYC 2016 - Containers @ Netflix
Velocity NYC 2016 - Containers @ NetflixVelocity NYC 2016 - Containers @ Netflix
Velocity NYC 2016 - Containers @ Netflix
 
DevOps on AWS: Deep Dive on Continuous Delivery and the AWS Developer Tools
DevOps on AWS: Deep Dive on Continuous Delivery and the AWS Developer ToolsDevOps on AWS: Deep Dive on Continuous Delivery and the AWS Developer Tools
DevOps on AWS: Deep Dive on Continuous Delivery and the AWS Developer Tools
 
DevOps on AWS - Building Systems to Deliver Faster
DevOps on AWS - Building Systems to Deliver FasterDevOps on AWS - Building Systems to Deliver Faster
DevOps on AWS - Building Systems to Deliver Faster
 
Managing Your Application Lifecycle on AWS: Continuous Integration and Deploy...
Managing Your Application Lifecycle on AWS: Continuous Integration and Deploy...Managing Your Application Lifecycle on AWS: Continuous Integration and Deploy...
Managing Your Application Lifecycle on AWS: Continuous Integration and Deploy...
 
Handling Asynchronous Workloads With OpenShift and Iron.io
Handling Asynchronous Workloads With OpenShift and Iron.ioHandling Asynchronous Workloads With OpenShift and Iron.io
Handling Asynchronous Workloads With OpenShift and Iron.io
 
Managing Your Application Lifecycle on AWS: Continuous Integration and Deploy...
Managing Your Application Lifecycle on AWS: Continuous Integration and Deploy...Managing Your Application Lifecycle on AWS: Continuous Integration and Deploy...
Managing Your Application Lifecycle on AWS: Continuous Integration and Deploy...
 
AWS Summit Tel Aviv - Enterprise Track - Enterprise Apps & Hybrid
AWS Summit Tel Aviv - Enterprise Track - Enterprise Apps & HybridAWS Summit Tel Aviv - Enterprise Track - Enterprise Apps & Hybrid
AWS Summit Tel Aviv - Enterprise Track - Enterprise Apps & Hybrid
 
AWS Summit Tel Aviv - Enterprise Track - Enterprise Apps and Hybrid
AWS Summit Tel Aviv - Enterprise Track - Enterprise Apps and HybridAWS Summit Tel Aviv - Enterprise Track - Enterprise Apps and Hybrid
AWS Summit Tel Aviv - Enterprise Track - Enterprise Apps and Hybrid
 
DevOps in Amazon.com
DevOps in Amazon.com DevOps in Amazon.com
DevOps in Amazon.com
 
2016 - Easing Your Way Into Docker: Lessons From a Journey to Production
2016 - Easing Your Way Into Docker: Lessons From a Journey to Production2016 - Easing Your Way Into Docker: Lessons From a Journey to Production
2016 - Easing Your Way Into Docker: Lessons From a Journey to Production
 
From Heroku to Amazon AWS
From Heroku to Amazon AWSFrom Heroku to Amazon AWS
From Heroku to Amazon AWS
 
CI/CD on AWS Deploy Everything All the Time
CI/CD on AWS Deploy Everything All the TimeCI/CD on AWS Deploy Everything All the Time
CI/CD on AWS Deploy Everything All the Time
 
AWS Webcast - Build Agile Applications in AWS Cloud for Government
AWS Webcast - Build Agile Applications in AWS Cloud for GovernmentAWS Webcast - Build Agile Applications in AWS Cloud for Government
AWS Webcast - Build Agile Applications in AWS Cloud for Government
 
Continuous Delivery to Amazon EC2 Container Service
Continuous Delivery to Amazon EC2 Container ServiceContinuous Delivery to Amazon EC2 Container Service
Continuous Delivery to Amazon EC2 Container Service
 
56k.cloud training
56k.cloud training56k.cloud training
56k.cloud training
 

KĂĽrzlich hochgeladen

Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 

KĂĽrzlich hochgeladen (20)

Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 

Into the cloud

  • 1. Into the Cloud Making our Continuous Delivery fly.
  • 2. Tomas Riha Architect @ VGT/WirelessCar Passionate about creativity, change and improvement Horrible at following instructions and performing repetitive tasks MAJOR Project Liability mail: tomas.riha@wirelesscar.com twitter: @TomasRihaSE blog: continuous-delivery-and-more.blogspot.com
  • 3. Four Years ago New Telematics Delivery Platform Sent us on road to Micro Services Continuous Delivery
  • 4. Infrastructure at that time Low level of virtualization “Two servers and a Oracle DB” per delivery Split Operations and Development Infrastructure and Application Architecture separated Long process to get a server
  • 7. Continuous Delivery Build Release Deploy Test Build Release Deploy Test Build Release Deploy Test Build Release Deploy Test Build Release Deploy Test Assemble Release Deploy Test Service Pipes 100s of tests run in parallel testing Solution Pipes 10s Use Case Requirements Verified
  • 8. Here is your test server Build Release Deploy Test DB Test Server
  • 9. Static virtual instances Master Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Custom DeliveryEngine GUI Master Mind Gerrit
  • 10. Capacity Planning & Peaks Master Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker ?
  • 11. Pampering the Snowflakes Each static server needs maintenance. Server Maintenance one of the top task the team does Each server provisioned by different version of our chef scripts, where baseline is a moving target
  • 12. Continuous Delivery as a Service Ok so this Continuous Delivery thing is nice.... ....what does it take to deliver it to the entire organization as a Service? 400+ developers
  • 13. Continuous Delivery as a Service Blue skies, Sunshine and ohh yes a CLOUD PROVIDER!! Amazon Web Services
  • 14. Load Tests We have used AWS a bit for Load Tests
  • 15. Go! Continuous Delivery in the AWS Cloud Demo Environments in the AWS Cloud
  • 16. Build in Cloud host on premises and at partner AWS Volvo Hosting Partner Hosting Partner Compatibility in Environments!
  • 17. What we got Automated provisioning on our Continuous Delivery infrastructure using chef Automated provisioning of our Jenkins jobs into build pipes Rudimentary Image Baking Capabilities from our AWS Load Tests Basic understanding of how our services behave in a cloud environment
  • 18. What we need to do Build a Virtual Private Cloud with networks Connect VPC to Volvo Network Migrate about ~800 Jenkins jobs 60 Jenkins master/slaves 1 Nexus server, 2 test databases, 1 Sonar, 1 Elk 2 custom applications, 1 MongoDB
  • 19. Our approach Change as little as possible during migration Automate everything Establish responsibility between Operations and Development
  • 21. Defining Application Topology Load Balancer Server Instance Server Instance Data Storage In Amazon Web Services â—Ź Elastic Load Balancer â—‹ Security Groups â—Ź Auto Scaling Group â—‹ Launch Configuration â—‹ Amazon Machine Image â—‹ Security Groups â—Ź Data Storages â—‹ Simple Storage Service â—‹ Relational Data Service â–  Oracle â–  Postgres â—‹ Custom Databases â–  MongoDB â—‹ Security Groups
  • 22. Defining Application Environment Load Balancer Server Instance Server Instance Data Storage In Amazon Web Services â—Ź Virtual Private Cloud â—‹ Subnets â—Ź Auto Scaling Group â—‹ Scaling Rules â–  Up/Down â–  Max/min â—‹ Instance Size â–  Mem/Cpu â—Ź Data Storages â—‹ Size â–  Mem/Cpu/Storage
  • 23. Infrastructure as Code Dev Test Load Test UAT INT Test Provisioning Interface Vagrant Impl Cloud Provider Impl PDF Document Impl Topology Spec Env Spec Legacy PROD Environment Definition Networking Loadbalancing Servers Databases Location Integration Scaling
  • 24. Infrastructure as Code Test Load Test Provisioning Interface AWS Cloudformation Impl Topology Spec Env Spec Demo Delivery Engine Tool
  • 25. Baking Machine Images Git Repo Base Packer Scripts Bakery Instance Git Repo Delta Packer Scripts AMI Alpha RHEL AMI Bakery Instance AMI Delta
  • 26. Baking Machine Images RHEL AMI VGT Base Java Base Jenkins Base Nexus Graphite ELK Jenkins Master Jenkins SlaveApplications Applications Applications
  • 27. Chef Issues Never share same scripts for baking image that go from known state to a delta with scripts that manage snowflakes!
  • 28. Phase 1 Politics, Cross Organizational handovers & PoC Way too much time Phase 2 Build & Automate Setup Build & Tear Up the VPC a few 100 times 1.5 months ~ 2 engineers Phase 3 Migration Start moving over the repositories. Add .delivery-engine.yml files to repositories Disable build pipes in old environment 1 month ~ 3 engineers The Migration
  • 29. Daily Cost tracking during migration!! Did we do something really stupid yesterday? Bosses love you when you report cost and think about optimizing cost Cost Tracking
  • 31. Since the migration started we have not launched one single instance through the AWS Console. Console only used to terminate instances, never to create instances. Done well
  • 32. Delivery Engine after Migration More or less the same setup Different distribution of jobs Auto Scaling Workers Orchestration Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Orchestration Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Custom DeliveryEngine GUI Master Mind Gerrit
  • 33. Immediate Benefits Maintenance down at least 80% at least due to worker recycling No more capacity planning Orchestration Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Orchestration Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Custom DeliveryEngine GUI Master Mind Gerrit
  • 34. Not High Availability Setup is still stateful Orchestration Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Orchestration Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Worker Custom DeliveryEngine GUI Master Mind Gerrit
  • 35. 250 Git repositories building, testing, releasing Components, Applications, Solutions For closer to 150 developers Usage
  • 36. Growth during migration wasn't expected but was about 50 repos Over 100 Git repos added after migration New teams constantly onboarding to Delivery Engine Expecting 200 plus developers by end of year Growth
  • 37. Grow number of users and content not the size of our Team Size! We do it through a Event Driven, Stateless, Application developed using ALL the Continuous Delivery principles. Using Continuous Delivery to Deliver Continuous Delivery. We need to ensure scalability and availability
  • 38. Stateless Build Environment Pipes as Code Unit test pipe task Integration test pipes Job Pipe as Code Client
  • 39. Stateless Build Environment Build Data and reports away from Build Environment Job Pipe as Code Client
  • 40. Stateless Build Environment No Dependency between GIT Repository and Build Job Only one job exists Job Pipe as Code Client Queue Gerrit Listener
  • 41. Job Stateless Build Environment Aws Tools Pipe as Code Client Test Environment Queue Gerrit Listener Split Test Environment from Build Environment
  • 42. HA Build environment Test Environment Rabbit MQ Cluster Coordinator Jenkins Factory Foreman Jenkins Workers Jenkins SlavesWorkers Jenkins SlavesWorkers Jenkins Slaves Gerrit Factory Foreman Jenkins Workers Jenkins SlavesWorkers Jenkins SlavesWorkers Jenkins Slaves Test Environment Test Environment Test Environment ELK Graphite S3 Master Mind Custom DeliveryEngine GUI Slack
  • 43. From idea to rolled out in about 2 months, 1 man month of work Without AWS not possible HA Rewrite
  • 44. + Lead time for Infrastructural change drastically reduced Ability to build HA and scalability on a level previously not possible No more capacity planning Demo Environment using same tooling and fully up and running QA and Integration testing environments coming up as well DevOps Amazon Web Services works GREAT! - Different tooling for creating aws infrastructure to creating in house infrastructure Retrospective
  • 45. Questions? here: @TheBar mail: tomas.riha@wirelesscar.com twitter: @TomasRihaSE blog: continuous-delivery-and-more.blogspot.com Thats it!