Commit 64a07364 authored by Ben Prescott's avatar Ben Prescott

Object storage must be enabled or the filesystem is used

parent 29279dbb
...@@ -1790,6 +1790,7 @@ To configure the Sidekiq nodes, on each one: ...@@ -1790,6 +1790,7 @@ To configure the Sidekiq nodes, on each one:
# Object Storage # Object Storage
## This is an example for configuring Object Storage on GCP ## This is an example for configuring Object Storage on GCP
## Replace this config with your chosen Object Storage provider as desired ## Replace this config with your chosen Object Storage provider as desired
gitlab_rails['object_store']['enabled'] = true
gitlab_rails['object_store']['connection'] = { gitlab_rails['object_store']['connection'] = {
'provider' => 'Google', 'provider' => 'Google',
'google_project' => '<gcp-project-name>', 'google_project' => '<gcp-project-name>',
...@@ -1936,6 +1937,7 @@ On each node perform the following: ...@@ -1936,6 +1937,7 @@ On each node perform the following:
# This is an example for configuring Object Storage on GCP # This is an example for configuring Object Storage on GCP
# Replace this config with your chosen Object Storage provider as desired # Replace this config with your chosen Object Storage provider as desired
gitlab_rails['object_store']['enabled'] = true
gitlab_rails['object_store']['connection'] = { gitlab_rails['object_store']['connection'] = {
'provider' => 'Google', 'provider' => 'Google',
'google_project' => '<gcp-project-name>', 'google_project' => '<gcp-project-name>',
......
...@@ -1794,6 +1794,7 @@ To configure the Sidekiq nodes, on each one: ...@@ -1794,6 +1794,7 @@ To configure the Sidekiq nodes, on each one:
# Object Storage # Object Storage
# This is an example for configuring Object Storage on GCP # This is an example for configuring Object Storage on GCP
# Replace this config with your chosen Object Storage provider as desired # Replace this config with your chosen Object Storage provider as desired
gitlab_rails['object_store']['enabled'] = true
gitlab_rails['object_store']['connection'] = { gitlab_rails['object_store']['connection'] = {
'provider' => 'Google', 'provider' => 'Google',
'google_project' => '<gcp-project-name>', 'google_project' => '<gcp-project-name>',
...@@ -1942,6 +1943,7 @@ On each node perform the following: ...@@ -1942,6 +1943,7 @@ On each node perform the following:
# This is an example for configuring Object Storage on GCP # This is an example for configuring Object Storage on GCP
# Replace this config with your chosen Object Storage provider as desired # Replace this config with your chosen Object Storage provider as desired
gitlab_rails['object_store']['enabled'] = true
gitlab_rails['object_store']['connection'] = { gitlab_rails['object_store']['connection'] = {
'provider' => 'Google', 'provider' => 'Google',
'google_project' => '<gcp-project-name>', 'google_project' => '<gcp-project-name>',
......
...@@ -667,6 +667,7 @@ On each node perform the following: ...@@ -667,6 +667,7 @@ On each node perform the following:
# Object Storage # Object Storage
# This is an example for configuring Object Storage on GCP # This is an example for configuring Object Storage on GCP
# Replace this config with your chosen Object Storage provider as desired # Replace this config with your chosen Object Storage provider as desired
gitlab_rails['object_store']['enabled'] = true
gitlab_rails['object_store']['connection'] = { gitlab_rails['object_store']['connection'] = {
'provider' => 'Google', 'provider' => 'Google',
'google_project' => '<gcp-project-name>', 'google_project' => '<gcp-project-name>',
......
...@@ -1718,6 +1718,7 @@ To configure the Sidekiq nodes, one each one: ...@@ -1718,6 +1718,7 @@ To configure the Sidekiq nodes, one each one:
# Object Storage # Object Storage
## This is an example for configuring Object Storage on GCP ## This is an example for configuring Object Storage on GCP
## Replace this config with your chosen Object Storage provider as desired ## Replace this config with your chosen Object Storage provider as desired
gitlab_rails['object_store']['enabled'] = true
gitlab_rails['object_store']['connection'] = { gitlab_rails['object_store']['connection'] = {
'provider' => 'Google', 'provider' => 'Google',
'google_project' => '<gcp-project-name>', 'google_project' => '<gcp-project-name>',
...@@ -1904,6 +1905,7 @@ On each node perform the following: ...@@ -1904,6 +1905,7 @@ On each node perform the following:
# Object storage # Object storage
# This is an example for configuring Object Storage on GCP # This is an example for configuring Object Storage on GCP
# Replace this config with your chosen Object Storage provider as desired # Replace this config with your chosen Object Storage provider as desired
gitlab_rails['object_store']['enabled'] = true
gitlab_rails['object_store']['connection'] = { gitlab_rails['object_store']['connection'] = {
'provider' => 'Google', 'provider' => 'Google',
'google_project' => '<gcp-project-name>', 'google_project' => '<gcp-project-name>',
......
...@@ -1803,6 +1803,7 @@ To configure the Sidekiq nodes, on each one: ...@@ -1803,6 +1803,7 @@ To configure the Sidekiq nodes, on each one:
# Object storage # Object storage
## This is an example for configuring Object Storage on GCP ## This is an example for configuring Object Storage on GCP
## Replace this config with your chosen Object Storage provider as desired ## Replace this config with your chosen Object Storage provider as desired
gitlab_rails['object_store']['enabled'] = true
gitlab_rails['object_store']['connection'] = { gitlab_rails['object_store']['connection'] = {
'provider' => 'Google', 'provider' => 'Google',
'google_project' => '<gcp-project-name>', 'google_project' => '<gcp-project-name>',
...@@ -1958,6 +1959,7 @@ On each node perform the following: ...@@ -1958,6 +1959,7 @@ On each node perform the following:
# This is an example for configuring Object Storage on GCP # This is an example for configuring Object Storage on GCP
# Replace this config with your chosen Object Storage provider as desired # Replace this config with your chosen Object Storage provider as desired
gitlab_rails['object_store']['enabled'] = true
gitlab_rails['object_store']['connection'] = { gitlab_rails['object_store']['connection'] = {
'provider' => 'Google', 'provider' => 'Google',
'google_project' => '<gcp-project-name>', 'google_project' => '<gcp-project-name>',
......
...@@ -1715,6 +1715,7 @@ To configure the Sidekiq nodes, one each one: ...@@ -1715,6 +1715,7 @@ To configure the Sidekiq nodes, one each one:
# Object Storage # Object Storage
## This is an example for configuring Object Storage on GCP ## This is an example for configuring Object Storage on GCP
## Replace this config with your chosen Object Storage provider as desired ## Replace this config with your chosen Object Storage provider as desired
gitlab_rails['object_store']['enabled'] = true
gitlab_rails['object_store']['connection'] = { gitlab_rails['object_store']['connection'] = {
'provider' => 'Google', 'provider' => 'Google',
'google_project' => '<gcp-project-name>', 'google_project' => '<gcp-project-name>',
...@@ -1889,6 +1890,7 @@ On each node perform the following: ...@@ -1889,6 +1890,7 @@ On each node perform the following:
# This is an example for configuring Object Storage on GCP # This is an example for configuring Object Storage on GCP
# Replace this config with your chosen Object Storage provider as desired # Replace this config with your chosen Object Storage provider as desired
gitlab_rails['object_store']['enabled'] = true
gitlab_rails['object_store']['connection'] = { gitlab_rails['object_store']['connection'] = {
'provider' => 'Google', 'provider' => 'Google',
'google_project' => '<gcp-project-name>', 'google_project' => '<gcp-project-name>',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment