@@ -48,16 +48,23 @@ openstack_image_elements: []
48
48
49
49
# List of diskimage-builder element git repos to pull
50
50
openstack_image_git_elements: []
51
+
51
52
###############################################################################
52
- # Configuration variables for a CloudKitty ratings service deployment .
53
+ # Configuration of nova host aggregates for OpenStack .
53
54
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 : []
57
58
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.
61
68
62
69
# A list where each item is a dictionary mapping the associated fields,
63
70
# with the 'mappings' field also being a list of dictionaries.
@@ -70,17 +77,3 @@ openstack_ratings_hashmap_field_mappings: []
70
77
# dictionaries, however these are not associated with a field.
71
78
#
72
79
openstack_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