RETIRED, Swift salt formula
Go to file
Ales Komarek 1116758b62 swift fixes 2014-04-03 16:25:25 +02:00
conf sift.conf 2014-04-02 23:20:57 +02:00
README.md docfix 2014-04-02 14:42:30 +02:00
account.sls fixing swift 2014-04-02 10:44:19 +02:00
common.sls swift config 2014-04-02 21:58:59 +02:00
container.sls dir fix 2014-04-02 22:01:44 +02:00
init.sls cleanups 2014-03-31 14:37:46 +02:00
map.jinja swift fixes 2014-04-03 16:25:25 +02:00
object.sls fixing swift 2014-04-02 10:44:19 +02:00
proxy.sls swift user 2014-04-02 21:59:30 +02:00
ring_builder.sls swift fixes 2014-04-03 16:25:25 +02:00

README.md

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
  account:
    enabled: true
    secret_key: shared_hash_suffix
  container:
    enabled: true
    secret_key: shared_hash_suffix

Read more