File tree Expand file tree Collapse file tree 2 files changed +310
-99
lines changed
doc/source/contributor/environments
etc/kayobe/environments/ci-aio Expand file tree Collapse file tree 2 files changed +310
-99
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Download the setup script:
2929
3030.. parsed-literal ::
3131
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 https://raw.githubusercontent.com/stackhpc/stackhpc-kayobe-config/stackhpc/2025.1/etc/kayobe/environments/ci-aio/automated-setup.sh
3333
3434 Change the permissions on the script:
3535
@@ -62,6 +62,10 @@ following options:
6262 customised before continuing.
6363* ``AIO_RUN_TEMPEST `` (default: ``false ``) - Whether to run Tempest Refstack
6464 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.
6569
6670Manual Setup
6771============
You can’t perform that action at this time.
0 commit comments