summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSachin Prabhu <sprabhu@redhat.com>2021-04-14 15:48:39 +0100
committerAnoop C S <anoopcs@cryptolab.net>2021-04-15 15:25:10 +0530
commit7df1859d939374cbe6923e4e4a06bd324adde0d0 (patch)
tree74e5d0d98f141a2dd2d0788a193304aa0484537c
parent46db85c3b074fbcca05b9a3b8ade781d95a48ffd (diff)
downloadsamba-integration-7df1859d939374cbe6923e4e4a06bd324adde0d0.tar.gz
samba-integration-7df1859d939374cbe6923e4e4a06bd324adde0d0.tar.xz
samba-integration-7df1859d939374cbe6923e4e4a06bd324adde0d0.zip
Add instructions to run the CentOS8 version of vms
Signed-off-by: Sachin Prabhu <sprabhu@redhat.com>
-rw-r--r--README-FEDORA.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README-FEDORA.md b/README-FEDORA.md
index 9ff5783..d5abb87 100644
--- a/README-FEDORA.md
+++ b/README-FEDORA.md
@@ -33,6 +33,12 @@ $ cd samba-integration/
$ make
```
+To run the CentOS8 version of test vms
+```
+$ cd samba-integration/
+$ EXTRA_VARS="use_distro=centos8" make
+```
+
If you encounter failures bringing up the vagrant vms, you can check for more details by switching into the vagrant directory and manually bring up the machine.
```
$ cd samba-integration/vagrant