Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
aws: Add each test instance to the local DNS service
The kdevops NFS workflows typically set up separate nodes for an NFS server and NFS clients. kdevops then provisions exports on the NFS server and mount points on the clients. For libvirt, kdevops adds the IP address of each test node to all of the /etc/hosts files. This enables the clients to mount the test NFS server conveniently by hostname. For AWS, kdevops can provision a private DNS service and add "A" records for each test host there. This patch implements that approach. Tested-by: Luis Chamberlain <[email protected]> Signed-off-by: Chuck Lever <[email protected]>
- Loading branch information