zaqar/devstack
Takashi Kajinami 42a61f5148 Deploy mongodb only when needed
MongoDB fails to start frequently in CI because the recent builds are
not compatible with old CPU architecture.

Let's skip deploying MongoDB when it's not actually required, to reduce
failure rate.

Change-Id: Ia20a594ea397dbc64936598548c10d40bf57256c
2024-04-19 16:38:52 +09:00
..
2024-04-19 16:38:52 +09:00

Zaqar

Enabling in Devstack

1. Download DevStack

For more info on devstack installation follow the below link:

https://docs.openstack.org/devstack/latest/

2. Add this repo as an external repository

cat > /opt/stack/devstack/local.conf << END
[[local|localrc]]
enable_plugin zaqar https://git.openstack.org/openstack/zaqar
END

3. Run devstack

cd /opt/stack/devstack
./stack.sh