source: trunk/sara_cmt/templates/gridms/interfaces.cmt @ 13064

Last change on this file since 13064 was 13064, checked in by dennis, 13 years ago

Added a template to fetch all interfaces, shall be used by SALI

File size: 1.1 KB
Line 
1# This file is automagicly generated by SARA CMT
2#
3#               SARA - Computing and Networking Services
4# Date        : Fri, 13 Aug 2010
5# Version     : {{ version }}
6# Generated   : {% now "r" %}
7#
8# Description : This is an ISC DHCP v3 configuration file.
9#
10# SVN:
11#       {{ svn_id }}
12#       {{ svn_url }}
13#
14{% load cmts_extras %}{% noblanklines %}
15{% store /data/sali/config/network/interfaces as output %}
16
17{% use interface with 'network__name=CentraalArchief management' as ifaces_ca_mngt %}
18#eth0
19{% for iface in ifaces_ca_mngt %}
20eth0 {{ iface.host.label }} {{ iface.ip }}
21{% endfor %}
22
23{% use interface with 'network__name=CentraalArchief update' as ifaces_ca_update %}
24#eth0.870
25{% for iface in ifaces_ca_update %}
26eth0.870 {{ iface.host.label }} {{ iface.ip }}
27{% endfor %}
28
29{% use interface with 'label=cxfs-reset.c-ca' as ifaces_ca_dmf %}
30#eth1 alleen dmf
31eth1 {{ ifaces_ca_dmf.host.label }} {{ ifaces_ca_dmf.ip }}
32
33{% use interface with 'network__name=CentraalArchief management' as ifaces_ca_cxfs %}
34#eth2
35{% for iface in ifaces_ca_cxfs %}
36eth2 {{ iface.host.label }} {{ iface.ip }}
37{% endfor %}
38
39{% endnoblanklines %}
Note: See TracBrowser for help on using the repository browser.