-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathcontrail-k8s.yml
88 lines (77 loc) · 1.41 KB
/
contrail-k8s.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
database:
host: localhost
user: root
password: contrail123
name: contrail_test
max_open_conn: 100
connection_retries: 10
retry_period: 3s
replication_status_timeout: 10s
debug: false
etcd:
endpoints:
- localhost:2379
username:
password:
path: contrail
grpc_insecure: true
tls:
enabled: true
certificate_path: /etc/kubernetes/pki/etcd/peer.crt
key_path: /etc/kubernetes/pki/etcd/peer.key
trusted_ca_path: /etc/kubernetes/pki/etcd/ca.crt
log_level: debug
homepage:
enabled: true
server:
enabled: true
read_timeout: 10
write_timeout: 5
log_api: true
log_body: true
address: ":8082"
enable_vnc_replication: false
enable_gzip: false
tls:
enabled: false
key_file: tools/server.key
cert_file: tools/server.crt
enable_grpc: false
enable_vnc_neutron: true
static_files:
public: public
dynamic_proxy_path: proxy
proxy:
/contrail:
- http://localhost:8082
notify_etcd: false
no_auth: true
insecure: true
sync:
enabled: true
storage: json
dump: true
client:
id: alice
password: alice_password
project_id: admin
domain_id: default
schema_root: /public
endpoint: http://localhost:8082
agent:
enabled: false
compilation:
enabled: false
cache:
enabled: true
timeout: 10s
max_history: 100000
cassandra:
enabled: false
etcd:
enabled: true
replication:
cassandra:
enabled: false
amqp:
enabled: false