Skip to content

Commit 9c5b37a

Browse files
Updated default OS versions to R82 (#14)
Co-authored-by: itaysu <itaysu@checkpoint.com>
1 parent 2f7f197 commit 9c5b37a

File tree

14 files changed

+26
-26
lines changed

14 files changed

+26
-26
lines changed

modules/high_availability_existing_vnet/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ module "example_module" {
4343
vm_size = "Standard_D3_v2"
4444
disk_size = "110"
4545
vm_os_sku = "sg-byol"
46-
vm_os_offer = "check-point-cg-r8110"
47-
os_version = "R8110"
46+
vm_os_offer = "check-point-cg-r82"
47+
os_version = "R82"
4848
bootstrap_script = "touch /home/admin/bootstrap.txt; echo 'hello_world' > /home/admin/bootstrap.txt"
4949
allow_upload_download = true
5050
authentication_type = "Password"

modules/high_availability_new_vnet/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ module "example_module" {
4646
vm_size = "Standard_D3_v2"
4747
disk_size = "110"
4848
vm_os_sku = "sg-byol"
49-
vm_os_offer = "check-point-cg-r8110"
50-
os_version = "R8110"
49+
vm_os_offer = "check-point-cg-r82"
50+
os_version = "R82"
5151
bootstrap_script = "touch /home/admin/bootstrap.txt; echo 'hello_world' > /home/admin/bootstrap.txt"
5252
allow_upload_download = true
5353
authentication_type = "Password"

modules/management_existing_vnet/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ module "example_module" {
4040
vm_size = "Standard_D3_v2"
4141
disk_size = "110"
4242
vm_os_sku = "mgmt-byol"
43-
vm_os_offer = "check-point-cg-r8110"
44-
os_version = "R8110"
43+
vm_os_offer = "check-point-cg-r82"
44+
os_version = "R82"
4545
bootstrap_script = "touch /home/admin/bootstrap.txt; echo 'hello_world' > /home/admin/bootstrap.txt"
4646
allow_upload_download = true
4747
authentication_type = "Password"

modules/management_new_vnet/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ module "example_module" {
4040
vm_size = "Standard_D3_v2"
4141
disk_size = "110"
4242
vm_os_sku = "mgmt-byol"
43-
vm_os_offer = "check-point-cg-r8110"
44-
os_version = "R8110"
43+
vm_os_offer = "check-point-cg-r82"
44+
os_version = "R82"
4545
bootstrap_script = "touch /home/admin/bootstrap.txt; echo 'hello_world' > /home/admin/bootstrap.txt"
4646
allow_upload_download = true
4747
authentication_type = "Password"

modules/mds_existing_vnet/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ module "example_module" {
3939
vm_size = "Standard_D3_v2"
4040
disk_size = "110"
4141
vm_os_sku = "mgmt-byol"
42-
vm_os_offer = "check-point-cg-r8110"
43-
os_version = "R8110"
42+
vm_os_offer = "check-point-cg-r82"
43+
os_version = "R82"
4444
bootstrap_script = "touch /home/admin/bootstrap.txt; echo 'hello_world' > /home/admin/bootstrap.txt"
4545
allow_upload_download = true
4646
authentication_type = "Password"

modules/mds_new_vnet/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ module "example_module" {
4242
vm_size = "Standard_D3_v2"
4343
disk_size = "110"
4444
vm_os_sku = "mgmt-byol"
45-
vm_os_offer = "check-point-cg-r8110"
46-
os_version = "R8110"
45+
vm_os_offer = "check-point-cg-r82"
46+
os_version = "R82"
4747
bootstrap_script = "touch /home/admin/bootstrap.txt; echo 'hello_world' > /home/admin/bootstrap.txt"
4848
allow_upload_download = true
4949
authentication_type = "Password"

modules/nva_into_existing_hub/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ module "example_module" {
3636
managed-app-name = "tf-vwan-managed-app-nva"
3737
nva-rg-name = "tf-vwan-nva-rg"
3838
nva-name = "tf-vwan-nva"
39-
os-version = "R8120"
39+
os-version = "R82"
4040
license-type = "Security Enforcement (NGTP)"
4141
scale-unit = "2"
4242
bootstrap-script = "touch /home/admin/bootstrap.txt; echo 'hello_world' > /home/admin/bootstrap.txt"
@@ -76,7 +76,7 @@ module "example_module" {
7676
| **managed-app-name** | The name of the managed application that will be created | string | The name must begin with a letter or number, end with a letter, number or underscore, and may contain only letters, numbers, underscores, periods, or hyphens.<br/>**Default:** "tf-vwan-managed-app-nva" |
7777
| **nva-name** | The name of the NVA that will be created | string | The name must begin with a letter or number, end with a letter, number or underscore, and may contain only letters, numbers, underscores, periods, or hyphens.<br/>**Default:** "tf-vwan-nva" |
7878
| **nva-rg-name** | The name of the resource group that will contain the NVA | string | Resource group names only allow alphanumeric characters, periods, underscores, hyphens and parenthesis and cannot end in a period.<br/>**Default:** "tf-vwan-nva-rg" |
79-
| **os-version** | The GAIA os version | string | "R8110";<br/>"R8120";<br/>"R82";<br/>**Default:** "R8120" |
79+
| **os-version** | The GAIA os version | string | "R8110";<br/>"R8120";<br/>"R82";<br/>**Default:** "R82" |
8080
| **license-type** | The Check Point licence type | string | "Security Enforcement (NGTP)";<br/>"Full Package (NGTX and Smart1-Cloud)";<br/>"Full Package Premium (NGTX and Smart1-Cloud Premium)".<br/>**Default:** "Security Enforcement (NGTP)" |
8181
| **scale-unit** | The scale unit determines the size and number of resources deployed. The higher the scale unit, the greater the amount of traffic that can be handled | string | "2";<br/>"4";<br/>"10";<br/>"20";<br/>"30";<br/>"60";<br/>"80".<br/>**Default:** "2" |
8282
| **bootstrap_script** | An optional script to run on the initial boot | string | Bootstrap script example:<br/>"touch /home/admin/bootstrap.txt; echo 'hello_world' > /home/admin/bootstrap.txt".<br/>The script will create bootstrap.txt file in the /home/admin/ and add 'hello word' string into it.<br/>**Default:** "" |

modules/nva_into_existing_hub/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ variable "nva-name" {
6363
variable "os-version" {
6464
description = "GAIA OS version"
6565
type = string
66-
default = "R8120"
66+
default = "R82"
6767
validation {
6868
condition = contains(["R8110", "R8120", "R82"], var.os-version)
6969
error_message = "Allowed values for os-version are 'R8110', 'R8120', 'R82'"

modules/nva_into_new_vwan/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ module "example_module" {
3939
managed-app-name = "tf-vwan-managed-app-nva"
4040
nva-rg-name = "tf-vwan-nva-rg"
4141
nva-name = "tf-vwan-nva"
42-
os-version = "R8120"
42+
os-version = "R82"
4343
license-type = "Security Enforcement (NGTP)"
4444
scale-unit = "2"
4545
bootstrap-script = "touch /home/admin/bootstrap.txt; echo 'hello_world' > /home/admin/bootstrap.txt"
@@ -82,7 +82,7 @@ module "example_module" {
8282
| **managed-app-name** | The name of the managed application that will be created | string | The name must begin with a letter or number, end with a letter, number or underscore, and may contain only letters, numbers, underscores, periods, or hyphens.<br/>**Default:** tf-vwan-managed-app |
8383
| **nva-name** | The name of the NVA that will be created | string | The name must begin with a letter or number, end with a letter, number or underscore, and may contain only letters, numbers, underscores, periods, or hyphens.<br/>**Default:** tf-vwan-nva |
8484
| **nva-rg-name** | The name of the resource group that will contain the NVA | string | Resource group names only allow alphanumeric characters, periods, underscores, hyphens and parenthesis and cannot end in a period.<br/>**Default:** tf-vwan-nva-rg |
85-
| **os-version** | The GAIA os version | string | "R8110";<br/>"R8120";<br/>"R82";<br/>**Default:** "R8120" |
85+
| **os-version** | The GAIA os version | string | "R8110";<br/>"R8120";<br/>"R82";<br/>**Default:** "R82" |
8686
| **license-type** | The Check Point licence type | string | "Security Enforcement (NGTP)";<br/>"Full Package (NGTX and Smart1-Cloud)";<br/>"Full Package Premium (NGTX and Smart1-Cloud Premium)".<br/>**Default:** "Security Enforcement (NGTP)" |
8787
| **scale-unit** | The scale unit determines the size and number of resources deployed. The higher the scale unit, the greater the amount of traffic that can be handled | string | "2";<br/>"4";<br/>"10";<br/>"20";<br/>"30";<br/>"60";<br/>"80".<br/>**Default:** "2" |
8888
| **bootstrap_script** | An optional script to run on the initial boot | string | Bootstrap script example:<br/>"touch /home/admin/bootstrap.txt; echo 'hello_world' > /home/admin/bootstrap.txt".<br/>The script will create bootstrap.txt file in the /home/admin/ and add 'hello word' string into it.<br/>**Default:** "" |

modules/nva_into_new_vwan/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ variable "nva-name" {
7474
variable "os-version" {
7575
description = "GAIA OS version"
7676
type = string
77-
default = "R8120"
77+
default = "R82"
7878
validation {
7979
condition = contains(["R8110", "R8120", "R82"], var.os-version)
8080
error_message = "Allowed values for os-version are 'R8110', 'R8120', 'R82'"

0 commit comments

Comments
 (0)