This file is indexed.

/etc/one/sunstone-views/admin.yaml is in opennebula-sunstone 4.12.3+dfsg-3.1build1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
small_logo: images/opennebula-sunstone-v4.0-small.png
provision_logo: images/one_small_logo.png
enabled_tabs:
    dashboard-tab: true
    system-tab: true
    users-tab: true
    groups-tab: true
    vdcs-tab: true
    acls-tab: true
    vresources-tab: true
    vms-tab: true
    templates-tab: true
    images-tab: true
    files-tab: true
    infra-tab: true
    clusters-tab: true
    hosts-tab: true
    datastores-tab: true
    vnets-tab: true
    secgroups-tab: true
    marketplace-tab: true
    oneflow-dashboard: true
    oneflow-services: true
    oneflow-templates: true
    support-tab: true
    doc-tab: true
    community-tab: true
    enterprise-tab: true
    zones-tab: true
autorefresh: true
features:
    showback: true
tabs:
    dashboard-tab:
        panel_tabs:
        actions:
            Dashboard.refresh: false
            Sunstone.toggle_top: false
        widgets_three_per_row:
        widgets_two_per_row:
            - storage
            - network
#            - user_quotas
#            - group_quotas
        widgets_one_per_row:
            - vms
            - hosts
            - users
        widgets_one_footer:
#            - accounting
    system-tab:
        panel_tabs:
        actions:
    users-tab:
        panel_tabs:
            user_info_tab: true
            user_quotas_tab: true
            user_accounting_tab: true
            user_showback_tab: true
        table_columns:
            - 0         # Checkbox
            - 1         # ID
            - 2         # Name
            - 3         # Group
            - 4         # Auth driver
            - 5         # VMs
            - 6         # Memory
            - 7         # CPU
            #- 8         # Group ID
            #- 9         # Hidden User Data
        actions:
            User.refresh: true
            User.create_dialog: true
            User.update_password: true
            User.quotas_dialog: true
            User.chgrp: true
            User.addgroup: true
            User.delgroup: true
            User.chauth: true
            User.delete: true
    groups-tab:
        panel_tabs:
            group_info_tab: true
            group_quotas_tab: true
            group_providers_tab: true
            group_accounting_tab: true
            group_shoback_tab: true
        table_columns:
            - 0         # Checkbox
            - 1         # ID
            - 2         # Name
            - 3         # Users
            - 4         # VMs
            - 5         # Memory
            - 6         # CPU
        actions:
            Group.refresh: true
            Group.create_dialog: true
            Group.quotas_dialog: true
            Group.delete: true
            Group.edit_admins: true
    vdcs-tab:
        panel_tabs:
            vdc_info_tab: true
            vdc_groups_tab: true
            vdc_resources_tab: true
        table_columns:
            - 0         # Checkbox
            - 1         # ID
            - 2         # Name
            - 3         # Groups
            - 4         # Clusters
            - 5         # Hosts
            - 6         # VNets
            - 7         # Datastores
        actions:
            Vdc.refresh: true
            Vdc.create_dialog: true
            Vdc.update_dialog: true
            Vdc.delete: true

    acls-tab:
        panel_tabs:
        table_columns:
            - 0         # Checkbox
            - 1         # ID
            - 2         # Applies to
            - 3         # Affected resources
            - 4         # Resource ID / Owned by
            - 5         # Allowed operations
            - 6         # Zone
            #- 7         # ACL String
        actions:
            Acl.refresh: true
            Acl.create_dialog: true
            Acl.delete: true
    vresources-tab:
        panel_tabs:
        actions:
    vms-tab:
        panel_tabs:
            vm_info_tab: true
            vm_capacity_tab: true
            vm_hotplugging_tab: true
            vm_network_tab: true
            vm_snapshot_tab: true
            vm_placement_tab: true
            vm_actions_tab: true
            vm_template_tab: true
            vm_log_tab: true
        table_columns:
            - 0       # Checkbox
            - 1       # ID
            - 2       # Owner
            - 3       # Group
            - 4       # Name
            - 5       # Status
            #- 6       # Used CPU
            #- 7       # Used Memory
            - 8       # Host
            - 9       # IPs
            #- 10      # Start Time
            - 11      # VNC
            #- 12      # Hidden Template
        actions:
            VM.refresh: true
            VM.create_dialog: true
            VM.import_dialog: false
            VM.chown: true
            VM.chgrp: true
            VM.chmod: true
            VM.deploy: true
            VM.migrate: true
            VM.migrate_live: true
            VM.hold: true
            VM.release: true
            VM.suspend: true
            VM.resume: true
            VM.stop: true
            VM.recover: true
            VM.boot: true
            VM.reboot: true
            VM.reboot_hard: true
            VM.poweroff: true
            VM.poweroff_hard: true
            VM.undeploy: true
            VM.undeploy_hard: true
            VM.shutdown: true
            VM.shutdown_hard: true
            VM.delete: true
            VM.delete_recreate: true
            VM.resize: true
            VM.attachdisk: true
            VM.detachdisk: true
            VM.saveas: true
            VM.attachnic: true
            VM.detachnic: true
            VM.snapshot_create: true
            VM.snapshot_revert: true
            VM.snapshot_delete: true
            VM.resched: true
            VM.unresched: true
    templates-tab:
        panel_tabs:
            template_info_tab: true
            template_template_tab: true
        table_columns:
            - 0         # Checkbox
            - 1         # ID
            - 2         # Owner
            - 3         # Group
            - 4         # Name
            - 5         # Registration time
        actions:
            Template.refresh: true
            Template.create_dialog: true
            Template.import_dialog: false
            Template.update_dialog: true
            Template.instantiate_vms: true
            Template.chown: true
            Template.chgrp: true
            Template.chmod: true
            Template.clone_dialog: true
            Template.delete: true
        template_creation_tabs:
            general: true
            storage: true
            network: true
            os_booting: true
            features: true
            input_output: true
            context: true
            scheduling: true
            hybrid: true
            other: true
    images-tab:
        panel_tabs:
            image_info_tab: true
            image_vms_tab: true
        table_columns:
            - 0         # Checkbox
            - 1         # ID
            - 2         # Owner
            - 3         # Group
            - 4         # Name
            - 5         # Datastore
            #- 6         # Size
            - 7        # Type
            #- 8         # Registration time
            #- 9        # Persistent
            - 10        # Status
            - 11        # #VMs
            #- 12       # Target
        actions:
            Image.refresh: true
            Image.create_dialog: true
            Image.chown: true
            Image.chgrp: true
            Image.chmod: true
            Image.enable: true
            Image.disable: true
            Image.persistent: true
            Image.nonpersistent: true
            Image.clone_dialog: true
            Image.delete: true
    files-tab:
        panel_tabs:
            file_info_tab: true
        table_columns:
            - 0         # Checkbox
            - 1         # ID
            - 2         # Owner
            - 3         # Group
            - 4         # Name
            - 5         # Datastore
            #- 6         # Size
            - 7        # Type
            #- 8         # Registration time
            #- 9        # Persistent
            - 10        # Status
            #- 11        # #VMs
            #- 12       # Target
        actions:
            File.refresh: true
            File.create_dialog: true
            File.chown: true
            File.chgrp: true
            File.chmod: true
            File.enable: true
            File.disable: true
            File.delete: true
    infra-tab:
        panel_tabs:
        actions:
    clusters-tab:
        panel_tabs:
            cluster_info_tab: true
            cluster_host_tab: true
            cluster_vnet_tab: true
            cluster_datastore_tab: true
        table_columns:
            - 0         # Checkbox
            - 1         # ID
            - 2         # Name
            - 3         # Hosts
            - 4         # VNets
            - 5         # Datastores
        actions:
            Cluster.refresh: true
            Cluster.create_dialog: true
            Cluster.update_dialog: true
            Cluster.delete: true
    hosts-tab:
        panel_tabs:
            host_info_tab: true
            host_monitoring_tab: true
        table_columns:
            - 0         # Checkbox
            - 1         # ID
            - 2         # Name
            - 3         # Cluster
            - 4         # RVMs
            #- 5         # Real CPU
            - 6         # Allocated CPU
            #- 7         # Real MEM
            - 8         # Allocated MEM
            - 9         # Status
            #- 10        # IM MAD
            #- 11        # VM MAD
            #- 12        # Last monitored on
        actions:
            Host.refresh: true
            Host.create_dialog: true
            Host.addtocluster: true
            Host.enable: true
            Host.disable: true
            Host.delete: true
    datastores-tab:
        panel_tabs:
            datastore_info_tab: true
            datastore_image_tab: true
        table_columns:
            - 0         # Checkbox
            - 1         # ID
            - 2         # Owner
            - 3         # Group
            - 4         # Name
            - 5         # Capacity
            - 6         # Cluster
            #- 7         # Basepath
            #- 8         # TM
            #- 9         # DS
            - 10        # Type
            - 11        # Status
        actions:
            Datastore.refresh: true
            Datastore.create_dialog: true
            Datastore.addtocluster: true
            Datastore.chown: true
            Datastore.chgrp: true
            Datastore.chmod: true
            Datastore.delete: true
            Datastore.enable: true
            Datastore.disable: true
    vnets-tab:
        panel_tabs:
            vnet_info_tab: true
            vnet_ar_list_tab: true
            vnet_leases_tab: true
        table_columns:
            - 0         # Checkbox
            - 1         # ID
            - 2         # Owner
            - 3         # Group
            - 4         # Name
            - 5         # Reservation
            - 6         # Cluster
            #- 7         # Bridge
            - 8         # Leases
            #- 9         # VLAN ID
        actions:
            Network.refresh: true
            Network.create_dialog: true
            Network.import_dialog: false
            Network.update_dialog: true
            Network.addtocluster: true
            Network.chown: true
            Network.chgrp: true
            Network.chmod: true
            Network.delete: true
            Network.hold_lease: true
            Network.release_lease: true
            Network.add_ar: true
            Network.remove_ar: true
            Network.update_ar: true
    secgroups-tab:
        panel_tabs:
            security_group_info_tab: true
        table_columns:
            - 0         # Checkbox
            - 1         # ID
            - 2         # Owner
            - 3         # Group
            - 4         # Name
        actions:
            SecurityGroup.refresh: true
            SecurityGroup.create_dialog: true
            SecurityGroup.update_dialog: true
            SecurityGroup.chown: true
            SecurityGroup.chgrp: true
            SecurityGroup.chmod: true
            SecurityGroup.clone_dialog: true
            SecurityGroup.delete: true
    marketplace-tab:
        panel_tabs:
            marketplace_info_tab: true
        table_columns:
            - 0         # Checkbox
            #- 1         # ID
            - 2         # Name
            - 3         # Publisher
            - 4         # Hypervisor
            - 5         # Arch
            - 6         # Format
            #- 7         # Tags
        actions:
            Marketplace.refresh: true
            Marketplace.import: true
    oneflow-dashboard:
        panel_tabs:
        table_columns:
        actions:
    oneflow-services:
        panel_tabs:
            service_info_tab: true
            service_roles_tab: true
            service_log_tab: true
        panel_tabs_actions:
            service_roles_tab:
                Role.scale: true
                Role.hold: true
                Role.release: true
                Role.suspend: true
                Role.resume: true
                Role.stop: true
                Role.boot: true
                Role.reboot: true
                Role.reboot_hard: true
                Role.poweroff: true
                Role.poweroff_hard: true
                Role.shutdown: true
                Role.shutdown_hard: true
                Role.delete: true
                Role.delete_recreate: true
                RoleVM.hold: true
                RoleVM.release: true
                RoleVM.suspend: true
                RoleVM.resume: true
                RoleVM.stop: true
                RoleVM.boot: true
                RoleVM.reboot: true
                RoleVM.reboot_hard: true
                RoleVM.poweroff: true
                RoleVM.poweroff_hard: true
                RoleVM.undeploy: true
                RoleVM.undeploy_hard: true
                RoleVM.shutdown: true
                RoleVM.shutdown_hard: true
                RoleVM.delete: true
                RoleVM.delete_recreate: true
                RoleVM.resched: true
                RoleVM.unresched: true
                RoleVM.recover: true
        table_columns:
            - 0         # Checkbox
            - 1         # ID
            - 2         # Owner
            - 3         # Group
            - 4         # Name
            - 5         # State
        actions:
            Service.refresh: true
            Service.chown: true
            Service.chgrp: true
            Service.chmod: true
            Service.shutdown: true
            Service.recover: true
            Service.delete: true
    oneflow-templates:
        panel_tabs:
            service_template_info_tab: true
            service_template_roles_tab: true
        table_columns:
            - 0         # Checkbox
            - 1         # ID
            - 2         # Owner
            - 3         # Group
            - 4         # Name
        actions:
            ServiceTemplate.refresh: true
            ServiceTemplate.create_dialog: true
            ServiceTemplate.instantiate: true
            ServiceTemplate.chown: true
            ServiceTemplate.chgrp: true
            ServiceTemplate.chmod: true
            ServiceTemplate.delete: true
    zones-tab:
        panel_tabs:
            zone_info_tab: true
        table_columns:
            - 0         # Checkbox
            - 1         # ID
            - 2         # Name
            - 3         # Endpoint
        actions:
            Zone.refresh: true
            Zone.create_dialog: true
            Zone.delete: true
    support-tab:
        panel_tabs:
            support_info_tab: true
        table_columns:
            #- 0         # Checkbox
            - 1         # ID
            - 2         # Subject
            - 3         # Created at
            - 4         # Status
        actions:
            Support.refresh: true
            Support.create_dialog: true