Änderungen

1.815 Bytes hinzugefügt ,  21:59, 6. Mär. 2019
keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1: −
<noinclude>Dies ist eine Semantische Vorlage</noinclude>
+
<!-- The following is part of the template -->
 
{| style="border: 1px solid; width:25em; float: right; font-size: 90%;"  
 
{| style="border: 1px solid; width:25em; float: right; font-size: 90%;"  
 
|-
 
|-
Zeile 9: Zeile 9:  
! [[Property:Ipv6Address | IPv6-Adresse]]
 
! [[Property:Ipv6Address | IPv6-Adresse]]
 
| [[mainIpv6Address::{{{mainIpv6Address}}}]]
 
| [[mainIpv6Address::{{{mainIpv6Address}}}]]
 +
|-
 +
! [[Property:Ipv4Networks | IPv4-Netzwerke]]
 +
| [[ipv4Networks::{{{ipv4Networks}}}]]
 +
|-
 +
! [[Property:Ipv6Networks | IPv6-Netzwerke]]
 +
| [[ipv6Networks::{{{ipv6Networks}}}]]
 
|-
 
|-
 
! [[Property:hoster | Hoster]]
 
! [[Property:hoster | Hoster]]
Zeile 15: Zeile 21:  
! [[Attribut:Location | Standort]]
 
! [[Attribut:Location | Standort]]
 
| [[location::{{{location}}}]]
 
| [[location::{{{location}}}]]
 +
|-
 +
! [[Property:serverRole | Server-Rolle]]
 +
| [[serverRole::{{{serverRole}}}]]
 
|-
 
|-
 
! [[Property:serverType | Server-Typ]]
 
! [[Property:serverType | Server-Typ]]
 
| [[serverType::{{{serverType}}}]]
 
| [[serverType::{{{serverType}}}]]
 +
|-
 +
! [[Property:hostedOn | Host-Server]] (wenn Server-Typ = VM)
 +
| [[hostedOn::{{{hostedOn}}}]]
 
|-
 
|-
 
! [[Property:RAM | RAM]]
 
! [[Property:RAM | RAM]]
Zeile 30: Zeile 42:  
! [[Property:trafficIncluded | Inkl.-Traffic]]
 
! [[Property:trafficIncluded | Inkl.-Traffic]]
 
| [[trafficIncluded::{{{trafficIncluded}}}]] TB
 
| [[trafficIncluded::{{{trafficIncluded}}}]] TB
 +
|-
 +
! Puppet-Konfiguration
 +
| https://git.ffnw.de/ffnw-puppet/puppet-environments/blob/production/data/nodes/{{{hostname}}}.yaml
 
|-
 
|-
 
! Puppet-Monitoring
 
! Puppet-Monitoring
Zeile 40: Zeile 55:  
| [[serverOwner::{{{serverOwner}}}]]
 
| [[serverOwner::{{{serverOwner}}}]]
 
|}
 
|}
<!-- now some annotations that don't appear in the template -->
   
<includeonly> [[Kategorie:Server]]</includeonly>
 
<includeonly> [[Kategorie:Server]]</includeonly>
<noinclude> [[Kategorie:Vorlagen]] </noinclude>
+
<!--The following is NOT part of the template -->
 +
<noinclude>
 +
__NOTOC__
 +
== Beschreibung ==
 +
Diese Vorlage wird zur Verwaltung von Servern genutzt. Ein Server ist ein dedizierter oder vortualisierter Computer in einem Rechenzentrum. Server werden als Unterseiten von [[Administration/Server]] angelegt. Die Wikiseite eines Servers enthält alle Informationen, die ein Administrator im Wartungsfall benötigt um den Server zu administrieren.
 +
 
 +
== Kopiervorlage ==
 +
<pre>
 +
{{ServerInfoBox
 +
|hostname= <!-- The FQDN of the server -->
 +
|mainIpv4Address= <!-- Main IPv4-Address -->
 +
|mainIpv6Address= <!-- Main IPv6-Address -->
 +
|ipv4Networks= <!-- All important IPv4-Networks on this server -->
 +
|ipv6Networks= <!-- All important IPv6-Networks on this server -->
 +
|hoster= <!-- Name of the hosting provider -->
 +
|location= <!-- Location of the datacenter -->
 +
|serverRole= <!-- What does this server mainly do? KVM-Host/Application-Server/Supernode -->
 +
|serverType= <!-- Dedicated/VM -->
 +
|hostedOn= <!-- If serverType is "VM" then paste the Wikipage of the KVM-Host here -->
 +
|RAM= <!-- Size of RAM in MB -->
 +
|cpuCores= <!-- Number of CPU-Cores -->
 +
|diskSize= <!-- Disk-Size in GB -->
 +
|trafficIncluded= <!-- Traffic included in TB -->
 +
|serverOwner= <!-- Name of the Server-Owner -->
 +
}}
 +
</pre>
 +
 
 +
== Ersteller ==
 +
Diese Vorlage wurde von [[Benutzer:Floh1111|Floh1111]] erstellt.
 +
 
 +
== Bezüge ==
 +
Keine
 +
 
 +
== Verbreitung ==
 +
{{Vorlage:Vorlagennutzung}}
 +
 
 +
[[Kategorie:Vorlagen]]
 +
</noinclude>