File tree 11 files changed +12
-12
lines changed
os_container_clusters/defaults
os_deploy_templates/defaults
os_openstackclient/defaults
11 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
namespace : stackhpc
3
3
name : openstack
4
- version : 0.2.4
4
+ version : 0.3.0
5
5
readme : README.md
6
6
authors :
7
7
- StackHPC Ltd
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ os_container_clusters_auth: {}
9
9
# mapping container cluster template attribute names to their values.
10
10
os_container_clusters_templates : []
11
11
# 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
13
13
# Whether to make templates public
14
14
os_container_clusters_public : false
15
15
# Whether to hide templates by default
Original file line number Diff line number Diff line change 3
3
os_deploy_templates_venv :
4
4
5
5
# 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
7
7
8
8
# Authentication type.
9
9
os_deploy_templates_auth_type :
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ os_images_dib_venv: "{{ os_images_venv }}"
9
9
# State of python dependencies.
10
10
os_images_package_state : present
11
11
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
14
14
15
15
# Upper constraints file for installation of DIB to build images.
16
16
os_images_dib_upper_constraints_file : " "
Original file line number Diff line number Diff line change @@ -102,4 +102,4 @@ os_networks_security_groups: []
102
102
os_networks_rbac : []
103
103
104
104
# 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
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ os_openstackclient_state: present
10
10
# Version of python-openstackclient to install, or unrestricted if empty.
11
11
os_openstackclient_version :
12
12
# 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
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ os_openstacksdk_state: present
13
13
# Version of openstacksdk to install, or unrestricted if empty.
14
14
os_openstacksdk_version :
15
15
# 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
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ resources.
78
78
roles:
79
79
- role: stackhpc.openstack.os_projects
80
80
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"
82
82
os_projects_auth_type: "password"
83
83
os_projects_auth:
84
84
project_name: <keystone project>
Original file line number Diff line number Diff line change @@ -38,4 +38,4 @@ os_projects_domains: []
38
38
# - 'public_key_file': Path to the SSH public key on the control host.
39
39
# 'quotas': Optional dict mapping quota names to their values.
40
40
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
Original file line number Diff line number Diff line change 2
2
# Path to a directory in which to create a virtualenv.
3
3
os_ratings_venv :
4
4
# 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
6
6
7
7
# Environment variables for use with OpenStack CLI.
8
8
os_ratings_environment : {}
Original file line number Diff line number Diff line change @@ -34,4 +34,4 @@ os_volumes: [] # noqa: var-naming[no-role-prefix]
34
34
os_volumes_types : []
35
35
36
36
# 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
You can’t perform that action at this time.
0 commit comments