Added config yamls

This commit is contained in:
Adam Gandelman
2011-08-23 14:09:29 -07:00
parent ba2ed56293
commit 2b588a1ad9
2 changed files with 48 additions and 0 deletions

35
config.yaml Normal file
View File

@@ -0,0 +1,35 @@
options:
swift-release:
default: distro
type: str
description: Swift PPA to configure (trunk, milestone, distro)
# Ring configuration
partition-power:
default: 8
type: int
description: Partition power.
replicas:
default: 3
type: int
description: Minimum replicas.
min-hours:
default: 1
type: int
description: Minimum hours between balances
# CA Cert info
country:
default: US
type: str
description: Country
state:
default: ST
type: str
description: State
locale:
default: City
type: str
description: Locale
common-name:
default: CN
type: str
description: Common Name

13
swift-proxy.yaml Normal file
View File

@@ -0,0 +1,13 @@
swift-proxy:
# swift-core ppa to pull packages from.
# Valid options: trunk, milestone, distro (ubuntu archive)
swift-release: trunk
# swift ring configuration
partition-power: 8
replicas: 3
min-hours: 1
# to be used in CA cert creation
country: US
state: OR
locale: Portland
common-name: swift-proxy.yourcloud.com