-
Notifications
You must be signed in to change notification settings - Fork 170
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[release-4.14] Support shielded nodes (VMs) for GCP (#8976)
Signed-off-by: Itzhak Kave <[email protected]>
- Loading branch information
1 parent
076f9a5
commit b6adff9
Showing
5 changed files
with
63 additions
and
1 deletion.
There are no files selected for viewing
17 changes: 17 additions & 0 deletions
17
conf/deployment/gcp/ipi_1az_rhcos_3m_3w_shielded_compute.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
DEPLOYMENT: | ||
allow_lower_instance_requirements: false | ||
ENV_DATA: | ||
platform: 'gcp' | ||
deployment_type: 'ipi' | ||
region: 'europe-west1' | ||
base_domain: 'gcp.qe.rh-ocs.com' | ||
gcp_project_id: 'odf-qe' | ||
worker_replicas: 3 | ||
master_replicas: 3 | ||
master_instance_type: 'n2-standard-16' | ||
worker_instance_type: 'n2-standard-16' | ||
worker_secure_boot: 'Enabled' | ||
REPORTING: | ||
polarion: | ||
deployment_id: 'OCS-2372' |
17 changes: 17 additions & 0 deletions
17
conf/deployment/gcp/ipi_1az_rhcos_3m_3w_shielded_control_plane.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
DEPLOYMENT: | ||
allow_lower_instance_requirements: false | ||
ENV_DATA: | ||
platform: 'gcp' | ||
deployment_type: 'ipi' | ||
region: 'europe-west1' | ||
base_domain: 'gcp.qe.rh-ocs.com' | ||
gcp_project_id: 'odf-qe' | ||
worker_replicas: 3 | ||
master_replicas: 3 | ||
master_instance_type: 'n2-standard-16' | ||
worker_instance_type: 'n2-standard-16' | ||
master_secure_boot: 'Enabled' | ||
REPORTING: | ||
polarion: | ||
deployment_id: 'OCS-2372' |
17 changes: 17 additions & 0 deletions
17
conf/deployment/gcp/ipi_1az_rhcos_3m_3w_shielded_machines.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
DEPLOYMENT: | ||
allow_lower_instance_requirements: false | ||
ENV_DATA: | ||
platform: 'gcp' | ||
deployment_type: 'ipi' | ||
region: 'europe-west1' | ||
base_domain: 'gcp.qe.rh-ocs.com' | ||
gcp_project_id: 'odf-qe' | ||
worker_replicas: 3 | ||
master_replicas: 3 | ||
master_instance_type: 'n2-standard-16' | ||
worker_instance_type: 'n2-standard-16' | ||
machine_secure_boot: 'Enabled' | ||
REPORTING: | ||
polarion: | ||
deployment_id: 'OCS-2372' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters