From a33b529e6ee3420a965300ecd9191533ec84cec0 Mon Sep 17 00:00:00 2001 From: Ben Nemec Date: Tue, 21 May 2019 11:53:23 -0500 Subject: [PATCH] Remove external api-int DNS entry This should not be required. Once https://github.com/openshift-metal3/kni-installer/pull/82 merges it will no longer be. Fixes #538 --- vm_setup_vars.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/vm_setup_vars.yml b/vm_setup_vars.yml index 436403f1e..b99563c80 100644 --- a/vm_setup_vars.yml +++ b/vm_setup_vars.yml @@ -16,7 +16,6 @@ dns_extrahosts: - ip: "{{ baremetal_network_cidr | nthhost(5) }}" hostnames: - "api" - - "api-int" - ip: "{{ baremetal_network_cidr | nthhost(2) }}" hostnames: - "ns1"