Merge "Fix OVS configuration"

This commit is contained in:
Zuul 2021-11-19 06:58:57 +00:00 committed by Gerrit Code Review
commit 66c5c822f4

View File

@ -6,30 +6,42 @@ RABBIT_PASSWORD=$ADMIN_PASSWORD
SERVICE_PASSWORD=$ADMIN_PASSWORD
LOGFILE=/opt/stack/devstack/stack.log
LOG_COLOR=False
VERBOSE=True
LOG_COLOR=True
# Enable required services ----------------------------------------------------
enable_service key
enable_service mysql
enable_service placement-api
enable_service placement-client
enable_service rabbit
# Disable unrequired services -------------------------------------------------
disable_service horizon
disable_service tempest
# Configure Nova --------------------------------------------------------------
enable_service n-api
enable_service n-api-meta
enable_service n-cond
enable_service n-cpu
enable_service n-crt
enable_service n-sch
enable_service n-sproxy
# Configure Neutron -----------------------------------------------------------
enable_plugin neutron https://opendev.org/openstack/neutron.git
HOST_IP=192.168.33.10
IP_VERSION=4
Q_AGENT=ovs
enable_service neutron
enable_service q-agt
enable_service q-dhcp
enable_service q-l3
enable_service q-log
enable_service q-meta
enable_service q-qos
enable_service q-svc
HOST_IP=192.168.33.10
IP_VERSION=4
Q_PLUGIN=ml2
Q_AGENT=openvswitch
Q_ML2_PLUGIN_MECHANISM_DRIVERS=openvswitch
@ -38,13 +50,19 @@ Q_ML2_TENANT_NETWORK_TYPE=vlan
# ENABLE_TENANT_TUNNELS=True
ENABLE_TENANT_VLANS=True
# Configure Heat --------------------------------------------------------------
# Configure Glance ------------------------------------------------------------
enable_service g-api
# Configure Cinder ------------------------------------------------------------
enable_service c-api
enable_service c-sch
enable_service c-vol
# Configure Heat --------------------------------------------------------------
enable_plugin heat https://opendev.org/openstack/heat.git
# Configure Tobiko ------------------------------------------------------------
enable_plugin devstack-plugin-tobiko https://opendev.org/x/devstack-plugin-tobiko.git
TOBIKO_NEUTRON_IPV4_DNS_NAMESERVERS=1.1.1.1,8.8.8.8