You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
103 lines
2.4 KiB
103 lines
2.4 KiB
[DEFAULT]
|
|
base_domain = csclub.internal
|
|
|
|
[ceod]
|
|
# this is the host with the ceod/admin Kerberos key
|
|
admin_host = phosphoric-acid
|
|
# this is the host with NFS no_root_squash
|
|
fs_root_host = phosphoric-acid
|
|
mailman_host = mail
|
|
database_host = coffee
|
|
cloud_host = mail
|
|
use_https = false
|
|
port = 9987
|
|
|
|
[ldap]
|
|
admin_principal = ceod/admin
|
|
admin_principal_ccache = /run/ceod/admin_ccache
|
|
server_url = ldap://auth1.csclub.internal
|
|
sasl_realm = CSCLUB.INTERNAL
|
|
users_base = ou=People,dc=csclub,dc=internal
|
|
groups_base = ou=Group,dc=csclub,dc=internal
|
|
sudo_base = ou=SUDOers,dc=csclub,dc=internal
|
|
|
|
[uwldap]
|
|
server_url = ldap://auth1.csclub.internal
|
|
base = ou=UWLDAP,dc=csclub,dc=internal
|
|
|
|
[members]
|
|
min_id = 20001
|
|
max_id = 29999
|
|
home = /users
|
|
skel = /users/skel
|
|
|
|
[clubs]
|
|
min_id = 30001
|
|
max_id = 39999
|
|
home = /users
|
|
skel = /users/skel
|
|
|
|
[mail]
|
|
smtp_url = smtp://mail.csclub.internal
|
|
smtp_starttls = false
|
|
|
|
[mailman3]
|
|
api_base_url = http://localhost:8001/3.1
|
|
api_username = restadmin
|
|
api_password = mailman3
|
|
new_member_list = csc-general
|
|
|
|
[auxiliary groups]
|
|
syscom = office,staff,adm,src
|
|
office = cdrom,audio,video,www
|
|
|
|
[auxiliary mailing lists]
|
|
syscom = syscom,syscom-alerts
|
|
exec = exec
|
|
|
|
[positions]
|
|
required = president,vice-president,sysadmin
|
|
available = president,vice-president,treasurer,secretary,
|
|
sysadmin,cro,librarian,imapd,webmaster,offsck
|
|
|
|
[mysql]
|
|
username = mysql
|
|
password = mysql
|
|
host = localhost
|
|
|
|
[postgresql]
|
|
username = postgres
|
|
password = postgres
|
|
host = localhost
|
|
|
|
[cloudstack]
|
|
api_key = REPLACE_ME
|
|
secret_key = REPLACE_ME
|
|
base_url = http://localhost:8080/client/api
|
|
|
|
[cloud vhosts]
|
|
acme_challenge_dir = /var/www
|
|
vhost_dir = /run/ceod/member-vhosts
|
|
ssl_dir = /run/ceod/member-ssl
|
|
default_ssl_cert = /etc/ssl/private/csclub.cloud.chain
|
|
default_ssl_key = /etc/ssl/private/csclub.cloud.key
|
|
k8s_ssl_cert = /etc/nginx/ceod/syscom-ssl/k8s.csclub.cloud.chain
|
|
k8s_ssl_key = /etc/nginx/ceod/syscom-ssl/k8s.csclub.cloud.key
|
|
rate_limit_seconds = 30
|
|
max_vhosts_per_account = 10
|
|
members_domain = csclub.cloud
|
|
k8s_members_domain = k8s.csclub.cloud
|
|
ip_range_min = 172.19.134.10
|
|
ip_range_max = 172.19.134.160
|
|
|
|
[k8s]
|
|
members_clusterrole = csc-members-default
|
|
members_group = csc-members
|
|
authority_cert_path = /etc/csc/k8s-authority.crt
|
|
server_url = https://172.19.134.149:6443
|
|
|
|
[registry]
|
|
base_url = http://localhost:8002/api/v2.0
|
|
username = REPLACE_ME
|
|
password = REPLACE_ME
|
|
projects_to_ignore = library,openwhisk
|
|
|