Update vagrant readme to include info about sample yml files 39/110339/1
authorLarry Sachs <larry.j.sachs@intel.com>
Fri, 17 Jul 2020 15:20:10 +0000 (08:20 -0700)
committerLarry Sachs <larry.j.sachs@intel.com>
Fri, 17 Jul 2020 15:25:34 +0000 (08:25 -0700)
Updates the kud/hosting_providers/vagrant/README.md to include
info about the ./config/samples/pdf.yml.* sample files.

Issue-ID: MULTICLOUD-1129
Change-Id: I5ab02948932d8a9e9e5a8cfc65350726183cd78d
Signed-off-by: Larry Sachs <larry.j.sachs@intel.com>
kud/hosting_providers/vagrant/README.md

index f021014..3d0766b 100644 (file)
@@ -23,6 +23,14 @@ its usage. This script supports two Virtualization technologies
 
     $ sudo ./setup.sh -p libvirt
 
+There is a `default.yml` in the `./config` directory which creates multiple controllers and nodes.
+There are also sample configurations in the `./config/samples` directory.  To use one of the samples,
+copy it into the `./config` directory as `pdf.yml`.  If a `pdf.yml` exists in the `./config`
+directory it overrides the `default.yml` when the `vagrant up` command (in the next step) is run.
+For example:
+
+    $ cp ./config/samples/pdf.yml.aio ./config/pdf.yml
+
 Once Vagrant is installed, it's possible to provision a cluster using
 the following instructions: