zaqar/devstack
wanghao 6b34431779 Optimize devstack plugin
For fixing the issue that mongodb in not in ubuntu 22.04 release, we need
to give a work-around way to install mongodb successfully in 22.04.

Change-Id: I5bb488f33d1c24298bb96e2702d2c98415db6cf4
2023-01-28 14:18:15 +08:00
..
upgrade Native Zuul v3 version of the grenade jobs 2020-08-23 20:06:05 +02:00
plugin.sh Optimize devstack plugin 2023-01-28 14:18:15 +08:00
README.rst update devstack README.rst with more info 2017-12-03 21:17:05 +00:00
settings [goal] Deprecate the JSON formatted policy file 2021-02-17 00:58:28 +00: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