|
96 | 96 | # Whether generated cluster templates should be public by default (defaults to 'True')
|
97 | 97 | # magnum_cluster_templates_public:
|
98 | 98 |
|
| 99 | +############################################################################### |
| 100 | +# Configuration variables for a CloudKitty ratings service deployment. |
| 101 | + |
| 102 | +# # ### ####### ##### IN ORDER TO SUCCESSFULLY DEPLOY CLOUDKITTY |
| 103 | +# # # # # # # 'cloudkitty.conf' & 'metrics.yml' MUST BE |
| 104 | +# # # # # # ### PROVIDED ALONGSIDE THE FOLLOWING CONFIG. |
| 105 | +# # # # # # # MORE INFO CAN BE FOUND IN THE README.md |
| 106 | +# # ### # ##### 'stackhpc-kayobe-config' DOCS. |
| 107 | + |
| 108 | + |
| 109 | +# A list where each item is a dictionary mapping the associated fields, |
| 110 | +# with the 'mappings' field also being a list of dictionaries. Example |
| 111 | +# of the mappings and their fields can be found below, however for more |
| 112 | +# information please refer to the stackhpc.openstack.os_ratings role docs. |
| 113 | +# |
| 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--- |
| 122 | + |
| 123 | +# Much like the field mappings above, the service mappings are a list of |
| 124 | +# dictionaries, however these are not associated with a field. |
| 125 | +# |
| 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--- |
| 131 | + |
99 | 132 | ###############################################################################
|
100 | 133 | # Dummy variable to allow Ansible to accept this file.
|
101 | 134 | workaround_ansible_issue_8743: yes
|
0 commit comments