Bug 1404343 - Unable to install 3.4.0.35 - invalid certificate importing RHEL streams
Summary: Unable to install 3.4.0.35 - invalid certificate importing RHEL streams
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Installer
Version: 3.4.0
Hardware: x86_64
OS: Linux
unspecified
urgent
Target Milestone: ---
: ---
Assignee: Scott Dodson
QA Contact: Johnny Liu
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-12-13 16:01 UTC by Mike Fiedler
Modified: 2016-12-13 19:53 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-12-13 16:34:16 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description Mike Fiedler 2016-12-13 16:01:59 UTC
Using mirror.openshift.com on AWS, attempting to install 3.4.0.35 using the byo/config.yml playbook consistently gives the following error.

TASK [openshift_examples : Import RHEL streams] ********************************
failed: [ec2-54-201-171-154.us-west-2.compute.amazonaws.com] (item=/usr/share/openshift/examples/image-streams/image-streams-rhel7.json) => {
    "changed": false, 
    "cmd": [
        "oc", 
        "create", 
        "-n", 
        "openshift", 
        "-f", 
        "/usr/share/openshift/examples/image-streams/image-streams-rhel7.json"
    ], 
    "delta": "0:00:00.193462", 
    "end": "2016-12-13 10:56:11.753399", 
    "failed": true, 
    "failed_when_result": true, 
    "item": "/usr/share/openshift/examples/image-streams/image-streams-rhel7.json", 
    "rc": 1, 
    "start": "2016-12-13 10:56:11.559937", 
    "warnings": []
}

STDERR:

Unable to connect to the server: x509: certificate signed by unknown authority

failed: [ec2-54-201-171-154.us-west-2.compute.amazonaws.com] (item=/usr/share/openshift/examples/image-streams/dotnet_imagestreams.json) => {
    "changed": false, 
    "cmd": [
        "oc", 
        "create", 
        "-n", 
        "openshift", 
        "-f", 
        "/usr/share/openshift/examples/image-streams/dotnet_imagestreams.json"
    ], 
    "delta": "0:00:00.196409", 
    "end": "2016-12-13 10:56:12.168042", 
    "failed": true, 
    "failed_when_result": true, 
    "item": "/usr/share/openshift/examples/image-streams/dotnet_imagestreams.json", 
    "rc": 1, 
    "start": "2016-12-13 10:56:11.971633", 
    "warnings": []
}

STDERR:

Unable to connect to the server: x509: certificate signed by unknown authority

Comment 1 Mike Fiedler 2016-12-13 16:34:16 UTC
Re-trying on a clean system is successful.   Will have to investigate further why removing rpms and cleaning /etc/origin did not allow install to continue.   Cancelling for now.

Comment 2 Mike Fiedler 2016-12-13 19:53:54 UTC
Root cause was leftover system:admin .kube/config after failed install.


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