From b7ce33a47170956bbfd1ee4631ba459b78b3cd9b Mon Sep 17 00:00:00 2001 From: Michal Ptacek Date: Thu, 26 Sep 2019 08:08:49 +0000 Subject: Update git submodules * Update docs/submodules/oom/offline-installer.git from branch 'master' to 0a5a34ffe4b6506663a61372998f43657bf81230 - Merge changes from topic "OOM-2112" * changes: Make cicdansible to set external ip Use external_ip to populate the node address Add external_ip variable - Make cicdansible to set external ip Make cicdansible to set external_ip correctly using floating ips. Change-Id: I3791ee670806c7008073389e43dec5e887abfda9 Issue-ID: OOM-2112 Signed-off-by: Michal Zegan - Use external_ip to populate the node address Use the new external_ip inventory variable to populate node address. Note that cluster_ip is still used if external_ip has not been set. This makes it possible to connect to kubernetes apiserver using the external_ip without disabling ssl cert verification. As an added bonus, the inventory hostname is now used as the node name to make node names more predictable. Change-Id: I3cc25c488d68f2f858a5eb3438d96285fa7517ca Issue-ID: OOM-2112 Signed-off-by: Michal Zegan - Add external_ip variable Adds the external_ip variable that can be used to set ip different from cluster_ip, like public/floating/elastic ip, that can be used to externally communicate with kubernetes nodes. Mainly useful for the control plane and communication with api server. Change-Id: Ie840bff4b8479081b7397a42935c9db53db1bf4f Issue-ID: OOM-2112 Signed-off-by: Michal Zegan --- docs/submodules/oom/offline-installer.git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/submodules/oom/offline-installer.git') diff --git a/docs/submodules/oom/offline-installer.git b/docs/submodules/oom/offline-installer.git index ef1aef15d..0a5a34ffe 160000 --- a/docs/submodules/oom/offline-installer.git +++ b/docs/submodules/oom/offline-installer.git @@ -1 +1 @@ -Subproject commit ef1aef15d17eae648f9eaf720c85d9c1f3f5e97e +Subproject commit 0a5a34ffe4b6506663a61372998f43657bf81230 -- cgit 1.2.3-korg