-
Notifications
You must be signed in to change notification settings - Fork 0
/
presentazione.html
executable file
·396 lines (340 loc) · 12.3 KB
/
presentazione.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Gestione dell'Infrastruttura con Chef</title>
<meta name="description" content="Gestione dell'Infrastruttura con Chef">
<meta name="author" content="Latina.rb">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" href="css/reveal.min.css">
<link rel="stylesheet" href="css/theme/default.css" id="theme">
<!-- For syntax highlighting -->
<link rel="stylesheet" href="lib/css/zenburn.css">
<!-- If the query includes 'print-pdf', use the PDF print sheet -->
<script>
document.write( '<link rel="stylesheet" href="css/print/' + ( window.location.search.match( /print-pdf/gi ) ? 'pdf' : 'paper' ) + '.css" type="text/css" media="print">' );
</script>
<!--[if lt IE 9]>
<script src="lib/js/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<div class="reveal">
<!-- Any section element inside of this container is displayed as a slide -->
<div class="slides">
<section>
<h1>Chef</h1>
<img src="img/chef-logo.png" alt="chef" width='300' />
<h3>Gestione dell'infrastruttura</h3>
</section>
<section>
<h2>Chi Siamo</h2>
</section>
<section>
<h2>Daniele Palombo</h2>
<p><img src="img/io.jpg" alt="Daniele Palombo" style="width:200px;"></p>
<p>Daniele Palombo -> tw: <a href="https://twitter.com/ksemuldie">@ksemuldie</a>, gh: <a href="https://github.com/danielePalombo">DanielePalombo</a></p>
<p><br></p>
<p> E-Business</p>
<p>Appassionato di sviluppo Agile e tecniche di programmazione</p>
</section>
<section>
<h2>Alessio Rocco</h2>
<p>
<img src="img/alessio_rocco.jpg" alt="Alessio Rocco" width="200px" />
</p>
<p>
AlessioRocco = {
tw: <a href="https://twitter.com/alessio_rocco"
class="roll">@alessio_rocco</a>,
gh: <a href="https://github.com/AlessioRocco"
class="roll">AlessioRocco</a> }
</p>
<br />
<p>
Backend Developer appassionato di sviluppo Agile e Test
</p>
</section>
<section>
<h2>Matteo Latini</h2>
<p><img src="img/me.jpeg" alt="Matteo Latini"></p>
<p>Matteo Latini -> tw: <a href="https://twitter.com/matteolatini">@matteolatini</a>, gh: <a href="https://github.com/mtylty">mtylty</a></p>
<p><br></p>
<p>Un backend developer + sistemista per <a href="http://nebulab.it">NebuLab</a></p>
<p>Un giorno vorrei fare il sysop...</p>
<p>Sono appassionato di strategie e procedure di deploy</p>
</section>
<section>
<h2>Installazione, configurazione, update & bugfix</h2>
<img src="img/conf_inst_update.png" height='400'/>
</section>
<section data-state="alert">
<h2>I Problemi</h2>
<p>
<ul>
<li>Configurare un sistema è un'operazione lenta e monotona</li>
<li>Quando i sistemi sono molti, l'errore umano è praticamente
certo</li>
<li>Effettuare enforcement di procedure stabile è molto
difficili (e.g. Junior Sysadmin)</li>
<li>Senza un meccanismo di reportistica ed analisi, un errore
permane nel tempo</li>
</ul>
</p>
</section>
<section>
<h2>La Soluzione</h2>
<ul>
<li>Automazione del processo di configurazione
<ul>
<li>Preparare immagini di installazione preconfigurate</li>
<li>Sviluppare 'script' di automazione</li>
</ul>
</li>
<li>Automazione del processo di aggiornamento
<ul>
<li>???</li>
</ul>
</li>
</ul>
</section>
<section data-state='alert'>
<h2>Siamo sicuri che sia la vera soluzione?</h2>
<img src="img/meme-what.jpg" />
</section>
<section data-state="cobalt">
<h2>La Vera Soluzione</h2>
<ul>
<li>Utilizzare un sistema di gestione della configurazione
<ul>
<li>scalabilità, scalabilità, scalabilità</li>
<li>non è necessario reinventare la routa</li>
<li>gestisce sia la configurazione iniziale che l'aggiornamento</li>
<li>leggibilità, idempotenza, reversibilità, portabilità</li>
<li>configurare come scrivere codice</li>
</ul>
</li>
</ul>
</section>
<section>
<img src="img/frogman-happy.jpg" />
</section>
<section>
<h2>Installazione, Chef</h2>
<img src="img/server.png" width='400' />
<img src="img/chef.png" width='400'/>
</section>
<section>
<h2>Chef</h2>
<li>Scritto in Ruby (estendibile facilmente)</li>
<li>Richiede fondamenti di programmazione</li>
<li>Grande comunità assicura miglior supporto</li>
<li>Ricco di strumenti per la scalabilità</li>
<li>Completamente indipendente dal sistema sottostante (1
configurazione, molti os)</li>
<li>Testato su infrastrutture enormi (facebook, ign, github,
dreamhost ...)</li>
</section>
<section>
<h2>Chef è</h2>
<ul>
<li>Una <em>serie di tool e procedure</em> per la gestione di un'architettura</li>
<li>Un <em>"linguaggio di programmazione"</em> per descrivere un'architettura</li>
</ul>
</section>
<section>
<h2>Componenti di Chef</h2>
<img src="img/overview_chef_quick.png" width='500' />
</section>
<section>
<h2>Possibili Architetture</h2>
<ul>
<li>
<strong>chef-server + chef-client</strong>
<ul>
<li>valido in ambienti enterprise</li>
<li>usato su infrastrutture con centinaia/migliaia di nodi</li>
<li>richiede un team di sysadmin dedicato</li>
</ul>
</li>
<li>
<strong>chef-solo</strong>
<ul>
<li>ovvero chef-client senza chef-server</li>
<li>valido per gestire un piccolo numero di nodi</li>
<li>ottimo per imparare chef</li>
</ul>
</li>
</ul>
</section>
<section>
<h2>chef-solo</h2>
<ul>
<li>Raccoglie tutti i componenti necessari a configurare un server in un unica cartella</li>
<li>La configurazione può essere mantenuta sul server come su un repository esterno</li>
<li>Una volta ultimata la configurazione si lancia <em>"una run"</em> di chef-client a mano</li>
</ul>
</section>
<section>
<h2>La configurazione</h2>
<pre><code class="bash">
chef-solo/
├── cookbooks
│ └── wordpress
│ ├── attributes
│ │ └── default.rb
│ ├── recipes
│ │ └── default.rb
│ └── templates
│ └── default
│ ├── wordpress.conf.erb
│ └── wp-config.php.erb
├── node.json
└── solo.rb
</code></pre>
</section>
<section>
<h2>node.json</h2>
<pre><code class="json">
{
"run_list": [
"recipe[wordpress]"
],
"wordpress":{
"version": "latest",
"db": {
"database": "wordpress_db",
"user": "wordpress_user",
"password": "my_P4ssw0rD"
}
}
}
</code></pre>
</section>
<section>
<h2>Dentro una recipe (1)</h2>
<pre><code class="ruby">
package "mysql-server" do
action :upgrade
end
package "apache2" do
action :install
end
package "nginx" do
action :remove
end
</code></pre>
</section>
<section>
<h2>Dentro una recipe (2)</h2>
<pre><code class="ruby">
include_recipe "mysql::server"
mysql_database node['wordpress']['db']['database'] do
action :create
end
mysql_database_user node['wordpress']['db']['user'] do
password node['wordpress']['db']['password']
database_name node['wordpress']['db']['database']
action :grant
end
</code></pre>
</section>
<section>
<h2>Dentro una recipe (3)</h2>
<pre><code class="ruby">
template "#{node['apache']['dir']}/sites-available/wordpress.conf" do
owner 'root'
group node['apache']['root_group']
mode '0644'
variables(
:name => "wordpress",
:server_name => "mywordpress.it",
:docroot => "/var/www/wordpress"
)
if ::File.exists?("#{node['apache']['dir']}/sites-enabled/wordpress.conf")
notifies :reload, 'service[apache2]'
end
end
</code></pre>
</section>
<section>
<h2>Dentro un template</h2>
<pre><code class="erb">
<VirtualHost *:80>
ServerName <%= @server_name %>
DocumentRoot <%= @docroot %>
LogLevel info
ErrorLog <%= node['apache']['log_dir'] %>/<%= @name %>-error.log
CustomLog <%= node['apache']['log_dir'] %>/<%= @name %>-access.log combined
RewriteEngine On
RewriteLog <%= node['apache']['log_dir'] %>/<%= @name %>-rewrite.log
RewriteLogLevel 0
</VirtualHost>
</code></pre>
</section>
<section>
<h2>Per tutti i gusti</h2>
<img src="img/oss_cookbooks.png" width='400' />
</section>
<section>
<h1>La Pratica</h1>
</section>
<section>
<img src="img/logo_vagrant.png" />
<blockquote cite="http://www.vagrantup.com/">
Development environments made easy.
</blockquote>
<ul>
<li>Tool per creare ambienti di sviluppo</li>
<li>Facile da usare e focalizzato sull'automazione</li>
<li>Supporto per diversi virtualizzatori (VirtualBox, VMware e
altri tramite plugins)</li>
<li>Supporto per "configuration management systems"</li>
</ul>
</section>
<section>
<h1>Domande?</h1>
</section>
<section>
<h1>Latina.rb</h1>
<p>
<a href="https://github.com/latinarb">Github</a>
</p>
<p>
<a href="https://plus.google.com/u/0/communities/110754384578337433215">Google+</a>
</p>
</section>
<section>
<h1>THE END</h1>
</section>
</div>
</div>
<script src="lib/js/head.min.js"></script>
<script src="js/reveal.min.js"></script>
<script>
// Full list of configuration options available here:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
controls: true,
progress: true,
history: true,
center: true,
theme: Reveal.getQueryHash().theme, // available themes are in /css/theme
transition: Reveal.getQueryHash().transition || 'default', // default/cube/page/concave/zoom/linear/fade/none
// Optional libraries used to extend on reveal.js
dependencies: [
{ src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } },
{ src: 'plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
{ src: 'plugin/zoom-js/zoom.js', async: true, condition: function() { return !!document.body.classList; } },
{ src: 'plugin/notes/notes.js', async: true, condition: function() { return !!document.body.classList; } }
// { src: 'plugin/search/search.js', async: true, condition: function() { return !!document.body.classList; } }
// { src: 'plugin/remotes/remotes.js', async: true, condition: function() { return !!document.body.classList; } }
]
});
</script>
</body>
</html>