File tree Expand file tree Collapse file tree 3 files changed +35
-9
lines changed Expand file tree Collapse file tree 3 files changed +35
-9
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ ratings_environment: []
66
66
# Example of the mappings and their fields can be found below,
67
67
# however for more information please refer to the README.md file.
68
68
#
69
- # ratings_hashmap_field_mappings:
69
+ ratings_hashmap_field_mappings: []
70
70
# - service: SERVICE_NAME
71
71
# name: FIELD_NAME
72
72
# mappings:
@@ -78,7 +78,7 @@ ratings_environment: []
78
78
# Much like the field mappings above, the service mappings are a list of
79
79
# dictionaries, however these are not associated with a field.
80
80
#
81
- # ratings_hashmap_service_mappings:
81
+ ratings_hashmap_service_mappings: []
82
82
# - service: SERVICE_NAME
83
83
# cost: MAPPING_COST
84
84
# group: MAPPING_GROUP
Original file line number Diff line number Diff line change 99
99
# ##############################################################################
100
100
# Configuration variables for a Cloudkitty ratings service deployment.
101
101
102
+ #
103
+ #
104
+ #
105
+
102
106
# File path or URL containing Python upper constraints.
103
107
#
104
108
# ratings_upper_constraints_file: /path/to/upper_constraints_file
@@ -118,11 +122,27 @@ ratings_hashmap_field_mappings:
118
122
- service : instance
119
123
name : flavor_id
120
124
mappings :
121
- - value : small
125
+ - value : ' 1 ' # tiny
122
126
cost : 1.0
123
127
group : instance_uptime_flavor_id
124
128
type : flat
125
- - value : large
129
+ - value : ' 2' # small
130
+ cost : 2.0
131
+ group : instance_uptime_flavor_id
132
+ type : flat
133
+ - value : ' 3' # medium
134
+ cost : 3.0
135
+ group : instance_uptime_flavor_id
136
+ type : flat
137
+ - value : ' 4' # large
138
+ cost : 4.0
139
+ group : instance_uptime_flavor_id
140
+ type : flat
141
+ - value : ' 5' # xlarge
142
+ cost : 5.0
143
+ group : instance_uptime_flavor_id
144
+ type : flat
145
+ - value : ' 6' # tiny 2
126
146
cost : 2.0
127
147
group : instance_uptime_flavor_id
128
148
type : flat
@@ -131,11 +151,11 @@ ratings_hashmap_field_mappings:
131
151
# Much like the field mappings above, the service mappings are a list of
132
152
# dictionaries, however these are not associated with a field.
133
153
#
134
- ratings_hashmap_service_mappings :
135
- - service : image.size
136
- cost : 0.1
137
- group : volume_ceph
138
- type : flat
154
+ # ratings_hashmap_service_mappings:
155
+ # - service: image.size
156
+ # cost: 0.1
157
+ # group: image_size
158
+ # type: flat
139
159
140
160
# ##############################################################################
141
161
# Dummy variable to allow Ansible to accept this file.
Original file line number Diff line number Diff line change 99
99
# ##############################################################################
100
100
# Configuration variables for a Cloudkitty ratings service deployment.
101
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
+
102
108
# File path or URL containing Python upper constraints.
103
109
#
104
110
# ratings_upper_constraints_file: /path/to/upper_constraints_file
You can’t perform that action at this time.
0 commit comments