Changeset 13551 in genesis for tools/gformat.py


Ignore:
Timestamp:
Jan 13, 2016, 9:40:09 AM (9 years ago)
Author:
rick
Message:

We moved away from hybrid naming prefixes, so no need to generate shortname cnames anymore.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/gformat.py

    r13525 r13551  
    13761376    datadump = get_yaml(node)
    13771377
    1378     # Proxy naming convention is special
    13791378    fqdn = datadump['nodename']
    1380     if datadump['nodetype'] in ['Hybrid']:
    1381       wleiden_cname[datadump['nodename']] = fqdn
    13821379 
    13831380    if datadump.has_key('rdr_host'):
Note: See TracChangeset for help on using the changeset viewer.