Merge branch 'remove-postgres-zfs' into 'master'
Remove postgres-zfs module See merge request !780
Showing
... | ... | @@ -422,33 +422,6 @@ module "postgres-dr-delayed" { |
os_disk_size = 100 | ||
} | ||
module "postgres-zfs" { | ||
bootstrap_version = "9" | ||
chef_provision = "${var.chef_provision}" | ||
chef_run_list = "\"role[${var.environment}-base-db-postgres-zfs]\"" | ||
data_disk_count = 3 | ||
data_disk_size = 2000 | ||
data_disk_type = "pd-ssd" | ||
dns_zone_name = "${var.dns_zone_name}" | ||
environment = "${var.environment}" | ||
ip_cidr_range = "${var.subnetworks["db-zfs"]}" | ||
kernel_version = "4.18.0-1007" | ||
machine_type = "${var.machine_types["db-zfs"]}" | ||
name = "postgres-zfs" | ||
node_count = "${var.node_count["db-zfs"]}" | ||
os_boot_image = "ubuntu-os-cloud/ubuntu-1804-bionic-v20190307" | ||
os_disk_size = 32 | ||
os_disk_type = "pd-ssd" | ||
project = "${var.project}" | ||
public_ports = "${var.public_ports["db-zfs"]}" | ||
region = "${var.region}" | ||
service_account_email = "${var.service_account_email}" | ||
source = "git::ssh://[email protected]/gitlab-com/gl-infra/terraform-modules/google/generic-stor.git?ref=zfs" | ||
tier = "db" | ||
use_new_node_name = true | ||
vpc = "${module.network.self_link}" | ||
} | ||
module "postgres-backup" { | ||
environment = "${var.environment}" | ||
gcs_postgres_backup_service_account = "${var.gcs_postgres_backup_service_account}" | ||
... | ... |
Please register or sign in to comment