openstack-ansible-os_swift/tests/inventory_pypy
Andy McCrae 3fb6784459 Attempt to fix swift_pypy memory issues
Move to use tempauth to resolve memory issues resulting from an AIO
swift install running in pypy.

This PR adds some options for using pypy:
* Set a pypy Garbage collection value

This PR includes some tempauth fixes to make it useable:
* Set the tempauth users based on a variable

Testing is changed as follows for pypy:
* Use only memcache within swift-proxy
* Remove galera/keystone
* Add swap for swift-storage hosts
* Use tempauth for pypy
* Reduce to 2 swift hosts

Change-Id: Ic1ed5acc9b20853d9a159035226f97fda088f035
2016-12-01 11:07:10 +00:00

44 lines
472 B
Plaintext

[all]
localhost
swift-proxy
swift-storage1
swift-storage2
[all_containers]
swift-proxy
swift-storage1
swift-storage2
[memcached_all]
swift-proxy
[service_all:children]
memcached_all
[swift_hosts]
swift-storage1
swift-storage2
[swift_proxy]
swift-proxy
[swift_acc]
swift-storage1
swift-storage2
[swift_cont]
swift-storage1
swift-storage2
[swift_obj]
swift-storage1
swift-storage2
[swift_all:children]
swift_acc
swift_proxy
swift_cont
swift_obj
[swift_remote_all]