Skip to content

Commit f1ed120

Browse files
committed
sections moved in toc
1 parent e43bec7 commit f1ed120

File tree

6 files changed

+12
-9
lines changed

6 files changed

+12
-9
lines changed

deploy-manage/deploy/cloud-enterprise/alternative-install-ece-with-ansible.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ applies_to:
44
ece: all
55
mapped_pages:
66
- https://www.elastic.co/guide/en/cloud-enterprise/current/ece-configure-ansible.html
7+
navigation_title: Ansible playbook
78
---
89

910
# Alternative: Install ECE with Ansible [ece-configure-ansible]

deploy-manage/deploy/cloud-enterprise/configure-operating-system.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ mapped_pages:
77
- https://www.elastic.co/guide/en/cloud-enterprise/current/ece-configure-os-onprem.html
88
---
99

10-
# Configure your operating system cloud [ece-configure-os]
10+
# Configure your operating system [ece-configure-os]
1111

1212
Before installing Elastic Cloud Enterprise, you have to prepare your hosts with one of the following Linux distributions:
1313

deploy-manage/deploy/cloud-enterprise/deploy-an-orchestrator.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,16 @@ This section provides step-by-step guidance on:
1717

1818
* [Prepare the environment](./prepare-environment.md): Follow the hardware, software, and networking prerequisites before the installation.
1919

20-
% Add here post-installation steps, configure OS, choose type of installation.
21-
2220
* [Install ECE orchestrator](./install.md): Identify the deployment scenario that best fits your needs, choose an installation method, and complete the setup.
2321
* [](./configure-operating-system.md)
24-
* [Install ECE on a public cloud](./install.md)
25-
* [Install ECE on your own premises](./install.md)
22+
* [](./install-ece-procedures.md)
2623
* [Alternative: install ECE with Ansible](./alternative-install-ece-with-ansible.md)
2724

2825
* [Air-gapped installations](./air-gapped-install.md): Review the different options for air-gapped environments.
2926
* [With your private Docker registry](./ece-install-offline-with-registry.md)
3027
* [Without any Docker registry](./ece-install-offline-no-registry.md)
3128

32-
* [Post-installation tasks](./post-installation-steps.md)
29+
* [](./post-installation-steps.md): Get ready for production by adding SSL certificates, configuring domain names, and completing other essential tasks.
3330

3431
* [Configure ECE](./configure.md): Explore the most common tasks to configure your ECE platform.
3532
* [System deployments configuration](./system-deployments-configuration.md)

deploy-manage/deploy/cloud-enterprise/install.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,15 @@ You can deploy ECE on public or private clouds, virtual machines, or on-premises
1717
* Google Cloud Platform (GCP)
1818
* Microsoft Azure
1919

20+
::::{tip}
21+
If you already have an ECE platform up and running, and you want to add hosts to your installation, refer to [](./install-ece-on-additional-hosts.md).
22+
::::
23+
2024
::::{note}
2125
In these pages we frequently refer to [Docker](https://www.docker.com/), as its currently the most common container engine, but these instructions are generally valid for [Podman](https://podman.io/) as well, with `podman` replacing `docker` in commands as appropriate.
2226
::::
2327

28+
2429
## Prerequisites
2530

2631
Before you start, make sure to [identify your deployment scenario](identify-deployment-scenario.md) and follow all the referenced sections in [prepare your hosts](prepare-environment.md). Make sure that your selected infrastructure meets the requirements.

deploy-manage/deploy/cloud-enterprise/post-installation-steps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ After your Elastic Cloud Enterprise installation is up, some additional steps mi
2020
If you intend to use [custom endpoint aliases](./enable-custom-endpoint-aliases.md) functionality, ensure you add the necessary Subject Alternative Name (SAN) entries to the proxy certificate.
2121
::::
2222

23-
* Optionally, if you want the deployment endpoint links and Single-sign on to work with your domain name, configure it as the **deployment domain name** in the Platform → Settings section of the [Cloud UI](./log-into-cloud-ui.md). The domain name is used to generate the endpoint URLs and must align with your Proxy certificate and DNS record.
23+
* Optionally, if you want the deployment endpoint links and Single-sign on to work with your domain name, configure it as the **deployment domain name** in the Platform → Settings section of the [Cloud UI](./log-into-cloud-ui.md). The domain name is used to generate the endpoint URLs and must align with your proxy certificate and DNS record.
2424

2525
::::{tip}
2626
For example, if your proxy certificate is signed for `*.elastic-cloud-enterprise.example.com` and you have a wildcard DNS register pointing `*.elastic-cloud-enterprise.example.com` to your load balancer, you should configure `elastic-cloud-enterprise.example.com` as the **deployment domain name** in Platform → Settings. Refer to [](./change-endpoint-urls.md) for more details.

deploy-manage/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,12 +152,12 @@ toc:
152152
- file: deploy/cloud-enterprise/deploy-large-installation.md
153153
- file: deploy/cloud-enterprise/fresh-installation-of-ece-using-podman-hosts.md
154154
- file: deploy/cloud-enterprise/migrate-ece-to-podman-hosts.md
155-
- file: deploy/cloud-enterprise/alternative-install-ece-with-ansible.md
156155
- file: deploy/cloud-enterprise/log-into-cloud-ui.md
156+
- file: deploy/cloud-enterprise/post-installation-steps.md
157157
- file: deploy/cloud-enterprise/install-ece-on-additional-hosts.md
158158
children:
159159
- file: deploy/cloud-enterprise/generate-roles-tokens.md
160-
- file: deploy/cloud-enterprise/post-installation-steps.md
160+
- file: deploy/cloud-enterprise/alternative-install-ece-with-ansible.md
161161
- file: deploy/cloud-enterprise/statistics-collected-by-cloud-enterprise.md
162162
- file: deploy/cloud-enterprise/air-gapped-install.md
163163
children:

0 commit comments

Comments
 (0)