summaryrefslogtreecommitdiffstats
path: root/kud/hosting_providers/vagrant
diff options
context:
space:
mode:
Diffstat (limited to 'kud/hosting_providers/vagrant')
-rw-r--r--kud/hosting_providers/vagrant/README.md8
1 files changed, 8 insertions, 0 deletions
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: