diff options
author | Ritu Sood <Ritu.Sood@intel.com> | 2020-07-17 20:26:24 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-07-17 20:26:24 +0000 |
commit | 6c39bae3dfcbf08d9c485dffa2c72b46a4c91b34 (patch) | |
tree | 96859dd777bbe2cf4356808513492795e0d94b41 | |
parent | 8f052329f8aa8973d492707755f07c6eb773ec86 (diff) | |
parent | ea9d3d6a12ce1eeaf3ff8f723691968c11cd3c43 (diff) |
Merge "Update vagrant readme to include info about sample yml files"
-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: |