Skip to content

Commit 3296271

Browse files
authored
Merge pull request #50 from stackhpc/update_u-c
Switch upper constraints to Caracal
2 parents bdc6ae5 + 1ba3d38 commit 3296271

File tree

11 files changed

+12
-12
lines changed

11 files changed

+12
-12
lines changed

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
namespace: stackhpc
33
name: openstack
4-
version: 0.2.4
4+
version: 0.3.0
55
readme: README.md
66
authors:
77
- StackHPC Ltd

roles/os_container_clusters/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ os_container_clusters_auth: {}
99
# mapping container cluster template attribute names to their values.
1010
os_container_clusters_templates: []
1111
# Upper constraints file for installation of python dependencies.
12-
os_container_clusters_upper_constraints_file: https://releases.openstack.org/constraints/upper/2023.1
12+
os_container_clusters_upper_constraints_file: https://releases.openstack.org/constraints/upper/2024.1
1313
# Whether to make templates public
1414
os_container_clusters_public: false
1515
# Whether to hide templates by default

roles/os_deploy_templates/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
os_deploy_templates_venv:
44

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

88
# Authentication type.
99
os_deploy_templates_auth_type:

roles/os_images/defaults/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ os_images_dib_venv: "{{ os_images_venv }}"
99
# State of python dependencies.
1010
os_images_package_state: present
1111

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

1515
# Upper constraints file for installation of DIB to build images.
1616
os_images_dib_upper_constraints_file: ""

roles/os_networks/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,4 @@ os_networks_security_groups: []
102102
os_networks_rbac: []
103103

104104
# Upper constraints file for installation of Python dependencies.
105-
os_networks_upper_constraints_file: https://releases.openstack.org/constraints/upper/2023.1
105+
os_networks_upper_constraints_file: https://releases.openstack.org/constraints/upper/2024.1

roles/os_openstackclient/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ os_openstackclient_state: present
1010
# Version of python-openstackclient to install, or unrestricted if empty.
1111
os_openstackclient_version:
1212
# Upper constraints file for installation of openstackclient.
13-
os_openstackclient_upper_constraints_file: https://releases.openstack.org/constraints/upper/2023.1
13+
os_openstackclient_upper_constraints_file: https://releases.openstack.org/constraints/upper/2024.1

roles/os_openstacksdk/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ os_openstacksdk_state: present
1313
# Version of openstacksdk to install, or unrestricted if empty.
1414
os_openstacksdk_version:
1515
# Upper constraints file for installation of openstacksdk.
16-
os_openstacksdk_upper_constraints_file: https://releases.openstack.org/constraints/upper/2023.1
16+
os_openstacksdk_upper_constraints_file: https://releases.openstack.org/constraints/upper/2024.1

roles/os_projects/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ resources.
7878
roles:
7979
- role: stackhpc.openstack.os_projects
8080
os_projects_venv: "~/os-projects-venv"
81-
os_projects_upper_constraints_file: "https://releases.openstack.org/constraints/upper/2023.1"
81+
os_projects_upper_constraints_file: "https://releases.openstack.org/constraints/upper/2024.1"
8282
os_projects_auth_type: "password"
8383
os_projects_auth:
8484
project_name: <keystone project>

roles/os_projects/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ os_projects_domains: []
3838
# - 'public_key_file': Path to the SSH public key on the control host.
3939
# 'quotas': Optional dict mapping quota names to their values.
4040
os_projects: [] # noqa var-naming[no-role-prefix]
41-
os_projects_upper_constraints_file: https://releases.openstack.org/constraints/upper/2023.1
41+
os_projects_upper_constraints_file: https://releases.openstack.org/constraints/upper/2024.1

roles/os_ratings/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Path to a directory in which to create a virtualenv.
33
os_ratings_venv:
44
# Upper constraints file for installation of Python dependencies.
5-
os_ratings_upper_constraints_file: https://releases.openstack.org/constraints/upper/2023.1
5+
os_ratings_upper_constraints_file: https://releases.openstack.org/constraints/upper/2024.1
66

77
# Environment variables for use with OpenStack CLI.
88
os_ratings_environment: {}

roles/os_volumes/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ os_volumes: [] # noqa: var-naming[no-role-prefix]
3434
os_volumes_types: []
3535

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

0 commit comments

Comments
 (0)