Skip to content

Commit b83e6c6

Browse files
committed
Remove AIO docs warning
1 parent a16a5c2 commit b83e6c6

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

doc/source/contributor/environments/ci-aio.rst

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ automates the manual setup steps below, and is recommended for most users.
1010
The manual setup steps are provided for reference, and for users who wish to
1111
make 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-
1813
Prerequisites
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

5655
Manual Setup
5756
============

0 commit comments

Comments
 (0)