|
4 | 4 |
|
5 | 5 | # List of OpenStack domains. Format is as required by the stackhpc.os-projects |
6 | 6 | # role. |
7 | | -#openstack_domains: |
| 7 | +# openstack_domains: |
8 | 8 |
|
9 | 9 | # List of OpenStack projects. Format is as required by the stackhpc.os-projects |
10 | 10 | # role. |
11 | | -#openstack_projects: |
| 11 | +# openstack_projects: |
12 | 12 |
|
13 | 13 | ############################################################################### |
14 | 14 | # Configuration of networks, subnets and routers. |
15 | 15 |
|
16 | 16 | # List of networks in the openstack system. Format is as required by the |
17 | 17 | # stackhpc.os-networks role. |
18 | | -#openstack_networks: |
| 18 | +# openstack_networks: |
19 | 19 |
|
20 | 20 | # List of routers in the openstack project. Format is as required by the |
21 | 21 | # stackhpc.os-networks role. |
22 | | -#openstack_routers: |
| 22 | +# openstack_routers: |
23 | 23 |
|
24 | 24 | # List of security groups in the openstack project. |
25 | 25 | # Format is as required by the stackhpc.os-networks role. |
26 | | -#openstack_security_groups: |
| 26 | +# openstack_security_groups: |
27 | 27 |
|
28 | 28 | # List of RBAC definitions in the openstack projct. Format is as required by the |
29 | 29 | # stackhpc.os-networks role. |
30 | | -#openstack_networks_rbac: |
| 30 | +# openstack_networks_rbac: |
31 | 31 |
|
32 | 32 | ############################################################################### |
33 | 33 | # Configuration of nova flavors. |
34 | 34 |
|
35 | 35 | # List of nova flavors in the openstack project. Format is as required by the |
36 | 36 | # stackhpc.os-flavors role. |
37 | | -#openstack_flavors: |
| 37 | +# openstack_flavors: |
38 | 38 |
|
39 | 39 | ############################################################################### |
40 | 40 | # Configuration of nova host aggregates. |
41 | 41 |
|
42 | 42 | # List of nova host aggregates. Format is as required by the |
43 | 43 | # stackhpc.os_host_aggregates role. |
44 | | -#openstack_host_aggregates: |
| 44 | +# openstack_host_aggregates: |
45 | 45 |
|
46 | 46 | ############################################################################### |
47 | 47 | # Configuration of Glance software images. |
48 | 48 |
|
49 | 49 | # List of Glance images. Format is as required by the stackhpc.os-images role. |
50 | | -#openstack_images: |
| 50 | +# openstack_images: |
51 | 51 |
|
52 | 52 | # List of Diskimage Builder (DIB) elements paths to include in image builds. |
53 | | -#openstack_image_elements: |
| 53 | +# openstack_image_elements: |
54 | 54 |
|
55 | 55 | # List of Diskimage Builder (DIB) elements Git repositories to use in image |
56 | 56 | # builds. |
57 | | -#openstack_image_git_elements: |
| 57 | +# openstack_image_git_elements: |
58 | 58 |
|
59 | 59 | ############################################################################### |
60 | 60 | # Configuration of Magnum container clusters. |
61 | 61 |
|
62 | 62 | # List of magnum cluster templates. Format is as required by the |
63 | 63 | # stackhpc.os-container-clusters role. |
64 | | -#openstack_container_clusters_templates: |
| 64 | +# openstack_container_clusters_templates: |
65 | 65 |
|
66 | 66 | ############################################################################### |
67 | 67 | # Configuration variables for generating new Magnum cluster template config. |
|
100 | 100 | # Configuration variables for a CloudKitty ratings service deployment. |
101 | 101 |
|
102 | 102 | # # ### ####### ##### IN ORDER TO SUCCESSFULLY DEPLOY CLOUDKITTY |
103 | | -# # # # # # # 'cloudkitty.conf' & 'metrics.yml' MUST BE |
| 103 | +# # # # # # # 'cloudkitty.conf' & 'metrics.yml' MUST BE |
104 | 104 | # # # # # # ### PROVIDED ALONGSIDE THE FOLLOWING CONFIG. |
105 | 105 | # # # # # # # MORE INFO CAN BE FOUND IN THE README.md |
106 | 106 | # # ### # ##### 'stackhpc-kayobe-config' DOCS. |
107 | | - |
108 | | - |
109 | | -# A list where each item is a dictionary mapping the associated fields, |
| 107 | +# A list where each item is a dictionary mapping the associated fields, |
110 | 108 | # with the 'mappings' field also being a list of dictionaries. Example |
111 | 109 | # of the mappings and their fields can be found below, however for more |
112 | 110 | # information please refer to the stackhpc.openstack.os_ratings role docs. |
113 | 111 | # |
114 | | -#openstack_ratings_hashmap_field_mappings: |
115 | | -# - service: SERVICE_NAME |
116 | | -# name: FIELD_NAME |
117 | | -# mappings: |
118 | | -# - value: MAPPING_VALUE |
119 | | -# cost: MAPPING_COST |
120 | | -# type: MAPPING_TYPE |
121 | | -# group: MAPPING_GROUP <---THIS IS OPTIONAL--- |
| 112 | +# openstack_ratings_hashmap_field_mappings: |
| 113 | +# - service: SERVICE_NAME |
| 114 | +# name: FIELD_NAME |
| 115 | +# mappings: |
| 116 | +# - value: MAPPING_VALUE |
| 117 | +# cost: MAPPING_COST |
| 118 | +# type: MAPPING_TYPE |
| 119 | +# group: MAPPING_GROUP <---THIS IS OPTIONAL--- |
122 | 120 |
|
123 | 121 | # Much like the field mappings above, the service mappings are a list of |
124 | 122 | # dictionaries, however these are not associated with a field. |
125 | 123 | # |
126 | | -#openstack_ratings_hashmap_service_mappings: |
127 | | -# - service: SERVICE_NAME |
128 | | -# cost: MAPPING_COST |
129 | | -# type: MAPPING_TYPE |
130 | | -# group: MAPPING_GROUP <---THIS IS OPTIONAL--- |
| 124 | +# openstack_ratings_hashmap_service_mappings: |
| 125 | +# - service: SERVICE_NAME |
| 126 | +# cost: MAPPING_COST |
| 127 | +# type: MAPPING_TYPE |
| 128 | +# group: MAPPING_GROUP <---THIS IS OPTIONAL--- |
131 | 129 |
|
132 | 130 | ############################################################################### |
133 | 131 | # Dummy variable to allow Ansible to accept this file. |
134 | | -workaround_ansible_issue_8743: yes |
| 132 | +workaround_ansible_issue_8743: true |
0 commit comments