-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathall.yaml
34 lines (24 loc) · 939 Bytes
/
all.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
haste_s3_endpoint: http://hypercloud.softiron.com:7480
haste_s3_key_id: 89WTX1ZYN73TN64S94UC
haste_s3_key_secret: wOy8x0PDVUmZjSlOeipKtQqxQ2jBYrQrZcNadqNE
haste_domain_name: paste.example.com
lychee_domain_name: lychee.example.com
grafana_admin_user: grafanauser
grafana_admin_pass: grafanapass
grafana_domain_name: grafana.example.com
letsencrypt_email: [email protected]
common_ceph_cluster_id: 49c482c9-bdde-58bf-9adb-f1c4354ff784
common_ceph_monitors:
- 192.168.11.224
common_ceph_conf: |
[global]
fsid = {{ common_ceph_cluster_id }}
mon_host = {{ common_ceph_monitors | join(', ') }}
auth_cluster_required = cephx
auth_service_required = cephx
auth_client_required = cephx
common_ceph_data_pool: cephfs_data
common_ceph_user_id: cephfs.k3s
common_ceph_user_key: AQCpsPli48YJAxAAXOcCywgHkf299VOmz6b+sA==
common_ceph_admin_id: admin
common_ceph_admin_key: AQDUrPlijcwlDhAAijoNVrFzcFI6NpFph2mx3g==