summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Hostbase/templates/hosts.tmpl
blob: 4fded9d558371c0eea9cb49abccfaf53a57e1512 (plain)
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
##############################################################################
# MCS hosts file
#
# This file is generated automatically - DO NOT EDIT IT.
#
# Generated on: {% now "r" %}
#

127.0.0.1	localhost.mcs.anl.gov localhost

#  This file lists hosts in these domains:
{% for domain in domain_data %}{{ domain.0 }}: {{ domain.1 }}
{% endfor %}
#
#  This file lists hosts on these networks:
#
#    Network        Hosts
#    ---------------------------------------------------------------------
{% for octet in two_octets_data %}{{ octet.0 }}		{{octet.1 }}
{% endfor %}
#
{% for octet in three_octets_data %}{{ octet.0 }}       		{{ octet.1 }}
{% endfor %}
#
#  Total host interfaces (ip addresses) in this file: {{ num_ips }}