Skip to content

Commit

Permalink
modules/ignition: remove runtime mappings
Browse files Browse the repository at this point in the history
This should have been remove back in 45fa0e4.
  • Loading branch information
crawford authored and eparis committed Aug 24, 2018
1 parent 2a7bddd commit e7d5a79
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 32 deletions.
14 changes: 0 additions & 14 deletions modules/ignition/assets.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,6 @@ data "ignition_systemd_unit" "docker_dropin" {
]
}

data "template_file" "installer_runtime_mappings" {
template = "${file("${path.module}/resources/kubernetes/runtime-mappings.yaml")}"
}

data "ignition_file" "installer_runtime_mappings" {
filesystem = "root"
path = "/etc/kubernetes/installer/runtime-mappings.yaml"
mode = 0644

content {
content = "${data.template_file.installer_runtime_mappings.rendered}"
}
}

data "template_file" "kubelet" {
template = "${file("${path.module}/resources/services/kubelet.service")}"

Expand Down
4 changes: 0 additions & 4 deletions modules/ignition/outputs.import
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ variable "ign_locksmithd_service_id" {
type = "string"
}

variable "ign_installer_runtime_mappings_id" {
type = "string"
}

variable "ign_update_ca_certificates_dropin_id" {
type = "string"
}
Expand Down
1 change: 0 additions & 1 deletion modules/ignition/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ output "ignition_file_id_list" {
"${data.ignition_file.root_ca_cert_pem.id}",
"${data.ignition_file.ingress_ca_cert_pem.id}",
"${data.ignition_file.etcd_ca_cert_pem.id}",
"${data.ignition_file.installer_runtime_mappings.id}",
]
}

Expand Down
13 changes: 0 additions & 13 deletions modules/ignition/resources/kubernetes/runtime-mappings.yaml

This file was deleted.

0 comments on commit e7d5a79

Please sign in to comment.