Skip to content

Commit

Permalink
Add with_keycloak parameter to the cookiecutter docs
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt committed Mar 25, 2024
1 parent 2676212 commit a7551f8
Showing 1 changed file with 26 additions and 24 deletions.
50 changes: 26 additions & 24 deletions docs/guides/configuration-guide/configuration-repository.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ Host and path to the Git repository are specified via the `git_` parameters: The
`git_` parameters do not specify the path to the cookiecutter to use.

```
[8/20] git_host (github.com):
[9/20] git_port (22):
[10/20] git_repository (YOUR_ORG/YOUR_NEW_CONFIGURATION_REPOSITORY): regiocloud/configuration
[11/20] git_username (git):
[12/20] git_version (main):
[8/21] git_host (github.com):
[9/21] git_port (22):
[10/21] git_repository (YOUR_ORG/YOUR_NEW_CONFIGURATION_REPOSITORY): regiocloud/configuration
[11/21] git_username (git):
[12/21] git_version (main):
```

In this case, the generated configuration in the `output/configuration` directory is
Expand All @@ -93,25 +93,26 @@ docker run \
-e TARGET_GID="$(id -g)" \
-v $(pwd)/output:/output \
--rm -it quay.io/osism/cookiecutter
[1/20] with_ceph (1):
[2/20] ceph_network_backend (192.168.80.0/20):
[3/20] ceph_network_frontend (192.168.64.0/20):
[4/20] ceph_version (quincy):
[5/20] domain (osism.xyz):
[6/20] fqdn_external (api.osism.xyz):
[7/20] fqdn_internal (api-int.osism.xyz):
[8/20] git_host (github.com):
[9/20] git_port (22):
[10/20] git_repository (YOUR_ORG/YOUR_NEW_CONFIGURATION_REPOSITORY):
[11/20] git_username (git):
[12/20] git_version (main):
[13/20] ip_external (192.168.96.9):
[14/20] ip_internal (192.168.32.9):
[15/20] manager_version (6.0.2):
[16/20] name_server (149.112.112.112):
[17/20] ntp_server (de.pool.ntp.org):
[18/20] openstack_version (2023.1):
[19/20] project_name (configuration):
[1/21] with_ceph (1):
[2/21] with_keycloak (0):
[3/21] ceph_network_backend (192.168.80.0/20):
[4/21] ceph_network_frontend (192.168.64.0/20):
[5/21] ceph_version (quincy):
[6/21] domain (osism.xyz):
[7/21] fqdn_external (api.osism.xyz):
[8/21] fqdn_internal (api-int.osism.xyz):
[9/21] git_host (github.com):
[10/21] git_port (22):
[11/21] git_repository (YOUR_ORG/YOUR_NEW_CONFIGURATION_REPOSITORY):
[12/21] git_username (git):
[13/21] git_version (main):
[14/21] ip_external (192.168.96.9):
[15/21] ip_internal (192.168.32.9):
[16/21] manager_version (6.0.2):
[17/21] name_server (149.112.112.112):
[18/21] ntp_server (de.pool.ntp.org):
[19/21] openstack_version (2023.1):
[20/21] project_name (configuration):
[...]
```

Expand Down Expand Up @@ -187,6 +188,7 @@ For example, the inventory needs to be built. All further information can be fou
| `openstack_version` | The version of OpenStack. When using a stable OSISM release (`manager_version != latest`), this value is ignored | `2023.2` |
| `project_name` | Name of the configuration repository directory | `configuration` |
| `with_ceph` | `1` to use Ceph, `0` to not use Ceph | `1` |
| `with_keycloak` | `1` to prepare Keycloak integration , `0` to not prepare Keycloak integration | `0` |

## Preparing a new configuration repository

Expand Down

0 comments on commit a7551f8

Please sign in to comment.