Alon Bar-Lev has posted comments on this change.

Change subject: packaging: setup: added FQDN validation to engine-setup-2
......................................................................


Patch Set 4: (2 inline comments)

....................................................
File packaging/setup/plugins/ovirt-engine-setup/config/protocols.py
Line 90:             \d+
Line 91:             \t
Line 92:             IN
Line 93:             \t
Line 94:             A
Why? CNAME mean that it is resolvable as well.

It can be that host has only CNAME to another name... no A
Line 95:             \t
Line 96:             (?P<answer>\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})
Line 97: 
Line 98:         """


Line 92:             IN
Line 93:             \t
Line 94:             A
Line 95:             \t
Line 96:             (?P<answer>\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})
Oh... why another patch if we can do this now? :)

CNAME is a reply, means the host resolvable, setup in dns for all uses.
Line 97: 
Line 98:         """
Line 99:     )
Line 100: 


--
To view, visit http://gerrit.ovirt.org/14699
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Ie9764f32ba5e30062532bf11c67756677333c44f
Gerrit-PatchSet: 4
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Sandro Bonazzola <[email protected]>
Gerrit-Reviewer: Alex Lourie <[email protected]>
Gerrit-Reviewer: Alon Bar-Lev <[email protected]>
Gerrit-Reviewer: Ofer Schreiber <[email protected]>
Gerrit-Reviewer: Sandro Bonazzola <[email protected]>
Gerrit-Reviewer: Yedidyah Bar David <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to