
OVS jobs with GLOBAL_VENV=True are being fixed with [1] so we can use it in the default way again. [1] https://review.opendev.org/c/openstack/devstack/+/892848 Change-Id: I56a6d04eb7b9f236fe54e336e84092706df787e7
82 lines
2.7 KiB
YAML
82 lines
2.7 KiB
YAML
---
|
|
|
|
- project-template:
|
|
name: devstack-tobiko-ovs
|
|
description: |
|
|
DevStack jobs intended to gate Tobiko project changes
|
|
check: &CHECK
|
|
jobs:
|
|
- devstack-tobiko-ovs
|
|
gate:
|
|
jobs:
|
|
- devstack-tobiko-ovs
|
|
periodic: *CHECK
|
|
|
|
|
|
# --- STANDALONE -------------------------------------------------------------
|
|
|
|
- job:
|
|
name: devstack-tobiko-ovs
|
|
parent: devstack-tobiko
|
|
description: |
|
|
Base Tobiko devstack job to be used with ML2/OVS.
|
|
voting: true
|
|
vars: &OVS_VARS
|
|
# TODO(fressi): restore name servers list as soon external connectivity
|
|
# is fixed
|
|
ipv4_dns_nameservers: []
|
|
devstack_localrc:
|
|
NETWORK_API_EXTENSIONS: >-
|
|
address-scope,agent,allowed-address-pairs,auto-allocated-topology,
|
|
availability_zone,binding,default-subnetpools,dhcp_agent_scheduler,
|
|
dns-domain-ports,dns-integration,dvr,empty-string-filtering,
|
|
ext-gw-mode,external-net,extra_dhcp_opt,extraroute,filter-validation,
|
|
fip-port-details,flavors,ip-substring-filtering,l3-flavors,l3-ha,
|
|
l3_agent_scheduler,logging,metering,multi-provider,net-mtu,
|
|
net-mtu-writable,network-ip-availability,network_availability_zone,
|
|
pagination,port-security,project-id,provider,qos,
|
|
qos-bw-minimum-ingress,qos-fip,quotas,quota_details,rbac-policies,
|
|
router,router_availability_zone,security-group,
|
|
port-mac-address-regenerate,port-security-groups-filtering,
|
|
segment,service-type,sorting,standard-attr-description,
|
|
standard-attr-revisions,standard-attr-segment,
|
|
standard-attr-timestamp,standard-attr-tag,subnet_allocation,
|
|
trunk,trunk-details,uplink-status-propagation
|
|
Q_AGENT: openvswitch
|
|
Q_ML2_TENANT_NETWORK_TYPE: vxlan
|
|
Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
|
|
|
|
devstack_services:
|
|
# Disable OVN services
|
|
ovn-controller: false
|
|
ovn-northd: false
|
|
ovs-vswitchd: false
|
|
ovsdb-server: false
|
|
q-ovn-metadata-agent: false
|
|
# Neutron services
|
|
q-agt: true
|
|
q-dhcp: true
|
|
q-l3: true
|
|
q-log: true
|
|
q-meta: true
|
|
q-metering: true
|
|
q-port-forwarding: true
|
|
q-qos: true
|
|
neutron-segments: true
|
|
neutron-trunk: false
|
|
br-ex-tcpdump: true
|
|
br-int-flows: true
|
|
c-bak: false
|
|
dstat: false
|
|
etcd: false
|
|
placement-api: true
|
|
s-account: false
|
|
s-container: false
|
|
s-object: false
|
|
s-proxy: false
|
|
tls-proxy: true
|
|
designate: true
|
|
devstack_plugins:
|
|
neutron: "https://opendev.org/openstack/neutron"
|
|
designate: https://opendev.org/openstack/designate.git
|