Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump ansible-core from 2.12.10 to 2.15.8 in /requirements/zed #167

Closed
Closed
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
3 changes: 1 addition & 2 deletions requirements/2023.2/base.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
ansible>=6,<8 # GPLv3
ansible-core>2.14,<2.16 # GPLv3
ansible-core>=2.14,<2.16 # GPLv3
kolla-ansible<18.0 # Apache-2.0
18 changes: 8 additions & 10 deletions requirements/2023.2/debian_11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,9 @@
#
# pip-compile --output-file=requirements/2023.2/debian_11.txt requirements/2023.2/debian_11.in
#
ansible==7.7.0
ansible-core==2.15.8
# via -r requirements/2023.2/debian_11.in
ansible-core==2.14.13
# via
# -r requirements/2023.2/debian_11.in
# ansible
bcrypt==4.1.1
bcrypt==4.1.2
# via
# kolla-ansible
# passlib
Expand All @@ -28,10 +24,12 @@ debtcollector==2.5.0
# via
# oslo-config
# oslo-utils
hvac==2.0.0
hvac==2.1.0
# via kolla-ansible
idna==3.6
# via requests
importlib-resources==5.0.7
# via ansible-core
iso8601==2.1.0
# via oslo-utils
jinja2==3.1.2
Expand All @@ -44,7 +42,7 @@ kolla-ansible==17.0.0
# via -r requirements/2023.2/debian_11.in
markupsafe==2.1.3
# via jinja2
netaddr==0.9.0
netaddr==0.10.1
# via
# oslo-config
# oslo-utils
Expand Down Expand Up @@ -87,13 +85,13 @@ requests==2.31.0
# via
# hvac
# oslo-config
resolvelib==0.8.1
resolvelib==1.0.1
# via ansible-core
rfc3986==2.0.0
# via oslo-config
stevedore==5.1.0
# via oslo-config
tzdata==2023.3
tzdata==2023.4
# via oslo-utils
urllib3==2.1.0
# via requests
Expand Down
18 changes: 8 additions & 10 deletions requirements/2023.2/rocky_9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,9 @@
#
# pip-compile --output-file=requirements/2023.2/rocky_9.txt requirements/2023.2/rocky_9.in
#
ansible==7.7.0
ansible-core==2.15.8
# via -r requirements/2023.2/rocky_9.in
ansible-core==2.14.13
# via
# -r requirements/2023.2/rocky_9.in
# ansible
bcrypt==4.1.1
bcrypt==4.1.2
# via
# kolla-ansible
# passlib
Expand All @@ -28,10 +24,12 @@ debtcollector==2.5.0
# via
# oslo-config
# oslo-utils
hvac==2.0.0
hvac==2.1.0
# via kolla-ansible
idna==3.6
# via requests
importlib-resources==5.0.7
# via ansible-core
iso8601==2.1.0
# via oslo-utils
jinja2==3.1.2
Expand All @@ -44,7 +42,7 @@ kolla-ansible==17.0.0
# via -r requirements/2023.2/rocky_9.in
markupsafe==2.1.3
# via jinja2
netaddr==0.9.0
netaddr==0.10.1
# via
# oslo-config
# oslo-utils
Expand Down Expand Up @@ -87,13 +85,13 @@ requests==2.31.0
# via
# hvac
# oslo-config
resolvelib==0.8.1
resolvelib==1.0.1
# via ansible-core
rfc3986==2.0.0
# via oslo-config
stevedore==5.1.0
# via oslo-config
tzdata==2023.3
tzdata==2023.4
# via oslo-utils
urllib3==2.1.0
# via requests
Expand Down
16 changes: 6 additions & 10 deletions requirements/2023.2/ubuntu_22.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,9 @@
#
# pip-compile --output-file=requirements/2023.2/ubuntu_22.txt requirements/2023.2/ubuntu_22.in
#
ansible==7.7.0
ansible-core==2.15.8
# via -r requirements/2023.2/ubuntu_22.in
ansible-core==2.14.13
# via
# -r requirements/2023.2/ubuntu_22.in
# ansible
bcrypt==4.1.1
bcrypt==4.1.2
# via
# kolla-ansible
# passlib
Expand All @@ -28,7 +24,7 @@ debtcollector==2.5.0
# via
# oslo-config
# oslo-utils
hvac==2.0.0
hvac==2.1.0
# via kolla-ansible
idna==3.6
# via requests
Expand All @@ -44,7 +40,7 @@ kolla-ansible==17.0.0
# via -r requirements/2023.2/ubuntu_22.in
markupsafe==2.1.3
# via jinja2
netaddr==0.9.0
netaddr==0.10.1
# via
# oslo-config
# oslo-utils
Expand Down Expand Up @@ -87,13 +83,13 @@ requests==2.31.0
# via
# hvac
# oslo-config
resolvelib==0.8.1
resolvelib==1.0.1
# via ansible-core
rfc3986==2.0.0
# via oslo-config
stevedore==5.1.0
# via oslo-config
tzdata==2023.3
tzdata==2023.4
# via oslo-utils
urllib3==2.1.0
# via requests
Expand Down
3 changes: 3 additions & 0 deletions requirements/base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,8 @@ ubuntu | debian)
sudo apt-get update -qq >/dev/null
sudo apt-get install -y -qq -o=Dpkg::Use-Pty=0 curl
fi
if ! command -v dpkg-reconfigure; then
sudo dpkg-reconfigure --frontend=noninteractive locales
fi
;;
esac
2 changes: 1 addition & 1 deletion requirements/zed/debian_11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
ansible==5.10.0
# via -r requirements/zed/debian_11.in
ansible-core==2.12.10
ansible-core==2.15.8
# via ansible
certifi==2023.11.17
# via requests
Expand Down
2 changes: 1 addition & 1 deletion requirements/zed/rocky_9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
ansible==5.10.0
# via -r requirements/zed/rocky_9.in
ansible-core==2.12.10
ansible-core==2.15.8
# via ansible
certifi==2023.11.17
# via requests
Expand Down
2 changes: 1 addition & 1 deletion requirements/zed/ubuntu_22.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
ansible==5.10.0
# via -r requirements/zed/ubuntu_22.in
ansible-core==2.12.10
ansible-core==2.15.8
# via ansible
certifi==2023.11.17
# via requests
Expand Down
2 changes: 2 additions & 0 deletions upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ function _install_deps {
curl -fsSL http://bit.ly/install_pkg | PKG=pip bash
fi
echo "Upgrade OpenStack services to ${OPENSTACK_RELEASE} release"
# NOTE: Uninstall mitogen given that it's only supported in some Ansible versions (2.13.x)
pip uninstall mitogen --yes
pip install --ignore-installed --no-warn-script-location --requirement "requirements/${OPENSTACK_RELEASE}/${ID,,}_${VERSION_ID%.*}.txt"
}

Expand Down