mirror of
https://github.com/dredx/prole.git
synced 2026-09-24 16:44:33 +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.
|
||
|---|---|---|
| .. | ||
| build-a-bao.sh | ||
| deploy_pipeline.sh | ||
| final_deployment.sh | ||
| hosts.txt | ||
| init_ansible.sh | ||
| init_cloudnative_pg.sh | ||
| init_common_services.sh | ||
| init_garage_store.sh | ||
| init_k3s_registry.sh | ||
| init_k8s.sh | ||
| init_kdc.sh | ||
| init_kerberos_test.sh | ||
| init_kerberos.sh | ||
| init_monitoring.sh | ||
| init_ollama.sh | ||
| init_openbao.sh | ||
| init_opentofu.sh | ||
| init_port_forwards.sh | ||
| init_prole-db-backup.sh | ||
| init_prole-db-reset.sh | ||
| init_registry.sh | ||
| init_service_layer.sh | ||
| init_supabase_ports.sh | ||
| prole_cfg.sh | ||
| render_manifest.py | ||
| set-k3s-token-vault.sh | ||
| status_common_services.sh | ||