salt tests

This commit is contained in:
Jakub Pavlik 2016-02-08 10:06:07 +01:00
parent 486fb96a32
commit 9aee1679e2
2 changed files with 52 additions and 0 deletions

View File

@ -0,0 +1,28 @@
swift:
common:
enabled: true
version: kilo
swift_hash_path_suffix: myhash
swift_hash_path_prefix: myhash
proxy:
enabled: true
version: kilo
bind:
address: 0.0.0.0
port: 8080
cache:
engine: memcached
members:
- host: 127.0.0.1
port: 11211
ring:
partition_power: 3
replicas: 3
hours: 1
identity:
engine: keystone
host: 127.0.0.1
port: 35357
user: swift
password: password
tenant: service

View File

@ -0,0 +1,24 @@
swift:
common:
enabled: true
version: kilo
swift_hash_path_suffix: hashsuffix
swift_hash_path_prefix: hasprefix
object:
enabled: true
version: kilo
bind:
address: 0.0.0.0
port: 6000
container:
enabled: true
version: kilo
bind:
address: 0.0.0.0
port: 6001
account:
enabled: true
version: kilo
bind:
address: 0.0.0.0
port: 6002