From 00acaaa23ba0fc4d6a61d2efa0eff9b93d129610 Mon Sep 17 00:00:00 2001 From: Malte Poll <1780588+malt3@users.noreply.github.com> Date: Mon, 11 Mar 2024 18:24:49 +0100 Subject: [PATCH] docs: remove steps for STACKIT credentials in config The OpenStack credentials (username and password) can now be retrieved from the "clouds.yaml" by the Constellation CLI and terraform code. This simplifies the configuration for end-users. --- docs/docs/getting-started/first-steps.md | 4 ---- .../version-2.16/getting-started/first-steps.md | 4 ---- 2 files changed, 8 deletions(-) diff --git a/docs/docs/getting-started/first-steps.md b/docs/docs/getting-started/first-steps.md index 716c24c03..546078c8b 100644 --- a/docs/docs/getting-started/first-steps.md +++ b/docs/docs/getting-started/first-steps.md @@ -124,11 +124,7 @@ If you encounter any problem with the following steps, make sure to use the [lat To use Constellation on STACKIT, the cluster will use the User Access Token (UAT) that's generated [during the install step](./install.md). After creating the accounts, fill in the STACKIT details in `constellation-conf.yaml` under `provider.openstack`: - - `projectID`: OpenStack project id (can be found in `clouds.yaml` or `openrc` file of UAT) - - `projectName`: OpenStack project name (can be found in `clouds.yaml` or `openrc` file of UAT) - `stackitProjectID`: STACKIT project id (can be found after login on ) - - `username`: username of the UAT - - `password`: password of the UAT diff --git a/docs/versioned_docs/version-2.16/getting-started/first-steps.md b/docs/versioned_docs/version-2.16/getting-started/first-steps.md index 716c24c03..546078c8b 100644 --- a/docs/versioned_docs/version-2.16/getting-started/first-steps.md +++ b/docs/versioned_docs/version-2.16/getting-started/first-steps.md @@ -124,11 +124,7 @@ If you encounter any problem with the following steps, make sure to use the [lat To use Constellation on STACKIT, the cluster will use the User Access Token (UAT) that's generated [during the install step](./install.md). After creating the accounts, fill in the STACKIT details in `constellation-conf.yaml` under `provider.openstack`: - - `projectID`: OpenStack project id (can be found in `clouds.yaml` or `openrc` file of UAT) - - `projectName`: OpenStack project name (can be found in `clouds.yaml` or `openrc` file of UAT) - `stackitProjectID`: STACKIT project id (can be found after login on ) - - `username`: username of the UAT - - `password`: password of the UAT