-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathtest_config.yml
165 lines (154 loc) · 3.08 KB
/
test_config.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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
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: false
certificate_path:
key_path:
trusted_ca_path:
log_level: debug
homepage:
enabled: true
server:
enabled: true
read_timeout: 10
write_timeout: 5
log_api: true
log_body: true
address: ":9091"
enable_vnc_replication: false
enable_gzip: false
tls:
enabled: true
key_file: test_data/server.key
cert_file: test_data/server.crt
enable_grpc: true
enable_vnc_neutron: false
static_files:
public: ../../public
dynamic_proxy_path: proxy
service_token_endpoint_prefixes:
- swift
proxy:
/contrail:
- http://localhost:8082
notify_etcd: false
auth_type:
no_auth: true
insecure: true
keystone:
local: true
assignment:
type: static
data:
domains:
default: &default
id: default
name: default
projects:
admin: &admin
id: admin
name: admin
domain: *default
demo: &demo
id: demo
name: demo
domain: *default
neutron: &neutron
id: aa907485e1f94a14834d8c69ed9cb3b2
name: neutron
domain: *default
service: &service
id: service
name: service
domain: *default
users:
admin:
id: admin
name: admin
domain: *default
password: contrail123
roles:
- id: admin
name: admin
project: *admin
alice:
id: alice
name: Alice
domain: *default
password: alice_password
email: [email protected]
roles:
- id: admin
name: admin
project: *admin
- id: aa907485e1f94a14834d8c69ed9cb3b2
name: neutron
project: *neutron
bob:
id: bob
name: Bob
domain: *default
password: bob_password
email: [email protected]
roles:
- id: Member
name: Member
project: *demo
goapi:
id: goapi-uuid
name: goapi
domain: *default
password: goapi
roles:
- id: admin
name: admin
project: *service
store:
type: memory
expire: 3600
insecure: true
authurl: https://localhost:9091/keystone/v3
service_user:
id: goapi
password: goapi
project_name: service
domain_id: default
sync:
enabled: true
storage: json
dump: true
client:
id: alice
password: alice_password
project_id: admin
domain_id: default
schema_root: /public
endpoint: https://localhost:9091
compilation:
enabled: false
cache:
enabled: true
timeout: 10s
max_history: 100000
rdbms:
enabled: true
replication:
cassandra:
enabled: false
amqp:
enabled: false