-
Notifications
You must be signed in to change notification settings - Fork 1.9k
BZ#1889248: Add gcp licenses parameter description #37422
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -909,7 +909,7 @@ ifdef::gcp[] | |
| Additional GCP configuration parameters are described in the following table: | ||
|
|
||
| .Additional GCP parameters | ||
| [cols=".^2,.^3a,.^3a",options="header"] | ||
| [cols=".^1,.^6a,.^3a",options="header"] | ||
| |==== | ||
| |Parameter|Description|Values | ||
|
|
||
|
|
@@ -938,6 +938,14 @@ link:https://yaml.org/spec/1.2/spec.html#sequence//[YAML sequence]. | |
| |The name of the existing subnet in your VPC that you want to deploy your compute machines to. | ||
| |The subnet name. | ||
|
|
||
| |`platform.gcp.licenses` | ||
| |A list of license URLs that must be applied to the compute images. | ||
| [IMPORTANT] | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is rendering weird in the browser. I get that this needs an admonition. Could you try making the column wider?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I was able to adjust the columns widths, though the changes in the first column seem be unaffected, and the only noticeable column changes are columns two and three.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The first column is unaffected thanks to entries like
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Passing thought: It would be outside of the scope of this PR, but since a lot of these parameter names are so long (which messes with the colwidths), it might be worth considering converting this table to a definition list. Would give more wiggle room for more complex usage like mixing in admonition blocks. However, looks like there are lots of similar tables in use in these assemblies, so might be weird / not worth it to mix tables/definition lists. 🤷 But something like: Passing thought ended |
||
| ==== | ||
| The `licenses` parameter is a deprecated field and nested virtualization is enabled by default. It is not recommended to use this field. | ||
| ==== | ||
| |Any license available with the link:https://cloud.google.com/compute/docs/reference/rest/v1/licenses/list[license API], such as the license to enable link:https://cloud.google.com/compute/docs/instances/nested-virtualization/overview[nested virtualization]. You cannot use this parameter with a mechanism that generates pre-built images. Using a license URL forces the installer to copy the source image before use. | ||
|
|
||
| |`platform.gcp.osDisk.diskSizeGB` | ||
| |The size of the disk in gigabytes (GB). | ||
| |Any size between 16 GB and 65536 GB. | ||
|
|
||

Uh oh!
There was an error while loading. Please reload this page.