-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlocal.conf
executable file
·53 lines (47 loc) · 1.72 KB
/
local.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
[[local|localrc]]
ADMIN_PASSWORD=secret
DATABASE_PASSWORD=$ADMIN_PASSWORD
RABBIT_PASSWORD=$ADMIN_PASSWORD
SERVICE_PASSWORD=$ADMIN_PASSWORD
IP_VERSION=4
OCTAVIA_AMP_IMAGE_FILE=/var/tmp/amphora-x64-haproxy.qcow2
IMAGE_URLS+="https://cloud-images.ubuntu.com/releases/jammy/release-20230107/ubuntu-22.04-server-cloudimg-amd64.img"
# Neutron
Q_AGENT=ovn
Q_ML2_PLUGIN_MECHANISM_DRIVERS=ovn,logger
Q_ML2_PLUGIN_TYPE_DRIVERS=local,flat,vlan,geneve
Q_ML2_TENANT_NETWORK_TYPE="geneve"
ENABLE_CHASSIS_AS_GW=True
enable_service ovn-northd
enable_service ovn-controller
enable_service q-ovn-metadata-agent
# Use Neutron
enable_service q-svc
# Disable Neutron agents not used with OVN.
disable_service q-agt
disable_service q-l3
disable_service q-dhcp
disable_service q-meta
# Enable services, these services depend on neutron plugin.
enable_service q-trunk
enable_service q-dns
enable_service q-port-forwarding
enable_service q-qos
enable_service neutron-segments
enable_service q-log
disable_service tempest
disable_service q-lbaas
enable_plugin neutron https://opendev.org/openstack/neutron stable/zed
enable_plugin barbican https://opendev.org/openstack/barbican stable/zed
enable_plugin heat https://opendev.org/openstack/heat stable/zed
enable_plugin heat-dashboard https://opendev.org/openstack/heat-dashboard stable/zed
enable_plugin octavia https://opendev.org/openstack/octavia stable/zed
enable_plugin octavia-dashboard https://opendev.org/openstack/octavia-dashboard stable/zed
enable_plugin ovn-octavia-provider https://opendev.org/openstack/ovn-octavia-provider stable/zed
enable_service s-proxy s-object s-container s-account
enable_service octavia
enable_service o-cw
enable_service o-hk
enable_service o-hm
enable_service o-api
enable_service o-da