Skip to content

Commit 09eac7c

Browse files
committed
More updates.
1 parent 33190c3 commit 09eac7c

10 files changed

Lines changed: 12 additions & 196 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ KUBECONFIG := $(shell pwd)/.kubeconfig
1111

1212
METALCTL_HMAC := $(or $(METALCTL_HMAC),metal-admin)
1313
METALCTL_API_URL := $(or $(METALCTL_API_URL),http://api.172.17.0.1.nip.io:8080/metal)
14-
METAL_APIV2_URL := $(or $(METAL_APIV2_URL),http://v2.api.172.17.0.1.nip.io:8080)
14+
METAL_APIV2_URL := $(or $(METAL_APIV2_URL),http://v2.172.17.0.1.nip.io:8080)
1515

1616
MKE2FS_CONFIG := $(shell pwd)/mke2fs.conf
1717
# Default values

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ This project can also be used as a template for writing your own metal-stack dep
1414
- [Known Limitations](#known-limitations)
1515
- [Try it out](#try-it-out)
1616
- [Power management](#power-management)
17+
- [Development](#development)
18+
- [Release vector](#release-vector)
19+
- [Using local checkouts of dependencies](#using-local-checkouts-of-dependencies)
1720
- [Flavors](#flavors)
1821
- [Network topology](#network-topology)
1922
- [V2 Quickstart](#v2-quickstart)
@@ -191,7 +194,7 @@ make power-<on,reset,off>-<machine name>
191194
```
192195

193196
## Development
194-
If you want to contribute to the _metal-stack_ project, you can use the mini-lab as a local development environment. It allows you to quickly test changes to the _metal-stack_ components without needing any external clusters or hardware.
197+
If you want to contribute to the _metal-stack_ project, you can use the mini-lab as a local development environment. It allows you to quickly test changes to the _metal-stack_ components without needing any external clusters or hardware.
195198
You can also use it to test changes to the Ansible roles and modules used by the _metal-stack_.
196199

197200
### Release vector
@@ -209,7 +212,7 @@ Further overrides can be looked up in `metal-roles` where the mapping is defined
209212

210213
### Using local checkouts of dependencies
211214

212-
By default, the `mini-lab` runs with pre-packaged Ansible roles and modules.
215+
By default, the `mini-lab` runs with pre-packaged Ansible roles and modules.
213216
If you want to use local checkouts of dependencies for development, you must start the `mini-lab` with `DEV=true`:
214217

215218
```bash
@@ -272,5 +275,5 @@ Password: Gerrit.Guest123!
272275

273276
Zitadel Admin:
274277

275-
User: admin@metal-stack.zitadel.172.17.0.1.nip.io
278+
User: admin@metal-stack.auth.172.17.0.1.nip.io
276279
Password: Password1!

inventories/group_vars/control_plane/dex.yaml

Lines changed: 0 additions & 25 deletions
This file was deleted.

inventories/group_vars/control_plane/metal.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,10 @@ metal_api_nsq_tcp_address: nsqd:4150
1616
metal_apiserver_pdb_min_available: 1
1717

1818
metal_apiserver_enabled: true
19-
metal_apiserver_url: http://v2.api.{{ metal_control_plane_ingress_dns }}:8080
19+
metal_apiserver_url: http://v2.{{ metal_control_plane_ingress_dns }}:8080
2020

21-
metal_apiserver_oidc_secret_name: zitadel-client-credentials
22-
metal_apiserver_oidc_discovery_url: https://zitadel.{{ metal_control_plane_ingress_dns }}:4443/.well-known/openid-configuration
23-
metal_apiserver_oidc_end_session_url: "https://zitadel.{{ metal_control_plane_ingress_dns }}:4443/oidc/v1/end_session"
21+
metal_apiserver_oidc_discovery_url: https://auth.{{ metal_control_plane_ingress_dns }}:4443/.well-known/openid-configuration
22+
metal_apiserver_oidc_end_session_url: "https://auth.{{ metal_control_plane_ingress_dns }}:4443/oidc/v1/end_session"
2423

2524
metal_apiserver_secure_cookie: false
2625

inventories/group_vars/control_plane/zitadel.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
zitadel_endpoint: zitadel.{{ metal_control_plane_namespace }}.svc.cluster.local
3-
zitadel_external_domain: zitadel.{{ metal_control_plane_ingress_dns }}
3+
zitadel_external_domain: auth.{{ metal_control_plane_ingress_dns }}
44
zitadel_ingress_dns: https://{{ zitadel_external_domain }}:4443
55
zitadel_port: 8080
66
zitadel_skip_verify_tls: true
@@ -23,4 +23,4 @@ zitadel_init_config:
2323
# later id will be added but currently not possible with zitadel
2424
id: metal-stack
2525
name: metal-stack
26-
redirect_uri: http://v2.api.172.17.0.1.nip.io:8080/auth/openid-connect/callback
26+
redirect_uri: http://v2.172.17.0.1.nip.io:8080/auth/openid-connect/callback

roles/auth-dex/README.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

roles/auth-dex/defaults/main/main.yaml

Lines changed: 0 additions & 21 deletions
This file was deleted.

roles/auth-dex/tasks/main.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

roles/auth-dex/templates/dex-config.yaml

Lines changed: 0 additions & 18 deletions
This file was deleted.

roles/auth-dex/templates/dex.yaml

Lines changed: 0 additions & 113 deletions
This file was deleted.

0 commit comments

Comments
 (0)