Files
tacker/devstack/multi-nodes/k8s/local.conf.controller-k8s
Shivam Shukla 3470749197 Update Multinode Configuration local.conf Files
Tacker CI jobs were failing due to DevStack build errors with the
Neutron logger and setuptools incompatibility when Global_Venv=False.

A fix was already applied in the base job configuration used for
local.conf creation in Zuul. The same updates are now applied to
the local.conf files used for multinode testing to align with the
base configuration and avoid these issues.

Change-Id: I79f6887cc11dea3a8c161783736911f95e175a1e
Signed-off-by: Shivam Shukla <shivam.shukla3@india.nec.com>
2025-09-04 12:03:59 +00:00

63 lines
2.0 KiB
Plaintext

# Using k8s
# local.conf.controller-k8s
# NOTE: Items that are used in local.conf on Zuul but are not required
# locally have been commented out.
[[local|localrc]]
disable_all_services
enable_service container
#disable_service etcd3
enable_service k8s-master
enable_service ovn-controller
enable_service ovn-northd
enable_service ovs-vswitchd
enable_service ovsdb-server
enable_service q-ovn-metadata-agent
ADMIN_PASSWORD="secretadmin"
#CELLSV2_SETUP="singleconductor"
CONTAINER_ENGINE="crio"
CRIO_VERSION="1.30.5"
DATABASE_HOST="192.168.56.21"
DATABASE_PASSWORD="secretdatabase"
DATABASE_TYPE="mysql"
ENABLE_CHASSIS_AS_GW="False"
ENABLE_SYSCTL_MEM_TUNING="True"
ENABLE_SYSCTL_NET_TUNING="True"
ENABLE_ZSWAP="True"
#ERROR_ON_CLONE="True"
FIXED_RANGE="10.1.0.0/20"
FLOATING_RANGE="192.168.56.0/24"
#GLANCE_HOSTPORT="10.209.133.219:9292"
GLOBAL_VENV="True"
HOST_IP="192.168.56.23"
IPV4_ADDRS_SAFE_TO_USE="10.1.0.0/20"
#IS_ZUUL_FT="True"
K8S_API_SERVER_IP="192.168.56.23"
K8S_TOKEN="9agf12.zsu5uh2m4pzt3qba"
K8S_VERSION="1.30.5"
#KEYSTONE_SERVICE_HOST="10.209.133.219"
LIBVIRT_TYPE="qemu"
LOGFILE="/opt/stack/logs/devstacklog.txt"
#LOG_COLOR="False"
MYSQL_HOST="192.168.56.21"
NETWORK_GATEWAY="10.1.0.1"
NOVA_LIBVIRT_TB_CACHE_SIZE="128"
NOVA_VNC_ENABLED="True"
NOVNC_FROM_PACKAGE="True"
OVS_BRIDGE_MAPPINGS="public:br-ex,mgmtphysnet0:br-infra"
PHYSICAL_NETWORK="mgmtphysnet0"
PUBLIC_BRIDGE_MTU="1430"
PUBLIC_NETWORK_GATEWAY="192.168.56.1"
#Q_HOST="10.209.133.219"
Q_ML2_PLUGIN_MECHANISM_DRIVERS="ovn"
RABBIT_HOST="192.168.56.21"
RABBIT_PASSWORD="secretrabbit"
SERVICE_HOST="192.168.56.21"
SERVICE_PASSWORD="secretservice"
#TACKER_HOST="10.208.192.130"
#TACKER_MODE="standalone"
USE_PYTHON3="True"
#VERBOSE="True"
VERBOSE_NO_TIMESTAMP="True"
LIBS_FROM_GIT=barbican,cinder,devstack,devstack-plugin-container,glance,heat,horizon,keystone,neutron,nova,os-test-images,placement,python-barbicanclient,python-tackerclient,requirements,swift,tacker,tacker-horizon
enable_plugin devstack-plugin-container https://opendev.org/openstack/devstack-plugin-container