94a45c1ecd
Add a new FIPS enabled gate job This job will be for Centos 8 with FIPS enabled, and will use a playbook in zuul-jobs to enable FIPS. The dogtag bindep dependencies are curently broken. Lets temporarily remove them here until we can figure out how to fix them and thereby fix the dogtag gate. Change-Id: Ibcd8cb6fc356e27266ba04cd972834dcd97c1a9b Depends-On: https://review.opendev.org/c/zuul/zuul-jobs/+/788778
24 lines
661 B
Plaintext
24 lines
661 B
Plaintext
# See openstack-infra/project-config:jenkins/data/bindep-fallback.txt
|
|
# This is used by bindep: sudo [apt-get | yum] install $(bindep -b)
|
|
|
|
nss-devel [platform:rpm]
|
|
libnss3-dev [platform:dpkg]
|
|
|
|
gettext [test]
|
|
|
|
# Required for the Dogtag plugin
|
|
# Comment out for now -- these are not installing due to need to
|
|
# enable idm module
|
|
# yum module enable idm:DL1
|
|
# 389-ds-base [platform:rpm]
|
|
# pki-ca [platform:rpm]
|
|
# pki-kra [platform:rpm]
|
|
|
|
#Required for cryptography lib
|
|
libssl-dev [platform:dpkg]
|
|
openssl-devel [platform:rpm]
|
|
|
|
# libsrvg2 is needed for sphinxcontrib-svg2pdfconverter in docs builds.
|
|
librsvg2-tools [doc platform:rpm]
|
|
librsvg2-bin [doc platform:dpkg]
|