File tree Expand file tree Collapse file tree 2 files changed +304
-97
lines changed
doc/source/contributor/environments
etc/kayobe/environments/ci-aio Expand file tree Collapse file tree 2 files changed +304
-97
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Download the setup script:
29
29
30
30
.. parsed-literal ::
31
31
32
- curl -o automated-setup.sh https://raw.githubusercontent.com/stackhpc/stackhpc-kayobe-config/stackhpc/2025.1/etc/kayobe/environments/ci-aio/automated-setup.sh
32
+ curl -Lo automated-setup.sh https://raw.githubusercontent.com/stackhpc/stackhpc-kayobe-config/stackhpc/2025.1/etc/kayobe/environments/ci-aio/automated-setup.sh
33
33
34
34
Change the permissions on the script:
35
35
@@ -62,6 +62,10 @@ following options:
62
62
customised before continuing.
63
63
* ``AIO_RUN_TEMPEST `` (default: ``false ``) - Whether to run Tempest Refstack
64
64
after deployment instead of the default VM smoke test.
65
+ * ``USE_OVS `` (default: ``false ``) - Whether to disable OVN and deploy using
66
+ OVS instead.
67
+ * ``VAULT_PASSWORD_FILE `` (default: ``$BASE_PATH/vault-pw ``) - Path to a file
68
+ containing the Kayobe vault password for the environment.
65
69
66
70
Manual Setup
67
71
============
You can’t perform that action at this time.
0 commit comments