From 894e94cca7a7a4ac00bb52c5ab0966110129cc8c Mon Sep 17 00:00:00 2001 From: Hritik Kothari Date: Fri, 3 Jan 2025 14:20:15 +0100 Subject: [PATCH 1/3] Add podman and supervisor to hypernode specific requirements doc --- .../autoscaling/how-does-horizontal-autoscaling-work.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/hypernode-platform/autoscaling/how-does-horizontal-autoscaling-work.md b/docs/hypernode-platform/autoscaling/how-does-horizontal-autoscaling-work.md index 48e3b62f..a8fcded1 100644 --- a/docs/hypernode-platform/autoscaling/how-does-horizontal-autoscaling-work.md +++ b/docs/hypernode-platform/autoscaling/how-does-horizontal-autoscaling-work.md @@ -127,6 +127,14 @@ After the version validation, please verify the MySQL host is set to `mysqlmaste You should see something similar to `'host' => 'mysqlmaster',`. If this is not the case please make sure the database connection host is set to `mysqlmaster` instead of `localhost` or `127.0.0.1` in the magento configuration file at `/app/etc/env.php`. +#### Make sure supervisor is disabled and that there are no supervisor services configured. + +What should we write here? + +#### Make sure podman is disabled and that there are no podman services running + +What should we write here? + ### Application Specific Requirements - Magento2 #### Supported CMS From 2fefb86034ec61dc2a17a8f19fafcd8b2e04aad2 Mon Sep 17 00:00:00 2001 From: Hritik Kothari Date: Fri, 3 Jan 2025 14:23:40 +0100 Subject: [PATCH 2/3] change title and move descr --- .../autoscaling/how-does-horizontal-autoscaling-work.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/hypernode-platform/autoscaling/how-does-horizontal-autoscaling-work.md b/docs/hypernode-platform/autoscaling/how-does-horizontal-autoscaling-work.md index a8fcded1..a553ff25 100644 --- a/docs/hypernode-platform/autoscaling/how-does-horizontal-autoscaling-work.md +++ b/docs/hypernode-platform/autoscaling/how-does-horizontal-autoscaling-work.md @@ -127,13 +127,13 @@ After the version validation, please verify the MySQL host is set to `mysqlmaste You should see something similar to `'host' => 'mysqlmaster',`. If this is not the case please make sure the database connection host is set to `mysqlmaster` instead of `localhost` or `127.0.0.1` in the magento configuration file at `/app/etc/env.php`. -#### Make sure supervisor is disabled and that there are no supervisor services configured. +#### Disable supervisor services -What should we write here? +Make sure supervisor is disabled and that there are no supervisor services configured. -#### Make sure podman is disabled and that there are no podman services running +#### Disable Podman services -What should we write here? +Make sure podman is disabled and that there are no podman services running ### Application Specific Requirements - Magento2 From 8ee7d120a1d392dd8fa565061ee34c39e13178a0 Mon Sep 17 00:00:00 2001 From: Hritik Kothari Date: Fri, 3 Jan 2025 14:24:05 +0100 Subject: [PATCH 3/3] add dot --- .../autoscaling/how-does-horizontal-autoscaling-work.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hypernode-platform/autoscaling/how-does-horizontal-autoscaling-work.md b/docs/hypernode-platform/autoscaling/how-does-horizontal-autoscaling-work.md index a553ff25..d5391c2e 100644 --- a/docs/hypernode-platform/autoscaling/how-does-horizontal-autoscaling-work.md +++ b/docs/hypernode-platform/autoscaling/how-does-horizontal-autoscaling-work.md @@ -133,7 +133,7 @@ Make sure supervisor is disabled and that there are no supervisor services confi #### Disable Podman services -Make sure podman is disabled and that there are no podman services running +Make sure podman is disabled and that there are no podman services running. ### Application Specific Requirements - Magento2