Commit 4b7f0bd3 authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'docs-distro-etc-rem' into 'master'

Remove etc from Distribution docs

See merge request gitlab-org/gitlab!72543
parents 184472ce 6f86fd29
--- ---
stage: Enablement stage: Enablement
group: Distribution group: Distribution
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#designated-technical-writers info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
--- ---
# Deprecation policy **(FREE SELF)** # Deprecation policy **(FREE SELF)**
...@@ -35,9 +35,11 @@ This section lists steps necessary for deprecating and removing configuration. ...@@ -35,9 +35,11 @@ This section lists steps necessary for deprecating and removing configuration.
We can differentiate two different types of configuration: We can differentiate two different types of configuration:
- Sensitive: Configuration that can cause major service outage ( Data integrity, - Sensitive: Configuration that can cause major service outage (like data integrity,
installation integrity, preventing users from reaching the installation, etc.) installation integrity, or preventing users from reaching the installation)
- Regular: Configuration that can make a feature unavailable but still makes the installation useable ( Change in default project/group settings, miscommunication with other components and similar ) - Regular: Configuration that can make a feature unavailable but still makes the
installation useable (like a change in default project/group settings, or
miscommunication with other components)
We also need to differentiate deprecation and removal procedure. We also need to differentiate deprecation and removal procedure.
......
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
stage: Enablement stage: Enablement
group: Distribution group: Distribution
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
type: howto
--- ---
{::options parse_block_html="true" /} {::options parse_block_html="true" /}
...@@ -410,7 +409,10 @@ persistence and is used to store session data, temporary cache information, and ...@@ -410,7 +409,10 @@ persistence and is used to store session data, temporary cache information, and
## Setting up Bastion Hosts ## Setting up Bastion Hosts
Since our GitLab instances will be in private subnets, we need a way to connect to these instances via SSH to make configuration changes, perform upgrades, etc. One way of doing this is via a [bastion host](https://en.wikipedia.org/wiki/Bastion_host), sometimes also referred to as a jump box. Because our GitLab instances are in private subnets, we need a way to connect
to these instances with SSH for actions that include making configuration changes
and performing upgrades. One way of doing this is by using a [bastion host](https://en.wikipedia.org/wiki/Bastion_host),
sometimes also referred to as a jump box.
NOTE: NOTE:
If you do not want to maintain bastion hosts, you can set up [AWS Systems Manager Session Manager](https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager.html) for access to instances. This is beyond the scope of this document. If you do not want to maintain bastion hosts, you can set up [AWS Systems Manager Session Manager](https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager.html) for access to instances. This is beyond the scope of this document.
......
...@@ -27,7 +27,7 @@ WARNING: ...@@ -27,7 +27,7 @@ WARNING:
Docker for Windows is not officially supported. There are known issues with volume Docker for Windows is not officially supported. There are known issues with volume
permissions, and potentially other unknown issues. If you are trying to run on Docker permissions, and potentially other unknown issues. If you are trying to run on Docker
for Windows, see the [getting help page](https://about.gitlab.com/get-help/) for links for Windows, see the [getting help page](https://about.gitlab.com/get-help/) for links
to community resources (IRC, forum, etc.) to seek help from other users. to community resources (such as IRC or forums) to seek help from other users.
## Prerequisites ## Prerequisites
......
...@@ -3,7 +3,6 @@ stage: Enablement ...@@ -3,7 +3,6 @@ stage: Enablement
group: Distribution group: Distribution
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
description: 'Learn how to install a GitLab instance on Google Cloud Platform.' description: 'Learn how to install a GitLab instance on Google Cloud Platform.'
type: howto
--- ---
# Installing GitLab on Google Cloud Platform **(FREE SELF)** # Installing GitLab on Google Cloud Platform **(FREE SELF)**
...@@ -126,8 +125,8 @@ Check the [Omnibus documentation](https://docs.gitlab.com/omnibus/settings/smtp. ...@@ -126,8 +125,8 @@ Check the [Omnibus documentation](https://docs.gitlab.com/omnibus/settings/smtp.
## Further reading ## Further reading
GitLab can be configured to authenticate with other OAuth providers, LDAP, SAML, GitLab can be configured to authenticate with other OAuth providers, like LDAP,
Kerberos, etc. Here are some documents you might be interested in reading: SAML, and Kerberos. Here are some documents you might be interested in reading:
- [Omnibus GitLab documentation](https://docs.gitlab.com/omnibus/) - [Omnibus GitLab documentation](https://docs.gitlab.com/omnibus/)
- [Integration documentation](../../integration/index.md) - [Integration documentation](../../integration/index.md)
......
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
stage: Enablement stage: Enablement
group: Distribution group: Distribution
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
type: howto
--- ---
# Installation from source **(FREE SELF)** # Installation from source **(FREE SELF)**
...@@ -838,7 +837,9 @@ Validate your `gitlab` or `gitlab-ssl` NGINX configuration file with the followi ...@@ -838,7 +837,9 @@ Validate your `gitlab` or `gitlab-ssl` NGINX configuration file with the followi
sudo nginx -t sudo nginx -t
``` ```
You should receive `syntax is okay` and `test is successful` messages. If you receive errors check your `gitlab` or `gitlab-ssl` NGINX configuration file for typos, etc. as indicated in the error message given. You should receive `syntax is okay` and `test is successful` messages. If you
receive error messages, check your `gitlab` or `gitlab-ssl` NGINX configuration
file for typos, as indicated in the provided error message.
Verify that the installed version is greater than 1.12.1: Verify that the installed version is greater than 1.12.1:
......
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
stage: Enablement stage: Enablement
group: Distribution group: Distribution
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
type: reference
--- ---
# Install GitLab under a relative URL **(FREE SELF)** # Install GitLab under a relative URL **(FREE SELF)**
...@@ -37,11 +36,11 @@ After all the changes you need to recompile the assets and [restart GitLab](../a ...@@ -37,11 +36,11 @@ After all the changes you need to recompile the assets and [restart GitLab](../a
## Relative URL requirements ## Relative URL requirements
If you configure GitLab with a relative URL, the assets (JavaScript, CSS, fonts, If you configure GitLab with a relative URL, the assets (including JavaScript,
images, etc.) will need to be recompiled, which is a task which consumes a lot CSS, fonts, and images) must be recompiled, which can consume a lot of CPU and
of CPU and memory resources. To avoid out-of-memory errors, you should have at memory resources. To avoid out-of-memory errors, you should have at least 2 GB
least 2GB of RAM available on your system, while we recommend 4GB RAM, and 4 or of RAM available on your computer, and we recommend 4 GB RAM, and four or eight
8 CPU cores. CPU cores.
See the [requirements](requirements.md) document for more information. See the [requirements](requirements.md) document for more information.
......
--- ---
stage: Enablement stage: Enablement
group: Distribution group: Distribution
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#designated-technical-writers info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
--- ---
# GitLab Mattermost # GitLab Mattermost
...@@ -428,7 +428,7 @@ mattermost['env'] = { ...@@ -428,7 +428,7 @@ mattermost['env'] = {
Refer to the [Mattermost Configuration Settings Refer to the [Mattermost Configuration Settings
documentation](https://docs.mattermost.com/administration/config-settings.html) documentation](https://docs.mattermost.com/administration/config-settings.html)
for details about categories, configuration values, etc. for details about categories and configuration values.
There are a few exceptions to this rule: There are a few exceptions to this rule:
......
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