Flex Gateway新着情報
Governance新着情報
Monitoring API ManagerThese are the release notes for the Runtime Fabric install scripts (rtf-install-scripts). You use the install scripts to provision a new Runtime Fabric on VMs/Bare Metal.
July 17, 2023
The Runtime Fabric install script is updated to use the new rtfctl appliance binary.
| Issue Resolution | Issue |
|---|---|
Subnets creation no longer fail if VPC CIDR (Virtual Private Clouds Classless Inter-Domain Routing) block has a prefix higher than 16. |
W-10631575 |
August 29, 2022
This release adds the ClusterName tag to identify a cluster by its name.
| Description | Issue |
|---|---|
The install scripts now automatically installs the |
W-11588493 |
March 31, 2022
During installation, you can now set an optional variable, RTF_PRIVATE_INTERFACE, to allow private IP addresses to be discovered from the network interface.
January 19, 2022
Added support for RHEL/CentOS 8.4 using installer version 1.1.1636064094-8b70d2d or later.
| Description | Issue |
|---|---|
The install script now supports spaces in tags. |
SE-22511 |
The install script no longer attempts to add nodes if the cluster is not in an "active" state. |
SE-22610 |
The install script no longer runs |
SE-22553 |
| Known Issue | Workaround | ID |
|---|---|---|
For RHEL/CentOS 8.4, the install scripts disable the Network Mangager Cloud Setup ( |
If you’re upgrading your node operating systems from RHEL/CentOS 8.3 to 8.4, you must disable the cat > disable_nm_cloud.sh << 'EOF'
#!/bin/bash
function perform_os_specific_operations() {
set +e
if [[ "$ID_LIKE" == *"fedora"* ]] && [[ $VERSION_ID == 8.4 ]]; then
echo "Disabling nm-cloud-setup service on RHEL 8.4"
systemctl disable nm-cloud-setup.service nm-cloud-setup.timer
systemctl stop nm-cloud-setup.service nm-cloud-setup.timer
echo "Removing ip rule prio 30400 on RHEL 8.4"
ip rule del prio 30400
if [[ -d "/etc/systemd/system/nm-cloud-setup.service.d" ]]; then
rm -rf /etc/systemd/system/nm-cloud-setup.service.d
fi
echo "Restarting NetworkManager.service on RHEL 8.4"
systemctl restart NetworkManager.service
fi
set -e
}
source /etc/os-release
perform_os_specific_operations
EOF
sudo chmod +x ./disable_nm_cloud.sh
sudo ./disable_nm_cloud.sh
|
N/A |
August 27, 2021
| Description | Issue |
|---|---|
Appliance upgrades now install iptables on all nodes if that functionality is not already installed. |
SE-21995 |
Appliance upgrades disable firewalld and add the corresponding iptables rules across all nodes. |
SE-22018 |
July 14, 2021
Added support for Ubuntu 18.04 using installer version 1.1.1625094374-7058b20 or later.
Removed support for firewalld and added support for iptables on RHEL/Centos 8.x .
Removed the Terraform variable internal_interface from the AWS install scripts.
This release includes the following fixed issues:
| Issue | Description |
|---|---|
SE-21706 |
Install scripts for Azure no longer fail with an "`opt` does not exist" error on RHEL and CentOS 8.x versions. |
April 30, 2021
Added the Terraform variable block-aws-metadata-svc, which allows or blocks access to the AWS Instance Metadata Service (IMDS).
The Terraform variable disable_selinux now has a default value of true.