Skip to content

Commit 713aa41

Browse files
committed
Remove neutron customization from local.conf
We have an issue in CI, where devstack can't install successfully because of neutron plugin failing to copy some files. This is an attempt to fix the CI by moving the local.conf a little closer to what worked for me when deploying devstack localy recently.
1 parent 35d6fbe commit 713aa41

File tree

1 file changed

+11
-21
lines changed

1 file changed

+11
-21
lines changed

ci/integration/metrics/local.conf

Lines changed: 11 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,21 @@
11
[[local|localrc]]
2-
3-
ADMIN_PASSWORD=wubbalubbadubdub
2+
ADMIN_PASSWORD=secret
43
DATABASE_PASSWORD=$ADMIN_PASSWORD
54
RABBIT_PASSWORD=$ADMIN_PASSWORD
65
SERVICE_PASSWORD=$ADMIN_PASSWORD
7-
REDIS_PASSWORD=$ADMIN_PASSWORD
86

9-
enable_plugin ceilometer https://opendev.org/openstack/ceilometer.git
107
CEILOMETER_BACKEND=none
118
CEILOMETER_PIPELINE_INTERVAL=60
12-
enable_service ceilometer-acompute ceilometer-acentral ceilometer-anotification
139

14-
disable_service horizon
10+
USE_PYTHON3="True"
11+
12+
VERBOSE="True"
1513

16-
Q_AGENT=ovn
17-
Q_ML2_PLUGIN_MECHANISM_DRIVERS=ovn,logger
18-
Q_ML2_PLUGIN_TYPE_DRIVERS=local,flat,vlan,geneve
19-
Q_ML2_TENANT_NETWORK_TYPE="geneve"
20-
enable_service ovn-northd
21-
enable_service ovn-controller
22-
disable_service q-ovn-metadata-agent
23-
enable_service q-svc
24-
disable_service q-agt
25-
disable_service q-l3
26-
disable_service q-dhcp
27-
disable_service q-meta
14+
VERBOSE_NO_TIMESTAMP="True"
15+
16+
LIBS_FROM_GIT=aodh,ceilometer,cinder,devstack,devstack-gate,dib-utils,diskimage-builder,glance,heat,keystone,neutron,nova,placement,requirements,swift,sg-core,python-observabilityclient
17+
18+
enable_plugin ceilometer https://opendev.org/openstack/ceilometer
19+
disable_service horizon
2820

29-
SWIFT_HASH=6663d6b56c1f479c8b4e70ab5c2666f5
30-
SWIFT_REPLICAS=1
31-
SWIFT_DATA_DIR=$DEST/data
21+
INSTALL_TEMPEST=True

0 commit comments

Comments
 (0)