diff options
author | Marcel Amirault <ravlen@gmail.com> | 2019-05-05 16:27:37 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axil@gitlab.com> | 2019-05-05 16:27:37 +0000 |
commit | fd5749b2c9c6ae0328e6ec0a2b957ca94a3ef143 (patch) | |
tree | 297e3f3a40b7abd5b5f85c8a88c007fd0e4f58be /doc/gitlab-geo | |
parent | be3f29d1032639e4f3e553884856486f23ee9d2e (diff) | |
download | gitlab-ce-fd5749b2c9c6ae0328e6ec0a2b957ca94a3ef143.tar.gz |
Docs: Merge EE doc/gitlab-geo to CE
Diffstat (limited to 'doc/gitlab-geo')
-rw-r--r-- | doc/gitlab-geo/README.md | 5 | ||||
-rw-r--r-- | doc/gitlab-geo/after_setup.md | 5 | ||||
-rw-r--r-- | doc/gitlab-geo/bring-primary-back.md | 5 | ||||
-rw-r--r-- | doc/gitlab-geo/configuration.md | 5 | ||||
-rw-r--r-- | doc/gitlab-geo/configuration_source.md | 5 | ||||
-rw-r--r-- | doc/gitlab-geo/database.md | 5 | ||||
-rw-r--r-- | doc/gitlab-geo/database_source.md | 5 | ||||
-rw-r--r-- | doc/gitlab-geo/disaster-recovery.md | 5 | ||||
-rw-r--r-- | doc/gitlab-geo/docker_registry.md | 5 | ||||
-rw-r--r-- | doc/gitlab-geo/faq.md | 5 | ||||
-rw-r--r-- | doc/gitlab-geo/ha.md | 5 | ||||
-rw-r--r-- | doc/gitlab-geo/object_storage.md | 5 | ||||
-rw-r--r-- | doc/gitlab-geo/planned-failover.md | 5 | ||||
-rw-r--r-- | doc/gitlab-geo/security-review.md | 5 | ||||
-rw-r--r-- | doc/gitlab-geo/ssh.md | 5 | ||||
-rw-r--r-- | doc/gitlab-geo/troubleshooting.md | 5 | ||||
-rw-r--r-- | doc/gitlab-geo/tuning.md | 5 | ||||
-rw-r--r-- | doc/gitlab-geo/updating_the_geo_nodes.md | 5 | ||||
-rw-r--r-- | doc/gitlab-geo/using_a_geo_server.md | 5 |
19 files changed, 95 insertions, 0 deletions
diff --git a/doc/gitlab-geo/README.md b/doc/gitlab-geo/README.md new file mode 100644 index 00000000000..d08b47999a9 --- /dev/null +++ b/doc/gitlab-geo/README.md @@ -0,0 +1,5 @@ +--- +redirect_to: 'https://docs.gitlab.com/ee/administration/geo/replication/index.md' +--- + +This document was moved to [another location](https://docs.gitlab.com/ee/administration/geo/replication/index.md). diff --git a/doc/gitlab-geo/after_setup.md b/doc/gitlab-geo/after_setup.md new file mode 100644 index 00000000000..90fac0c71d8 --- /dev/null +++ b/doc/gitlab-geo/after_setup.md @@ -0,0 +1,5 @@ +--- +redirect_to: 'https://docs.gitlab.com/ee/administration/geo/replication/using_a_geo_server.md' +--- + +This document was moved to [another location](https://docs.gitlab.com/ee/administration/geo/replication/using_a_geo_server.md). diff --git a/doc/gitlab-geo/bring-primary-back.md b/doc/gitlab-geo/bring-primary-back.md new file mode 100644 index 00000000000..eb223367e56 --- /dev/null +++ b/doc/gitlab-geo/bring-primary-back.md @@ -0,0 +1,5 @@ +--- +redirect_to: 'https://docs.gitlab.com/ee/administration/geo/disaster_recovery/bring_primary_back.md' +--- + +This document was moved to [another location](https://docs.gitlab.com/ee/administration/geo/disaster_recovery/bring_primary_back.md). diff --git a/doc/gitlab-geo/configuration.md b/doc/gitlab-geo/configuration.md new file mode 100644 index 00000000000..d0ca191ebeb --- /dev/null +++ b/doc/gitlab-geo/configuration.md @@ -0,0 +1,5 @@ +--- +redirect_to: 'https://docs.gitlab.com/ee/administration/geo/replication/configuration.md' +--- + +This document was moved to [another location](https://docs.gitlab.com/ee/administration/geo/replication/configuration.md). diff --git a/doc/gitlab-geo/configuration_source.md b/doc/gitlab-geo/configuration_source.md new file mode 100644 index 00000000000..e2d96d43ee3 --- /dev/null +++ b/doc/gitlab-geo/configuration_source.md @@ -0,0 +1,5 @@ +--- +redirect_to: 'https://docs.gitlab.com/ee/administration/geo/replication/configuration_source.md' +--- + +This document was moved to [another location](https://docs.gitlab.com/ee/administration/geo/replication/configuration_source.md). diff --git a/doc/gitlab-geo/database.md b/doc/gitlab-geo/database.md new file mode 100644 index 00000000000..fe2d830d1d7 --- /dev/null +++ b/doc/gitlab-geo/database.md @@ -0,0 +1,5 @@ +--- +redirect_to: 'https://docs.gitlab.com/ee/administration/geo/replication/database.md' +--- + +This document was moved to [another location](https://docs.gitlab.com/ee/administration/geo/replication/database.md). diff --git a/doc/gitlab-geo/database_source.md b/doc/gitlab-geo/database_source.md new file mode 100644 index 00000000000..949c4020a32 --- /dev/null +++ b/doc/gitlab-geo/database_source.md @@ -0,0 +1,5 @@ +--- +redirect_to: 'https://docs.gitlab.com/ee/administration/geo/replication/database_source.md' +--- + +This document was moved to [another location](https://docs.gitlab.com/ee/administration/geo/replication/database_source.md). diff --git a/doc/gitlab-geo/disaster-recovery.md b/doc/gitlab-geo/disaster-recovery.md new file mode 100644 index 00000000000..6849df3a4fc --- /dev/null +++ b/doc/gitlab-geo/disaster-recovery.md @@ -0,0 +1,5 @@ +--- +redirect_to: 'https://docs.gitlab.com/ee/administration/geo/disaster_recovery/index.md' +--- + +This document was moved to [another location](https://docs.gitlab.com/ee/administration/geo/disaster_recovery/index.md). diff --git a/doc/gitlab-geo/docker_registry.md b/doc/gitlab-geo/docker_registry.md new file mode 100644 index 00000000000..cef4e26beaf --- /dev/null +++ b/doc/gitlab-geo/docker_registry.md @@ -0,0 +1,5 @@ +--- +redirect_to: 'https://docs.gitlab.com/ee/administration/geo/replication/docker_registry.md' +--- + +This document was moved to [another location](https://docs.gitlab.com/ee/administration/geo/replication/docker_registry.md). diff --git a/doc/gitlab-geo/faq.md b/doc/gitlab-geo/faq.md new file mode 100644 index 00000000000..1fa26a375d4 --- /dev/null +++ b/doc/gitlab-geo/faq.md @@ -0,0 +1,5 @@ +--- +redirect_to: 'https://docs.gitlab.com/ee/administration/geo/replication/faq.md' +--- + +This document was moved to [another location](https://docs.gitlab.com/ee/administration/geo/replication/faq.md). diff --git a/doc/gitlab-geo/ha.md b/doc/gitlab-geo/ha.md new file mode 100644 index 00000000000..805b519b8df --- /dev/null +++ b/doc/gitlab-geo/ha.md @@ -0,0 +1,5 @@ +--- +redirect_to: 'https://docs.gitlab.com/ee/administration/geo/replication/high_availability.md' +--- + +This document was moved to [another location](https://docs.gitlab.com/ee/administration/geo/replication/high_availability.md). diff --git a/doc/gitlab-geo/object_storage.md b/doc/gitlab-geo/object_storage.md new file mode 100644 index 00000000000..7238d7d0422 --- /dev/null +++ b/doc/gitlab-geo/object_storage.md @@ -0,0 +1,5 @@ +--- +redirect_to: 'https://docs.gitlab.com/ee/administration/geo/replication/object_storage.md' +--- + +This document was moved to [another location](https://docs.gitlab.com/ee/administration/geo/replication/object_storage.md). diff --git a/doc/gitlab-geo/planned-failover.md b/doc/gitlab-geo/planned-failover.md new file mode 100644 index 00000000000..9ed42140033 --- /dev/null +++ b/doc/gitlab-geo/planned-failover.md @@ -0,0 +1,5 @@ +--- +redirect_to: 'https://docs.gitlab.com/ee/administration/geo/disaster_recovery/planned_failover.md' +--- + +This document was moved to [another location](https://docs.gitlab.com/ee/administration/geo/disaster_recovery/planned_failover.md). diff --git a/doc/gitlab-geo/security-review.md b/doc/gitlab-geo/security-review.md new file mode 100644 index 00000000000..ef0905bb1d3 --- /dev/null +++ b/doc/gitlab-geo/security-review.md @@ -0,0 +1,5 @@ +--- +redirect_to: 'https://docs.gitlab.com/ee/administration/geo/replication/security_review.md' +--- + +This document was moved to [another location](https://docs.gitlab.com/ee/administration/geo/replication/security_review.md). diff --git a/doc/gitlab-geo/ssh.md b/doc/gitlab-geo/ssh.md new file mode 100644 index 00000000000..310084033ec --- /dev/null +++ b/doc/gitlab-geo/ssh.md @@ -0,0 +1,5 @@ +--- +redirect_to: 'https://docs.gitlab.com/ee/administration/operations/fast_ssh_key_lookup.md' +--- + +This document was moved to [another location](https://docs.gitlab.com/ee/administration/operations/fast_ssh_key_lookup.md). diff --git a/doc/gitlab-geo/troubleshooting.md b/doc/gitlab-geo/troubleshooting.md new file mode 100644 index 00000000000..a6bd8b6f650 --- /dev/null +++ b/doc/gitlab-geo/troubleshooting.md @@ -0,0 +1,5 @@ +--- +redirect_to: 'https://docs.gitlab.com/ee/administration/geo/replication/troubleshooting.md' +--- + +This document was moved to [another location](https://docs.gitlab.com/ee/administration/geo/replication/troubleshooting.md). diff --git a/doc/gitlab-geo/tuning.md b/doc/gitlab-geo/tuning.md new file mode 100644 index 00000000000..b4c44e14776 --- /dev/null +++ b/doc/gitlab-geo/tuning.md @@ -0,0 +1,5 @@ +--- +redirect_to: 'https://docs.gitlab.com/ee/administration/geo/replication/tuning.md' +--- + +This document was moved to [another location](https://docs.gitlab.com/ee/administration/geo/replication/tuning.md). diff --git a/doc/gitlab-geo/updating_the_geo_nodes.md b/doc/gitlab-geo/updating_the_geo_nodes.md new file mode 100644 index 00000000000..c791668082a --- /dev/null +++ b/doc/gitlab-geo/updating_the_geo_nodes.md @@ -0,0 +1,5 @@ +--- +redirect_to: 'https://docs.gitlab.com/ee/administration/geo/replication/updating_the_geo_nodes.md' +--- + +This document was moved to [another location](https://docs.gitlab.com/ee/administration/geo/replication/updating_the_geo_nodes.md). diff --git a/doc/gitlab-geo/using_a_geo_server.md b/doc/gitlab-geo/using_a_geo_server.md new file mode 100644 index 00000000000..90fac0c71d8 --- /dev/null +++ b/doc/gitlab-geo/using_a_geo_server.md @@ -0,0 +1,5 @@ +--- +redirect_to: 'https://docs.gitlab.com/ee/administration/geo/replication/using_a_geo_server.md' +--- + +This document was moved to [another location](https://docs.gitlab.com/ee/administration/geo/replication/using_a_geo_server.md). |