From b3f3b612b773f53214fbe758885be528c27221e8 Mon Sep 17 00:00:00 2001 From: Mark Bonsack Date: Tue, 14 Jan 2020 08:17:49 -0800 Subject: [PATCH 1/3] Fix nav ordering in TOC * Fix nav ordering in TOC for gettingstarted --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 097b634..d4497cb 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -6,8 +6,8 @@ nav: - 'Read First': 'gettingstarted/index.md' - 'Podman + systemd': 'gettingstarted/podman-systemd-general.md' - 'Docker CE + systemd': 'gettingstarted/docker-systemd-general.md' - - 'Docker CE + Swarm RHEL 7.7': 'gettingstarted/docker-swarm-rhel7.md' - 'Docker CE + Swarm': 'gettingstarted/docker-swarm-general.md' + - 'Docker CE + Swarm RHEL 7.7': 'gettingstarted/docker-swarm-rhel7.md' - 'Bring your own Envionment': 'gettingstarted/byoe-rhel7.md' - Configuration: 'configuration.md' - Sources: From 6a34ced5210bd0c9ec4b3dba9c0dcc2861a6ee53 Mon Sep 17 00:00:00 2001 From: Mark Bonsack Date: Tue, 14 Jan 2020 08:20:18 -0800 Subject: [PATCH 2/3] Update docker-swarm-rhel7.md * Add RHEL 7.7 to title of docker swarm RHEL 7.7 runtime doc --- docs/gettingstarted/docker-swarm-rhel7.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gettingstarted/docker-swarm-rhel7.md b/docs/gettingstarted/docker-swarm-rhel7.md index 67f9d07..251c9fa 100644 --- a/docs/gettingstarted/docker-swarm-rhel7.md +++ b/docs/gettingstarted/docker-swarm-rhel7.md @@ -1,5 +1,5 @@ -# Install Docker CE and Swarm +# Install Docker CE and Swarm (RHEL 7.7) * Warning: this method of installing docker on RHEL does not appear to be supported. Consider using podman instead. From d7a3644c9c73a2623f0f50c86c5070771e00d5ff Mon Sep 17 00:00:00 2001 From: Mark Bonsack Date: Tue, 14 Jan 2020 08:29:23 -0800 Subject: [PATCH 3/3] Remove "Scale Out" at bottom of "Read First" * Remove "Scale Out" at bottom of "Read First"; a "one-size-fits-all" single sentence and siimple diagram is inappropriate guidance --- docs/gettingstarted/index.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/gettingstarted/index.md b/docs/gettingstarted/index.md index 8923b79..141df9c 100644 --- a/docs/gettingstarted/index.md +++ b/docs/gettingstarted/index.md @@ -120,8 +120,3 @@ attempt to obtain the container image via the internet. Environment="SC4S_IMAGE=sc4slocal:latest" ``` -## Scale out - -Additional hosts can be deployed for syslog collection from additional network zones and locations: - -![SC4S deployment diagram](SC4Sdeployment.png)