File tree Expand file tree Collapse file tree 10 files changed +9
-10
lines changed
os_container_clusters/defaults
os_deploy_templates/defaults
os_openstackclient/defaults Expand file tree Collapse file tree 10 files changed +9
-10
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 : https://releases.openstack.org/constraints/upper/2024.1
12+ os_container_clusters_upper_constraints_file :
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 33os_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/2024.1
6+ os_deploy_templates_upper_constraints_file :
77
88# Authentication type.
99os_deploy_templates_auth_type :
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ os_images_dib_venv: "{{ os_images_venv }}"
1313os_images_package_state : present
1414
1515# Use Caracal upper constraints
16- os_images_upper_constraints_file : https://releases.openstack.org/constraints/upper/2024.1
16+ os_images_upper_constraints_file :
1717
1818# Upper constraints file for installation of DIB to build images.
1919os_images_dib_upper_constraints_file : " "
Original file line number Diff line number Diff line change @@ -102,4 +102,4 @@ os_networks_security_groups: []
102102os_networks_rbac : []
103103
104104# Upper constraints file for installation of Python dependencies.
105- os_networks_upper_constraints_file : https://releases.openstack.org/constraints/upper/2024.1
105+ os_networks_upper_constraints_file :
Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ os_openstackclient_state: present
1414# Version of python-openstackclient to install, or unrestricted if empty.
1515os_openstackclient_version :
1616# Upper constraints file for installation of openstackclient.
17- os_openstackclient_upper_constraints_file : https://releases.openstack.org/constraints/upper/2024.1
17+ os_openstackclient_upper_constraints_file :
Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ os_openstacksdk_state: present
1515# Version of openstacksdk to install, or unrestricted if empty.
1616os_openstacksdk_version :
1717# Upper constraints file for installation of openstacksdk.
18- os_openstacksdk_upper_constraints_file : https://releases.openstack.org/constraints/upper/2024.1
18+ os_openstacksdk_upper_constraints_file :
Original file line number Diff line number Diff line change @@ -83,7 +83,6 @@ resources.
8383 roles:
8484 - role: stackhpc.openstack.os_projects
8585 os_projects_venv: "~/os-projects-venv"
86- os_projects_upper_constraints_file: "https://releases.openstack.org/constraints/upper/2024.1"
8786 os_projects_auth_type: "password"
8887 os_projects_auth:
8988 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_file : https://releases.openstack.org/constraints/upper/2024.1
41+ os_projects_upper_constraints_file :
Original file line number Diff line number Diff line change 22# Path to a directory in which to create a virtualenv.
33os_ratings_venv :
44# Upper constraints file for installation of Python dependencies.
5- os_ratings_upper_constraints_file : https://releases.openstack.org/constraints/upper/2024.1
5+ os_ratings_upper_constraints_file :
66
77# Environment variables for use with OpenStack CLI.
88os_ratings_environment : {}
Original file line number Diff line number Diff line change @@ -34,4 +34,4 @@ os_volumes: [] # noqa: var-naming[no-role-prefix]
3434os_volumes_types : []
3535
3636# A file or URL containing Python upper constraints.
37- os_volumes_upper_constraints_file : https://releases.openstack.org/constraints/upper/2024.1
37+ os_volumes_upper_constraints_file :
You can’t perform that action at this time.
0 commit comments