From 7e471963cb487eb5cdae9b17cee21367f3bac008 Mon Sep 17 00:00:00 2001 From: Kedar Bidarkar Date: Thu, 7 May 2015 16:57:36 +0530 Subject: [PATCH] Specify the tftp-server-name as the sat6 hostname *) currently the tftp-server-name is picked up as nil or the docker ip, as default if not specified. *) so, it's safe to explicitly specify --tftp-server-name --- automation_tools/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/automation_tools/__init__.py b/automation_tools/__init__.py index b526cbc6c..dbfb54eb8 100644 --- a/automation_tools/__init__.py +++ b/automation_tools/__init__.py @@ -278,6 +278,7 @@ def setup_default_capsule(interface=None, run_katello_installer=True): 'capsule-dhcp': 'true', 'capsule-dhcp-interface': interface, 'capsule-tftp': 'true', + 'capsule-tftp-servername': hostname, 'capsule-puppet': 'true', 'capsule-puppetca': 'true', 'capsule-register-in-foreman': 'true',