Skip to content
Snippets Groups Projects
Verified Commit d081d984 authored by Varac's avatar Varac
Browse files

Remove bootstrap references

parent 7cf8c378
No related branches found
No related tags found
No related merge requests found
# OpenAppStack bootstrap script
# OpenAppStack
The OpenAppStack bootstrap script allows you to easily set up a new OpenAppStack
cluster.
OpenAppStack allows you to easily set up a new OpenAppStack instance, based on
a single-node kubernetes cluster.
> **WARNING: The installation process will make substantial changes to the
> server’s configuration, so please ONLY install OAS in a testing environment.**
> server’s configuration, so please ONLY install OAS on a dedicated, clean
> server.**
Please refer to https://docs.openappstack.net for further details,
and to [the installation tutorial](docs/installation_instructions.md) for a step
by step installation tutorial how to bootstrap your cluster.
by step installation tutorial how to install your cluster.
......@@ -14,8 +14,8 @@ The data in this directory is typically used by the Ansible playbooks located
in the `ansible/` top level directory. Check the tasks tagged `helmfile` to
get more information.
If you have a cluster already, and do not want to use our bootstrap script to
install these applications, follow these steps:
If you have a cluster already, and do not want to use our OpenAppStack
installation script to install these applications, follow these steps:
### Prerequisites
......
......@@ -48,9 +48,9 @@ or directly (allows better debugging since pytest won't eat stdout):
## Run *behave* tests
The behave tests are controlled by the `openappstack` CLI command suite. To run
the behave tests, run the following command in this repository:
the behave tests, run the following command in this repository:
python -m openappstack CLUSTERNAME test
python -m openappstack CLUSTERNAME test
In the future, this command will run all tests, but now only *behave* is
implemented. To learn more about the `test` subcommand, run:
......@@ -64,7 +64,7 @@ implemented. To learn more about the `test` subcommand, run:
not verified. Therefore we need to force plain ssh:// with either
`connection=ssh` or `--hosts=ssh://…`
# Running bootstrap CI with local gitlab-runner docker executor
# Running CI with local gitlab-runner docker executor
Export the following environment variables like this:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment