integ/config/puppet-modules/openstack/puppet-horizon-17.4.0/debian/deb_patches/0001-Change-memcached-dependency.patch
Fabiano Correa Mercer 710561e26d Add puppet-memcached with FQDN support
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>
2023-11-01 15:19:13 -03:00

28 lines
881 B
Diff

From 7bd6c2bddb9285af15988247a8fbee2e56fd8a18 Mon Sep 17 00:00:00 2001
From: Teresa Ho <teresa.ho@windriver.com>
Date: Mon, 17 Jul 2023 17:56:27 -0400
Subject: [PATCH 1/2] Change memcached dependency
Signed-off-by: Teresa Ho <teresa.ho@windriver.com>
Signed-off-by: Fabiano Correa Mercer <fabiano.correamercer@windriver.com>
---
debian/control | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 58c178c..3239aa7 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,7 @@ Depends:
puppet-module-openstacklib (>= 17.4.0),
puppet-module-puppetlabs-apache (>= 5.0.0),
puppet-module-puppetlabs-stdlib,
- puppet-module-saz-memcached,
+ puppet-memcached,
${misc:Depends},
Description: Puppet module for OpenStack Horizon
Puppet lets you centrally manage every important aspect of your system using a
--
2.25.1