cd1753d85a
1. Blacklist Ansible 2.9.8 Ansible 2.9.8 includes a regression on the fileglob plugin [1] that causes the Kolla Ansible HAProxy role to fail. This change blacklists Ansible 2.9.8 to work around the issue. 2. Use ensure-docker role instead of install-docker The install-* roles are being deprecated and renamed to follow the ensure-* naming convention [2]. [1] https://github.com/ansible/ansible/issues/69450 [2] http://lists.zuul-ci.org/pipermail/zuul-announce/2020-April/000071.html Change-Id: Iab1d84e6a8c1b3dd81e53279309153687677a061 Story: 2007659 Task: 39748
7 lines
157 B
Plaintext
7 lines
157 B
Plaintext
pbr>=2.0 # Apache-2.0
|
|
ansible>=2.8.0,<2.10.0,!=2.8.9,!=2.9.8 # GPLv3
|
|
cliff>=3.1.0 # Apache
|
|
netaddr!=0.7.16,>=0.7.13 # BSD
|
|
PyYAML>=3.10.0 # MIT
|
|
selinux # MIT
|