Add NFS devstack plugin
Plugin to configure NFS for devstack. Change-Id: I6cd01169a4d2eeaff3952c4f90254a6fca6615ae
This commit is contained in:
parent
0829f565dd
commit
9225c4cedd
14
gerrit/acls/openstack/devstack-plugin-nfs.config
Normal file
14
gerrit/acls/openstack/devstack-plugin-nfs.config
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
[access "refs/heads/*"]
|
||||||
|
abandon = group devstack-plugin-nfs-core
|
||||||
|
label-Code-Review = -2..+2 group devstack-plugin-nfs-core
|
||||||
|
label-Workflow = -1..+1 group devstack-plugin-nfs-core
|
||||||
|
|
||||||
|
[access "refs/tags/*"]
|
||||||
|
pushSignedTag = group devstack-plugin-nfs-release
|
||||||
|
|
||||||
|
[receive]
|
||||||
|
requireChangeId = true
|
||||||
|
requireContributorAgreement = true
|
||||||
|
|
||||||
|
[submit]
|
||||||
|
mergeContent = true
|
@ -1278,6 +1278,8 @@
|
|||||||
acl-config: /home/gerrit2/acls/openstack/oslo.messaging.config
|
acl-config: /home/gerrit2/acls/openstack/oslo.messaging.config
|
||||||
groups:
|
groups:
|
||||||
- oslo
|
- oslo
|
||||||
|
- project: openstack/devstack-plugin-nfs
|
||||||
|
description: DevStack plugin to configure NFS backend.
|
||||||
- project: openstack/devstack-plugin-pika
|
- project: openstack/devstack-plugin-pika
|
||||||
description: DevStack plugin to configure Pika RabbitMQ driver.
|
description: DevStack plugin to configure Pika RabbitMQ driver.
|
||||||
acl-config: /home/gerrit2/acls/openstack/oslo.messaging.config
|
acl-config: /home/gerrit2/acls/openstack/oslo.messaging.config
|
||||||
|
@ -2297,6 +2297,40 @@
|
|||||||
- devstack-logs
|
- devstack-logs
|
||||||
- console-log
|
- console-log
|
||||||
|
|
||||||
|
- job-template:
|
||||||
|
name: '{pipeline}-tempest-dsvm-full-devstack-plugin-nfs{job-suffix}'
|
||||||
|
node: '{node}'
|
||||||
|
|
||||||
|
wrappers:
|
||||||
|
- build-timeout:
|
||||||
|
timeout: 180
|
||||||
|
- timestamps
|
||||||
|
|
||||||
|
builders:
|
||||||
|
- link-logs
|
||||||
|
- net-info
|
||||||
|
- devstack-checkout
|
||||||
|
- shell: |
|
||||||
|
#!/bin/bash -xe
|
||||||
|
export PYTHONUNBUFFERED=true
|
||||||
|
export DEVSTACK_GATE_TEMPEST=1
|
||||||
|
export DEVSTACK_GATE_TEMPEST_FULL=1
|
||||||
|
|
||||||
|
export PROJECTS="{plugin-repo} $PROJECTS"
|
||||||
|
export DEVSTACK_LOCAL_CONFIG="enable_plugin devstack-plugin-{plugin} git://git.openstack.org/{plugin-repo}"
|
||||||
|
export DEVSTACK_LOCAL_CONFIG+="ENABLE_NFS_CINDER=True"
|
||||||
|
|
||||||
|
export BRANCH_OVERRIDE={branch-override}
|
||||||
|
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
|
||||||
|
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
|
||||||
|
fi
|
||||||
|
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
|
||||||
|
./safe-devstack-vm-gate-wrap.sh
|
||||||
|
|
||||||
|
publishers:
|
||||||
|
- devstack-logs
|
||||||
|
- console-log
|
||||||
|
|
||||||
|
|
||||||
- job-template:
|
- job-template:
|
||||||
name: '{pipeline}-tempest-dsvm-full-lio{job-suffix}'
|
name: '{pipeline}-tempest-dsvm-full-lio{job-suffix}'
|
||||||
|
@ -1300,6 +1300,18 @@
|
|||||||
plugin-repo: openstack/devstack-plugin-kafka
|
plugin-repo: openstack/devstack-plugin-kafka
|
||||||
job-suffix: ''
|
job-suffix: ''
|
||||||
|
|
||||||
|
- project:
|
||||||
|
name: devstack-plugin-nfs
|
||||||
|
jobs:
|
||||||
|
- gate-{name}-bashate
|
||||||
|
- '{pipeline}-tempest-dsvm-full-devstack-plugin-nfs{job-suffix}':
|
||||||
|
node: ubuntu-trusty
|
||||||
|
pipeline: gate
|
||||||
|
plugin: nfs
|
||||||
|
plugin-repo: openstack/devstack-plugin-nfs
|
||||||
|
job-suffix: ''
|
||||||
|
branch-override: default
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: devstack-plugin-pika
|
name: devstack-plugin-pika
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -5040,6 +5040,17 @@ projects:
|
|||||||
- gate-devstack-plugin-kafka-bashate
|
- gate-devstack-plugin-kafka-bashate
|
||||||
- gate-tempest-dsvm-full-kafka
|
- gate-tempest-dsvm-full-kafka
|
||||||
|
|
||||||
|
- name: openstack/devstack-plugin-nfs
|
||||||
|
template:
|
||||||
|
- name: merge-check
|
||||||
|
check:
|
||||||
|
- gate-devstack-plugin-nfs-bashate
|
||||||
|
- gate-tempest-dsvm-full-devstack-plugin-nfs
|
||||||
|
gate:
|
||||||
|
- gate-devstack-plugin-nfs-bashate
|
||||||
|
- gate-tempest-dsvm-full-devstack-plugin-nfs
|
||||||
|
|
||||||
|
|
||||||
- name: openstack/devstack-plugin-pika
|
- name: openstack/devstack-plugin-pika
|
||||||
template:
|
template:
|
||||||
- name: merge-check
|
- name: merge-check
|
||||||
|
Loading…
Reference in New Issue
Block a user