Re: [openstack-dev] [Neutron][Ironic] Setting IPXE tag for dnsmasq

2015-06-22 Thread Miguel Angel Ajo

Thanks Kevin!,


Kevin Benton mailto:blak...@gmail.com
20 Jun 2015 01:01via Postbox 
https://www.postbox-inc.com/?utm_source=emailutm_medium=sumlinkutm_campaign=reach

As I understand it, it just allows other rules to be written that
specifically target pxe requests. So just enabling it won't have any 
effect.


http://www.richud.com/wiki/Network_iPXE_dnsmasq_Examples_PXE_BOOT

On Fri, Jun 19, 2015 at 9:21 AM, Miguel Angel Ajo mangel...@redhat.com


__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
Miguel Angel Ajo mailto:mangel...@redhat.com
19 Jun 2015 18:21via Postbox 
https://www.postbox-inc.com/?utm_source=emailutm_medium=sumlinkutm_campaign=reach

What does iPXE do exactly?,

What are the implications of having this enabled by default?

Cheers,
Miguel Ángel



__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
Kevin Benton mailto:blak...@gmail.com
19 Jun 2015 11:53via Postbox 
https://www.postbox-inc.com/?utm_source=emailutm_medium=sumlinkutm_campaign=reach

I'd like to resurrect this thread. The patch has been sitting for quite a
while.

Since it doesn't modify the responses by default of DHCP messages, I'm
inclined to just let it merge for now as a dnsmasq-specific change. Then
maybe later we can figure out how to expose this via the dhcp opts API 
or a

config value.

If anyone has any concerns with that, please comment on the patch.

Cheers,
Kevin Benton

On Mon, Apr 20, 2015 at 11:05 AM, Sean M. Collins s...@coreitpro.com



__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
Sean M. Collins mailto:s...@coreitpro.com
20 Apr 2015 20:05via Postbox 
https://www.postbox-inc.com/?utm_source=emailutm_medium=sumlinkutm_campaign=reach

Hi,

In the following patch, I had a question about setting the IPXE tag by
default.

https://review.openstack.org/#/c/172040/

Basically, I'm unsure if we want to set this tag by default. I freely
admit that I'm not an expert in PXE, but my thinking is that rather than
enabling it by default, we should use the extra_dhcp_opts API extension
to set the IPXE tag.

http://specs.openstack.org/openstack/neutron-specs/specs/api/extra_dhcp_options__extra-dhcp-opt_.html

Thoughts?



__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Neutron][Ironic] Setting IPXE tag for dnsmasq

2015-06-22 Thread Miguel Angel Ajo

Thanks Kevin!,


Kevin Benton mailto:blak...@gmail.com
20 Jun 2015 01:01via Postbox 
https://www.postbox-inc.com/?utm_source=emailutm_medium=sumlinkutm_campaign=reach

As I understand it, it just allows other rules to be written that
specifically target pxe requests. So just enabling it won't have any 
effect.


http://www.richud.com/wiki/Network_iPXE_dnsmasq_Examples_PXE_BOOT

On Fri, Jun 19, 2015 at 9:21 AM, Miguel Angel Ajo mangel...@redhat.com


__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
Miguel Angel Ajo mailto:mangel...@redhat.com
19 Jun 2015 18:21via Postbox 
https://www.postbox-inc.com/?utm_source=emailutm_medium=sumlinkutm_campaign=reach

What does iPXE do exactly?,

What are the implications of having this enabled by default?

Cheers,
Miguel Ángel



__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
Kevin Benton mailto:blak...@gmail.com
19 Jun 2015 11:53via Postbox 
https://www.postbox-inc.com/?utm_source=emailutm_medium=sumlinkutm_campaign=reach

I'd like to resurrect this thread. The patch has been sitting for quite a
while.

Since it doesn't modify the responses by default of DHCP messages, I'm
inclined to just let it merge for now as a dnsmasq-specific change. Then
maybe later we can figure out how to expose this via the dhcp opts API 
or a

config value.

If anyone has any concerns with that, please comment on the patch.

Cheers,
Kevin Benton

On Mon, Apr 20, 2015 at 11:05 AM, Sean M. Collins s...@coreitpro.com



__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
Sean M. Collins mailto:s...@coreitpro.com
20 Apr 2015 20:05via Postbox 
https://www.postbox-inc.com/?utm_source=emailutm_medium=sumlinkutm_campaign=reach

Hi,

In the following patch, I had a question about setting the IPXE tag by
default.

https://review.openstack.org/#/c/172040/

Basically, I'm unsure if we want to set this tag by default. I freely
admit that I'm not an expert in PXE, but my thinking is that rather than
enabling it by default, we should use the extra_dhcp_opts API extension
to set the IPXE tag.

http://specs.openstack.org/openstack/neutron-specs/specs/api/extra_dhcp_options__extra-dhcp-opt_.html

Thoughts?



__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Neutron][Ironic] Setting IPXE tag for dnsmasq

2015-06-19 Thread Kevin Benton
As I understand it, it just allows other rules to be written that
specifically target pxe requests. So just enabling it won't have any effect.

http://www.richud.com/wiki/Network_iPXE_dnsmasq_Examples_PXE_BOOT

On Fri, Jun 19, 2015 at 9:21 AM, Miguel Angel Ajo mangel...@redhat.com
wrote:

 What does iPXE do exactly?,

 What are the implications of having this enabled by default?

 Cheers,
 Miguel Ángel


 Kevin Benton wrote:


 I'd like to resurrect this thread. The patch has been sitting for quite a
 while.

 Since it doesn't modify the responses by default of DHCP messages, I'm
 inclined to just let it merge for now as a dnsmasq-specific change. Then
 maybe later we can figure out how to expose this via the dhcp opts API or a
 config value.

 If anyone has any concerns with that, please comment on the patch.

 Cheers,
 Kevin Benton

 On Mon, Apr 20, 2015 at 11:05 AM, Sean M. Collinss...@coreitpro.com
 wrote:


 Hi,

 In the following patch, I had a question about setting the IPXE tag by
 default.

 https://review.openstack.org/#/c/172040/

 Basically, I'm unsure if we want to set this tag by default. I freely
 admit that I'm not an expert in PXE, but my thinking is that rather than
 enabling it by default, we should use the extra_dhcp_opts API extension
 to set the IPXE tag.



 http://specs.openstack.org/openstack/neutron-specs/specs/api/extra_dhcp_options__extra-dhcp-opt_.html

 Thoughts?

 --
 Sean M. Collins

 __
 OpenStack Development Mailing List (not for usage questions)
 Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
 http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev





 __
 OpenStack Development Mailing List (not for usage questions)
 Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
 http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


 __
 OpenStack Development Mailing List (not for usage questions)
 Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
 http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev




-- 
Kevin Benton
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Neutron][Ironic] Setting IPXE tag for dnsmasq

2015-06-19 Thread Kevin Benton
I'd like to resurrect this thread. The patch has been sitting for quite a
while.

Since it doesn't modify the responses by default of DHCP messages, I'm
inclined to just let it merge for now as a dnsmasq-specific change. Then
maybe later we can figure out how to expose this via the dhcp opts API or a
config value.

If anyone has any concerns with that, please comment on the patch.

Cheers,
Kevin Benton

On Mon, Apr 20, 2015 at 11:05 AM, Sean M. Collins s...@coreitpro.com
wrote:

 Hi,

 In the following patch, I had a question about setting the IPXE tag by
 default.

 https://review.openstack.org/#/c/172040/

 Basically, I'm unsure if we want to set this tag by default. I freely
 admit that I'm not an expert in PXE, but my thinking is that rather than
 enabling it by default, we should use the extra_dhcp_opts API extension
 to set the IPXE tag.


 http://specs.openstack.org/openstack/neutron-specs/specs/api/extra_dhcp_options__extra-dhcp-opt_.html

 Thoughts?

 --
 Sean M. Collins

 __
 OpenStack Development Mailing List (not for usage questions)
 Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
 http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev




-- 
Kevin Benton
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Neutron][Ironic] Setting IPXE tag for dnsmasq

2015-06-19 Thread Miguel Angel Ajo

What does iPXE do exactly?,

What are the implications of having this enabled by default?

Cheers,
Miguel Ángel

Kevin Benton wrote:


I'd like to resurrect this thread. The patch has been sitting for quite a
while.

Since it doesn't modify the responses by default of DHCP messages, I'm
inclined to just let it merge for now as a dnsmasq-specific change. Then
maybe later we can figure out how to expose this via the dhcp opts API 
or a

config value.

If anyone has any concerns with that, please comment on the patch.

Cheers,
Kevin Benton

On Mon, Apr 20, 2015 at 11:05 AM, Sean M. Collinss...@coreitpro.com
wrote:



Hi,

In the following patch, I had a question about setting the IPXE tag by
default.

https://review.openstack.org/#/c/172040/

Basically, I'm unsure if we want to set this tag by default. I freely
admit that I'm not an expert in PXE, but my thinking is that rather than
enabling it by default, we should use the extra_dhcp_opts API extension
to set the IPXE tag.


http://specs.openstack.org/openstack/neutron-specs/specs/api/extra_dhcp_options__extra-dhcp-opt_.html

Thoughts?

--
Sean M. Collins

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: 
openstack-dev-requ...@lists.openstack.org?subject:unsubscribe

http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev






__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


[openstack-dev] [Neutron][Ironic] Setting IPXE tag for dnsmasq

2015-04-20 Thread Sean M. Collins
Hi,

In the following patch, I had a question about setting the IPXE tag by
default.

https://review.openstack.org/#/c/172040/

Basically, I'm unsure if we want to set this tag by default. I freely
admit that I'm not an expert in PXE, but my thinking is that rather than
enabling it by default, we should use the extra_dhcp_opts API extension
to set the IPXE tag.

http://specs.openstack.org/openstack/neutron-specs/specs/api/extra_dhcp_options__extra-dhcp-opt_.html

Thoughts?

-- 
Sean M. Collins

__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev