Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
64a07364
Commit
64a07364
authored
Apr 14, 2022
by
Ben Prescott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Object storage must be enabled or the filesystem is used
parent
29279dbb
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
11 additions
and
0 deletions
+11
-0
doc/administration/reference_architectures/10k_users.md
doc/administration/reference_architectures/10k_users.md
+2
-0
doc/administration/reference_architectures/25k_users.md
doc/administration/reference_architectures/25k_users.md
+2
-0
doc/administration/reference_architectures/2k_users.md
doc/administration/reference_architectures/2k_users.md
+1
-0
doc/administration/reference_architectures/3k_users.md
doc/administration/reference_architectures/3k_users.md
+2
-0
doc/administration/reference_architectures/50k_users.md
doc/administration/reference_architectures/50k_users.md
+2
-0
doc/administration/reference_architectures/5k_users.md
doc/administration/reference_architectures/5k_users.md
+2
-0
No files found.
doc/administration/reference_architectures/10k_users.md
View file @
64a07364
...
...
@@ -1790,6 +1790,7 @@ To configure the Sidekiq nodes, on each one:
# Object Storage
## This is an example for configuring Object Storage on GCP
## Replace this config with your chosen Object Storage provider as desired
gitlab_rails
[
'object_store'
][
'enabled'
]
=
true
gitlab_rails
[
'object_store'
][
'connection'
]
=
{
'provider'
=>
'Google'
,
'google_project'
=>
'<gcp-project-name>'
,
...
...
@@ -1936,6 +1937,7 @@ On each node perform the following:
# This is an example for configuring Object Storage on GCP
# Replace this config with your chosen Object Storage provider as desired
gitlab_rails
[
'object_store'
][
'enabled'
]
=
true
gitlab_rails
[
'object_store'
][
'connection'
]
=
{
'provider'
=>
'Google'
,
'google_project'
=>
'<gcp-project-name>'
,
...
...
doc/administration/reference_architectures/25k_users.md
View file @
64a07364
...
...
@@ -1794,6 +1794,7 @@ To configure the Sidekiq nodes, on each one:
# Object Storage
# This is an example for configuring Object Storage on GCP
# Replace this config with your chosen Object Storage provider as desired
gitlab_rails
[
'object_store'
][
'enabled'
]
=
true
gitlab_rails
[
'object_store'
][
'connection'
]
=
{
'provider'
=>
'Google'
,
'google_project'
=>
'<gcp-project-name>'
,
...
...
@@ -1942,6 +1943,7 @@ On each node perform the following:
# This is an example for configuring Object Storage on GCP
# Replace this config with your chosen Object Storage provider as desired
gitlab_rails
[
'object_store'
][
'enabled'
]
=
true
gitlab_rails
[
'object_store'
][
'connection'
]
=
{
'provider'
=>
'Google'
,
'google_project'
=>
'<gcp-project-name>'
,
...
...
doc/administration/reference_architectures/2k_users.md
View file @
64a07364
...
...
@@ -667,6 +667,7 @@ On each node perform the following:
# Object Storage
# This is an example for configuring Object Storage on GCP
# Replace this config with your chosen Object Storage provider as desired
gitlab_rails
[
'object_store'
][
'enabled'
]
=
true
gitlab_rails
[
'object_store'
][
'connection'
]
=
{
'provider'
=>
'Google'
,
'google_project'
=>
'<gcp-project-name>'
,
...
...
doc/administration/reference_architectures/3k_users.md
View file @
64a07364
...
...
@@ -1718,6 +1718,7 @@ To configure the Sidekiq nodes, one each one:
# Object Storage
## This is an example for configuring Object Storage on GCP
## Replace this config with your chosen Object Storage provider as desired
gitlab_rails
[
'object_store'
][
'enabled'
]
=
true
gitlab_rails
[
'object_store'
][
'connection'
]
=
{
'provider'
=>
'Google'
,
'google_project'
=>
'<gcp-project-name>'
,
...
...
@@ -1904,6 +1905,7 @@ On each node perform the following:
# Object storage
# This is an example for configuring Object Storage on GCP
# Replace this config with your chosen Object Storage provider as desired
gitlab_rails
[
'object_store'
][
'enabled'
]
=
true
gitlab_rails
[
'object_store'
][
'connection'
]
=
{
'provider'
=>
'Google'
,
'google_project'
=>
'<gcp-project-name>'
,
...
...
doc/administration/reference_architectures/50k_users.md
View file @
64a07364
...
...
@@ -1803,6 +1803,7 @@ To configure the Sidekiq nodes, on each one:
# Object storage
## This is an example for configuring Object Storage on GCP
## Replace this config with your chosen Object Storage provider as desired
gitlab_rails
[
'object_store'
][
'enabled'
]
=
true
gitlab_rails
[
'object_store'
][
'connection'
]
=
{
'provider'
=>
'Google'
,
'google_project'
=>
'<gcp-project-name>'
,
...
...
@@ -1958,6 +1959,7 @@ On each node perform the following:
# This is an example for configuring Object Storage on GCP
# Replace this config with your chosen Object Storage provider as desired
gitlab_rails
[
'object_store'
][
'enabled'
]
=
true
gitlab_rails
[
'object_store'
][
'connection'
]
=
{
'provider'
=>
'Google'
,
'google_project'
=>
'<gcp-project-name>'
,
...
...
doc/administration/reference_architectures/5k_users.md
View file @
64a07364
...
...
@@ -1715,6 +1715,7 @@ To configure the Sidekiq nodes, one each one:
# Object Storage
## This is an example for configuring Object Storage on GCP
## Replace this config with your chosen Object Storage provider as desired
gitlab_rails
[
'object_store'
][
'enabled'
]
=
true
gitlab_rails
[
'object_store'
][
'connection'
]
=
{
'provider'
=>
'Google'
,
'google_project'
=>
'<gcp-project-name>'
,
...
...
@@ -1889,6 +1890,7 @@ On each node perform the following:
# This is an example for configuring Object Storage on GCP
# Replace this config with your chosen Object Storage provider as desired
gitlab_rails
[
'object_store'
][
'enabled'
]
=
true
gitlab_rails
[
'object_store'
][
'connection'
]
=
{
'provider'
=>
'Google'
,
'google_project'
=>
'<gcp-project-name>'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment