File tree Expand file tree Collapse file tree 9 files changed +16
-11
lines changed
os_container_clusters/defaults
os_deploy_templates/defaults
os_openstackclient/defaults Expand file tree Collapse file tree 9 files changed +16
-11
lines changed 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 :
12
+ os_container_clusters_upper_constraints_file : https://releases.openstack.org/constraints/upper/2023.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 1
1
---
2
2
# Path to a directory in which to create a virtualenv.
3
3
os_deploy_templates_venv :
4
- # Upper constraints file for installation of python dependencies.
5
- #
6
- # Use Yoga upper constraints, to avoid incompatibility with openstacksdk
7
- # 0.99.0 and include support for deploy templates (included since openstacksdk
8
- # 0.53).
9
- os_deploy_templates_upper_constraints_file : https://releases.openstack.org/constraints/upper/yoga
4
+
5
+ # Upper constraints file for installation of Python dependencies.
6
+ os_deploy_templates_upper_constraints_file : https://releases.openstack.org/constraints/upper/2023.1
10
7
11
8
# Authentication type.
12
9
os_deploy_templates_auth_type :
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 :
13
+ os_openstackclient_upper_constraints_file : https://releases.openstack.org/constraints/upper/2023.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 :
16
+ os_openstacksdk_upper_constraints_file : https://releases.openstack.org/constraints/upper/2023.1
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ resources.
77
77
roles:
78
78
- role: stackhpc.openstack.os_projects
79
79
os_projects_venv: "~/os-projects-venv"
80
- os_projects_upper_constraints: "https://opendev. org/openstack/requirements/raw/branch/stable/ 2023.1/upper-constraints.txt "
80
+ os_projects_upper_constraints: "https://releases.openstack. org/constraints/upper/ 2023.1"
81
81
os_projects_auth_type: "password"
82
82
os_projects_auth:
83
83
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 :
41
+ os_projects_upper_constraints : https://releases.openstack.org/constraints/upper/2023.1
Original file line number Diff line number Diff line change @@ -41,6 +41,9 @@ dict containing the following items:
41
41
- ` extra_specs ` : Optional dict of additional specifications for the volume
42
42
type.
43
43
44
+ ` os_volumes_upper_constraints_file ` is a file or URL containing Python upper
45
+ constraints.
46
+
44
47
Dependencies
45
48
------------
46
49
Original file line number Diff line number Diff line change @@ -32,3 +32,6 @@ os_volumes: [] # noqa: var-naming[no-role-prefix]
32
32
# - 'extra_specs': Optional dict of additional specifications for the volume
33
33
# type.
34
34
os_volumes_types : []
35
+
36
+ # A file or URL containing Python upper constraints.
37
+ os_volumes_upper_constraints_file : https://releases.openstack.org/constraints/upper/2023.1
Original file line number Diff line number Diff line change 2
2
dependencies :
3
3
- role : stackhpc.openstack.os_openstacksdk
4
4
os_openstacksdk_venv : " {{ os_volumes_venv }}"
5
+ os_openstacksdk_upper_constraints_file : " {{ os_volumes_upper_constraints_file }}"
5
6
- role : stackhpc.openstack.os_openstackclient
6
7
os_openstackclient_venv : " {{ os_volumes_venv }}"
8
+ os_openstackclient_upper_constraints_file : " {{ os_volumes_upper_constraints_file }}"
You can’t perform that action at this time.
0 commit comments