-
Notifications
You must be signed in to change notification settings - Fork 0
/
kit.yml
44 lines (39 loc) · 1.37 KB
/
kit.yml
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
35
36
37
38
39
40
41
42
43
name: ocf-scheduler
version: 0.0.17
author: Wayne E. Seguin <[email protected]>
docs: https://github.com/cloudfoundry-community/scheduler-boshrelease
code: https://github.com/genesis-community/scheduler-genesis-kit
genesis_version_min: 2.8.5
credentials:
+internal-postgres:
role:
password: random 32 fixed
provided:
external-postgres:
db/scheduler:
keys:
password:
prompt: "Password for the external Postgresql Database"
external-postgres-vault: # feature
db/scheduler: # vault suffix path
keys: # vault keys hash
username: # vault key name & value
prompt: "Username for the external Postgresql Database"
default: "postgres"
password:
prompt: "Password for the external Postgresql Database"
scheme:
prompt: "Scheme for the external Postgresql Database"
default: "postgres"
hostname:
prompt: "hostname (or IP) for the external Postgresql Database"
default: "127.0.0.1"
port:
prompt: "Port for the external Postgresql Database"
default: "5432"
sslmode:
prompt: "SSL Mode for the external Postgresql Database (disable/enable)"
default: "disable"
database:
prompt: "Database for the external Postgresql Database"
default: "postgres"