Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/quick-start-controlplane.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ OpenBao, and registers the identity catalog.
Same toolchain as the [Quick Start](./quick-start.md), plus:

- `make` on `PATH` for `install-test-deps`, `deploy-infra`, and `teardown-infra`
- The OpenStack CLI ([`python-openstackclient`](https://docs.openstack.org/python-openstackclient/latest/installation/index.html)) on `PATH` for the auth check in Step 6
- The OpenStack CLI ([`python-openstackclient`](https://docs.openstack.org/python-openstackclient/latest/)) on `PATH` for the auth check in Step 6
- A stable internet connection while `make deploy-infra` clones K-ORC from GitHub
- Roughly 8 GB RAM, 2 CPU cores, and 10 GB of free disk for a laptop-sized kind cluster
- `yq` v4.x on `PATH` for the `KIND_HOST_PORT=8443` override path in Step 2
Expand Down Expand Up @@ -333,7 +333,7 @@ Skip this step only when:
bundled ControlPlane automatically, or
- the ControlPlane opts out of Dynamic credentials with
`spec.infrastructure.database.credentialsMode: Static` (see
[Migrate Keystone DB to Dynamic Credentials](/guides/keystone/migrate-keystone-db-to-dynamic-credentials)).
[Migrate Keystone DB to Dynamic Credentials](./guides/keystone/migrate-keystone-db-to-dynamic-credentials.md)).

::: warning If you skip it
The reconcile chain stalls before any Keystone or Horizon child is created: the
Expand All @@ -352,7 +352,7 @@ enforces isolation from other tenants), run
`openbao-tenant-store` SecretStore to be `Ready`, then set
`spec.secretStoreRef: {kind: SecretStore, name: openbao-tenant-store}` on the
ControlPlane. See the
[multi-tenant deployment guide](/guides/multi-tenant-deployment#per-controlplane-secret-stores-and-openbao-identities).
[multi-tenant deployment guide](./guides/multi-tenant-deployment.md#per-controlplane-secret-stores-and-openbao-identities).
:::

## Step 5 — Watch the chain reconcile
Expand Down
2 changes: 1 addition & 1 deletion docs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ the local-build path, the production HelmRelease, E2E and Tempest, see

- Docker Desktop running
- `make` on `PATH` for `install-test-deps`, `deploy-infra`, and `teardown-infra`
- OpenStack CLI ([`python-openstackclient`](https://docs.openstack.org/python-openstackclient/latest/installation/index.html)) on `PATH` for the authenticated token check in Step 6
- OpenStack CLI ([`python-openstackclient`](https://docs.openstack.org/python-openstackclient/latest/)) on `PATH` for the authenticated token check in Step 6
- Pinned `kind`, `kubectl`, `Helm`, `jq` on `PATH`:

```bash
Expand Down