-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
157 lines (139 loc) · 4.52 KB
/
Copy pathindex.html
File metadata and controls
157 lines (139 loc) · 4.52 KB
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
---
layout: default
title: YADT - an Augmented Deployment Tool
---
<div class="jumbotron yadt-hero">
<h2>One Tool to Rule Them All</h2>
<p class="lead">
YADT is a next generation data center deployment and system management tool.
It is based on two central components: central management of dependencies between services,
systems and software packages, and using package based deployment for both
software and configuration management.
</p>
<a class="btn btn-large btn-primary" href="https://github.com/yadt/try-it-yourself">Try it yourself.</a>
</div>
<div class="row">
<p>
<h2>
<center>What can YADT do?</center>
</h2>
</p>
</div>
<div class="row marketing">
<div class="col-md-4">
<p>
<h3>Automatic service dependencies.</h3>
Dependencies between services are based on package dependencies.
If your <em>webapp</em>
package requires a <em>tomcat</em>
package, that's all that YADT needs to know.
</p>
</div>
<div class="col-md-4">
<p>
<h3>Reboot your servers.</h3>
YADT knows when your server needs to reboot. Lean back and watch while a single command brings all
your servers up to date in every way.
</p>
</div>
<div class="col-md-4">
<p>
<h3>Service abstraction that works.</h3>
Whether you use virtualized machines, lxc containers or real hardware, your machines are a set of services with dependencies.
Using a loadbalancer, have monitoring? That's a service too.
See everything with one glance.
</p>
</div>
</div>
<div class="row marketing videos">
<div class="col-md-4">
<div class="flex-video widescreen" style="margin: 0 auto;text-align:center;">
<iframe allowfullscreen="" src="https://www.youtube.com/embed/uBKZ5lh27yc" frameborder="0"></iframe>
</div>
</div>
<div class="col-md-4">
<div class="flex-video widescreen" style="margin: 0 auto;text-align:center;">
<iframe allowfullscreen="" src="http://www.youtube.com/embed/pmjFhFfLucE" frameborder="0"></iframe>
</div>
</div>
<div class="col-md-4">
<div class="flex-video widescreen" style="margin: 0 auto;text-align:center;">
<iframe allowfullscreen="" src="http://www.youtube.com/embed/ZmHpQoK6ESI" frameborder="0"></iframe>
</div>
</div>
</div>
<div class="row marketing">
<div class="col-md-4">
<p>
<h3>You're in control.</h3>
Running a command always has the same target outcome with <strong>zero</strong>
undefined states inbetween. So even if a command fails, you have an
ace up your sleeve and can simply restart it.
</p>
</div>
<div class="col-md-4">
<p>
<h3>For people and machines alike.</h3>
Can be run by humans (interactive shell) or in an automated fashion
(e.G. jenkins). A component (broadcaster) can expose customizable
views of what is going on to your whole department.
</p>
</div>
<div class="col-md-4">
<p>
<h3>Virtually no overhead.</h3>
No long-running processes or database foo.
<br/>
You like to
<em>KISS</em>
?
So do we.
</p>
</div>
</div>
<div class="row marketing">
<div class="thumbnail">
<div class="caption">
<p>
<center>
<h3>YADT in an animated video</h3>
</center>
</p>
</div>
<div class="flex-video widescreen" style="margin: 0 auto;text-align:center;">
<iframe allowfullscreen="" src="http://www.youtube.com/embed/pfhhGo_KSe4" frameborder="0"></iframe>
</div>
</div>
</div>
<hr>
<div class="row marketing">
<p>
<center>
<h1>News</h1>
</center>
</p>
<div class="col-lg-4">
<a class="twitter-timeline" height="350" href="https://twitter.com/YadtProject" data-widget-id="458887324743389184">Tweets by @YadtProject</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div>
<div class="col-lg-4">
<h3>Events</h3>
{% for post in site.categories.events limit:3 %}
<h4>
<a href="{{ post.url }}">{{ post.title }}</a>
</h4>
<p>{{ post.date | date_to_string }}</p>
{% endfor %}
</div>
<div class="col-lg-4">
<h3>Jobs</h3>
<p>
Do you like Open Source? Do you want to help building the next generation data center automation?
<a href="http://www.immobilienscout24.de" target="_blank">ImmobilienScout24</a>
is looking for engineers who like to automate everything.
Check our
<a href="http://developer.immobilienscout24.de/engineering/jobs-kein-kalter-kaffee/" target="_blank">developer blog</a>
for further information.
</p>
</div>
</div>