Add simple network management module

This commit is contained in:
Ilya Shakhat
2016-08-15 11:54:09 +03:00
parent e62eec828a
commit b847c0c52d
3 changed files with 63 additions and 1 deletions

View File

@@ -74,7 +74,7 @@ def main():
nodes.reset()
logging.info('# Get nodes by their FQDNs')
nodes = distractor.get_nodes(fqdns=['node-1.domain.tld'])
nodes = distractor.get_nodes(fqdns=['node-2.domain.tld'])
logging.info('Node with specific FQDN: %s', nodes)
logging.info('# Disable public network on these nodes')