NOTE: This now seems to be working. Testers needed. Please submit problems to: https://github.com/perfsonar/perfsonar-testpoint-docker/issues
The docker container runs all perfSONAR 4.x Services in the "Testpoint" bundle, as described at: http://docs.perfsonar.net/install_options.html
This can be used to run perfSONAR 4.x Testpoint services on any OS that supports docker.
Download the container:
docker pull danielneto/perfsonar-testpoint:systemd
Run the container:
docker run -d --net=host --tmpfs /run --tmpfs /tmp -v /sys/fs/cgroup:/sys/fs/cgroup:ro danielneto/perfsonar-testpoint:systemd
To register your perfSONAR testpoint, start a container shell, and edit the file /etc/perfsonar/lsregistrationdaemon.conf with the location and administrator information for your site.
If this host will be part of a centrally configured mesh, also edit the file /etc/perfsonar/meshconfig-agent.conf, and update the 'configuration_url'.
To get a shell in the Docker container on your host, run 'docker ps -a' to get your container ID, and then run:
docker exec -it containerID bash
Test the perfSONAR tools from another host with pscheduler and owamp installed:
owping hostname
pscheduler task clock --source hostname --dest localhost pscheduler task throughput --dest hostname
The perfSONAR hostname/IP is assumed to be the same as the base host. To use a different name/IP for the perfSONAR container, see: https://docs.docker.com/articles/networking/ It also assumes the base host is running NTP, and not running httpd, postgres, or anything else listening on the list of ports below.
make sure the following ports are allowed by the base host: pScheduler: 443 ; owamp:861, 8760-9960 See: http://www.perfsonar.net/deploy/security-considerations/
Content type
Image
Digest
Size
316.2 MB
Last updated
over 5 years ago
docker pull danielneto/perfsonar-testpoint