mirror of
https://github.com/dredx/prole.git
synced 2026-09-27 00:44:29 +00:00
fix home dir
This commit is contained in:
parent
2dc8726395
commit
c21333b551
@ -1,13 +1,13 @@
|
|||||||
; Prole Master Configuration File
|
; Prole Master Configuration File
|
||||||
; Generated by install.py on 2026-03-07 23:56:48
|
; Generated by install.py on 2026-03-09 16:20:42
|
||||||
; This file is used as input for Ansible deployment and k8s cluster creation.
|
; This file is used as input for Ansible deployment and k8s cluster creation.
|
||||||
|
|
||||||
[User]
|
[User]
|
||||||
; User-editable values; derived values below reference these by default.
|
; User-editable values; derived values below reference these by default.
|
||||||
NAMESPACE = knoe-db
|
NAMESPACE = knoe-db
|
||||||
PROLE_CONF = ${PROLE_HOME}/conf
|
PROLE_CONF = /home/chrisfu/dev/prole/conf
|
||||||
PROLE_DATA = /Users/chrisfu/.prole/data
|
PROLE_DATA = /home/chrisfu/.prole/data
|
||||||
PROLE_HOME = /Users/chrisfu/dev/prole
|
PROLE_HOME = /home/chrisfu/dev/prole
|
||||||
PROLE_LOGS = /opt/prole/logs/chrisfu
|
PROLE_LOGS = /opt/prole/logs/chrisfu
|
||||||
PROLE_SERVICE = ${PROLE_HOME}/etc
|
PROLE_SERVICE = ${PROLE_HOME}/etc
|
||||||
SERVICE_NAMESPACE = knoe-system
|
SERVICE_NAMESPACE = knoe-system
|
||||||
@ -55,7 +55,7 @@ init_cluster.cluster_env = service
|
|||||||
init_cluster.deployment_target = prole-service-cluster
|
init_cluster.deployment_target = prole-service-cluster
|
||||||
init_cluster.gitops_enabled = false
|
init_cluster.gitops_enabled = false
|
||||||
init_cluster.k3s_server_url = https://myrddin.prole.org:6443
|
init_cluster.k3s_server_url = https://myrddin.prole.org:6443
|
||||||
init_cluster.k3s_token = ${PROLE_SECRET:v1:i1FXxxDV0iTGUprA:Esd5SwMPbXNiWB1FeAPJqDVMhaIwg6TeR7aPH-IbF3HURxH6qs89IPQWhAAOmuFYLNCG_Fc8e7y6knoe-dbTbIrV-md-fOVOZ8PbRHwGp_6u2w7O5WUf_QIdhxF30H-UQZlFZHOAHnW2l970O2zQQPGRJknoe-dbqQq6VzoK2_P6tiJ8uA==}
|
init_cluster.k3s_token = ${PROLE_SECRET:v1:fGL_jlElGm5ddp8K:SWopH9anst37JHNtweVwSYkarjG-XPSH3GQEPmICrOR9VOQXfVEYSHd-VQ621JnWdRj0qTcWvfPCP1rosz-W5fk5ive8uXlAhoy2ExmqsZzyiizqy33f8oLhVb5xq1BXx6jQnQmgmhdw_SfHRE1nFkuNlVVS_8VNy5d2FQ==}
|
||||||
init_cluster.kerberos_enabled = true
|
init_cluster.kerberos_enabled = true
|
||||||
init_cluster.mode = k3s
|
init_cluster.mode = k3s
|
||||||
init_cluster.start_cluster = true
|
init_cluster.start_cluster = true
|
||||||
@ -65,12 +65,13 @@ init_cnpg_deploy.run_deploy = true
|
|||||||
init_db_build.run_build = true
|
init_db_build.run_build = true
|
||||||
init_password.db_host_port = 5432
|
init_password.db_host_port = 5432
|
||||||
init_password.db_namespace = ${NAMESPACE}
|
init_password.db_namespace = ${NAMESPACE}
|
||||||
init_password.db_password = ${PROLE_SECRET:v1:eRSi-Qb0odxbdYGH:KedZCSfHSVX6cmxyqrZG2VwA6T0aH-n1m0hSZcpCJ3T-pobLBKtb}
|
init_password.db_password = ${PROLE_SECRET:v1:nU7uAeJ1duRNz0J4:c9eOZv6NMTJfetwxbPJCytjiRtXXBlhlqbcuNcNAWhH5Grxbmmk16Q==}
|
||||||
init_password.db_password_confirm = ${PROLE_SECRET:v1:eRSi-Qb0odxbdYGH:KedZCSfHSVX6cmxyqrZG2VwA6T0aH-n1m0hSZcpCJ3T-pobLBKtb}
|
init_password.db_password_confirm = ${PROLE_SECRET:v1:nU7uAeJ1duRNz0J4:c9eOZv6NMTJfetwxbPJCytjiRtXXBlhlqbcuNcNAWhH5Grxbmmk16Q==}
|
||||||
init_password.db_username = root
|
init_password.db_username = root
|
||||||
init_password.generate_ssh_key = true
|
init_password.generate_ssh_key = true
|
||||||
init_scripts.run_scripts = true
|
init_scripts.run_scripts = true
|
||||||
kerberos_config.enabled = true
|
kerberos_config.enabled = true
|
||||||
|
kerberos_config.init_authority = false
|
||||||
kerberos_config.kdc = 10.0.0.3
|
kerberos_config.kdc = 10.0.0.3
|
||||||
kerberos_config.password = ${PROLE_SECRET:v1:yXgcBJEzbAwNJ9E_:Aq6ppY9xJzN22l2FYAdVWWHyuAssQdyZKZMYm_m2SDgT6peM}
|
kerberos_config.password = ${PROLE_SECRET:v1:yXgcBJEzbAwNJ9E_:Aq6ppY9xJzN22l2FYAdVWWHyuAssQdyZKZMYm_m2SDgT6peM}
|
||||||
kerberos_config.realm = PROLE.ORG
|
kerberos_config.realm = PROLE.ORG
|
||||||
@ -83,25 +84,28 @@ ollama_config.server_port = 11434
|
|||||||
|
|
||||||
[Global]
|
[Global]
|
||||||
; Variables used by name in more than one place or assumed global scope
|
; Variables used by name in more than one place or assumed global scope
|
||||||
|
ARGOCD_NAMESPACE = argocd
|
||||||
CLUSTER_ENV = service
|
CLUSTER_ENV = service
|
||||||
DB_HOST_PORT = 5432
|
DB_HOST_PORT = 5432
|
||||||
DB_PASSWORD = ${PROLE_SECRET:v1:JSPYBCmth7xOrNlE:dH6t-0yLoc5qvt-sBFoQw7KRWo84LXPgUU4EIpGIRJyBMcTVFcjC}
|
DB_PASSWORD = ${PROLE_SECRET:v1:pfk9yysonZ9XNdUL:xOYv52Yc_2oQ9BVNqiFrOPSvFUcmLqJJ-SQPFqAckK2AGnLdBB58KQ==}
|
||||||
DEPLOYMENT_MODE = k3s
|
DEPLOYMENT_MODE = k3s
|
||||||
DEPLOYMENT_TARGET = prole-service-cluster
|
DEPLOYMENT_TARGET = prole-service-cluster
|
||||||
DOCKER_IMPORT_DIR =
|
DOCKER_IMPORT_DIR =
|
||||||
|
DOCKER_PRELOAD = false
|
||||||
NAMESPACE = ${NAMESPACE}
|
NAMESPACE = ${NAMESPACE}
|
||||||
PROLE_DB_USER = root
|
PROLE_DB_USER = root
|
||||||
PROLE_HOME = ${PROLE_HOME}
|
PROLE_HOME = ${PROLE_HOME}
|
||||||
PROLE_K3S_SERVER = https://myrddin.prole.org:6443
|
PROLE_K3S_SERVER = https://myrddin.prole.org:6443
|
||||||
PROLE_K3S_TOKEN = ${PROLE_SECRET:v1:i1FXxxDV0iTGUprA:Esd5SwMPbXNiWB1FeAPJqDVMhaIwg6TeR7aPH-IbF3HURxH6qs89IPQWhAAOmuFYLNCG_Fc8e7y6knoe-dbTbIrV-md-fOVOZ8PbRHwGp_6u2w7O5WUf_QIdhxF30H-UQZlFZHOAHnW2l970O2zQQPGRJknoe-dbqQq6VzoK2_P6tiJ8uA==}
|
PROLE_K3S_TOKEN = ${PROLE_SECRET:v1:vZE1by809meHzB5B:dptaPcqWf1mxPh-8KL5Yoi4YoPDcYkC-93t3G4cva1_VEHW4qfKssWtF4H3VYshr-vDKzLvy_bXtfjhhwvfvvQAoqyKJ8W2tWFw1jiPei8vYc-c3ikGH5oEbrZfrYByj2Yam9ND7cQGR4cxpvkZWkxlSWzNPiMRRvzh3cw==}
|
||||||
PROLE_OPENTOFU_URL = http://127.0.0.1:8080
|
PROLE_OPENTOFU_URL = http://myrddin.prole.org:8080
|
||||||
|
REGISTRY_NAMESPACE = knoe-system
|
||||||
SERVICE_NAMESPACE = knoe-system
|
SERVICE_NAMESPACE = knoe-system
|
||||||
|
|
||||||
[Welcome]
|
[Welcome]
|
||||||
; No configuration values captured yet for this section.
|
; No configuration values captured yet for this section.
|
||||||
|
|
||||||
[Dependencies]
|
[Dependencies]
|
||||||
; No configuration values captured yet for this section.
|
STATUS = All installed
|
||||||
|
|
||||||
[Network]
|
[Network]
|
||||||
AD_DC_HOST = myrddin.prole.org
|
AD_DC_HOST = myrddin.prole.org
|
||||||
@ -116,9 +120,17 @@ KDC_AUTO_DETECTED = 10.0.0.3
|
|||||||
KERBEROS_AUTO_ENABLED = True
|
KERBEROS_AUTO_ENABLED = True
|
||||||
|
|
||||||
[Port Forwards]
|
[Port Forwards]
|
||||||
; No configuration values captured yet for this section.
|
PORT_FORWARD_K3S_MAPPING_1 = id=argocd;namespace=argocd;target=svc/argocd-server;address=0.0.0.0;hostPort=8081;servicePort=80;protocol=TCP;description=ArgoCD
|
||||||
|
PORT_FORWARD_K3S_MAPPING_2 = id=garage;namespace=knoe-system;target=svc/garage;address=0.0.0.0;hostPort=3900;servicePort=3900;protocol=TCP;description=Garage S3
|
||||||
|
PORT_FORWARD_K3S_MAPPING_3 = id=openbao;namespace=knoe-system;target=svc/openbao;address=0.0.0.0;hostPort=8200;servicePort=8200;protocol=TCP;description=OpenBao
|
||||||
|
PORT_FORWARD_K3S_MAPPING_4 = id=opentofu;namespace=knoe-system;target=svc/opentofu;address=0.0.0.0;hostPort=8080;servicePort=8080;protocol=TCP;description=OpenTofu
|
||||||
|
PORT_FORWARD_K3S_MAPPING_5 = id=dashboard;namespace=kubernetes-dashboard;target=svc/kubernetes-dashboard-kong-proxy;address=127.0.0.1;hostPort=8443;servicePort=443;protocol=TCP;description=Kubernetes Dashboard
|
||||||
|
PORT_FORWARD_K3S_MAPPING_6 = id=postgres;namespace=${NAMESPACE};target=svc/prole-db-rw;address=0.0.0.0;hostPort=5432;servicePort=5432;protocol=TCP;description=PostgreSQL (primary)
|
||||||
|
PORT_FORWARD_K3S_MAPPING_7 = id=prometheus;namespace=monitoring;target=svc/kps-kube-prometheus-stack-prometheus;address=127.0.0.1;hostPort=9090;servicePort=9090;protocol=TCP;description=Prometheus UI
|
||||||
|
PORT_FORWARD_K3S_MAPPING_8 = id=grafana;namespace=monitoring;target=svc/kps-grafana;address=0.0.0.0;hostPort=3000;servicePort=80;protocol=TCP;description=Grafana UI
|
||||||
|
|
||||||
[System Environment]
|
[System Environment]
|
||||||
|
NAMESPACE = knoe-db
|
||||||
PROLE_CONF = ${PROLE_CONF}
|
PROLE_CONF = ${PROLE_CONF}
|
||||||
PROLE_DATA = ${PROLE_DATA}
|
PROLE_DATA = ${PROLE_DATA}
|
||||||
PROLE_HOME = ${PROLE_HOME}
|
PROLE_HOME = ${PROLE_HOME}
|
||||||
@ -135,15 +147,16 @@ PROLE_SERVICE = ${PROLE_SERVICE}
|
|||||||
; No configuration values captured yet for this section.
|
; No configuration values captured yet for this section.
|
||||||
|
|
||||||
[Optional Features]
|
[Optional Features]
|
||||||
AT_REST_ENCRYPTION_ENABLED = True
|
AT_REST_ENCRYPTION_ENABLED = true
|
||||||
GITOPS_ENABLED = False
|
GITOPS_ENABLED = false
|
||||||
KERBEROS_ENABLED = True
|
KERBEROS_ENABLED = true
|
||||||
SUPABASE_ENABLED = False
|
SUPABASE_ENABLED = false
|
||||||
|
|
||||||
[GitOps]
|
[GitOps]
|
||||||
; No configuration values captured yet for this section.
|
|
||||||
|
|
||||||
[Database Creation]
|
[Database Creation]
|
||||||
|
DB_NAME = knoe-db
|
||||||
|
DB_USER = root
|
||||||
NAMESPACE = ${NAMESPACE}
|
NAMESPACE = ${NAMESPACE}
|
||||||
|
|
||||||
[Initialize Cluster]
|
[Initialize Cluster]
|
||||||
@ -152,25 +165,25 @@ K3S_SERVER_URL = https://myrddin.prole.org:6443
|
|||||||
K3S_TOKEN = ${PROLE_SECRET:v1:i1FXxxDV0iTGUprA:Esd5SwMPbXNiWB1FeAPJqDVMhaIwg6TeR7aPH-IbF3HURxH6qs89IPQWhAAOmuFYLNCG_Fc8e7y6kTbIrV-md-fOVOZ8PbRHwGp_6u2w7O5WUf_QIdhxF30H-UQZlFZHOAHnW2l970O2zQQPGRJkqQq6VzoK2_P6tiJ8uA==}
|
K3S_TOKEN = ${PROLE_SECRET:v1:i1FXxxDV0iTGUprA:Esd5SwMPbXNiWB1FeAPJqDVMhaIwg6TeR7aPH-IbF3HURxH6qs89IPQWhAAOmuFYLNCG_Fc8e7y6kTbIrV-md-fOVOZ8PbRHwGp_6u2w7O5WUf_QIdhxF30H-UQZlFZHOAHnW2l970O2zQQPGRJkqQq6VzoK2_P6tiJ8uA==}
|
||||||
|
|
||||||
[Dev Cluster (k3d)]
|
[Dev Cluster (k3d)]
|
||||||
CLUSTER_ENV = dev
|
CLUSTER_ENV = k3d-knoe-dev-cluster
|
||||||
DISPLAY_NAME = knoe-dev-cluster
|
DISPLAY_NAME = knoe-dev-cluster
|
||||||
KUBECTL_CONTEXT = prole-knoe-db3s
|
KUBECTL_CONTEXT = service
|
||||||
MODE = k3d
|
MODE = k3d
|
||||||
|
|
||||||
[Service Cluster (k3s)]
|
[Service Cluster (k3s)]
|
||||||
CLUSTER_ENV = prole-service-cluster
|
CLUSTER_ENV = prole-service-cluster
|
||||||
DISPLAY_NAME = prole-service-cluster
|
DISPLAY_NAME = prole-service-cluster
|
||||||
K3S_SERVER_URL = https://myrddin.prole.org:6443
|
K3S_SERVER_URL = https://myrddin.prole.org:6443
|
||||||
K3S_TOKEN = ${PROLE_SECRET:v1:i1FXxxDV0iTGUprA:Esd5SwMPbXNiWB1FeAPJqDVMhaIwg6TeR7aPH-IbF3HURxH6qs89IPQWhAAOmuFYLNCG_Fc8e7y6knoe-dbTbIrV-md-fOVOZ8PbRHwGp_6u2w7O5WUf_QIdhxF30H-UQZlFZHOAHnW2l970O2zQQPGRJknoe-dbqQq6VzoK2_P6tiJ8uA==}
|
K3S_TOKEN = ${PROLE_SECRET:v1:bLGaQ--N4Ro5uQlR:yWqjoMCnooSjJPr1DYLAt4t62yDDR6NKtz5mqhBU8biAgHFgss8Nzv3ZkbrDKhactFAAFvbl5jDiwki-qPSG9ZUdze8cx8kfiSuHEaUN6EhBcu70g2paWsw293mQ9Bd5SWgC4vhd9vC5Uf8r75aQOHJMDLPeKOzH2B6Eng==}
|
||||||
MODE = k3s
|
MODE = k3s
|
||||||
PIPELINE_URL = http://127.0.0.1:8080
|
PIPELINE_URL = http://myrddin.prole.org:8080
|
||||||
|
|
||||||
[Prod Cluster (k8s)]
|
[Prod Cluster (k8s)]
|
||||||
ARTIFACTS_DIR = /Users/chrisfu/dev/prole/data/staging
|
ARTIFACTS_DIR = ${PROLE_DATA}/staging
|
||||||
CLUSTER_ENV = prole-prod-cluster
|
CLUSTER_ENV = prole-prod-cluster
|
||||||
DISPLAY_NAME = prole-prod-cluster
|
DISPLAY_NAME = prole-prod-cluster
|
||||||
MODE = k8s
|
MODE = k8s
|
||||||
PIPELINE_URL = http://127.0.0.1:8080
|
PIPELINE_URL = http://myrddin.prole.org:8080
|
||||||
|
|
||||||
[Docker Build]
|
[Docker Build]
|
||||||
LOCAL_REGISTRY = localhost:5000
|
LOCAL_REGISTRY = localhost:5000
|
||||||
@ -184,4 +197,5 @@ MODE = k3s
|
|||||||
TARGET = prole-service-cluster
|
TARGET = prole-service-cluster
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
; No configuration values captured yet for this section.
|
PROLE_KDC_BUILD_IMAGE = 0
|
||||||
|
STATUS = Failed
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user