Skip to content
Merged
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
10 changes: 5 additions & 5 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 Expand Up @@ -140,7 +140,7 @@
- name: os_horizon
scm: git
src: https://github.com/elastx/openstack-ansible-os_horizon
version: 6d1c06237971954deef53a357735560782f59e47
version: 565177eca63c89f0991fea070684a552c353a391
trackbranch: elastx/yoga
shallow_since: '2022-08-11'
- name: os_ironic
Expand Down Expand Up @@ -182,7 +182,7 @@
- name: os_neutron
scm: git
src: https://github.com/elastx/openstack-ansible-os_neutron
version: e562bb1c2fe11a6fc290fa2931aa8396828facd7
version: 2bc8ff6769efa5bce47700d0f9cae03aa2de1529
trackbranch: elastx/yoga
shallow_since: '2023-10-12'
- name: os_nova
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