Community format

This commit is contained in:
Ales Komarek 2015-03-01 13:45:12 +01:00
parent 162a0ee7b0
commit 6ab40eb32f
13 changed files with 50 additions and 0 deletions

View File

@ -0,0 +1,50 @@
applications:
- swift
parameters:
swift:
proxy:
enabled: true
secret_key: shared_hash_suffix
bind:
address: ${linux:network:host:local:address}
port: 8080
cache:
members:
- host: ${linux:network:host:ctl01:address}
port: 11211
- host: ${linux:network:host:ctl02:address}
port: 11211
- host: ${linux:network:host:ctl03:address}
port: 11211
ring:
partition_power: 3
replicas: 3
hours: 1
identity:
engine: keystone
host: ${linux:network:host:vip:address}
port: 35357
user: swift
password: vuugri3ubrisebfsuir23
tenant: service
haproxy:
proxy:
listens:
- name: swift
type: general-service
binds:
- address: ${linux:network:host:vip:address}
port: 8080
servers:
- name: ctl01
host: ${linux:network:host:ctl01:address}
port: 8080
params: check
- name: ctl02
host: ${linux:network:host:ctl02:address}
port: 8080
params: check
- name: ctl03
host: ${linux:network:host:ctl03:address}
port: 8080
params: check