Based on Easy-NMOS + DHCP server - registry
Preriquisites:
- docker version 20.10.12
- docker-compose version 1.29.2
Constants:
- discovery method: unicast DNS-SD
- domain:
nmos-testing.jt-nm.org - /24 subnet
Variables:
Edit .env to supply the subnet and the network interface.
And execute setup.conf that modifies ./dhcp/dhcpd.conf and
UserConfig.py:
cat .env
SUBNET_PREFIX=192.168.6
IFACE=eno2
./setup.sh
docker-compose up -d
docker-compose logs -f --tail=50
[...]
Ctrl+C
docker=compose down
- Test plan procedures
- Arista cmd helper
./nmos-cppcan be used for easy testing but the config needs to be ajusted