ee97db7c52
This patch cleary enables a `neutron plugin` for the functional test
of `tacker-functional-devstack-multinode-sol-kubernetes` in zuul.
[1] is fixed in the Octavia on the assumption that using a `octavia
create_network_interface_device` function[2] of the Neutron.
According to [1], if using the Octavia, it seems that the
`neutron plugin` needs to be clearly define.
Also currentry the functional test of
`tacker-functional-devstack-multinode-sol-kubernetes` is not became
`-1` status on zuul when zuul's result even is `RETRY_LIMIT` because
job's voting is `non-vorting`. So this patch changes from
`non-voting` to `voting` in zuul's job results.
[1] 651f095a81
[2] https://github.com/openstack/neutron/blob/master/devstack/lib/octavia#L7-L28
Closes-Bug: 1919396
Change-Id: I999a2c7c06528c7470cec2161bdd361a67a8da6f
75 lines
2.2 KiB
Plaintext
75 lines
2.2 KiB
Plaintext
[[local|localrc]]
|
|
############################################################
|
|
# Customize the following HOST_IP based on your installation
|
|
############################################################
|
|
HOST_IP=127.0.0.1
|
|
|
|
ADMIN_PASSWORD=devstack
|
|
MYSQL_PASSWORD=devstack
|
|
RABBIT_PASSWORD=devstack
|
|
SERVICE_PASSWORD=$ADMIN_PASSWORD
|
|
SERVICE_TOKEN=devstack
|
|
|
|
############################################################
|
|
# Customize the following section based on your installation
|
|
############################################################
|
|
|
|
# Pip
|
|
PIP_USE_MIRRORS=False
|
|
USE_GET_PIP=1
|
|
|
|
#OFFLINE=False
|
|
#RECLONE=True
|
|
|
|
# Logging
|
|
LOGFILE=$DEST/logs/stack.sh.log
|
|
VERBOSE=True
|
|
ENABLE_DEBUG_LOG_LEVEL=True
|
|
ENABLE_VERBOSE_LOG_LEVEL=True
|
|
|
|
# Neutron ML2 with OpenVSwitch
|
|
Q_PLUGIN=ml2
|
|
Q_AGENT=openvswitch
|
|
|
|
# Disable security groups
|
|
Q_USE_SECGROUP=False
|
|
LIBVIRT_FIREWALL_DRIVER=nova.virt.firewall.NoopFirewallDriver
|
|
|
|
# Enable neutron, heat, networking-sfc, barbican and mistral
|
|
enable_plugin neutron https://opendev.org/openstack/neutron master
|
|
enable_plugin heat https://opendev.org/openstack/heat master
|
|
enable_plugin networking-sfc https://opendev.org/openstack/networking-sfc master
|
|
enable_plugin barbican https://opendev.org/openstack/barbican master
|
|
enable_plugin mistral https://opendev.org/openstack/mistral master
|
|
|
|
# Ceilometer
|
|
#CEILOMETER_PIPELINE_INTERVAL=300
|
|
enable_plugin ceilometer https://opendev.org/openstack/ceilometer master
|
|
enable_plugin aodh https://opendev.org/openstack/aodh master
|
|
|
|
# Blazar
|
|
enable_plugin blazar https://github.com/openstack/blazar.git master
|
|
|
|
# Tacker
|
|
enable_plugin tacker https://opendev.org/openstack/tacker master
|
|
|
|
enable_service n-novnc
|
|
enable_service n-cauth
|
|
|
|
disable_service tempest
|
|
|
|
# Enable kuryr-kubernetes, docker, octavia
|
|
KUBERNETES_VIM=True
|
|
enable_plugin kuryr-kubernetes https://opendev.org/openstack/kuryr-kubernetes master
|
|
enable_plugin octavia https://opendev.org/openstack/octavia master
|
|
enable_plugin devstack-plugin-container https://opendev.org/openstack/devstack-plugin-container master
|
|
#KURYR_K8S_CLUSTER_IP_RANGE="10.0.0.0/24"
|
|
|
|
[[post-config|/etc/neutron/dhcp_agent.ini]]
|
|
[DEFAULT]
|
|
enable_isolated_metadata = True
|
|
|
|
[[post-config|$OCTAVIA_CONF]]
|
|
[controller_worker]
|
|
amp_active_retries=9999
|