-
Notifications
You must be signed in to change notification settings - Fork 1
/
website.xml
81 lines (67 loc) · 2.24 KB
/
website.xml
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
<!DOCTYPE webpage
PUBLIC "-//Norman Walsh//DTD Website V2.6.0//EN"
"http://docbook.sourceforge.net/release/website/2.6.0/schema/dtd/website.dtd"[
<!ENTITY download.xml SYSTEM "download.xml" NDATA XML>
]>
<webpage id="Home">
<config param="desc" value="DDS"/>
<head>
<title>DDS</title>
<summary>Home</summary>
<keywords>DDS, Anar Manafov, Andrey Lebedev, Dynamic Deployment System</keywords>
</head>
<webtoc/>
<section><title>What is DDS?</title>
<para>
The Dynamic Deployment System (DDS) - is a tool-set that automates and significantly simplifies a deployment of user defined processes and their dependencies on any resource management system using a given topology.
</para>
</section>
<section><title>Basic concepts</title>
<itemizedlist>
<title>DDS:</title>
<listitem>
<para>implements a single-responsibility-principle command line tool-set and APIs,</para>
</listitem>
<listitem>
<para>treats users’ tasks as black boxes</para>
</listitem>
<listitem>
<para>doesn’t depend on RMS (provides deployment via SSH, when no RMS is present),</para>
</listitem>
<listitem>
<para>supports workers behind FireWalls (outgoing connection from WNs required),</para>
</listitem>
<listitem>
<para>doesn’t require pre-installation on WNs,</para>
</listitem>
<listitem>
<para>deploys private facilities on demand with isolated sandboxes,</para>
</listitem>
<listitem>
<para>provides a key-value properties propagation service for tasks,</para>
</listitem>
<listitem>
<para>provides a rules based execution of tasks.</para>
</listitem>
</itemizedlist>
</section>
<section><title>Features</title>
<para>
</para>
</section>
<section id="whatsnew">
<title>What's New</title>
<variablelist>
<varlistentry><term>2020-07-01</term>
<listitem>
<para> DDS v3.4 was <olink targetdocent="download.xml">released</olink>.</para>
</listitem>
</varlistentry>
</variablelist>
</section>
</webpage>
<!--
Local variables:
mode: docbook
End:
-->