A Devstack-plugin that installs a VMAX backend
Change-Id: Ib5bcc1693b6fe1e4e17f7d52d39b10fd44e90e52
This commit is contained in:
parent
dc699f8bb8
commit
d1174ffc5a
11
gerrit/acls/openstack/devstack-plugin-vmax.config
Normal file
11
gerrit/acls/openstack/devstack-plugin-vmax.config
Normal file
@ -0,0 +1,11 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group devstack-plugin-vmax-core
|
||||
label-Code-Review = -2..+2 group devstack-plugin-vmax-core
|
||||
label-Workflow = -1..+1 group devstack-plugin-vmax-core
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -3567,6 +3567,9 @@
|
||||
description: DevStack plugin to configure Sheepdog backend.
|
||||
- project: openstack/devstack-plugin-tar-installer
|
||||
description: DevStack plugin to install software from tar releases
|
||||
- project: openstack/devstack-plugin-vmax
|
||||
description: DevStack plugin to configure VMAX backend
|
||||
upstream: https://github.com/okpoyu/devstack-plugin-vmax
|
||||
- project: openstack/devstack-plugin-zmq
|
||||
description: DevStack plugin to configure ZMQ.
|
||||
acl-config: /home/gerrit2/acls/openstack/oslo.messaging.config
|
||||
|
@ -4023,6 +4023,12 @@
|
||||
jobs:
|
||||
- gate-{name}-bashate
|
||||
|
||||
- project:
|
||||
name: devstack-plugin-vmax
|
||||
|
||||
jobs:
|
||||
- gate-{name}-bashate
|
||||
|
||||
- project:
|
||||
name: devstack-plugin-zmq
|
||||
|
||||
|
@ -9028,6 +9028,14 @@ projects:
|
||||
gate:
|
||||
- gate-devstack-plugin-tar-installer-bashate
|
||||
|
||||
- name: openstack/devstack-plugin-vmax
|
||||
template:
|
||||
- name: merge-check
|
||||
check:
|
||||
- gate-devstack-plugin-vmax-bashate
|
||||
gate:
|
||||
- gate-devstack-plugin-vmax-bashate
|
||||
|
||||
- name: openstack/devstack-plugin-zmq
|
||||
template:
|
||||
- name: merge-check
|
||||
|
Loading…
Reference in New Issue
Block a user