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
8be2e7c0
Commit
8be2e7c0
authored
Aug 16, 2017
by
Toon Claes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve copy so users will set up SSH from DB for Geo
parent
8d65ee01
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
app/views/admin/geo_nodes/index.html.haml
app/views/admin/geo_nodes/index.html.haml
+5
-0
doc/gitlab-geo/README.md
doc/gitlab-geo/README.md
+2
-1
doc/gitlab-geo/ssh.md
doc/gitlab-geo/ssh.md
+1
-1
No files found.
app/views/admin/geo_nodes/index.html.haml
View file @
8be2e7c0
...
...
@@ -5,6 +5,11 @@
%p
.light
With
#{
link_to
'GitLab Geo'
,
help_page_path
(
'gitlab-geo/README'
),
class:
'vlink'
}
you can install a special
read-only and replicated instance anywhere.
Before you add nodes, follow the
#{
link_to
'Setup instructions'
,
help_page_path
(
'gitlab-geo/README'
,
anchor:
'setup-instructions'
),
class:
'vlink'
}
in the
%strong
exact order
they appear.
%hr
...
...
doc/gitlab-geo/README.md
View file @
8be2e7c0
...
...
@@ -92,8 +92,8 @@ If you installed GitLab using the Omnibus packages (highly recommended):
secondary node for the moment.
1.
[
Upload the GitLab License
](
../user/admin_area/license.md
)
to the
**primary**
Geo Node to unlock GitLab Geo.
1.
[
Setup the database replication
](
database.md
)
(
`primary
(read-write)
<->
secondary (read-only)
` topology).
1. [Configure GitLab](configuration.md) to set the primary and secondary nodes.
1. [Configure SSH authorizations to use the database](ssh.md)
1. [Configure GitLab](configuration.md) to set the primary and secondary nodes.
1. Optional: [Configure a secondary LDAP server](../administration/auth/ldap.md) for the secondary. See [notes on LDAP](#ldap).
1. [Follow the after setup steps](after_setup.md).
...
...
@@ -108,6 +108,7 @@ If you installed GitLab from source:
else in the secondary node for the moment.
1. [Upload the GitLab License](../user/admin_area/license.md) you purchased for GitLab Enterprise Edition to unlock GitLab Geo.
1. [Setup the database replication](database_source.md) (`
primary (read-write)
<->
secondary (read-only)
` topology).
1. [Configure SSH authorizations to use the database](ssh.md)
1. [Configure GitLab](configuration_source.md) to set the primary and secondary
nodes.
1. [Follow the after setup steps](after_setup.md).
...
...
doc/gitlab-geo/ssh.md
View file @
8be2e7c0
...
...
@@ -2,7 +2,7 @@
By default, GitLab manages an
`authorized_keys`
file, which contains all the
public SSH keys for users allowed to access GitLab. However, to maintain a
single source of truth, Geo needs to be configured to peform SSH fingerprint
single source of truth, Geo needs to be configured to pe
r
form SSH fingerprint
lookups via database lookup. This approach is also much faster than scanning a
file.
...
...
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