File tree Expand file tree Collapse file tree 6 files changed +7
-11
lines changed
os_container_clusters/defaults
os_deploy_templates/defaults
os_openstackclient/defaults Expand file tree Collapse file tree 6 files changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ os_container_clusters_auth: {}
99# mapping container cluster template attribute names to their values.
1010os_container_clusters_templates : []
1111# 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
1313# Whether to make templates public
1414os_container_clusters_public : false
1515# Whether to hide templates by default
Original file line number Diff line number Diff line change 22# Path to a directory in which to create a virtualenv.
33os_deploy_templates_venv :
44
5- # Upper constraints file for installation of python dependencies.
6- #
7- # Use Yoga upper constraints, to avoid incompatibility with openstacksdk
8- # 0.99.0 and include support for deploy templates (included since openstacksdk
9- # 0.53).
10- os_deploy_templates_upper_constraints_file : https://releases.openstack.org/constraints/upper/yoga
5+ # Upper constraints file for installation of Python dependencies.
6+ os_deploy_templates_upper_constraints_file : https://releases.openstack.org/constraints/upper/2023.1
117
128# Authentication type.
139os_deploy_templates_auth_type :
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ os_openstackclient_state: present
1010# Version of python-openstackclient to install, or unrestricted if empty.
1111os_openstackclient_version :
1212# 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
1313# Version of openstacksdk to install, or unrestricted if empty.
1414os_openstacksdk_version :
1515# 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.
7777 roles:
7878 - role: stackhpc.openstack.os_projects
7979 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"
8181 os_projects_auth_type: "password"
8282 os_projects_auth:
8383 project_name: <keystone project>
Original file line number Diff line number Diff 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.
4040os_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
You can’t perform that action at this time.
0 commit comments