Commit 3e1be05f authored by James Ramsay's avatar James Ramsay

Fix up from Ernst feedback

parent 39aee3da
...@@ -154,7 +154,7 @@ will not be able to perform all necessary configuration steps. Refer to ...@@ -154,7 +154,7 @@ will not be able to perform all necessary configuration steps. Refer to
connect to the primary's database. For this reason, we need the IP address connect to the primary's database. For this reason, we need the IP address
of each node. of each node.
If you are use a cloud provider, you can lookup the IP addresses for each If you are using a cloud provider, you can lookup the IP addresses for each
geo node through their management console. A table of terminology is geo node through their management console. A table of terminology is
provided below because terminology varies between vendors. provided below because terminology varies between vendors.
...@@ -173,8 +173,8 @@ will not be able to perform all necessary configuration steps. Refer to ...@@ -173,8 +173,8 @@ will not be able to perform all necessary configuration steps. Refer to
curl ipinfo.io/ip curl ipinfo.io/ip
``` ```
In most instances, the following addresses will be used to configure In most cases, the following addresses will be used to configure GitLab
GitLab Geo: Geo:
| Configuration | Address | | Configuration | Address |
|-----|-----| |-----|-----|
...@@ -183,10 +183,10 @@ will not be able to perform all necessary configuration steps. Refer to ...@@ -183,10 +183,10 @@ will not be able to perform all necessary configuration steps. Refer to
| `postgresql['md5_auth_cidr_addresses']` | Secondary's public addresses | | `postgresql['md5_auth_cidr_addresses']` | Secondary's public addresses |
Depending on your network configuration, the suggested addresses may not Depending on your network configuration, the suggested addresses may not
be correct. For example, if your primary and secondary connect over a local be correct. If your primary and secondary connect over a local
area network, or a virtual network connecting availability zones like area network, or a virtual network connecting availability zones like
Amazon's [Virtual Private Cloud](https://aws.amazon.com/vpc/) you should Amazon's [VPC](https://aws.amazon.com/vpc/) of Google's [VPC](https://cloud.google.com/vpc/)
use the secondary's interface address for `postgresql['md5_auth_cidr_addresses']`. you should use the secondary's interface address for `postgresql['md5_auth_cidr_addresses']`.
Edit `/etc/gitlab/gitlab.rb` and add the following, replacing the IP Edit `/etc/gitlab/gitlab.rb` and add the following, replacing the IP
addresses with addresses appropriate to your network configuration: addresses with addresses appropriate to your network configuration:
......
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