Skip to content

Commit

Permalink
Switch upper constraints to Caracal
Browse files Browse the repository at this point in the history
  • Loading branch information
cityofships committed Dec 3, 2024
1 parent bdc6ae5 commit ae81f5f
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion roles/os_container_clusters/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ os_container_clusters_auth: {}
# mapping container cluster template attribute names to their values.
os_container_clusters_templates: []
# Upper constraints file for installation of python dependencies.
os_container_clusters_upper_constraints_file: https://releases.openstack.org/constraints/upper/2023.1
os_container_clusters_upper_constraints_file: https://releases.openstack.org/constraints/upper/2024.1
# Whether to make templates public
os_container_clusters_public: false
# Whether to hide templates by default
Expand Down
2 changes: 1 addition & 1 deletion roles/os_deploy_templates/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
os_deploy_templates_venv:

# Upper constraints file for installation of Python dependencies.
os_deploy_templates_upper_constraints_file: https://releases.openstack.org/constraints/upper/2023.1
os_deploy_templates_upper_constraints_file: https://releases.openstack.org/constraints/upper/2024.1

# Authentication type.
os_deploy_templates_auth_type:
Expand Down
4 changes: 2 additions & 2 deletions roles/os_images/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ os_images_dib_venv: "{{ os_images_venv }}"
# State of python dependencies.
os_images_package_state: present

# Use Antelope upper constraints as openstacksdk 1.0.1 and openstackclient 6.2.0 are required
os_images_upper_constraints_file: https://releases.openstack.org/constraints/upper/2023.1
# Use Caracal upper constraints
os_images_upper_constraints_file: https://releases.openstack.org/constraints/upper/2024.1

# Upper constraints file for installation of DIB to build images.
os_images_dib_upper_constraints_file: ""
Expand Down
2 changes: 1 addition & 1 deletion roles/os_networks/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,4 @@ os_networks_security_groups: []
os_networks_rbac: []

# Upper constraints file for installation of Python dependencies.
os_networks_upper_constraints_file: https://releases.openstack.org/constraints/upper/2023.1
os_networks_upper_constraints_file: https://releases.openstack.org/constraints/upper/2024.1
2 changes: 1 addition & 1 deletion roles/os_openstackclient/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ os_openstackclient_state: present
# Version of python-openstackclient to install, or unrestricted if empty.
os_openstackclient_version:
# Upper constraints file for installation of openstackclient.
os_openstackclient_upper_constraints_file: https://releases.openstack.org/constraints/upper/2023.1
os_openstackclient_upper_constraints_file: https://releases.openstack.org/constraints/upper/2024.1
2 changes: 1 addition & 1 deletion roles/os_openstacksdk/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ os_openstacksdk_state: present
# Version of openstacksdk to install, or unrestricted if empty.
os_openstacksdk_version:
# Upper constraints file for installation of openstacksdk.
os_openstacksdk_upper_constraints_file: https://releases.openstack.org/constraints/upper/2023.1
os_openstacksdk_upper_constraints_file: https://releases.openstack.org/constraints/upper/2024.1
2 changes: 1 addition & 1 deletion roles/os_projects/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ resources.
roles:
- role: stackhpc.openstack.os_projects
os_projects_venv: "~/os-projects-venv"
os_projects_upper_constraints_file: "https://releases.openstack.org/constraints/upper/2023.1"
os_projects_upper_constraints_file: "https://releases.openstack.org/constraints/upper/2024.1"
os_projects_auth_type: "password"
os_projects_auth:
project_name: <keystone project>
Expand Down
2 changes: 1 addition & 1 deletion roles/os_projects/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ os_projects_domains: []
# - 'public_key_file': Path to the SSH public key on the control host.
# 'quotas': Optional dict mapping quota names to their values.
os_projects: [] # noqa var-naming[no-role-prefix]
os_projects_upper_constraints_file: https://releases.openstack.org/constraints/upper/2023.1
os_projects_upper_constraints_file: https://releases.openstack.org/constraints/upper/2024.1
2 changes: 1 addition & 1 deletion roles/os_ratings/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Path to a directory in which to create a virtualenv.
os_ratings_venv:
# Upper constraints file for installation of Python dependencies.
os_ratings_upper_constraints_file: https://releases.openstack.org/constraints/upper/2023.1
os_ratings_upper_constraints_file: https://releases.openstack.org/constraints/upper/2024.1

# Environment variables for use with OpenStack CLI.
os_ratings_environment: {}
Expand Down
2 changes: 1 addition & 1 deletion roles/os_volumes/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ os_volumes: [] # noqa: var-naming[no-role-prefix]
os_volumes_types: []

# A file or URL containing Python upper constraints.
os_volumes_upper_constraints_file: https://releases.openstack.org/constraints/upper/2023.1
os_volumes_upper_constraints_file: https://releases.openstack.org/constraints/upper/2024.1

0 comments on commit ae81f5f

Please sign in to comment.