Bug 818199

Summary: Please add functionality to provision IPv6 only or IPv4 only hosts
Product: [Fedora] Fedora Reporter: Vadim Grinco <vgrinco>
Component: cobblerAssignee: Bill Peck <bpeck>
Status: CLOSED DEFERRED QA Contact:
Severity: medium Docs Contact:
Priority: unspecified    
Version: 15CC: awood, bpeck, dcallagh, jimi, rmancy, scott, stl, vanmeeuwen+fedora
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-09-13 14:56:21 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Vadim Grinco 2012-05-02 12:37:24 UTC
We need the ability to explicitly disable ipv6 or ipv4 on a test host. That way we can make sure that the communication will be done over v4 or v6 in a multihost set up. Also we want to know what protocol we'll be using when querying DNS, pulling packages from repositories, sending the results, etc.

Note that it's not mandatory to provision the host over ipv6 due to many limitations of PXE, and other beaker components - there will be another request for that.

Comment 1 Bill Peck 2012-05-02 13:37:19 UTC
I already have a bz open for adding ipv6 support to beah.

As far as enabling/disabling ipv6/ipv4 on a host its outside of beaker.  You pass options to anaconda noipv4 or noipv6 for installation.

if you install with noipv4 anaconda should not configure the network to use ipv4 post install either.