Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions ansible-role-requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
shallow_since: '2024-02-07'
- name: openstack_hosts
scm: git
src: https://opendev.org/openstack/openstack-ansible-openstack_hosts
version: d3186b2c14784cfeaa6ca9051cf55b4c9e31e68b
trackbranch: unmaintained/yoga
src: https://github.com/elastx/openstack-ansible-openstack_hosts
version: 1461516179e6fd36aca28bfab7979c36a4eea4fa
trackbranch: elastx/yoga
shallow_since: '2024-07-07'
- name: os_keystone
scm: git
Expand Down
9 changes: 6 additions & 3 deletions global-requirement-pins.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
# Use this file with caution!
#

pip==21.3.1
setuptools==67.8.0;python_version>'3.8'
wheel==0.37.0
pip==21.3.1;python_version<'3.12'
pip==24.0;python_version>='3.12'
setuptools==67.8.0;python_version>'3.8' and python_version<'3.12'
setuptools==69.2.0;python_version>='3.12'
wheel==0.37.0;python_version<'3.12'
wheel==0.43.0;python_version>='3.12'
uWSGI==2.0.20
1 change: 1 addition & 0 deletions playbooks/openstack-hosts-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
- (ansible_facts['distribution'] == 'Debian' and ansible_facts['distribution_release'] == 'bullseye') or
(ansible_facts['distribution'] == 'Ubuntu' and ansible_facts['distribution_release'] == 'focal') or
(ansible_facts['distribution'] == 'Ubuntu' and ansible_facts['distribution_release'] == 'jammy') or
(ansible_facts['distribution'] == 'Ubuntu' and ansible_facts['distribution_release'] == 'noble') or
(ansible_facts['os_family'] == 'RedHat' and ansible_facts['distribution_major_version'] == '8') or
(ansible_facts['os_family'] == 'RedHat' and ansible_facts['distribution_major_version'] == '9')
msg: >
Expand Down