diff options
author | Larry Sachs <larry.j.sachs@intel.com> | 2020-07-17 08:20:10 -0700 |
---|---|---|
committer | Larry Sachs <larry.j.sachs@intel.com> | 2020-07-17 08:25:34 -0700 |
commit | ea9d3d6a12ce1eeaf3ff8f723691968c11cd3c43 (patch) | |
tree | e4600752fc02e596f0586f2068f13de83f8b2b11 /kud/hosting_providers/vagrant/README.md | |
parent | 9a9a6aedbd7a0dea952baad52d78cf43cd6e2ecf (diff) |
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 <larry.j.sachs@intel.com>
Diffstat (limited to 'kud/hosting_providers/vagrant/README.md')
-rw-r--r-- | kud/hosting_providers/vagrant/README.md | 8 |
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: |