-
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.
Merge pull request #10795 from petr-balogh/deployment_aws_ipi_3az_rhc…
…os_vault_v2_3m_3w_3i_config Add config ipi_3az_rhcos_3m_3w_3i_vault_v2_external_with_namespace
- Loading branch information
Showing
1 changed file
with
38 additions
and
0 deletions.
There are no files selected for viewing
38 changes: 38 additions & 0 deletions
38
conf/deployment/aws/ipi_3az_rhcos_3m_3w_3i_vault_v2_external_with_namespace.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,38 @@ | ||
--- | ||
DEPLOYMENT: | ||
allow_lower_instance_requirements: false | ||
kms_deployment: true | ||
infra_nodes: true | ||
ENV_DATA: | ||
platform: 'aws' | ||
deployment_type: 'ipi' | ||
region: 'us-east-2' | ||
worker_availability_zones: | ||
- 'us-east-2a' | ||
- 'us-east-2b' | ||
- 'us-east-2c' | ||
infra_availability_zones: | ||
- 'us-east-2a' | ||
- 'us-east-2b' | ||
- 'us-east-2c' | ||
master_availability_zones: | ||
- 'us-east-2a' | ||
- 'us-east-2b' | ||
- 'us-east-2c' | ||
worker_replicas: 3 | ||
master_replicas: 3 | ||
infra_replicas: 3 | ||
worker_instance_type: 'm5.4xlarge' | ||
encryption_at_rest: true | ||
vault_deploy_mode: external | ||
use_vault_namespace: true | ||
KMS_PROVIDER: vault | ||
KMS_SERVICE_NAME: vault | ||
VAULT_AUTH_METHOD: token | ||
VAULT_CACERT: "ocs-kms-ca-secret" | ||
VAULT_CA_ONLY: true | ||
VAULT_CLIENT_CERT: "ocs-kms-client-cert" | ||
VAULT_CLIENT_KEY: "ocs-kms-client-key" | ||
vault_hcp: true | ||
VAULT_SKIP_VERIFY: false | ||
VAULT_BACKEND: "v2" |