97ecaef2b3
Allowing passthrough to be used to add swift storage policies. Change-Id: Ica4ef7ad6b4356f7f8e987465d29c46a5a95b1e2 |
||
---|---|---|
.. | ||
environment.d | ||
install.d | ||
os-apply-config/etc/swift | ||
os-refresh-config/configure.d | ||
element-deps | ||
README.md | ||
source-repository-swift |
Common element for swift elements
Configuration
swift: devices: r1z-192.0.2.6:%PORT%/d1 - A comma separated list of swift storage devices to place in the ring file. - This MUST be present in order for o-r-c to successfully complete. zones: - Servers are divided amongst separate zones if the swift.zones metadata is greater than the default of 1. Servers are placed in zones depending on their rank in the scaled-out list of Swift servers in the yaml template used to build the overcloud stack. The scaleout rank N is: SwiftStorage|controller. The appropriate zone is calculated as: zone = N % swift.zones + 1. - To enable this calculation, the devices data takes the form of: r1z%%-192.0.2.6:%PORT%/d1 hash: randomstring - A hash used to salt paths on storage hosts