Skip to content

Commit 96d11a8

Browse files
committed
Updated readme
1 parent 1bd1d30 commit 96d11a8

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

gcp/deployment-packages/ha-byol/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ To deploy the Deployment Manager's package manually, without using the GCP Marke
117117
| | | | | |
118118
| **shell** | Admin shell | string | /etc/cli.sh;<br/>/bin/bash;<br/>/bin/csh;<br/>/bin/tcsh;<br/> |
119119
| | | | | |
120+
| **deployWithoutPublicIPs** | Deploy HA without public IPs | boolean | true; <br/>false; |
121+
| | | | | |
120122
| **instanceSSHKey** | Public SSH key for the user 'admin' | string | A valid public ssh key |
121123
| | | | | |
122124
| **smart1CloudTokenA** | Smart-1 Cloud token to connect ***member A*** to Check Point's Security Management as a Service. <br/><br/> Follow these instructions to quickly connect this member to Smart-1 Cloud - [SK180501](https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&solutionid=sk180501) | string | A valid token copied from the Connect Gateway screen in Smart-1 Cloud portal.|
@@ -149,6 +151,7 @@ To deploy the Deployment Manager's package manually, without using the GCP Marke
149151
generatePassword: false
150152
allowUploadDownload: false
151153
shell: "/bin/bash"
154+
deployWithoutPublicIPs: true
152155
cluster-network-cidr: "10.0.1.0/24"
153156
cluster-network-name: "external-vpc"
154157
cluster-network-subnetwork-name: "frontend"

gcp/deployment-packages/ha-payg/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ To deploy the Deployment Manager's package manually, without using the GCP Marke
117117
| | | | | |
118118
| **shell** | Admin shell | string | /etc/cli.sh;<br/>/bin/bash;<br/>/bin/csh;<br/>/bin/tcsh;<br/> |
119119
| | | | | |
120+
| **deployWithoutPublicIPs** | Deploy HA without public IPs | boolean | true; <br/>false; |
121+
| | | | | |
120122
| **instanceSSHKey** | Public SSH key for the user 'admin' | string | A valid public ssh key |
121123
| | | | | |
122124
| **smart1CloudTokenA** | Smart-1 Cloud token to connect ***member A*** to Check Point's Security Management as a Service. <br/><br/> Follow these instructions to quickly connect this member to Smart-1 Cloud - [SK180501](https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&solutionid=sk180501) | string | A valid token copied from the Connect Gateway screen in Smart-1 Cloud portal.|
@@ -149,6 +151,7 @@ To deploy the Deployment Manager's package manually, without using the GCP Marke
149151
generatePassword: false
150152
allowUploadDownload: false
151153
shell: "/bin/bash"
154+
deployWithoutPublicIPs: true
152155
cluster-network-cidr: "10.0.1.0/24"
153156
cluster-network-name: "external-vpc"
154157
cluster-network-subnetwork-name: "frontend"

0 commit comments

Comments
 (0)