Skip to content

Commit 32d0bbe

Browse files
moved hardware commands into a single file
1 parent 1606f9a commit 32d0bbe

19 files changed

+88
-69
lines changed

docs/cli/hardware.rst

Lines changed: 88 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,92 @@ Interacting with Hardware
44
==============================
55

66

7-
.. toctree::
8-
:maxdepth: 1
9-
:glob:
7+
.. click:: SoftLayer.CLI.hardware.cancel_reasons:cli
8+
:prog: hw cancel-reasons
9+
:show-nested:
10+
11+
.. click:: SoftLayer.CLI.hardware.cancel:cli
12+
:prog: hw cancel
13+
:show-nested:
14+
15+
.. click:: SoftLayer.CLI.hardware.create_options:cli
16+
:prog: hw create-options
17+
:show-nested:
18+
19+
.. click:: SoftLayer.CLI.hardware.create:cli
20+
:prog: hw create
21+
:show-nested:
22+
23+
24+
Provides some basic functionality to order a server. `slcli order` has a more full featured method of ordering servers. This command only supports the FAST_PROVISION type.
25+
26+
.. click:: SoftLayer.CLI.hardware.credentials:cli
27+
:prog: hw credentials
28+
:show-nested:
29+
30+
31+
.. click:: SoftLayer.CLI.hardware.detail:cli
32+
:prog: hw detail
33+
:show-nested:
34+
35+
36+
.. click:: SoftLayer.CLI.hardware.edit:cli
37+
:prog: hw edit
38+
:show-nested:
39+
40+
When setting port speed, use "-1" to indicate best possible configuration. Using 10/100/1000/10000 on a server with a redundant interface may result the interface entering a degraded state. See `setPublicNetworkInterfaceSpeed <http://sldn.softlayer.com/reference/services/SoftLayer_Hardware_Server/setPublicNetworkInterfaceSpeed/>`_ for more information.
41+
42+
43+
.. click:: SoftLayer.CLI.hardware.list:cli
44+
:prog: hw list
45+
:show-nested:
46+
47+
.. click:: SoftLayer.CLI.hardware.power:power_cycle
48+
:prog: hw power-cycle
49+
:show-nested:
50+
51+
.. click:: SoftLayer.CLI.hardware.power:power_off
52+
:prog: hw power-off
53+
:show-nested:
54+
55+
.. click:: SoftLayer.CLI.hardware.power:power_on
56+
:prog: hw power-on
57+
:show-nested:
58+
59+
.. click:: SoftLayer.CLI.hardware.power:reboot
60+
:prog: hw reboot
61+
:show-nested:
62+
63+
.. click:: SoftLayer.CLI.hardware.reload:cli
64+
:prog: hw reload
65+
:show-nested:
66+
67+
.. click:: SoftLayer.CLI.hardware.power:rescue
68+
:prog: hw rescue
69+
70+
.. click:: SoftLayer.CLI.hardware.reflash_firmware:cli
71+
:prog: hw reflash-firmware
72+
:show-nested:
73+
74+
75+
Reflash here means the current version of the firmware running on your server will be re-flashed onto the selected hardware. This does require a reboot. See `slcli hw update-firmware` if you want the newest version.
76+
77+
.. click:: SoftLayer.CLI.hardware.update_firmware:cli
78+
:prog: hw update-firmware
79+
:show-nested:
80+
81+
82+
This function updates the firmware of a server. If already at the latest version, no software is installed.
83+
84+
.. click:: SoftLayer.CLI.hardware.toggle_ipmi:cli
85+
:prog: hw toggle-ipmi
86+
:show-nested:
87+
88+
89+
:show-nested:
90+
91+
92+
.. click:: SoftLayer.CLI.hardware.ready:cli
93+
:prog: hw ready
94+
:show-nested:
1095

11-
hardware/*

docs/cli/hardware/cancel-reasons.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/cli/hardware/cancel.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/cli/hardware/create-options.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/cli/hardware/create.rst

Lines changed: 0 additions & 6 deletions
This file was deleted.

docs/cli/hardware/credentials.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/cli/hardware/detail.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/cli/hardware/edit.rst

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/cli/hardware/list.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/cli/hardware/power-cycle.rst

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)