source: trunk/sara_cmt/templates/examples/gina_allnodes.cmt @ 11751

Last change on this file since 11751 was 11751, checked in by sil, 14 years ago

cleaned up templates dir

File size: 340 bytes
Line 
1{% extends 'ported/base_allnodes.cmt' %}
2
3{% block description %}
4# Description : List all hostnames of computenodes in the Gina-cluster.
5#
6{% endblock description %}
7
8{% block hw_cluster_name %}
9  {% ifequal hw.cluster.name 'Gina' %}
10    hostname: v{{ hw.rack.label }}n{{ hw.first_slot }}
11  {% endifequal %}
12{% endblock hw_cluster_name %}
Note: See TracBrowser for help on using the repository browser.