Revision 67be1883 snf-astakos-app/astakos/im/settings.py

b/snf-astakos-app/astakos/im/settings.py
197 197
    settings, 'ASTAKOS_RESOURCES_PRESENTATION_DATA', {
198 198
        'groups': {
199 199
             'compute': {
200
                'help_text':'group compute help text',
200
                'help_text':'Compute resources (amount of VMs, CPUs, RAM, System disk) ',
201 201
                'is_abbreviation':False,
202 202
                'report_desc':'',
203 203
                 'verbose_name':'compute',
204 204
            },
205 205
            'storage': {
206
                'help_text':'group storage help text',
206
                'help_text':'Storage resources (amount of space to store files on Pithos) ',
207 207
                'is_abbreviation':False,
208 208
                'report_desc':'',
209 209
                 'verbose_name':'storage',
210 210
            },
211
            'network': {
212
                'help_text':' Network resources (amount of Private Networks)  ',
213
                'is_abbreviation':False,
214
                'report_desc':'',
215
                'verbose_name':'network',
216
            },
211 217
        },
212 218
        'resources': {
213 219
            'pithos+.diskspace': {
214
                'help_text':'resource pithos+.diskspace help text',
220
                'help_text':'This is the space on Pithos for storing files and VM Images. ',
221
                'help_text_input_each':'This is the total amount of space on Pithos that will be granted to each user of this Project ',
215 222
                'is_abbreviation':False,
216 223
                'report_desc':'Pithos+ Diskspace',
217 224
                'placeholder':'eg. 10GB',
218
                'verbose_name':'diskspace',
225
                'verbose_name':'Storage Space',
219 226
            },
220 227
            'cyclades.vm': {
221
                'help_text':'resource cyclades.vm help text resource cyclades.vm help text resource cyclades.vm help text resource cyclades.vm help text',
228
                'help_text':'These are the VMs one can create on the Cyclades UI ',
229
                'help_text_input_each':'This is the total number of VMs that will be granted to each user of this Project ',
222 230
                'is_abbreviation':True,
223 231
                'report_desc':'Virtual Machines',
224 232
                'placeholder':'eg. 2',
225 233
                'verbose_name':'vm',
226 234
            },
227 235
            'cyclades.disk': {
228
                'help_text':'resource cyclades.disk help text',
236
                'help_text':'This is the System Disk that the VMs have that run the OS ',
237
                'help_text_input_each':"This is the total amount of System Disk that will be granted to each user of this Project (this refers to the total System Disk of all VMs, not each VM's System Disk)  ",
229 238
                'is_abbreviation':False,
230 239
                'report_desc':'Disk',
231 240
                'placeholder':'eg. 5GB, 2GB etc',
232
                'verbose_name':'disk'
241
                'verbose_name':'System Disk'
233 242
            },
234 243
            'cyclades.ram': {
235
                'help_text':'resource cyclades.ram help text',
244
                'help_text':'RAM used by VMs ',
245
                'help_text_input_each':'This is the total amount of RAM that will be granted to each user of this Project (on all VMs)  ',
236 246
                'is_abbreviation':True,
237 247
                'report_desc':'RAM',
238 248
                'placeholder':'eg. 4GB',
239 249
                'verbose_name':'ram'
240 250
            },
241 251
            'cyclades.cpu': {
242
                'help_text':'resource cyclades.cpu help text',
252
                'help_text':'CPUs used by VMs ',
253
                'help_text_input_each':'This is the total number of CPUs that will be granted to each user of this Project (on all VMs)  ',
243 254
                'is_abbreviation':True,
244 255
                'report_desc':'CPUs',
245 256
                'placeholder':'eg. 1',
246 257
                'verbose_name':'cpu'
247 258
            },
248 259
            'cyclades.network.private': {
249
                'help_text':'resource cyclades.network.private help text',
260
                'help_text':'These are the Private Networks one can create on the Cyclades UI. ',
261
                'help_text_input_each':'This is the total number of Private Networks that will be granted to each user of this Project ',
250 262
                'is_abbreviation':False,
251 263
                'report_desc':'Network',
252 264
                'placeholder':'eg. 1',

Also available in: Unified diff