A Devstack-plugin that installs a VMAX backend

Change-Id: Ib5bcc1693b6fe1e4e17f7d52d39b10fd44e90e52
This commit is contained in:
Unana Okpoyo 2017-06-16 10:24:46 +01:00
parent dc699f8bb8
commit d1174ffc5a
4 changed files with 28 additions and 0 deletions

View 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

View File

@ -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

View File

@ -4023,6 +4023,12 @@
jobs:
- gate-{name}-bashate
- project:
name: devstack-plugin-vmax
jobs:
- gate-{name}-bashate
- project:
name: devstack-plugin-zmq

View File

@ -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