2015-03-01 13:45:12 +01:00
2015-03-01 13:45:12 +01:00
2015-03-01 13:45:12 +01:00
2014-04-03 16:32:39 +02:00
2014-04-03 16:59:46 +02:00

Swift

Swift is a highly available, distributed, eventually consistent object/blob store. Organizations can use Swift to store lots of data efficiently, safely, and cheaply.

Sample pillars

Swift proxy server

swift:
  proxy:
    enabled: true
    secret_key: shared_hash_suffix
    bind:
      address: 0.0.0.0
      port: 8080
    identity:
      engine: keystone
      host: 127.0.0.1
      port: 35357
      user: swift
      password: pwd
      tenant: service

Swift storage server

swift:
  object:
    enabled: true
    secret_key: shared_hash_suffix
    bind:
      address: 0.0.0.0
      port: 6000
  container:
    enabled: true
    secret_key: shared_hash_suffix
    bind:
      address: 0.0.0.0
      port: 6001
  account:
    enabled: true
    secret_key: shared_hash_suffix
    bind:
      address: 0.0.0.0
      port: 6002

Read more

Description
RETIRED, Swift salt formula
Readme 136 KiB