search for: mgmt_ip

Displaying 1 result from an estimated 1 matches for "mgmt_ip".

Did you mean: mgmt_8
2007 May 21
3
defining client/server configs
...re per site. Currently I''m just setting these in basenode class via: $site = $hostname ? { ... } $dns_servers = $site ? { ... } I''ll probably look at moving this over to Facter, I''ve got a prototype CSV reader so that I can do a mass import of facts: hostname, mgmt_ip, site fred, 192.168.0.2, london barney, 192.168.1.2, cardiff I''d really like to see a few more setups on the wiki - I''m really happy to see some standardisation efforts underway w.r.t. file layouts, modules etc. Once I have some confidence that what I''d doing would be...