Skip to content

Instantly share code, notes, and snippets.

@sc68cal
Created May 3, 2017 18:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sc68cal/563d4a1036f80b9873c0bf4f3fed0a0b to your computer and use it in GitHub Desktop.
Save sc68cal/563d4a1036f80b9873c0bf4f3fed0a0b to your computer and use it in GitHub Desktop.
swift:
part_power: 8
storage_network: 'br-storage'
replication_network: 'br-storage'
mount_point: /space
drives:
- name: sda5
storage_policies:
- policy:
name: gold
index: 0
default: True
@cloudnull
Copy link

swift:
  storage_network: 'br-storage'
  replication_network: 'br-storage'
  part_power: 8
  repl_number: 3  # This should match your desired replication set
  region: 1
  groups:
    - account
    - container
    - gold
  drives:
    - name: sda5
  mount_point: /space
  storage_policies:
    - policy:
        name: gold
        index: 0
        default: True

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment