From ea9d3d6a12ce1eeaf3ff8f723691968c11cd3c43 Mon Sep 17 00:00:00 2001 From: Larry Sachs Date: Fri, 17 Jul 2020 08:20:10 -0700 Subject: Update vagrant readme to include info about sample yml files 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 --- kud/hosting_providers/vagrant/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'kud') diff --git a/kud/hosting_providers/vagrant/README.md b/kud/hosting_providers/vagrant/README.md index f0210149..3d0766b3 100644 --- a/kud/hosting_providers/vagrant/README.md +++ b/kud/hosting_providers/vagrant/README.md @@ -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: -- cgit 1.2.3-korg