Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add features to physical servers pages #14709

Merged
merged 2 commits into from
Apr 19, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 48 additions & 2 deletions db/fixtures/miq_product_features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6384,7 +6384,7 @@

# Physical Servers
- :name: Physical Servers
:description: Everything under Physical Infra Servers
:description: Everything under Physical Servers
:feature_type: node
:identifier: physical_server
:children:
Expand All @@ -6399,8 +6399,54 @@
:identifier: physical_server_show_list
- :name: Show
:description: Display Individual Physical Server
:feature_type: view
:feature_type: view
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please, remove the extra space here

thx!

Copy link
Contributor Author

@gabrielsvinha gabrielsvinha Apr 19, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

:identifier: physical_server_show
- :name: Modify
:description: Modify Physical Servers
:feature_type: admin
:identifier: physical_server_admin
:children:
- :name: Remove
:description: Remove Physical Server(s)
:feature_type: admin
:identifier: physical_server_delete
- :name: Edit
:description: Edit a Physical Server
:feature_type: admin
:identifier: physical_server_edit
- :name: Operate
:description: Perform Operations on Physical Servers
:feature_type: control
:identifier: physical_server_control
:children:
- :name: Turn On Server
:description: Turn On Server
:feature_type: control
:identifier: physical_server_power_on
- :name: Turn Off Server
:description: Turn Off Server
:feature_type: control
:identifier: physical_server_power_off
- :name: Restart Server
:description: Restart Server
:feature_type: control
:identifier: physical_server_restart
- :name: Blink LED
:description: Blink Loc LED
:feature_type: control
:identifier: physical_server_blink_loc_led
- :name: Turn On LED
:description: Turn On Loc LED
:feature_type: control
:identifier: physical_server_turn_on_loc_led
- :name: Turn Off LED
:description: Turn Off Loc LED
:feature_type: control
:identifier: physical_server_turn_off_loc_led
- :name: Refresh
:description: Refresh relationships and power states for all items related to Physical Servers / Nodes
:feature_type: control
:identifier: physical_server_refresh

# Physical Infrastructure Topology
- :name: Physical Infra Topology
Expand Down