mirror of
https://github.com/dredx/prole.git
synced 2026-09-24 15:54:32 +00:00
- Consolidated and split initialization scripts in etc/:
- Removed init_prole-db.sh and init_authority.sh.
- Added init_kdc.sh for in-cluster MIT Kerberos KDC (prole-authority).
- Added init_ollama.sh for Ollama AI service integration.
- Added init_service_layer.sh for high-level service orchestration.
- Added init_k3s_registry.sh for private registry management.
- Major updates to install.py:
- Support for new Ollama and KDC configuration.
- Improved prole.cfg rendering and namespace handling.
- Updated unattended install flags.
- Infrastructure and Deployment:
- Updated K3s Ansible role with private registry support (registries.yaml template).
- Added prole-authority Dockerfile.
- Updated OpenBao Kerberos ConfigMap and other K8s manifests.
- Configuration:
- Updated prole.cfg with new sections for Ollama and Monitoring.
- Refined environment variable exports in env.sh and prole_cfg.sh.
4 lines
203 B
HCL
4 lines
203 B
HCL
k3s_server_url = "https://myrddin.prole.org:6443"
|
|
k3s_token = "K103e9c0e1a483b492e7928ef25e5d732ac6775a8684653e07c7d9f82632ee4aaa6::server:7ad0aa18511842387814d4fb4bf6461f"
|
|
namespace = "prole-db-a00001"
|