Move cryprography pin

This moves the cryptography pin to ansible-requirements.txt
which is used as a constraints file[1].

[1] https://opendev.org/openstack/tripleo-ansible/src/branch/master/zuul.d/playbooks/pre.yml#L42

Related-Bug: #1995608
Change-Id: I646cd49b614a9f494e77f9893521d3c070900ed5
This commit is contained in:
Cédric Jeanneret 2022-11-08 15:50:29 +01:00 committed by Rabi Mishra
parent 0c72a851fc
commit c0bc395ab4
5 changed files with 5 additions and 3 deletions

View File

@ -1,4 +1,5 @@
ansible-core<2.12.0
cryptography<37.0.0
metalsmith>=1.4.0 # Apache-2.0
importlib-metadata
jsonschema # MIT

View File

@ -14,7 +14,7 @@ molecule-podman>=1.0.0a1
ruamel.yaml
netaddr
jinja2
cryptography<37.0.0
cryptography
ansible-core<2.12.0

View File

@ -100,7 +100,8 @@ sitepackages = False
[testenv:role-addition]
basepython = python3
deps =
{[testenv:linters]deps}
pre-commit
virtualenv
-r {toxinidir}/molecule-requirements.txt
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
commands =

View File

@ -3,7 +3,6 @@ set -x
### Openstack Keystone
: ${OS_RELEASE:=queens}
: ${IPADDR:=127.0.0.1}
# Identity service configuration
: ${OS_IDENTITY_URL_IPADDR:=$IPADDR}

View File

@ -1,5 +1,6 @@
---
- hosts: localhost
connection: local
tasks:
- name: set basic zuul fact
set_fact: