Skip to content

Commit

Permalink
Remove neutron customization from local.conf
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
vyzigold committed Mar 27, 2024
1 parent 35d6fbe commit 55c32fc
Showing 1 changed file with 10 additions and 21 deletions.
31 changes: 10 additions & 21 deletions ci/integration/metrics/local.conf
Original file line number Diff line number Diff line change
@@ -1,31 +1,20 @@
[[local|localrc]]

ADMIN_PASSWORD=wubbalubbadubdub
ADMIN_PASSWORD=secret
DATABASE_PASSWORD=$ADMIN_PASSWORD
RABBIT_PASSWORD=$ADMIN_PASSWORD
SERVICE_PASSWORD=$ADMIN_PASSWORD
REDIS_PASSWORD=$ADMIN_PASSWORD

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

disable_service horizon
USE_PYTHON3="True"

VERBOSE="True"

VERBOSE_NO_TIMESTAMP="True"

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

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_service ovn-northd
enable_service ovn-controller
disable_service q-ovn-metadata-agent
enable_service q-svc
disable_service q-agt
disable_service q-l3
disable_service q-dhcp
disable_service q-meta
enable_plugin ceilometer https://opendev.org/openstack/ceilometer

SWIFT_HASH=6663d6b56c1f479c8b4e70ab5c2666f5
SWIFT_REPLICAS=1
SWIFT_DATA_DIR=$DEST/data
INSTALL_TEMPEST=True

0 comments on commit 55c32fc

Please sign in to comment.