Skip to content

Instantly share code, notes, and snippets.

@neith00
Created September 22, 2017 13:27
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neith00/9505031b64c39ba15c9ee35f84e11394 to your computer and use it in GitHub Desktop.
Save neith00/9505031b64c39ba15c9ee35f84e11394 to your computer and use it in GitHub Desktop.
Gitlab.rb OpenStack Swift configuration for OVH public cloud
### gitlab backup configuration for OpenStack Swift on OVH public Cloud
gitlab_rails['backup_upload_connection'] = {
'provider' => 'OpenStack',
'openstack_auth_url' => 'https://auth.cloud.ovh.net/v2.0/tokens', #Don't forget the /tokens !!
'openstack_username' => 'your_username', #Username
'openstack_api_key' => 'Your_password', #Password
'openstack_tenant' => 'OS_TENANT_NAME', #OS_TENANT_NAME
'openstack_region' => 'GRA1' #OS_REGION_NAME
}
gitlab_rails['backup_upload_remote_directory'] = 'gitlab' #name of the swift container where to backup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment