File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed
doc/source/contributor/environments Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -10,11 +10,6 @@ automates the manual setup steps below, and is recommended for most users.
1010The manual setup steps are provided for reference, and for users who wish to
1111make changes to the setup process.
1212
13- .. warning ::
14-
15- This guide was written for the Yoga release and has not been validated for
16- Antelope. Proceed with caution.
17-
1813Prerequisites
1914=============
2015
@@ -48,10 +43,14 @@ Run the setup script:
4843 ./automated-setup.sh
4944
5045 The script will pull the current version of Kayobe and this repository, and
51- then run the manual setup steps below. The script can be easily edited to use
52- a different branch of Kayobe or this repository. The script will automatically
53- determine whether your image is LVM based, if so, it will expand the volume sizes
54- to allow ansible dependencies to install correctly.
46+ then run the manual setup steps below. The script can be easily edited to use a
47+ different branch of Kayobe or this repository. The script will assume that your
48+ image is LVM-based and will expand the volume sizes to allow ansible
49+ dependencies to install correctly. If it is not, set ``KAYOBE_AIO_LVM `` to
50+ false.
51+
52+ The deployment can be paused after cloning your Kayobe configuration to allow
53+ for custom edits, by setting ``KAYOBE_CONFIG_EDIT_PAUSE `` to ``true ``.
5554
5655Manual Setup
5756============
You can’t perform that action at this time.
0 commit comments