Changeset 10695 in genesis for tools


Ignore:
Timestamp:
May 6, 2012, 10:53:45 PM (12 years ago)
Author:
rick
Message:

Fixes nodefactory#150

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/yaml2nag.py

    r10396 r10695  
    4242
    4343    hostgroups = []
    44     if datadump['nodetype'] == 'CNode':
     44    if datadump['nodetype'] in ['CNode', 'Hybrid']:
    4545      datadump['use'] = 'host-pnp'
    4646      hostgroups.append('nodes-7-2')
Note: See TracChangeset for help on using the changeset viewer.