-
Notifications
You must be signed in to change notification settings - Fork 21
[Feat] Add full terraform.tfvars variable list #10
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 |
|---|---|---|
| @@ -1,13 +1,16 @@ | ||
| # SPDX-FileCopyrightText: Copyright (c) 2022-2023 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | ||
| # SPDX-License-Identifier: Apache-2.0 | ||
|
|
||
| // Cluster Variables | ||
| # cluster_name = "cnpack" | ||
| # location = "West US 2" | ||
| # admin_group_object_ids = [] | ||
| # Sample tfvars file. Uncomment out values to use | ||
| # Do not commit this file to Git with sensitive values | ||
|
|
||
| // Fluentbit/Azure Log Configuration Variables | ||
| # fluentbit-workspace-name = "fluentbit-test" | ||
|
|
||
| // Prometheus/Azure Monitor Configuration Variables | ||
| # prometheus-name = "cnpack-prometheus" | ||
| # admin_group_object_ids = "" | ||
| # az_monitor_user_managed_id = "tf-holoscan-identity" | ||
| # azure_log_analytics_retention_in_days = 30 | ||
| # azure_log_analytics_sku = "PerGB2018" | ||
| # cluster_name = "" | ||
| # fluentbit_workspace_name = "" | ||
| # fluentbit_enabled = true | ||
| # location = "" | ||
| # prometheus_name = "" | ||
| # prometheus_resource_group_name = "prometheus-rg" |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,24 @@ | ||
| # SPDX-FileCopyrightText: Copyright (c) 2022-2023 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | ||
| # SPDX-License-Identifier: Apache-2.0 | ||
|
|
||
| # cluster_name = "nvidia-aks-cluster" | ||
| # admin_group_object_ids = [] | ||
| # location = "West US 2" | ||
| # Sample tfvars file. Uncomment out values to use | ||
| # Do not commit this file to Git with sensitive values | ||
|
|
||
| # admin_group_object_ids = "" | ||
| # cluster_name = "holoscan-cluster" | ||
| # cpu_machine_type = "Standard_D16_v5" | ||
| # cpu_node_pool_count = 1 | ||
| # cpu_node_pool_disk_size = 100 | ||
| # cpu_node_pool_max_count = 5 | ||
| # cpu_node_pool_min_count = 1 | ||
| # cpu_os_sku = "Ubuntu" | ||
| # existing_resource_group_name = "" | ||
| # gpu_machine_type = "Standard_NC6s_v3" | ||
| # gpu_node_pool_count = 2 | ||
| # gpu_node_pool_disk_size = 100 | ||
| # gpu_node_pool_max_count = 5 | ||
| # gpu_node_pool_min_count = 2 | ||
| # gpu_operator_version = "v23.3.2" | ||
| # gpu_os_sku = "Ubuntu" | ||
| # kubernetes_version = "1.26.3" | ||
| # location = "" |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,13 @@ | ||
| # SPDX-FileCopyrightText: Copyright (c) 2022-2023 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | ||
| # SPDX-License-Identifier: Apache-2.0 | ||
|
|
||
| # cluster_name = "cnpack-cluster" | ||
| # Sample tfvars file. Uncomment out values to use | ||
| # Do not commit this file to Git with sensitive values | ||
|
|
||
| # amp_enabled = true | ||
| # cluster_name = "" | ||
| # common_name = "cluster.local" | ||
| # fluentbit_enabled = true | ||
| # metrics_server_enabled = true | ||
| # pca_enabled = true | ||
| # prom_adapter_enabled = true |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,8 +2,53 @@ | |
| # SPDX-License-Identifier: Apache-2.0 | ||
|
|
||
| # Sample tfvars file. Uncomment out values to use | ||
| # Do not commit this file to Git with sensitive values | ||
|
|
||
| # cluster_name = "holoscan-cluster" | ||
| # region = "us-west-2" | ||
|
|
||
| # Optional: If deploying into an existing VPC, use the following variable | ||
|
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. Probably this comment should be moved just above
Collaborator
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. Fixed in #11 |
||
| # existing_vpc_details = {vpc_id = "", subnet_ids = ["", ""]} | ||
| # additional_node_security_groups_rules = {} | ||
| # additional_security_group_ids = [] | ||
| # additional_user_data = "" | ||
| # aws_profile = "development" | ||
| # cidr_block = "10.0.0.0/16" | ||
| # cluster_name = "" | ||
|
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. Already have cluster_name above
Collaborator
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. Caught this after the merge. Fixed in #11 |
||
| # cluster_version = "1.26" | ||
| # cpu_instance_type = "t2.xlarge" | ||
| # cpu_node_pool_additional_user_data = "" | ||
| # cpu_node_pool_delete_on_termination = true | ||
| # cpu_node_pool_root_disk_size_gb = 512 | ||
| # cpu_node_pool_root_volume_type = "gp2" | ||
| # desired_count_cpu_nodes = "1" | ||
| # desired_count_gpu_nodes = "2" | ||
| # enable_dns_hostnames = true | ||
| # enable_dns_support = true | ||
| # enable_nat_gateway = true | ||
| # existing_vpc_details = "" | ||
| # gpu_ami_id = "" | ||
| # gpu_instance_type = "p3.2xlarge" | ||
| # gpu_node_pool_additional_user_data = "" | ||
| # gpu_node_pool_delete_on_termination = true | ||
| # gpu_node_pool_root_disk_size_gb = 512 | ||
| # gpu_node_pool_root_volume_type = "gp2" | ||
| # gpu_operator_driver_version = "535.54.03" | ||
| # gpu_operator_namespace = "gpu-operator" | ||
| # gpu_operator_version = "v23.3.2" | ||
| # max_cpu_nodes = "2" | ||
| # max_gpu_nodes = "5" | ||
| # min_cpu_nodes = "0" | ||
| # min_gpu_nodes = "2" | ||
| # private_subnets = [ | ||
| # "10.0.1.0/24", | ||
| # "10.0.2.0/24", | ||
| # "10.0.3.0/24" | ||
| # ] | ||
| # public_subnets = [ | ||
| # "10.0.4.0/24", | ||
| # "10.0.5.0/24", | ||
| # "10.0.6.0/24" | ||
| # ] | ||
| # region = "us-west-2" | ||
| # single_nat_gateway = false | ||
| # ssh_key = "" | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,11 @@ | ||
| # SPDX-FileCopyrightText: Copyright (c) 2023 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | ||
| # SPDX-License-Identifier: Apache-2.0 | ||
|
|
||
| cluster_name = "" | ||
| gke_managed_prometheus_enabled = true | ||
| node_zones = ["us-west1-b"] | ||
| project_id = "" | ||
| region = "us-west1" | ||
| # Sample tfvars file. Uncomment out values to use | ||
| # Do not commit this file to Git with sensitive values | ||
|
|
||
| # cluster_name = "" | ||
| # gke_managed_prometheus_enabled = true | ||
| # node_zones = ["us-west1-b"] | ||
| # project_id = "" | ||
| # region = "us-west1" |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,26 @@ | ||
| # SPDX-FileCopyrightText: Copyright (c) 2022-2023 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | ||
| # SPDX-License-Identifier: Apache-2.0 | ||
|
|
||
| # Do not commit this file to Git if you add sensitive values | ||
| # project_id = "" | ||
| # cluster_name = "" | ||
| # region = "us-west1" | ||
| # node_zones = ["us-west1-b"] | ||
| # Sample tfvars file. Uncomment out values to use | ||
| # Do not commit this file to Git with sensitive values | ||
|
|
||
| # cluster_name = "" | ||
|
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. To maintain consistency with other tfvars, can you add the cluster_name to be
Collaborator
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. These are auto generated. The values which appear here are the defaults from |
||
| # cpu_instance_type = "n1-standard-4" | ||
| # cpu_max_node_count = "5" | ||
| # cpu_min_node_count = "1" | ||
| # gpu_count = "1" | ||
| # gpu_instance_type = "n1-standard-4" | ||
| # gpu_max_node_count = "5" | ||
| # gpu_min_node_count = "2" | ||
| # gpu_operator_driver_version = "535.54.03" | ||
| # gpu_operator_namespace = "gpu-operator" | ||
| # gpu_operator_version = "v23.3.2" | ||
| # gpu_type = "nvidia-tesla-v100" | ||
| # node_zones = "" | ||
| # num_cpu_nodes = 1 | ||
| # num_gpu_nodes = 2 | ||
| # project_id = "" | ||
| # region = "" | ||
| # release_channel = "REGULAR" | ||
| # use_cpu_spot_instances = false | ||
| # use_gpu_spot_instances = false | ||
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.
Needs text update
az\_monitor-user-managed-idThere 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.
Thanks for catching. Fixed in #11