-
Notifications
You must be signed in to change notification settings - Fork 68
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
[DNM] Bare Metal #205
[DNM] Bare Metal #205
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good overall 👍
|
||
**Bare Metal Beta** | ||
Creates a Bare Metal Instance on your account. In order for this request to complete successfully, | ||
you must have the `add_metal` grants. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are Linodes, the normal add_linodes
grant is all you need.
|
||
* Gives up any IP addresses the Bare Metal Instance was assigned. | ||
* Stops billing for the Bare Metal Instance and its associated services. You will be billed for time used | ||
within the billing period the Bare Metal Instance was active. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
None of this is different than just deleting a normal Linode.
@@ -3667,6 +3710,9 @@ paths: | |||
* If there is more than one Config profile, the last booted config will be used. | |||
* If there is more than one Config profile and none were the last to be booted (because the | |||
Linode was never booted or the last booted config was deleted) an error will be returned. | |||
|
|||
**Bare Metal Beta** | |||
Boots a Linode identified by the ID of the Bare Metal Linode you have permission to boot. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is also the same as normal Linodes; the only difference for boot/reboot is that Config IDs are not accepted (are Bare Metal Instances don't have configs).
Reboots a Linode you have permission to modify. If any actions are currently running or | ||
queued, those actions must be completed first before you can initiate a reboot. | ||
|
||
**Bare Metal Beta** | ||
Reboots a Bare Metal Instance you have permission to modify. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As above, this is the same as a normal Linode reboot, but you don't have the option to send in a config_id
.
Shuts down a Linode you have permission to modify. If any actions are currently running or | ||
queued, those actions must be completed first before you can initiate a shutdown. | ||
|
||
**Bare Metal Beta** | ||
Shuts down a Bare Metal Instance you have permission to modify. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the same as a normal Linode.
Replaced by #574 |
* Release-1.0.31 (linode#208) * Changelogs for Cloud Manager 0.49.0 and API 4.0.17 (linode#204) * Changelogs for Cloud Manager 0.49.0 and API 4.0.17 * Copy fixes * Copy fixes (linode#206) * fix few issues with changelogs formatting * Post-merge fixes * Update release dates * Changlog date updates * DLC-115 fix mobile menu on iFramed api/v4 page (linode#205)
* Changelog for Cloud manager 0.48.0 and Api 4.0.15 (linode#184) * Embed ReDocas iframe (linode#187) * Add test path for testing iframe access on developers.dev (linode#188) * Reactive path to /api/v4 (linode#189) * Point Create Account button at login.linode.com (linode#191) * Point Create Account button at login.linode.com * Go directly to signup path * Release 1.0.30: Use iframe to host ReDoc docs (linode#192) * Release 1.0.30 (linode#190) * Changelog for Cloud manager 0.48.0 and Api 4.0.15 (linode#184) * Embed ReDocas iframe (linode#187) * Add test path for testing iframe access on developers.dev (linode#188) * Reactive path to /api/v4 (linode#189) * Update api.html * Update api.html * Update api.html * Testing iframe + base + allow X-Frame (linode#198) * Fix iframe links (linode#199) * Testing iframe + base + allow X-Frame * Try _blank * Reset env to develop for testing; remove <base> (linode#200) * Remove base element (linode#201) * DLC-115 fix mobile menu on iFramed api/v4 page (linode#205) * Add changelog for API 4.0.16 (linode#203) * Still have to set this manually until dynamic version is merged (linode#207) * Changelogs for Cloud Manager 0.49.0 and API 4.0.17 (linode#204) * Changelogs for Cloud Manager 0.49.0 and API 4.0.17 * Copy fixes * Copy fixes (linode#206) * fix few issues with changelogs formatting * Post-merge fixes * Update changelog dates (linode#210) * Update changelog dates (linode#211) * Update changelog dates * Display dates updated * Update development (linode#214) * Release-1.0.31 (linode#208) * Changelogs for Cloud Manager 0.49.0 and API 4.0.17 (linode#204) * Changelogs for Cloud Manager 0.49.0 and API 4.0.17 * Copy fixes * Copy fixes (linode#206) * fix few issues with changelogs formatting * Post-merge fixes * Update release dates * Changlog date updates * DLC-115 fix mobile menu on iFramed api/v4 page (linode#205) * Manager changelog 0.50.0 (linode#215) * Add manager 0.50.0 changelog entry * Copy edit * Added API Changelog for version 4.0.18 * remove highlighting
New Header and Footer
start of bare metal work