@@ -48,16 +48,23 @@ openstack_image_elements: []
4848
4949# List of diskimage-builder element git repos to pull
5050openstack_image_git_elements: []
51+
5152###############################################################################
52- # Configuration variables for a CloudKitty ratings service deployment .
53+ # Configuration of nova host aggregates for OpenStack .
5354
54- # File path or URL containing Python upper constraints .
55- #
56- openstack_ratings_upper_constraints_file : []
55+ # List of host aggregates in the openstack project .
56+ # Format is as required by the stackhpc.os_host_aggregates role.
57+ openstack_host_aggregates : []
5758
58- # Environment variables for the OpenStack CLI. By default this is left empty.
59- #
60- openstack_ratings_environment: []
59+ ###############################################################################
60+ # Configuration of container clusters templates for OpenStack.
61+
62+ # List of clusters templates in the openstack project. Format is as required by the
63+ # stackhpc.os-container-clusters role.
64+ openstack_container_clusters_templates: []
65+
66+ ###############################################################################
67+ # Configuration variables for a CloudKitty ratings service deployment.
6168
6269# A list where each item is a dictionary mapping the associated fields,
6370# with the 'mappings' field also being a list of dictionaries.
@@ -70,17 +77,3 @@ openstack_ratings_hashmap_field_mappings: []
7077# dictionaries, however these are not associated with a field.
7178#
7279openstack_ratings_hashmap_service_mappings: []
73-
74- ###############################################################################
75- # Configuration of nova host aggregates for OpenStack.
76-
77- # List of host aggregates in the openstack project.
78- # Format is as required by the stackhpc.os_host_aggregates role.
79- openstack_host_aggregates: []
80-
81- ###############################################################################
82- # Configuration of container clusters templates for OpenStack.
83-
84- # List of clusters templates in the openstack project. Format is as required by the
85- # stackhpc.os-container-clusters role.
86- openstack_container_clusters_templates: []
0 commit comments