-
Notifications
You must be signed in to change notification settings - Fork 1
/
TP_DevOps.html
88 lines (87 loc) · 2.93 KB
/
TP_DevOps.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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="fr" xml:lang="fr">
<head>
<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<title>INSSET - Master 2 Cloud Computing - TP DevOps</title>
<style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
div.columns{display: flex; gap: min(4vw, 1.5em);}
div.column{flex: auto; overflow-x: auto;}
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
ul.task-list{list-style: none;}
ul.task-list li input[type="checkbox"] {
width: 0.8em;
margin: 0 0.8em 0.2em -1.6em;
vertical-align: middle;
}
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
</style>
<link rel="stylesheet" href="css/github.css" />
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-HQC646NH6X"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-HQC646NH6X');
</script>
<!--[if lt IE 9]>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
<![endif]-->
</head>
<body>
<p><a href="index.html">retour</a></p>
<h1 id="un-projet">Un projet</h1>
<p>Essayons de mettre en oeuvre les bonnes pratiques tant côté DEV, que
côté OPS.</p>
<ol type="1">
<li>Le DEV</li>
</ol>
<ul>
<li>Environnement de dev</li>
<li>Versionning</li>
<li>Tests</li>
<li>Intégration continue</li>
<li>…</li>
</ul>
<ol start="2" type="1">
<li>L’OPS</li>
</ol>
<ul>
<li>Comment déployer sur plusieurs machines</li>
<li>Mises à jour simple du code</li>
<li>Mises à jour simple de l’infra</li>
<li>Monitoring, notifications, dashboards</li>
<li>…</li>
</ul>
<h1 id="resources">Resources</h1>
<h3 id="programmable-infrastructure">Programmable Infrastructure</h3>
<p><a
href="https://research.aimultiple.com/programmable-infrastructure/"
class="uri">https://research.aimultiple.com/programmable-infrastructure/</a></p>
<p>Une bonne vision d’ensembre</p>
<h3 id="fabric">Fabric</h3>
<ul>
<li><a href="Fabric.html">Introduction à Fabric</a></li>
<li><a
href="https://fr.slideshare.net/ffunction/fabric-cuisine-and-watchdog-for-server-administration-in-python">fabric,
cuisine and watchdog for server administration in python</a></li>
</ul>
<h3 id="hubot">Hubot</h3>
<ul>
<li><a
href="https://hubot.github.com/">https://hubot.github.com/</a></li>
</ul>
<hr />
<h4 id="licence">Licence</h4>
<p>Cette œuvre est mise à disposition selon les termes de la Licence <a
href="https://creativecommons.org/licenses/by/3.0/fr/">Creative Commons
Attribution 3.0 France</a>.</p>
<p><a href="https://creativecommons.org/licenses/by/3.0/fr/"><img
src="https://i.creativecommons.org/l/by/3.0/fr/88x31.png"
alt="Licence Creative Commons" /></a></p>
</body>
</html>