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
A One stop solution for Puppet and Openstack -...
Search
Daniel Lobato García
August 23, 2013
Programming
2
180
A One stop solution for Puppet and Openstack - PuppetConf 13'
Daniel Lobato García
August 23, 2013
Tweet
Share
More Decks by Daniel Lobato García
See All by Daniel Lobato García
Computational Photography portfolio
elobato
1
3.3k
Intro to Foreman 2017 (cfgmgmtcamp Gent)
elobato
0
120
20 tips to secure your Rails application
elobato
0
100
20 actionable tips to secure your Rails application - Rails Israel '15
elobato
3
320
Foreman in the last year - Puppet NYC at Spotify
elobato
0
110
Foreman - from git init to official plugin
elobato
0
170
Provision and manage Docker containers with Foreman
elobato
0
610
Contributing to Foreman: where and how
elobato
0
75
Provision and manage Docker containers with Foreman
elobato
3
3.8k
Other Decks in Programming
See All in Programming
Beyond ORM
77web
11
1.6k
Fibonacci Function Gallery - Part 2
philipschwarz
PRO
0
220
PHPとAPI Platformで作る本格的なWeb APIアプリケーション(入門編) / phpcon 2024 Intro to API Platform
ttskch
0
400
php-conference-japan-2024
tasuku43
0
440
はてなにおけるfujiwara-wareの活用やecspressoのCI/CD構成 / Fujiwara Tech Conference 2025
cohalz
3
2.9k
ゼロからの、レトロゲームエンジンの作り方
tokujiros
3
1.1k
.NETでOBS Studio操作してみたけど…… / Operating OBS Studio by .NET
skasweb
0
130
テストコード書いてみませんか?
onopon
2
350
各クラウドサービスにおける.NETの対応と見解
ymd65536
0
250
PicoRubyと暮らす、シェアハウスハック
ryosk7
0
240
EC2からECSへ 念願のコンテナ移行と巨大レガシーPHPアプリケーションの再構築
sumiyae
3
600
shadcn/uiを使ってReactでの開発を加速させよう!
lef237
0
310
Featured
See All Featured
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
7
580
StorybookのUI Testing Handbookを読んだ
zakiyama
28
5.4k
Designing for Performance
lara
604
68k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
6
500
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
280
13k
Practical Orchestrator
shlominoach
186
10k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
20
2.4k
Docker and Python
trallard
43
3.2k
A Modern Web Designer's Workflow
chriscoyier
693
190k
Statistics for Hackers
jakevdp
797
220k
Fantastic passwords and where to find them - at NoRuKo
philnash
50
3k
GraphQLとの向き合い方2022年版
quramy
44
13k
Transcript
A one stop solution for Puppet and Openstack Daniel Lobato
Garcia daniel.lobato.garcia@cern,ch @eLobatoss
None
What is CERN Between Geneva and the Jura mountains, straddling
the Swiss- French border Mission: learn what is the universe made of and how does it work? 3
Fundamental questions in physics Why do particles have mass? What
is 96% of the universe made of? Why isn’t there anti-matter in the universe? What was the state of matter after the Big Bang? 4
8/12/2013 Document reference 5
8/12/2013 Document reference 6
8/12/2013 Document reference 7
8/12/2013 Document reference 8
Current status • 270 Openstack hypervisors • 2900 virtual machines
• 300 users • 14 Puppet masters • 6 Foreman backend nodes • Some production services migrating to our cloud – early birds 9
Goals • Ramp up to 15K hypervisors – 150-200K vms
in 2015 • Multi-site (Hungary) 10
8/12/2013 Document reference 11
8/12/2013 Document reference 12
Why? • Unnecessary homebrew stack of tools • Shift to
cloud standards with minimal customizations • High turnover – can’t teach new tools 13
Why? • Symbiotic relationship with the community 14
Openstack? • Modular IaaS free open source project • APIs
~compatible with those of Amazon 15
Openstack Nova (compute) Cloud fabric controller 16
Openstack Keystone (Identity) RBAC Integrated with LDAP Multiple auth* methods
17
Openstack Glance (Images) Discovery, registration, delivery of images 18
Openstack Horizon (Dashboard) 19
Modules • Puppet definitions for every use case you can
imagine. • Dynamic environments • Hadoop node • Openstack hypervisor • … you name it 20
21 Workflow..?
Modules and Git • Manifests and hieradata are version controlled
22
23 Git workflow Puppet masters
24 Easy cherry pick
25 Git workflow
26 Git workflow Jens ‘Puppetfiles’ Separate repositories Makes environments from
YAML config files Puppet master rsync
27 upstream.yaml --- default: production notifications:
[email protected]
overrides: modules: foreman:
upstream puppet: upstream ‘Puppetfiles’
Foreman • Lifecycle management tool for VMs and physical servers
• External Node Classifier – tells the puppet master what a node should look like 28
29
30
Power operations & Foreman 8/12/2013 Document reference 31 Foreman Proxy
Physical box IPMI Physical box IPMI Physical box IPMI VM VM VM Openstack Nova API
Openstack VM creation 8/12/2013 Document reference 32
Openstack VM creation 8/12/2013 Document reference 33
Openstack VM creation 8/12/2013 Document reference 34
Scalability experiences • Split up services • Puppet – critical
vs non critical 35 12 backend nodes Batch 4 backend nodes Interactive
Scalability experiences • Foreman – split into different services 36
ENC Reports processing UI/API Load balancer 9443 – UI/API 9444 – Reports 9445 – ENC …
Scalability experiences • Autoscale via alarms (Heat) • Define situations
(i.e: load threshold..) • Spin up VMs as needed 37
Scalability guidelines 38
github.com / cernops 39
40
None