dns.set_nameservers

Sets the DNS nameserver for each host in the experiment graph.

Attribute Provides:
  • topology

Model Component Dependencies:

Plugin

class dns.set_nameservers_plugin.SetNameservers(*args, **kwargs)[source]

Bases: AbstractPlugin

This plugin sets the DNS nameservers for each host in the experiment graph.

__annotations__ = {}
__init__(*args, **kwargs)[source]

Constructor for ConfigureDNS

Parameters:
  • *args – extra args to pass to AbstractPlugin constructor

  • **kwargs – extra keyword args to pass to AbstractPlugin constructor

run()[source]

Set the nameservers of each VM in the experiment.