Skip to content

Commit 0fa6619

Browse files
committed
Add Cloudkitty role variables definition to openstack-config.
1 parent 0642c52 commit 0fa6619

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

etc/openstack-config/openstack-config.yml

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,46 @@
9696
# Whether generated cluster templates should be public by default (defaults to 'True')
9797
# magnum_cluster_templates_public:
9898

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+
99139
###############################################################################
100140
# Dummy variable to allow Ansible to accept this file.
101141
workaround_ansible_issue_8743: yes

0 commit comments

Comments
 (0)