summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColleen Murphy <colleen.murphy@suse.de>2019-10-08 16:08:46 -0700
committerColleen Murphy <colleen.murphy@suse.de>2019-10-17 14:36:33 -0700
commit5ba1b6ace597e9ce5fd25edac874c73abfabf743 (patch)
tree7f71d22e2c017fee1d781a3e8dfcf408b4089af2
parent7668597c5626bc9eb63b6d468a979fb74357ce44 (diff)
downloadkeystone-5ba1b6ace597e9ce5fd25edac874c73abfabf743.tar.gz
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. This cherry-pick removes the explicit use of python3 since it doesn't quite work on this old of a branch. [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 52ab0cf579445190483f3a6f0e3aa5db0a9ebdef) (cherry picked from commit 0f6c6061b3026dc7a33bffad20848ebd3341af4b) (cherry picked from commit 429923fbb3be7229b0c6c1b6136b230d86672bcf) (cherry picked from commit 2f7155065456a3142ea05317dd82b370c70a7fdf) (cherry picked from commit 8b8a8f2c54820e13403746784843df017812896f)
-rw-r--r--.zuul.yaml12
1 files changed, 11 insertions, 1 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 6363d9b0a..59f5d8241 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -1,3 +1,13 @@
+- job:
+ name: keystone-dsvm-ldap-domain-specific-driver
+ parent: devstack-tempest
+ vars:
+ devstack_localrc:
+ KEYSTONE_CLEAR_LDAP: 'yes'
+ LDAP_PASSWORD: 'nomoresecret'
+ devstack_services:
+ ldap: true
+
- project:
templates:
- openstack-python-jobs
@@ -20,7 +30,7 @@
- ^keystone/tests/unit/.*$
- ^releasenotes/.*$
- openstack-tox-cover
- - legacy-tempest-dsvm-ldap-domain-specific-driver:
+ - keystone-dsvm-ldap-domain-specific-driver:
voting: false
irrelevant-files:
- ^(test-|)requirements.txt$