660355eb86
The existing "manila-grenade" job relies on devstack-gate, a deprecated project. The Grenade project now has a native zuulv3 style job that we can inherit and run manila's upgrade tests. Manila's grenade tests are only going to run API tests, and hence this grenade job doesn't have to enable nova, cinder, glance, neutron and swift. However, bug #1887835 prevents us from disabling nova at the moment, and nova requires glance, placement and neutron to be deployed, so we'll be enabling these services too until that bug is addressed. Depends-On: Id5a9467247df1d8f0ec6dee3fae842ba673c34ed Depends-On: Ieaf37ec10db9a8bdce6bb195b76335fea9b2b52f Change-Id: I1636c612ac2475f7a00c0888ef62daa6c516eef2 Signed-off-by: Goutham Pacha Ravi <gouthampravi@gmail.com> |
||
---|---|---|
.. | ||
files | ||
upgrade | ||
apache-manila.template | ||
plugin.sh | ||
README.rst | ||
settings |
Enabling in Devstack
We can enable the manila service in DevStack. For details, please refer to development-environment-devstack, the following steps can be used as a quickstart reference:
Download DevStack
Add this repo as an external repository:
> cat local.conf [[local|localrc]] # Enable manila enable_plugin manila https://opendev.org/openstack/manila # Enable manila ui in the dashboard enable_plugin manila-ui https://opendev.org/openstack/manila-ui
run
stack.sh