|
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 | +# Path to where a virtual environment directory will be created. |
| 103 | +# |
| 104 | +#os_ratings_venv: /path/to/venv/directory |
| 105 | + |
| 106 | +# File path or URL containing Python upper constraints. |
| 107 | +# |
| 108 | +#os_ratings_upper_constraints_file: /path/to/upper_constraints_file |
| 109 | + |
| 110 | +# Environment variables for the OpenStack CLI. By default this is left empty. |
| 111 | +# |
| 112 | +#os_ratings_environment: |
| 113 | +# - name: ENV_VAR_NAME |
| 114 | +# value: ENV_VAR_VALUE |
| 115 | + |
| 116 | +# A list where each item is a dictionary mapping the associated fields, |
| 117 | +# with the 'mappings' field also being a list of dictionaries. |
| 118 | +# Example of the mappings and their fields can be found below, |
| 119 | +# however for more information please refer to the README.md file. |
| 120 | +# |
| 121 | +#os_ratings_hashmap_field_mappings: |
| 122 | +# - service: SERVICE_NAME |
| 123 | +# name: FIELD_NAME |
| 124 | +# mappings: |
| 125 | +# - value: MAPPING_VALUE |
| 126 | +# cost: MAPPING_COST |
| 127 | +# group: MAPPING_GROUP |
| 128 | +# type: MAPPING_TYPE |
| 129 | + |
| 130 | +# Much like the field mappings above, the service mappings are a list of |
| 131 | +# dictionaries, however these are not associated with a field. |
| 132 | +# |
| 133 | +#os_ratings_hashmap_service_mappings: |
| 134 | +# - service: SERVICE_NAME |
| 135 | +# cost: MAPPING_COST |
| 136 | +# group: MAPPING_GROUP |
| 137 | +# type: MAPPING_TYPE |
| 138 | + |
99 | 139 | ###############################################################################
|
100 | 140 | # Dummy variable to allow Ansible to accept this file.
|
101 | 141 | workaround_ansible_issue_8743: yes
|
0 commit comments