-
Notifications
You must be signed in to change notification settings - Fork 5
/
glpi2mdt.xml
79 lines (73 loc) · 5.25 KB
/
glpi2mdt.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
<root>
<name>GLPI to MDT connector</name>
<key>glpi2mdt</key>
<state>beta</state> <!-- stable | unstable | beta | alpha -->
<logo>https://raw.githubusercontent.com/DebugBill/glpi2mdt/master/logo_40x40.png</logo>
<description>
<short>
<cs>Automatizované nasazení Windows: spravujte Microsoft Deployment Toolkit (MDT) z GLPI</cs>
<en>Windows Automatic Deployment: manage Microsoft Deployment Toolkit (MDT) from GLPI</en>
<fr>Déploiement Automatisé de Windows: Gérez Microsoft Deployment Toolkit (MDT) depuis GLPI </fr>
</short>
<long>
<cs>Tento zásuvný modul synchronizuje databáze GLPI a MDT pro docílení správy automatizovaného nasazování Windows z GLPI v závislosti na datech z něj.
Verze 0.3.0 je funkční a provozovaná v našem produkčním prostředí. Soubory README a INSTALL v archivu vydání poskytnou další informace o tom, co je k dispozici a co je v plánu přidat. Fugnuje na mém konkrétním nastavení (MDT 2013 na Server 2012 + MS-SQL 2012, a GLPI 9.5.x na Linux s PHP 7.3). Je vyvíjeno a zkoušeno pouze v tomto prostředí. Pokud se setkáte s problémem při odlišném uspořádání, nahlaste to prostřednictvím GitHub (odkaz níže).
Pokud vás tento modul zajímá, neváhejte se obrátit na autora a popsat vaši stávající architekturu aby mohl zajistit, že modul bude kompatibilní s většinou prostředí</cs>
<en>This plugin synchronises GLPI and MDT databases in order to manage Windows automatic deployment from GLPI and based on its data.
Version 0.3.0 is functionnal and running in production in our environmnent. The README and INSTALL files in the distribution package will give you more information as to what is already available and what I plan to deliver next. It works on my specific configuration (MDT 2013 on Server 2012 + MS-SQL 2012, and GLPI 9.5.x on Linux PHP 7.3). It is developed and tested in this environment only. If you experience problem with a different configuration please report the issue on GitHub (link below).
If you're insterested in this plugin, don't hesitate to contact the author and describe your current architecture so he can make sure the plugin design is compatible with most environments</en>
<fr>Ce plugin synchronise les bases de données MDT et GLPI afin de gérer le déploiement automatique de Windows depuis GLPI et à partir de ses données.
La version 0.3.0 est opérationnelle et en prodution dans notre environement. Les fichiers README et INSTALL de la distribution vous donneront plus de détails sur ce qui est en place et ce qu'il est prévu d'ajouter en priorité. Le plugin fonctionne dans mon environement spécifique (MDT 2013 sur Server 2012 et MS-SQL 2012, associés à GLPI 9.5.X sur Linux et PHP 7.3). Il est développé et testé uniquement dans ce contexte. Si vous rencontrez des problèmes avec une configuration différente merci d'ouvrir un ticket avec le lien GitHub ci-dessous.
Si ce plugin vous intéresse n'hésitez pas à contacter l'auteur avec une description de votre architecture actuelle afin qu'il s'assure que ses choix de design seront compatibles avec la plupart des environements.</fr>
</long>
</description>
<homepage>https://github.com/DebugBill/glpi2mdt</homepage>
<download>https://github.com/DebugBill/glpi2mdt/releases/download/0.3.0/glpi2mdt-0.3.0.tar.gz</download>
<issues>https://github.com/DebugBill/glpi2mdt/issues</issues>
<readme>https://raw.githubusercontent.com/DebugBill/glpi2mdt/master/README.md</readme>
<authors>
<author>Blaise Thauvin</author>
</authors>
<versions>
<version>
<num>0.3.0</num>
<compatibility>9.5.x</compatibility>
</version>
</versions>
<langs>
<lang>cs_CZ</lang>
<lang>en_GB</lang>
<lang>fr_FR</lang>
<lang>ru_RU</lang>
</langs>
<license>GPL v3.0</license>
<tags>
<cs>
<tag>MDT</tag>
<tag>Microsoft Deployment Toolkit</tag>
<tag>Nasazení</tag>
<tag>MDT</tag>
<tag>SCCM</tag>
<tag>Automatizace</tag>
<tag>Zajištění</tag>
</cs>
<en>
<tag>MDT</tag>
<tag>Microsoft Deployment Toolkit</tag>
<tag>Deployment</tag>
<tag>MDT</tag>
<tag>SCCM</tag>
<tag>Automation</tag>
<tag>Provisionning</tag>
</en>
<fr>
<tag>MDT</tag>
<tag>Microsoft Deployment Toolkit</tag>
<tag>Déploiement automatique</tag>
</fr>
</tags>
<screenshots>
<screenshot>https://raw.githubusercontent.com/DebugBill/glpi2mdt/master/screenshot01.jpg</screenshot>
<screenshot>https://raw.githubusercontent.com/DebugBill/glpi2mdt/master/screenshot02.jpg</screenshot>
</screenshots>
</root>