From a6f7d3b7aec9879d2a4ccd448dc9f5d067e6a4d9 Mon Sep 17 00:00:00 2001 From: Derek Higgins Date: Wed, 14 Dec 2016 22:49:29 +0000 Subject: [PATCH] tftp: listen to both IPv4 and IPv6 tftp should listen to both IPv4 and IPv6 to enable cases where the ironic deploy network is on a IPv6 network. Change-Id: Ib0f28b0b414c2d261e715791b98faf84183c7f40 Partial-bug: #1628234 --- manifests/pxe.pp | 1 - spec/classes/ironic_pxe_spec.rb | 1 - 2 files changed, 2 deletions(-) diff --git a/manifests/pxe.pp b/manifests/pxe.pp index 9bf21f0e..5b7ecbe9 100644 --- a/manifests/pxe.pp +++ b/manifests/pxe.pp @@ -100,7 +100,6 @@ class ironic::pxe ( server => '/usr/sbin/in.tftpd', socket_type => 'dgram', cps => '100 2', - flags => 'IPv4', per_source => '11', wait => 'yes', subscribe => Anchor['ironic::install::end'], diff --git a/spec/classes/ironic_pxe_spec.rb b/spec/classes/ironic_pxe_spec.rb index 87ef3cb1..e08b5ee8 100644 --- a/spec/classes/ironic_pxe_spec.rb +++ b/spec/classes/ironic_pxe_spec.rb @@ -64,7 +64,6 @@ describe 'ironic::pxe' do 'server' => '/usr/sbin/in.tftpd', 'socket_type' => 'dgram', 'cps' => '100 2', - 'flags' => 'IPv4', 'per_source' => '11', 'wait' => 'yes', 'subscribe' => 'Anchor[ironic::install::end]',