-
Notifications
You must be signed in to change notification settings - Fork 494
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: vichansson <[email protected]> Co-authored-by: Tino Vázquez <[email protected]>
- Loading branch information
1 parent
b51bb68
commit 6794551
Showing
96 changed files
with
6,822 additions
and
1,106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,161 @@ | ||
--- | ||
# This file describes the information and actions available in the VM tab | ||
|
||
# Resource | ||
|
||
resource_name: "VM" | ||
|
||
# Actions - Which buttons are visible to operate over the resources | ||
|
||
actions: | ||
create_dialog: true | ||
create_app_dialog: true # reference to create_dialog in marketplace-app-tab.yaml | ||
deploy: false | ||
migrate: true | ||
migrate_live: true | ||
hold: true | ||
release: true | ||
suspend: true | ||
resume: true | ||
stop: true | ||
recover: true | ||
reboot: true | ||
reboot-hard: true | ||
poweroff: true | ||
poweroff-hard: true | ||
undeploy: true | ||
undeploy-hard: true | ||
terminate: true | ||
terminate-hard: true | ||
resched: true | ||
unresched: true | ||
save_as_template: false | ||
chown: false | ||
chgrp: false | ||
lock: true | ||
unlock: true | ||
vmrc: true | ||
vnc: true | ||
ssh: true | ||
rdp: true | ||
edit_labels: false | ||
backup: true | ||
|
||
# Filters - List of criteria to filter the resources | ||
|
||
filters: | ||
label: true | ||
state: true | ||
owner: true | ||
group: true | ||
type: true | ||
locked: true | ||
ips: true | ||
hostname: true | ||
|
||
|
||
# Info Tabs - Which info tabs are used to show extended information | ||
|
||
info-tabs: | ||
|
||
info: | ||
enabled: true | ||
information_panel: | ||
enabled: true | ||
actions: | ||
rename: true | ||
permissions_panel: | ||
enabled: true | ||
actions: | ||
chmod: false | ||
ownership_panel: | ||
enabled: true | ||
actions: | ||
chown: false | ||
chgrp: false | ||
capacity_panel: | ||
enabled: true | ||
actions: | ||
resize_capacity: true | ||
vcenter_panel: | ||
enabled: true | ||
actions: | ||
copy: true | ||
add: false | ||
edit: false | ||
delete: false | ||
lxc_panel: | ||
enabled: true | ||
actions: | ||
copy: true | ||
add: false | ||
edit: false | ||
delete: false | ||
monitoring_panel: | ||
enabled: true | ||
actions: | ||
copy: true | ||
attributes_panel: | ||
enabled: true | ||
actions: | ||
copy: true | ||
add: true | ||
edit: false | ||
delete: false | ||
|
||
storage: | ||
enabled: true | ||
actions: | ||
attach_disk: | ||
enabled: true | ||
not_on: | ||
- firecracker | ||
detach_disk: true | ||
snapshot_disk_create: true | ||
snapshot_disk_rename: true | ||
snapshot_disk_revert: true | ||
snapshot_disk_delete: true | ||
resize_disk: true | ||
disk_saveas: | ||
enabled: true | ||
not_on: | ||
- vcenter | ||
- firecracker | ||
|
||
network: | ||
enabled: true | ||
actions: | ||
attach_nic: true | ||
detach_nic: true | ||
update_nic: true | ||
attach_secgroup: true | ||
detach_secgroup: true | ||
|
||
snapshot: | ||
enabled: true | ||
actions: | ||
snapshot-create: true | ||
snapshot-revert: true | ||
snapshot-delete: true | ||
|
||
backup: | ||
enabled: true | ||
|
||
history: | ||
enabled: true | ||
|
||
sched_actions: | ||
enabled: true | ||
actions: | ||
sched_action_create: true | ||
sched_action_update: true | ||
sched_action_delete: true | ||
charter_create: true | ||
|
||
configuration: | ||
enabled: true | ||
actions: | ||
update_configuration: true | ||
|
||
template: | ||
enabled: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,111 @@ | ||
--- | ||
# This file describes the information and actions available in the VM Template tab | ||
|
||
# Resource | ||
|
||
resource_name: "VM-TEMPLATE" | ||
|
||
# Features | ||
|
||
features: | ||
# True to hide the CPU setting in the dialogs | ||
hide_cpu: true | ||
|
||
# False to not scale the CPU. | ||
# An integer value would be used as a multiplier as follows: | ||
# CPU = cpu_factor * VCPU | ||
# Set it to 1 to tie CPU and vCPU. | ||
cpu_factor: 1 | ||
|
||
# Actions - Which buttons are visible to operate over the resources | ||
|
||
actions: | ||
create_dialog: false | ||
import_dialog: false | ||
update_dialog: false | ||
instantiate_dialog: true | ||
create_app_dialog: false # reference to create_dialog in marketplace-app-tab.yaml | ||
clone: false | ||
delete: false | ||
chown: false | ||
chgrp: false | ||
lock: false | ||
unlock: false | ||
share: false | ||
unshare: false | ||
edit_labels: false | ||
|
||
# Filters - List of criteria to filter the resources | ||
|
||
filters: | ||
label: true | ||
owner: true | ||
group: true | ||
locked: true | ||
vrouter: true | ||
|
||
|
||
# Info Tabs - Which info tabs are used to show extended information | ||
|
||
info-tabs: | ||
info: | ||
enabled: true | ||
information_panel: | ||
enabled: true | ||
actions: | ||
rename: false | ||
permissions_panel: | ||
enabled: true | ||
actions: | ||
chmod: false | ||
ownership_panel: | ||
enabled: true | ||
actions: | ||
chown: false | ||
chgrp: false | ||
|
||
template: | ||
enabled: true | ||
|
||
# Dialogs | ||
|
||
dialogs: | ||
instantiate_dialog: | ||
information: true | ||
ownership: true | ||
capacity: true | ||
vm_group: true | ||
vcenter: | ||
enabled: true | ||
not_on: | ||
- kvm | ||
- lxc | ||
- firecracker | ||
network: true | ||
storage: true | ||
placement: true | ||
sched_action: true | ||
booting: true | ||
create_dialog: | ||
ownership: true | ||
capacity: true | ||
showback: true | ||
vm_group: true | ||
vcenter: | ||
enabled: true | ||
not_on: | ||
- kvm | ||
- lxc | ||
- firecracker | ||
network: true | ||
storage: true | ||
placement: true | ||
input_output: true | ||
sched_action: true | ||
context: true | ||
booting: true | ||
numa: | ||
enabled: true | ||
not_on: | ||
- lxc | ||
backup: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
--- | ||
# This file describes the information and actions available in the IMAGE tab | ||
|
||
# Resource | ||
|
||
resource_name: "BACKUP" | ||
|
||
# Actions - Which buttons are visible to operate over the resources | ||
|
||
actions: | ||
restore: true | ||
chown: true | ||
chgrp: true | ||
delete: true | ||
|
||
# Filters - List of criteria to filter the resources | ||
|
||
filters: | ||
label: true | ||
state: true | ||
|
||
# Info Tabs - Which info tabs are used to show extended information | ||
|
||
info-tabs: | ||
info: | ||
enabled: true | ||
information_panel: | ||
enabled: true | ||
actions: | ||
rename: true | ||
permissions_panel: | ||
enabled: true | ||
actions: | ||
chmod: true | ||
ownership_panel: | ||
enabled: true | ||
actions: | ||
chown: true | ||
chgrp: true | ||
attributes_panel: | ||
enabled: true | ||
actions: | ||
copy: true | ||
add: true | ||
edit: true | ||
delete: true | ||
vms: | ||
enabled: true | ||
increments: | ||
enabled: true |
Oops, something went wrong.