ntp.time_server

This Model Component provides NTP services for all nodes in the experiment graph.

Warning

This Model Component currently ONLY works with Ubuntu-Trusty VMs. Prior to using it with newer/different operating systems, modifications will be necessary.

Model Component Dependencies:

VM Resources

This MC provides the following VM Resources:
  • ntp-trusty-server.tar - A tar-compressed directory containing the NTP debian package and its dependency (libopts25).

Available Objects

class ntp.time_server.NTPServer(*args, **kwargs)[source]

Bases: object

This Object can be used to decorate a VM and install the NTP service on the VM to provide NTP within the experiment.

__init__(*args, **kwargs)