Import LDAP job into project

Import the legacy-tempest-dsvm-ldap-domain-specific-driver job[1] into the
keystone repo and convert it to be Zuulv3 native.

[1] https://opendev.org/openstack/openstack-zuul-jobs/src/branch/master/playbooks/legacy/tempest-dsvm-ldap-domain-specific-driver

Change-Id: Ie0b9f13d6fb06b776d6a58d5d1087c20df8a7cda
Needed-by: https://review.opendev.org/687444
(cherry picked from commit 52ab0cf579)
This commit is contained in:
Colleen Murphy 2019-10-08 16:08:46 -07:00 committed by Colleen Murphy
parent 4a27c1e166
commit 0f6c6061b3
1 changed files with 12 additions and 1 deletions

View File

@ -77,6 +77,17 @@
bindep_profile: test py37
python_version: 3.7
- job:
name: keystone-dsvm-ldap-domain-specific-driver
parent: devstack-tempest
vars:
devstack_localrc:
KEYSTONE_CLEAR_LDAP: 'yes'
LDAP_PASSWORD: 'nomoresecret'
USE_PYTHON3: True
devstack_services:
ldap: true
# Experimental
- job:
name: keystone-tox-patch_cover
@ -188,7 +199,7 @@
- keystoneclient-devstack-functional:
voting: false
irrelevant-files: *irrelevant-files
- legacy-tempest-dsvm-ldap-domain-specific-driver:
- keystone-dsvm-ldap-domain-specific-driver:
voting: false
irrelevant-files: &tempest-irrelevant-files
- ^(test-|)requirements.txt$