Bug 1515847
Summary: | satellite-clone removed needed /etc/hosts entries | ||
---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Tomer Brisker <tbrisker> |
Component: | Satellite Clone | Assignee: | John Mitsch <jomitsch> |
Status: | CLOSED ERRATA | QA Contact: | Evgeni Golov <egolov> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.3.0 | CC: | bbuckingham, egolov, mmccune, sthirugn |
Target Milestone: | Unspecified | Keywords: | Triaged |
Target Release: | Unused | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2018-02-19 17:23:12 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: | |||
Bug Depends On: | |||
Bug Blocks: | 1533259 |
Description
Tomer Brisker
2017-11-21 13:23:20 UTC
upstream issue - https://github.com/RedHatSatellite/satellite-clone/issues/281 option added upstream https://github.com/RedHatSatellite/satellite-clone/pull/288 VERFIED satellite-clone-1.2.1-1.el7sat.noarch # cat /etc/hosts 192.0.2.1 testing.example.com 127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 ::1 localhost localhost.localdomain localhost6 localhost6.localdomain6 # grep etc_hosts /etc/satellite-clone/satellite-clone-vars.yml overwrite_etc_hosts: false # satellite-clone ... TASK [satellite-clone : create /etc/hosts] ************************************ Friday 02 February 2018 11:44:30 +0000 (0:00:00.360) 0:00:08.216 ******* skipping: [localhost] ... # cat /etc/hosts 192.0.2.1 testing.example.com 127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 ::1 localhost localhost.localdomain localhost6 localhost6.localdomain6 However, I think the whole logic should be opt-in, rather than opt-out, so I opened https://github.com/RedHatSatellite/satellite-clone/issues/319 for further discussion upstream. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2018:0330 |