710561e26d
The new release allows the use of hostname/FQDN to configure the memcached. It is necessary to configure the parameter "listen" instead of "listen_ip" (deprecated). The use of FQDN is necessary to allow the reconfiguration of the MGMT network. The management network is used extensively for all internal communication. Since the original use of the network was a private network before it was exposed for external communication in ai distributed cloud configuration, it was never designed to be reconfigured. To support MGMT network reconfiguration the idea is to configure the applications to use the hostname/FQDN instead of a static MGMT IP address. In this way, the MGMT network can be changed and the services and applications will still work since they are using the hostname/FQDN and the DNS will be responsible to translate to the current MGMT IP address. Given the complexities of supporting the multi-host reconfiguration, this task will focus on support for AIO-SX only. Test plan ( Debian only ) - AIO-SX and AIO-DX virtualbox installation - netstat -tupl ( no services are using the MGMT IP address ) Story: 2010722 Task: 48464 Depends-on: https://review.opendev.org/c/starlingx/config/+/886208 Change-Id: Ic45b9ea8055d81dd778267bf77326ad4f641d166 Signed-off-by: Fabiano Correa Mercer <fabiano.correamercer@windriver.com>
30 lines
863 B
Diff
30 lines
863 B
Diff
From 37e6c4120d18c11e20261f3050399267f927fe00 Mon Sep 17 00:00:00 2001
|
|
From: Teresa Ho <teresa.ho@windriver.com>
|
|
Date: Mon, 17 Jul 2023 17:57:38 -0400
|
|
Subject: [PATCH 2/2] Remove memcached dependency
|
|
|
|
Signed-off-by: Teresa Ho <teresa.ho@windriver.com>
|
|
Signed-off-by: Fabiano Correa Mercer <fabiano.correamercer@windriver.com>
|
|
---
|
|
metadata.json | 4 ----
|
|
1 file changed, 4 deletions(-)
|
|
|
|
diff --git a/metadata.json b/metadata.json
|
|
index 4f3d431..d0c7643 100644
|
|
--- a/metadata.json
|
|
+++ b/metadata.json
|
|
@@ -9,10 +9,6 @@
|
|
"name": "puppetlabs/stdlib",
|
|
"version_requirement": ">=5.0.0 <7.0.0"
|
|
},
|
|
- {
|
|
- "name": "saz/memcached",
|
|
- "version_requirement": ">=2.0.2 <3.5.0"
|
|
- },
|
|
{
|
|
"name": "openstack/openstacklib",
|
|
"version_requirement": ">=17.4.0 <18.0.0"
|
|
--
|
|
2.25.1
|
|
|