Advertisement
Guest User

Untitled

a guest
Mar 27th, 2015
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.07 KB | None | 0 0
  1. test@proxy1:~/drt-swift$ cat env/testenv/global.yaml
  2. ---
  3. region: "1"
  4.  
  5. keystone_node_address: "192.168.122.21"
  6. keystone_api_version: "v3"
  7. swift_hash_path_prefix: "02a18afbf5c64510"
  8.  
  9. # Should be the same as on YAML for keystone node
  10. swift_user_name: "swift"
  11. swift_tenant_name: "services"
  12. swift_user_password: "swift_password"
  13. swift_part_power: "16"
  14. swift_min_part_hours: "24"
  15. swift_replica_num: "3"
  16. swift_ring_server: "192.168.122.22"
  17. int_if_name: "eth0"
  18. swift_user_roles:
  19. - 'admin'
  20. - 'SwiftOperator'
  21. clustered_memcache: "false"
  22. memcache_listen_int: "lo"
  23. #memcache_nodes:
  24. # - '10.119.160.242:11211'
  25. # - '10.119.160.243:11211'
  26. # - '10.119.160.244:11211'
  27.  
  28. use_stats_middleware: 'false'
  29.  
  30. use_swift_policy: "true"
  31. swift_policies:
  32. # - 'index:name:default:deprecated:part_power:replica_num:min_part_hours'
  33. - '0:default:true:false:16:3:24'
  34. - '1:test:false:false:16:2:24'
  35.  
  36. # Swift logging configuration
  37.  
  38. swift_access_log_level: "INFO"
  39.  
  40. swift_proxy_log_level: "ERROR"
  41. swift_proxy_log_name: "swift-proxy"
  42. swift_proxy_log_facility: "6"
  43.  
  44. swift_object_log_level: "INFO"
  45. swift_object_log_name: "swift-object"
  46. swift_object_log_facility: "2"
  47.  
  48. swift_account_log_level: "INFO"
  49. swift_account_log_name: "swift-account"
  50. swift_account_log_facility: "3"
  51.  
  52. swift_container_log_level: "INFO"
  53. swift_container_log_name: "swift-container"
  54. swift_container_log_facility: "4"
  55.  
  56. swift_expirer_log_level: "INFO"
  57. swift_expirer_log_name: "swift-expirer"
  58. swift_expirer_log_facility: "7"
  59.  
  60. swift_ring_devices:
  61. - 192.168.122.23:192.168.100.23:vdb:1:0
  62. - 192.168.122.23:192.168.100.23:vdc:1:1
  63. - 192.168.122.24:192.168.100.24:vdb:2:0
  64. - 192.168.122.24:192.168.100.24:vdc:2:1
  65.  
  66. swift_disks:
  67. - 'vdb'
  68. - 'vdc'
  69. dedicated_replication_net: "true"
  70. rep_if_name: "eth2"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement