Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Puppet for Services
Search
Liam Bennett
February 02, 2016
Technology
200
0
Share
Embed
Copy iframe code
Copy JS code
Copy link
Start on current slide
Puppet for Services
Liam Bennett
February 02, 2016
More Decks by Liam Bennett
See All by Liam Bennett
Everything is an orchestration problem
liamjbennett
2
1.7k
Managing Windows with Puppet
liamjbennett
0
1.2k
cfgmgmt2015 - Testing with Beaker
liamjbennett
0
34
Testing with Beaker: The story for windows
liamjbennett
0
38
Other Decks in Technology
See All in Technology
Goでデータパイプラインを作ろう
sansantech
PRO
0
350
GitHub CopilotのFinOps- AI CreditのObservabilityと価値を生むためのエージェント設計
yuriemori
0
140
【CEDEC2026】『Relink』を拡張せよ - 『GRANBLUE FANTASY: Relink - Endless Ragnarok』の開発速度と品質を守るCI運用
cygames
PRO
0
140
【CEDEC2026】グラフィックスエンジニアのためのニューラルシェーディング入門
cygames
PRO
0
120
AIコーディングの次。コードレビューと理解負荷を解消して組織の開発生産性を高める
moongift
PRO
2
2.3k
AWS ネットワーク構築でハマった(ハマりかけた) 5選とそこから得た教訓
nagisa53
4
190
【5分でわかる】セーフィー エンジニア向け会社紹介
safie_recruit
0
53k
第3回しろおびセキュリティスポンサーセッション
log0417
0
160
Breaking the Seal: Static Deobfuscation of Compiled V8 JavaScript Bytecode Malware
hshrzd
0
650
今こそ聞きたいソフトウェア設計 ドメイン駆動設計再入門
masuda220
PRO
17
6.7k
Contract One Engineering Unit 紹介資料
sansan33
PRO
0
19k
名古屋の市バスGTFS-JPデータ×スガキヤ 最寄りバス停検索をAmazon ElastiCache Serverless for Valkeyで最適化する
usanchuu
1
490
Featured
See All Featured
Faster Mobile Websites
deanohume
310
32k
Unlocking the hidden potential of vector embeddings in international SEO
frankvandijk
0
890
Future Trends and Review - Lecture 12 - Web Technologies (1019888BNR)
signer
PRO
0
3.7k
Building Better People: How to give real-time feedback that sticks.
wjessup
370
20k
AI Search: Implications for SEO and How to Move Forward - #ShenzhenSEOConference
aleyda
1
1.3k
What does AI have to do with Human Rights?
axbom
PRO
1
2.3k
Have SEOs Ruined the Internet? - User Awareness of SEO in 2025
akashhashmi
0
410
The innovator’s Mindset - Leading Through an Era of Exponential Change - McGill University 2025
jdejongh
PRO
1
230
How STYLIGHT went responsive
nonsquared
100
6.2k
Bioeconomy Workshop: Dr. Julius Ecuru, Opportunities for a Bioeconomy in West Africa
akademiya2063
PRO
1
200
svc-hook: hooking system calls on ARM64 by binary rewriting
retrage
2
450
Amusing Abliteration
ianozsvald
1
240
Transcript
Puppet for Services
@liamjbennett
None
None
This talk
What do I mean by Puppet for Services?
My experiments
The future …
Puppet for … Services ????
Applications with an API (web or command line)
Methods of configuring applications • Config file • Database •
File+db combo • Behind the curtain
None
None
Questions …. • What impact does this have on your
project and pipeline? • What does your control repo look like? • Do you have a separate one for managing you infra and your nodes? • How do you tie those things together?
My experiments
My journey through 3 apps
Jenkins
None
Jenkins Job Builder jenkins-jobs --conf etc/jenkins_jobs.ini update template.yaml - project:
name: add_managed_to_desc jobs: - 'add_managed_to_desc' - job-template: name: 'add_managed_to_desc' description: 'My nice description' builders: - shell: | #!/usr/bin/env python # print("Doing something cool with python") http://docs.openstack.org/infra/jenkins-job-builder/quick- start.html
puppet-jenkins_job_builder
puppet-jenkins_job_builder
Rundeck
Jobs + Projects
Jobs + Projects
Enter puppet ..
None
None
None
Foreman
<title>
<title>
None
None
< on a side note >
puppet-aws
puppet-aws
terraform?
None
The future ..
None
pagerduty_service { ‘serviceA’ integration_type => ‘api’, esclation_policy => ‘foo’, acknowledge_timeout
=> ‘30m’, } PagerDuty ?
TravisCI ? travis_env_var { ‘fu’: repository => ‘myorg/fu’, value =>
‘env_value’, public => true, }
Github ? github_team { ‘wizards’: repo_names => [‘fubar’,’test’], privacy =>
‘secret’, }
Puppet for Services
@liamjbennett Thank You.