horizon tests

This commit is contained in:
Jakub Pavlik 2016-01-25 23:18:44 +01:00
parent 5358c48c70
commit 71b2c84603
3 changed files with 72 additions and 0 deletions

View File

@ -0,0 +1,47 @@
horizon:
server:
enabled: true
version: liberty
secret_key: secret
wsgi:
processes: 3
threads: 10
bind:
address: 127.0.0.1
port: 80
cache:
engine: memcached
prefix: 'CACHE_HORIZON'
members:
- host: 127.0.0.1
port: 11211
- host: 127.0.0.1
port: 11211
- host: 127.0.0.1
port: 11211
identity:
engine: keystone
host: 127.0.0.1
port: 5000
api_version: 2
haproxy:
proxy:
listens:
- name: horizon
type: horizon
binds:
- address: 127.0.0.1
port: 80
servers:
- name: ctl01
host: 127.0.0.1
port: 80
params: cookie ctl01 check inter 2000 fall 3
- name: ctl02
host: 127.0.0.1
port: 80
params: cookie ctl02 check inter 2000 fall 3
- name: ctl03
host: 127.0.0.1
port: 80
params: cookie ctl03 check inter 2000 fall 3

View File

View File

@ -0,0 +1,25 @@
horizon:
server:
enabled: true
version: liberty
secret_key: secret
bind:
address: 127.0.0.1
port: 80
wsgi:
processes: 3
threads: 10
mail:
engine: dummy
cache:
engine: memcached
prefix: 'CACHE_HORIZON'
members:
- host: 127.0.0.1
port: 11211
identity:
engine: keystone
port: 5000
host: 127.0.0.1
encryption: encryption
api_version: 2