From f925eaa63d2b49e66e366d50cdfb40efc7f1c442 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 13 Jun 2016 08:42:52 -0700 Subject: [PATCH] install nfs-utils and dnsmasq in support server, report results Summary: For NFS tests and to set up the support server to do DHCP and DNS. Also add result reporting for the new NFS tests. Test Plan: Check the packages show up in the support server, run the new tests (see openqa_fedora diff), generate ResTups with the CLI tool, check they look OK. Reviewers: jskladan, garretraziel Reviewed By: garretraziel Subscribers: tflink Differential Revision: https://phab.qadevel.cloud.fedoraproject.org/D887 --- hdds.json | 1 + support.commands | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/hdds.json b/hdds.json index af7911c..3e3bf60 100644 --- a/hdds.json +++ b/hdds.json @@ -159,6 +159,7 @@ }, { "name" : "support", + "imgver" : "2", "releases" : { "-1" : ["x86_64"] } diff --git a/support.commands b/support.commands index ec8177a..626126a 100644 --- a/support.commands +++ b/support.commands @@ -1,4 +1,4 @@ root-password password:weakpassword update selinux-relabel -install scsi-target-utils +install scsi-target-utils,nfs-utils,dnsmasq