Skip to content

Correct vnic_types var name in skeleton variables #640

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

Merged
merged 2 commits into from
Apr 7, 2025
Merged
Changes from all commits
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
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ variable "login" {
Mapping defining homogenous groups of login nodes. Multiple groups may
be useful for e.g. separating nodes for ssh and Open Ondemand usage, or
to define login nodes with different capabilities such as high-memory.

Keys are names of groups.
Values are a mapping as follows:

Expand All @@ -45,7 +45,7 @@ variable "login" {
Optional:
image_id: Overrides variable cluster_image_id
extra_networks: List of mappings in same format as cluster_networks
vnic_type: Overrides variable vnic_type
vnic_types: Overrides variable vnic_types
volume_backed_instances: Overrides variable volume_backed_instances
root_volume_size: Overrides variable root_volume_size
extra_volumes: Mapping defining additional volumes to create and attach
Expand Down Expand Up @@ -84,7 +84,7 @@ variable "compute" {
Optional:
image_id: Overrides variable cluster_image_id
extra_networks: List of mappings in same format as cluster_networks
vnic_type: Overrides variable vnic_type
vnic_types: Overrides variable vnic_types
compute_init_enable: Toggles compute-init rebuild (see compute-init role docs)
ignore_image_changes: Ignore changes to the image_id parameter (see docs/experimental/compute-init.md)
volume_backed_instances: Overrides variable volume_backed_instances
Expand Down