aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
authorPawel Wieczorek <p.wieczorek2@samsung.com>2020-01-23 17:20:49 +0100
committerPawel Wieczorek <p.wieczorek2@samsung.com>2020-01-29 17:12:32 +0100
commit228c62e51e65cf97e277fc257ea27b07dcf55212 (patch)
tree2c78ec03086356976310f160e662fb96e51e34a4 /bootstrap
parent780e66aeb4ee12e6455e1573ac174f1e817f06e5 (diff)
Add reverse-SSHFS-based file synchronization documentation
Issue-ID: ONAPARC-551 Change-Id: Ic22d32998ad0fc29867116827679e4c4181ba596 Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
Diffstat (limited to 'bootstrap')
-rw-r--r--bootstrap/vagrant-minimal-onap/README.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/bootstrap/vagrant-minimal-onap/README.rst b/bootstrap/vagrant-minimal-onap/README.rst
index 2c214a94e..95f2ac1c1 100644
--- a/bootstrap/vagrant-minimal-onap/README.rst
+++ b/bootstrap/vagrant-minimal-onap/README.rst
@@ -69,6 +69,14 @@ features (e.g. triggers_) might not be supported on older versions.
.. _`v2.2.6`: https://github.com/hashicorp/vagrant/blob/v2.2.6/CHANGELOG.md#226-october-14-2019
.. _triggers: https://www.vagrantup.com/docs/triggers/
+Synced Folders
+~~~~~~~~~~~~~~
+
+Environment uses reverse-SSHFS-based file synchronization for applying non-upstream changes. This
+requires installing vagrant-sshfs_ plugin and presence of `sshfs` package on the host system.
+
+.. _vagrant-sshfs: https://github.com/dustymabe/vagrant-sshfs#install-plugin
+
Running
-------