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>
32 lines
1.2 KiB
Plaintext
32 lines
1.2 KiB
Plaintext
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
|
|
|
Upstream-Name: puppet-memcached
|
|
Upstream-Contact: https://github.com/saz
|
|
Source: https://github.com/saz/puppet-memcached
|
|
Files: *
|
|
Copyright: (C) 2011-2016 https://github.com/saz
|
|
License: Apache-2.0
|
|
|
|
Upstream-Name: puppet-memcached
|
|
Upstream-Contact: StarlingX Developers <starlingx-discuss@lists.starlingx.io>
|
|
Source: https://opendev.org/starlingx/integ/src/branch/master/config/puppet-modules/puppet-memcached
|
|
Files: debian/*
|
|
Copyright: (c) 2023 Wind River Systems, Inc.
|
|
License: Apache-2.0
|
|
|
|
License: Apache-2.0
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
.
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
.
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
.
|
|
On Debian systems, the complete text of the Apache License Version 2.0
|
|
can be found in `/usr/share/common-licenses/Apache-2.0'.
|