Skip to content

Instantly share code, notes, and snippets.

@soltysh
Last active March 7, 2017 10:51
Show Gist options
  • Save soltysh/b5f6c7c010d6b1d6494f26950e2ed511 to your computer and use it in GitHub Desktop.
Save soltysh/b5f6c7c010d6b1d6494f26950e2ed511 to your computer and use it in GitHub Desktop.

Jenkins build following RPMs:

/tmp/openshift/tito/origin-1.5.0-0.alpha.3+98491cd.264.src.rpm 
/tmp/openshift/tito/x86_64/origin-1.5.0-0.alpha.3+98491cd.264.x86_64.rpm 
/tmp/openshift/tito/x86_64/origin-master-1.5.0-0.alpha.3+98491cd.264.x86_64.rpm 
/tmp/openshift/tito/x86_64/origin-tests-1.5.0-0.alpha.3+98491cd.264.x86_64.rpm 
/tmp/openshift/tito/x86_64/origin-node-1.5.0-0.alpha.3+98491cd.264.x86_64.rpm 
/tmp/openshift/tito/x86_64/tuned-profiles-origin-node-1.5.0-0.alpha.3+98491cd.264.x86_64.rpm 
/tmp/openshift/tito/x86_64/origin-clients-1.5.0-0.alpha.3+98491cd.264.x86_64.rpm 
/tmp/openshift/tito/x86_64/origin-dockerregistry-1.5.0-0.alpha.3+98491cd.264.x86_64.rpm 
/tmp/openshift/tito/x86_64/origin-pod-1.5.0-0.alpha.3+98491cd.264.x86_64.rpm 
/tmp/openshift/tito/x86_64/origin-sdn-ovs-1.5.0-0.alpha.3+98491cd.264.x86_64.rpm 
/tmp/openshift/tito/noarch/origin-excluder-1.5.0-0.alpha.3+98491cd.264.noarch.rpm 
/tmp/openshift/tito/noarch/origin-docker-excluder-1.5.0-0.alpha.3+98491cd.264.noarch.rpm

**OpenShift version on master **

[root@ci-prtest1380-ig-m-7w9w tmp]# oc version
oc v1.5.0-alpha.2+66d9299-456
kubernetes v1.5.2+43a9be4
features: Basic-Auth GSSAPI Kerberos SPNEGO

Server https://internal-api.prtest1380.origin-ci-int-gce.dev.rhcloud.com:8443
openshift v1.5.0-alpha.2+66d9299-456
kubernetes v1.5.2+43a9be4

** RPM installed **
[root@ci-prtest1380-ig-m-7w9w tmp]# yum info -v origin
Not loading "rhnplugin" plugin, as it is disabled
Not loading "product-id" plugin, as it is disabled
Loading "search-disabled-repos" plugin
Not loading "subscription-manager" plugin, as it is disabled
Config time: 0.043
Yum version: 3.4.3
rpmdb time: 0.000
Setting up Package Sacks
pkgsack time: 0.011
Installed Packages
Name        : origin
Arch        : x86_64
Version     : 1.5.0
Release     : 0.4.el7
Size        : 244 M
Repo        : installed
From repo   : origin-pr-dependencies
Committer   : Troy Dawson <tdawson@redhat.com>
Committime  : Wed Feb  8 07:00:00 2017
Buildtime   : Wed Feb  8 13:06:23 2017
Install time: Tue Mar  7 05:20:02 2017
Installed by: Cloud User <cloud-user>
Changed by  : System <unset>
Summary     : Open Source Container Management by Red Hat
URL         : https://github.com/openshift/origin
License     : ASL 2.0
Description : OpenShift is a distribution of Kubernetes optimized for enterprise application
            : development and deployment. OpenShift adds developer and operational centric
            : tools on top of Kubernetes to enable rapid application development, easy
            : deployment and scaling, and long-term lifecycle maintenance for small and large
            : teams and applications. It provides a secure and multi-tenant configuration for
            : Kubernetes allowing you to safely host many different applications and workloads
            : on a unified cluster.

The repo file

[root@ci-prtest1380-ig-m-7w9w tmp]# cat /etc/yum.repos.d/openshift_additional.repo 
[origin-pr]
name=origin-pr
baseurl=https://storage.googleapis.com/origin-ci-test/pr-logs/12986/test_pull_requests_origin_gce/1380/artifacts/rpms
enabled=1
gpgcheck=0
[origin-pr-dependencies]
name=origin-pr-dependencies
baseurl=http://buildlogs.centos.org/centos/7/paas/x86_64/openshift-future/
enabled=1
gpgcheck=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment