Merge "Keystone CI job using ldap domain specific driver"
This commit is contained in:
commit
cf5653cca7
@ -210,3 +210,44 @@
|
||||
- devstack-logs
|
||||
- test-results
|
||||
- console-log
|
||||
|
||||
- job-template:
|
||||
name: '{pipeline}-keystone-dsvm-functional-ldap-domain-specific-driver-{node}{suffix}'
|
||||
node: '{node}'
|
||||
|
||||
wrappers:
|
||||
- build-timeout:
|
||||
timeout: 70
|
||||
- timestamps
|
||||
|
||||
builders:
|
||||
- link-logs
|
||||
- net-info
|
||||
- devstack-checkout
|
||||
- local_conf:
|
||||
conf: |
|
||||
[[local|localrc]]
|
||||
TEMPEST_PLUGINS='/opt/stack/new/keystone-tempest-plugin'
|
||||
# Enables ldap service and sets its password
|
||||
enable_service ldap
|
||||
KEYSTONE_CLEAR_LDAP=yes
|
||||
LDAP_PASSWORD='nomoresecret'
|
||||
- shell: |
|
||||
#!/bin/bash -xe
|
||||
export PYTHONUNBUFFERED=true
|
||||
export PROJECTS="openstack/keystone-tempest-plugin $PROJECTS"
|
||||
export DEVSTACK_GATE_TEMPEST=1
|
||||
export DEVSTACK_PROJECT_FROM_GIT=python-keystoneclient
|
||||
export BRANCH_OVERRIDE={branch-override}
|
||||
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
|
||||
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
|
||||
fi
|
||||
|
||||
export DEVSTACK_GATE_TEMPEST_REGEX='keystone_tempest_plugin'
|
||||
|
||||
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
|
||||
|
@ -6031,6 +6031,11 @@
|
||||
node: ubuntu-xenial-2-node
|
||||
branch-override: default
|
||||
node-release: ubuntu-xenial
|
||||
- '{pipeline}-keystone-dsvm-functional-ldap-domain-specific-driver-{node}{suffix}':
|
||||
pipeline: gate
|
||||
suffix: '-nv'
|
||||
branch-override: default
|
||||
node: ubuntu-xenial
|
||||
|
||||
- project:
|
||||
name: keystone-specs
|
||||
|
@ -10912,6 +10912,7 @@ projects:
|
||||
- gate-keystone-tox-patch_cover-ubuntu-xenial
|
||||
- gate-keystone-dsvm-grenade-multinode-ubuntu-xenial-nv
|
||||
- gate-keystone-osa-rolling-upgrade-ubuntu-xenial-nv
|
||||
- gate-keystone-dsvm-functional-ldap-domain-specific-driver-ubuntu-xenial-nv
|
||||
|
||||
- name: openstack/keystone-specs
|
||||
template:
|
||||
|
Loading…
Reference in New Issue
Block a user