Bug 1309167

Summary: Fail to install cockpit-kubernetes package when installing containerized env on rhel72
Product: OpenShift Container Platform Reporter: Ma xiaoqiang <xiama>
Component: InstallerAssignee: Scott Dodson <sdodson>
Status: CLOSED CURRENTRELEASE QA Contact: Xiaoli Tian <xtian>
Severity: low Docs Contact:
Priority: high    
Version: 3.2.0CC: aos-bugs, bleanhar, dperpeet, gpei, jokerman, mmccomas, myllynen, xtian
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-03-08 07:52:57 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:

Description Ma xiaoqiang 2016-02-17 04:21:46 UTC
Description of problem:
Fail to install cockpit-kubernetes package when installing containerized env on rhel72


Version-Release number of selected component (if applicable):
openshift-ansible 8ffeaf485ba06ae43952f2e5b7a65e1f09b5b9d4

How reproducible:
always

Steps to Reproduce:
1. Install contaierized environment on rhel7 or atomic with non-root user
<--snip-->
osm_use_cockpit=true
osm_cockpit_plugins=['cockpit-kubernetes']
containerized=true
<--snip-->

Actual results:
TASK: [cockpit | Install cockpit-ws] ****************************************** 
ok: [openshift-114.lab.sjc.redhat.com] => (item=cockpit-ws)
ok: [openshift-114.lab.sjc.redhat.com] => (item=cockpit-shell)
ok: [openshift-114.lab.sjc.redhat.com] => (item=cockpit-bridge)
failed: [openshift-114.lab.sjc.redhat.com] => (item=cockpit-kubernetes) => {"changed": false, "failed": true, "item": "cockpit-kubernetes", "rc": 0, "results": []}
msg: No Package matching 'cockpit-kubernetes' found available, installed or updated

FATAL: all hosts have already failed -- aborting


Expected results:
Install environment successfully.

Addition

Comment 1 Scott Dodson 2016-02-26 16:31:51 UTC
For now I'm going to disable this on containerized installs. A cockpit container including cockpit-kubernetes should arrive around the time of 7.3.

That work is tracked in https://trello.com/c/7B5ZkbMl/262-standalone-container-for-cockpit-kubernetes

Comment 6 Dominik Perpeet 2017-03-08 07:52:57 UTC
I think this bug isn't relevant anymore, since we ship cockpit-kubernetes and the registry container and both cases seem to work.