Skip to content
This repository has been archived by the owner on Feb 5, 2020. It is now read-only.

Commit

Permalink
platforms/openstack/neutron/main.tf: Disable metadata provider
Browse files Browse the repository at this point in the history
The coreos-metadata service was failing to restart correctly on
reboot, preventing the etcd-member service from restarting.
It doesn't look like the etcd-member service was actually using
metadata, and disabling the service appears to fix the problem.
  • Loading branch information
Levi Blackstone committed Mar 12, 2018
1 parent d72aeae commit d6a0b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/openstack/neutron/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -198,12 +198,12 @@ module "ignition_masters" {
kubelet_debug_config = "${var.tectonic_kubelet_debug_config}"
kubelet_node_label = "node-role.kubernetes.io/master"
kubelet_node_taints = "node-role.kubernetes.io/master=:NoSchedule"
metadata_provider = "openstack-metadata"
nfs_config_file = "${local._tectonic_nfs_config_file}"
no_proxy = "${var.tectonic_no_proxy}"
ntp_servers = "${var.tectonic_ntp_servers}"
proxy_exclusive_units = "${var.tectonic_proxy_exclusive_units}"
tectonic_vanilla_k8s = "${var.tectonic_vanilla_k8s}"
use_metadata = "false"
}

module "master_nodes" {
Expand Down

0 comments on commit d6a0b23

Please sign in to comment.