DevOpsToolkit
GitGit is a free and open source distributed version control system
designed to handle everything from small to very large projects
with speed and efficiency.
http://www.git-scm.com
Distributed
Small and Fast
Staging Area -> git commit -a
Encouraged to have multiple
local branches
Easy Merges
GitCommandsgit add .
git commit -am "Enter in a message here"
git push
To learn more check out: GoTeaLeaf.com/books/git
Web-based Git repository hosting service
DevOps Toolkit
Createsandconfiguresvirtualdevelopment
environment
Vagrantbox.es
vagrant box add {title} {url}
vagrant init {title}
vagrant up
DevOps Toolkit
TheTemplate
example.json
{
"variables": {
"aws_access_key": "",
"aws_secret_key": ""
},
"builders": [{
"type": "amazon-ebs",
"access_key": "{{user `aws_access_key`}}",
"secret_key": "{{user `aws_secret_key`}}",
"region": "us-east-1",
"source_ami": "ami-de0d9eb7",
"instance_type": "t1.micro",
"ssh_username": "ubuntu",
"ami_name": "packer-example {{timestamp}}"
}]
}
VMwareExample
{
"type": "vmware-iso",
"iso_url": "{{user `iso_url`}}",
"iso_checksum": "{{user `iso_checksum`}}",
"iso_checksum_type": "{{user `iso_checksum_type`}}",
"http_directory": ".",
"boot_wait": "5s",
"boot_command": [
"<enter><wait10><wait10>",
"/usr/bin/curl -O http://{{.HTTPIP}}:{{.HTTPPort}}/install-vmware.sh<enter><wait5>",
"/usr/bin/curl -O http://{{.HTTPIP}}:{{.HTTPPort}}/poweroff.timer<enter><wait5>",
"/usr/bin/bash ./install-vmware.sh<enter>"
],
"disk_size": 20480,
"ssh_username": "root",
"ssh_password": "vagrant",
"shutdown_command": "systemctl start poweroff.timer"
}
AnOpenSourcecloudcomputingplatformasa
service(PaaS)
DevOps Toolkit
DevOps Toolkit
RecommendedReading
RecommendedReading
RecommendedReading
GreatResources
reddit.com/r/DevOps
12factor.net
news.ycombinator.com
community.emccode.com
ThankYou!Contact: Richard.McGrath@EMC.com
GitHub: Github.com/Rich-McGrath

More Related Content

PPTX
Event sourcing your React-Redux applications
PDF
Git tutorial
PPTX
C# development workflow @ criteo
PDF
Slide: Introducing GitLab by ALMtoolbox
PDF
Enhance Your Kubernetes CI/CD Pipelines With GitLab & Open Source
PDF
OpenStack Ansible for private cloud at Kaidee
PDF
Loki: An Opensource Zipkin/Prometheus Mashup written in Go.
PDF
Thomson Reuters, TMS: Workflow in GitLab
Event sourcing your React-Redux applications
Git tutorial
C# development workflow @ criteo
Slide: Introducing GitLab by ALMtoolbox
Enhance Your Kubernetes CI/CD Pipelines With GitLab & Open Source
OpenStack Ansible for private cloud at Kaidee
Loki: An Opensource Zipkin/Prometheus Mashup written in Go.
Thomson Reuters, TMS: Workflow in GitLab

What's hot (20)

PDF
Spring Cloud Kubernetes
PDF
Git presentation
PDF
Blazing fast sites using Blaze, Hybrid CMS NYC
PDF
Lessons Learned: Spring Cloud -> Docker -> Kubernetes
PDF
Modern Monitoring - SysAdminDay 2017
PDF
Introducing GitLab (September 2018)
PDF
Cloud Native Java in Kubernetes
PDF
Heptio Contour - talk CNCF Nantes
PDF
Introduction To Git
PDF
Bitbucket and Git
PDF
GitOps with Gitkube
PDF
OpenStack and DevOps - DevOps Meetup
PDF
How we use Python at Bitbucket
PDF
Knative CloudEvents
PPTX
Why reinvent the wheel at Criteo?
PDF
Cloud native with kubernetes
PDF
PDF
DevOps: Coding Defines Monitoring
PPTX
Lyon Studytrip - Microservices in Docker & Kubernetes
PDF
Cloud Native Islamabad - Getting Closer to Continuous Delivery with Knative
Spring Cloud Kubernetes
Git presentation
Blazing fast sites using Blaze, Hybrid CMS NYC
Lessons Learned: Spring Cloud -> Docker -> Kubernetes
Modern Monitoring - SysAdminDay 2017
Introducing GitLab (September 2018)
Cloud Native Java in Kubernetes
Heptio Contour - talk CNCF Nantes
Introduction To Git
Bitbucket and Git
GitOps with Gitkube
OpenStack and DevOps - DevOps Meetup
How we use Python at Bitbucket
Knative CloudEvents
Why reinvent the wheel at Criteo?
Cloud native with kubernetes
DevOps: Coding Defines Monitoring
Lyon Studytrip - Microservices in Docker & Kubernetes
Cloud Native Islamabad - Getting Closer to Continuous Delivery with Knative
Ad

Similar to DevOps Toolkit (20)

PDF
OpenSource ToolChain for the Hybrid Cloud
PDF
Gitops Cookbook Second Early Release Natale Vinto Alex Soto Bueno
PDF
Git ops & Continuous Infrastructure with terra*
ODP
DevOps @ OpenShift Online
PPTX
Assembling an Open Source Toolchain to Manage Public, Private and Hybrid Clou...
PDF
Deploy 22 microservices from scratch in 30 mins with GitOps
PPTX
Devops
PDF
From Dev to DevOps
PDF
Getting Started with DevOps on AWS [Mar 2020]
PDF
How open source is driving DevOps innovation: CloudOpen NA 2015
PDF
PDF GitOps Cookbook (Third Early Release) Natale Vinto download
PDF
Continuous integration with docker, buildbot and git
PDF
Promise of DevOps
PDF
DevOps introduction with ansible, vagrant, and docker
PDF
DevOps introduction with ansible, vagrant, and docker
KEY
From Dev to DevOps - ApacheCON NA 2011
PPTX
Perforce Innovations Showcase 
PPTX
Introducing GitSwarm: Pure Git with Globally Scalable DevOps
PDF
Perforce helix git swarm jan 2016(pva1) meetup
PDF
Delivering Quality at Speed with GitOps
OpenSource ToolChain for the Hybrid Cloud
Gitops Cookbook Second Early Release Natale Vinto Alex Soto Bueno
Git ops & Continuous Infrastructure with terra*
DevOps @ OpenShift Online
Assembling an Open Source Toolchain to Manage Public, Private and Hybrid Clou...
Deploy 22 microservices from scratch in 30 mins with GitOps
Devops
From Dev to DevOps
Getting Started with DevOps on AWS [Mar 2020]
How open source is driving DevOps innovation: CloudOpen NA 2015
PDF GitOps Cookbook (Third Early Release) Natale Vinto download
Continuous integration with docker, buildbot and git
Promise of DevOps
DevOps introduction with ansible, vagrant, and docker
DevOps introduction with ansible, vagrant, and docker
From Dev to DevOps - ApacheCON NA 2011
Perforce Innovations Showcase 
Introducing GitSwarm: Pure Git with Globally Scalable DevOps
Perforce helix git swarm jan 2016(pva1) meetup
Delivering Quality at Speed with GitOps
Ad

More from Bob Sokol (13)

PPTX
AppOrbit DevOps NYC
PPTX
RackN DevOps meetup NYC
PDF
How (and why!) we built Packet
PDF
Accelerating the Software Delivery Pipelinewith Mirantis OpenStack
PPTX
More than Technology - The Culture of DevOps
PPTX
Cloud Native Applications - DevOps, EMC and Cloud Foundry
PDF
Enabling Enterprise DevOps at Scale
PDF
IPVS for Docker Containers
PDF
XebiaLabs Enterprise DevOps
PDF
EMC {code} Open Source
PPTX
ECS/Cloud Object Storage - DevOps Day
PPTX
Puppet Labs EMC DevOps Day NYC Aug-2015
PDF
EMC DevOps Day Aug-2015 - Stormy Peters, Cloud Foundry Foundation
AppOrbit DevOps NYC
RackN DevOps meetup NYC
How (and why!) we built Packet
Accelerating the Software Delivery Pipelinewith Mirantis OpenStack
More than Technology - The Culture of DevOps
Cloud Native Applications - DevOps, EMC and Cloud Foundry
Enabling Enterprise DevOps at Scale
IPVS for Docker Containers
XebiaLabs Enterprise DevOps
EMC {code} Open Source
ECS/Cloud Object Storage - DevOps Day
Puppet Labs EMC DevOps Day NYC Aug-2015
EMC DevOps Day Aug-2015 - Stormy Peters, Cloud Foundry Foundation

Recently uploaded (20)

PDF
Early detection and classification of bone marrow changes in lumbar vertebrae...
PPTX
Build automations faster and more reliably with UiPath ScreenPlay
PDF
Co-training pseudo-labeling for text classification with support vector machi...
PDF
Rapid Prototyping: A lecture on prototyping techniques for interface design
PDF
Introduction to MCP and A2A Protocols: Enabling Agent Communication
PDF
Aug23rd - Mulesoft Community Workshop - Hyd, India.pdf
PDF
Advancing precision in air quality forecasting through machine learning integ...
PDF
Altius execution marketplace concept.pdf
PDF
4 layer Arch & Reference Arch of IoT.pdf
PDF
Data Virtualization in Action: Scaling APIs and Apps with FME
PDF
Auditboard EB SOX Playbook 2023 edition.
PDF
NewMind AI Weekly Chronicles – August ’25 Week IV
PPTX
Internet of Everything -Basic concepts details
PPTX
Module 1 Introduction to Web Programming .pptx
PDF
Build Real-Time ML Apps with Python, Feast & NoSQL
PDF
LMS bot: enhanced learning management systems for improved student learning e...
PDF
Transform-Your-Supply-Chain-with-AI-Driven-Quality-Engineering.pdf
PPTX
Presentation - Principles of Instructional Design.pptx
PDF
“The Future of Visual AI: Efficient Multimodal Intelligence,” a Keynote Prese...
PDF
The-2025-Engineering-Revolution-AI-Quality-and-DevOps-Convergence.pdf
Early detection and classification of bone marrow changes in lumbar vertebrae...
Build automations faster and more reliably with UiPath ScreenPlay
Co-training pseudo-labeling for text classification with support vector machi...
Rapid Prototyping: A lecture on prototyping techniques for interface design
Introduction to MCP and A2A Protocols: Enabling Agent Communication
Aug23rd - Mulesoft Community Workshop - Hyd, India.pdf
Advancing precision in air quality forecasting through machine learning integ...
Altius execution marketplace concept.pdf
4 layer Arch & Reference Arch of IoT.pdf
Data Virtualization in Action: Scaling APIs and Apps with FME
Auditboard EB SOX Playbook 2023 edition.
NewMind AI Weekly Chronicles – August ’25 Week IV
Internet of Everything -Basic concepts details
Module 1 Introduction to Web Programming .pptx
Build Real-Time ML Apps with Python, Feast & NoSQL
LMS bot: enhanced learning management systems for improved student learning e...
Transform-Your-Supply-Chain-with-AI-Driven-Quality-Engineering.pdf
Presentation - Principles of Instructional Design.pptx
“The Future of Visual AI: Efficient Multimodal Intelligence,” a Keynote Prese...
The-2025-Engineering-Revolution-AI-Quality-and-DevOps-Convergence.pdf

DevOps Toolkit