Bug 1489913 - ocp 3.7 cant be installed on atomic host
Summary: ocp 3.7 cant be installed on atomic host
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Installer
Version: 3.7.0
Hardware: All
OS: Linux
high
urgent
Target Milestone: ---
: 3.7.0
Assignee: Scott Dodson
QA Contact: Johnny Liu
URL:
Whiteboard: aos-scalability-37
: 1489959 (view as bug list)
Depends On:
Blocks: 1482239
TreeView+ depends on / blocked
 
Reported: 2017-09-08 16:01 UTC by Jeremy Eder
Modified: 2017-11-01 12:05 UTC (History)
4 users (show)

Fixed In Version: openshift-ansible-3.7.0-0.126.1.git.0.0bb5b0c.el7.noarch
Doc Type: No Doc Update
Doc Text:
undefined
Clone Of:
Environment:
Last Closed: 2017-11-01 12:05:07 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Comment 1 Scott Dodson 2017-09-08 16:03:43 UTC
Need to revert back to using hostnamectl

Comment 2 Scott Dodson 2017-09-08 19:23:43 UTC
Jason mentioned we also switched the defaulting logic too so went ahead and fixed that.

https://github.com/openshift/openshift-ansible/pull/5340

Comment 3 Scott Dodson 2017-09-08 19:55:25 UTC
*** Bug 1489959 has been marked as a duplicate of this bug. ***

Comment 4 Johnny Liu 2017-09-14 10:42:32 UTC
Verified this bug with openshift-ansible-3.7.0-0.126.1.git.0.0bb5b0c.el7.noarch and PASS.


# cat /etc/redhat-release 
Red Hat Enterprise Linux Atomic Host release 7.4


TASK [Set hostname] ************************************************************
Thursday 14 September 2017  06:39:40 +0000 (0:00:00.643)       0:01:40.782 **** 
changed: [qe-yadu371-master-etcd-1.0914-dbn.qe.rhcloud.com] => {
    "changed": true, 
    "cmd": [
        "hostnamectl", 
        "set-hostname", 
        "qe-yadu371-master-etcd-1"
    ], 
    "delta": "0:00:00.045691", 
    "end": "2017-09-14 06:39:40.745620", 
    "rc": 0, 
    "start": "2017-09-14 06:39:40.699929"
}
changed: [qe-yadu371-node-registry-router-1.0914-dbn.qe.rhcloud.com] => {
    "changed": true, 
    "cmd": [
        "hostnamectl", 
        "set-hostname", 
        "qe-yadu371-node-registry-router-1"
    ], 
    "delta": "0:00:00.064406", 
    "end": "2017-09-14 06:39:40.773065", 
    "rc": 0, 
    "start": "2017-09-14 06:39:40.708659"
}


Note You need to log in before you can comment on or make changes to this bug.