[Bug 1200924] typo in /etc/kubernetes/kubelet

2015-03-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1200924



--- Comment #1 from Eric Paris epa...@redhat.com ---
https://github.com/GoogleCloudPlatform/kubernetes/pull/5302

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang


[Bug 1200899] New: F21 has newer NVR than F22

2015-03-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1200899

Bug ID: 1200899
   Summary: F21 has newer NVR than F22
   Product: Fedora
   Version: 22
 Component: docker-io
  Severity: low
  Assignee: l...@redhat.com
  Reporter: jpope...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: adima...@gmail.com, admil...@redhat.com,
golang@lists.fedoraproject.org, hushan@gmail.com,
jchal...@redhat.com, jper...@centos.org,
l...@redhat.com, mat...@redhat.com,
mgold...@redhat.com, mimi...@redhat.com, s...@shk.io,
thr...@redhat.com, vba...@redhat.com



F21 contains docker-io-1.5.0-1.fc21 (or docker-io-1.5.0-2.fc21 in
updates-testing) while there's still docker-io-1.4.1-27.git76baa35.fc22 in F22

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang


[Bug 1200924] New: typo in /etc/kubernetes/kubelet

2015-03-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1200924

Bug ID: 1200924
   Summary: typo in /etc/kubernetes/kubelet
   Product: Fedora
   Version: rawhide
 Component: kubernetes
  Assignee: jchal...@redhat.com
  Reporter: l...@bcl.bz
QA Contact: extras...@fedoraproject.org
CC: epa...@redhat.com, golang@lists.fedoraproject.org,
jchal...@redhat.com, l...@redhat.com,
nhor...@redhat.com, vba...@redhat.com



Description of problem:

In /etc/kubernetes/kubelet there is following line:

KUBELET_API_SERVER=--api_server=127.0.0.1:8080

but according to kubelet --help output and source code actual command line
option is --api_servers

Version-Release number of selected component (if applicable):

kubernetes-0.12.0-0.4.gita4d871a.fc2

How reproducible:

Additional info:

Following patch should be applied:

--- contrib/init/systemd/environ/kubelet.orig   2015-03-03 07:04:24.0
+0300
+++ contrib/init/systemd/environ/kubelet2015-03-11 18:10:49.638406448
+0300
@@ -11,7 +11,7 @@
 KUBELET_HOSTNAME=--hostname_override=127.0.0.1

 # location of the api-server
-KUBELET_API_SERVER=--api_server=127.0.0.1:8080
+KUBELET_API_SERVER=--api_servers=127.0.0.1:8080

 # Add your own!
 KUBELET_ARGS=

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang


[Bug 1200919] New: kube-proxy should start when network is ready

2015-03-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1200919

Bug ID: 1200919
   Summary: kube-proxy should start when network is ready
   Product: Fedora
   Version: rawhide
 Component: kubernetes
  Assignee: jchal...@redhat.com
  Reporter: l...@bcl.bz
QA Contact: extras...@fedoraproject.org
CC: epa...@redhat.com, golang@lists.fedoraproject.org,
jchal...@redhat.com, l...@redhat.com,
nhor...@redhat.com, vba...@redhat.com



Description of problem:

kube-proxy is unable to start if network interface is not initialised yet

Version-Release number of selected component (if applicable):

kubernetes-0.12.0-0.4.gita4d871a.fc23

How reproducible:


Steps to Reproduce:
1. yum install kubernet
2. configure kube-proxy (etcd url, etc), run systemctl start kube-proxy and
make sure it's running properly
3. systemctl enable kube-proxy
4. reboot

Actual results:

traceback in log, systemctl status kube-proxy say it's not running

Expected results:

no traceback in logs, systemctl status kube-proxy should say it's running
properly

Additional info:

This patch helps:

--- contrib/init/systemd/kube-proxy.service.orig2015-03-07
20:33:29.765178753 +0300
+++ contrib/init/systemd/kube-proxy.service 2015-03-07 20:34:19.008530113
+0300
@@ -1,6 +1,7 @@
 [Unit]
 Description=Kubernetes Kube-Proxy Server
 Documentation=https://github.com/GoogleCloudPlatform/kubernetes
+After=network.target

 [Service]
 EnvironmentFile=-/etc/kubernetes/config

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang


[Bug 1200919] kube-proxy should start when network is ready

2015-03-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1200919



--- Comment #1 from Eric Paris epa...@redhat.com ---
https://github.com/GoogleCloudPlatform/kubernetes/pull/5293

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang


[Bug 1171928] update from 3.2-27 to 3.2-28 fails on docker fedora 21 image

2015-03-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1171928



--- Comment #14 from Dusty Mabe dustym...@redhat.com ---

It looks like on CentOS 6 it's different:

[root@cent6 ~]# rpm -ql --verbose filesystem-2.4.30-3.el6.x86_64  | grep 
/sys
drwxr-xr-x2 rootroot0 Sep 23  2011 /sys

This seems to carry through into the container:

[root@cent6 ~]# docker run -it --rm Fedora-Docker-Base-20141203-21.x86_64 ls
-ld /sys
drwxr-xr-x 13 root root 0 Mar 11 14:50 /sys


It is also mounted readonly so when the filesystem package for F21 gets
installed the strace output shows: 

chmod(/sys, 0555) = -1 EROFS (Read-only file system)


And the transaction fails showing the output from comment #8.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang


[docker-io/f22] (2 commits) ...install: Don't use %{version}

2015-03-11 Thread Lokesh Mandvekar
Summary of changes:

  b184309... Separate -n from %setup args to help rpmdistro-gitoverlay (*)
  b4a9706... install: Don't use %{version} (*)

(*) This commit already existed in another branch; no separate mail sent
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang


[docker-io] Separate -n from %setup args to help rpmdistro-gitoverlay

2015-03-11 Thread Colin Walters
commit b18430961f0824842b12a8c3d335a5350b3e5d91
Author: Colin Walters walt...@verbum.org
Date:   Wed Mar 11 11:26:56 2015 -0400

Separate -n from %setup args to help rpmdistro-gitoverlay

It doesn't do the full argument parsing right now.

 docker-io.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/docker-io.spec b/docker-io.spec
index 0c141ac..c69 100644
--- a/docker-io.spec
+++ b/docker-io.spec
@@ -208,7 +208,7 @@ Provides:   %{repo}-zsh-completion = %{version}-%{release}
 This package installs %{summary}.
 
 %prep
-%setup -qn %{repo}-%{commit}
+%setup -q -n %{repo}-%{commit}
 cp %{SOURCE5} .
 
 %build
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang


[Bug 1200969] New: apiserver needs tmpfiles.d file to create CA cert

2015-03-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1200969

Bug ID: 1200969
   Summary: apiserver needs tmpfiles.d file to create CA cert
   Product: Fedora
   Version: rawhide
 Component: kubernetes
  Assignee: jchal...@redhat.com
  Reporter: epa...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: epa...@redhat.com, golang@lists.fedoraproject.org,
jchal...@redhat.com, l...@redhat.com,
nhor...@redhat.com, vba...@redhat.com



https://github.com/GoogleCloudPlatform/kubernetes/pull/3602

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang


[Bug 1200899] F21 has newer NVR than F22

2015-03-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1200899



--- Comment #1 from Fedora Update System upda...@fedoraproject.org ---
docker-io-1.5.0-18.git92e632c.fc22 has been submitted as an update for Fedora
22.
https://admin.fedoraproject.org/updates/docker-io-1.5.0-18.git92e632c.fc22

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang


[Bug 1200612] Package rocksdb binary for Fedora

2015-03-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1200612

Honza Horak hho...@redhat.com changed:

   What|Removed |Added

 CC||ggill...@redhat.com
  Flags||needinfo?(ggillies@redhat.c
   ||om)



--- Comment #1 from Honza Horak hho...@redhat.com ---
(In reply to Graeme Gillies from comment #0)
 With influxdb version 0.9 moving to completely utilise rocksdb, we probably
 want to look at expanding this package to fully provide a rocksdb compiled
 binary.
 
 That is, a rocksdb package that has /usr/bin/rocksdb, as well as the devel
 package with the raw go code for deps (which this package currently provides)

Graeme, what do you expect from /usr/bin/rocksdb? When trying to compile
rocksdb from https://github.com/facebook/rocksdb.git it doesn't include such a
binary.

Imho the packge rocksdb should just include *versioned* shared library (done by
`make shared_lib PLATFORM_SHARED_EXT=so PLATFORM_SHARED_VERSIONED=true`) and
rocksdb-devel package should contain the header files and unversioned library
symlink. No evidence about rocksdb binary.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang


[docker-io/f22] (21 commits) ...NVR: docker-io-1.5.0-18.git92e632c

2015-03-11 Thread Lokesh Mandvekar
Summary of changes:

  938848c... NVR: docker-io-1.5.0-1.git54b59c2 (*)
  b953cc4... merge pkg-devel into devel (*)
  3324d51... NVR: docker-io-1.5.0-3.git802802b (*)
  6049288... NVR: docker-io-1.5.0-4.git9456a25 (*)
  bd7b7b1... NVR: docker-io-1.5.0-5.git028968f (*)
  f1390d8... change to double quotes (*)
  5842e13... NVR: docker-io-1.5.0-6.git2243e32 (*)
  a28d49d... NVR: docker-io-1.5.0-7.git2243e32 (*)
  eb1d31e... re-add detailed golang paths provided in devel (*)
  63dd792... NVR: docker-io-1.5.0-9.git09b785f (*)
  aaf5d1b... Resolves: rhbz#1195328 (*)
  1a8e7ff... remove add-X-flag.patch (*)
  86ee58a... ensure min NVR policy RE: rhbz#1195804 (*)
  3269313... Remove hardcoded install paths for devel (*)
  a5229fd... NVR: docker-io-1.5.0-12.git7e2328b (*)
  da2579e... NVR: docker-io-1.5.0-13.gitf5850e8 (*)
  449b3b4... NVR: docker-io-1.5.0-14.gitb52a2cf (*)
  b166c92... NVR: docker-io-1.5.0-15.gita61716e (*)
  249bb92... NVR: docker-io-1.5.0-16.git8e107a9 (*)
  66fa66f... NVR: docker-io-1.5.0-17.git0f6704f (*)
  ee09c7d... NVR: docker-io-1.5.0-18.git92e632c (*)

(*) This commit already existed in another branch; no separate mail sent
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang


[Bug 1171928] update from 3.2-27 to 3.2-28 fails on docker fedora 21 image

2015-03-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1171928



--- Comment #13 from Daniel Walsh dwa...@redhat.com ---
I looked into see if we could check the underlying /sys and get its permissions
from the base image, but it looks like /sys in out base image is set to 555. 
Not 755 on rhel6.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang


[Bug 1200899] F21 has newer NVR than F22

2015-03-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1200899

Fedora Update System upda...@fedoraproject.org changed:

   What|Removed |Added

 Status|NEW |MODIFIED



-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang


[docker-io] install: Don't use %{version}

2015-03-11 Thread Colin Walters
commit b4a9706960d2827ddbf43d13079e176b2309094c
Author: Colin Walters walt...@verbum.org
Date:   Wed Mar 11 11:39:25 2015 -0400

install: Don't use %{version}

rpmdistro-gitoverlay injects the output of git describe as the
version field - and it looks like docker git master made the v1.5.0
release commit on a branch.  This means the version ends up being
v1.4.1-1554-g8305440
which breaks as we actually want 1.5.

Using a glob here works.

 docker-io.spec | 11 +++
 1 file changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/docker-io.spec b/docker-io.spec
index c69..9741f8c 100644
--- a/docker-io.spec
+++ b/docker-io.spec
@@ -228,11 +228,14 @@ cp contrib/syntax/vim/README.md README-vim-syntax.md
 %install
 # install binary
 install -d %{buildroot}%{_bindir}
-install -p -m 755 bundles/%{version}-dev/dynbinary/docker-%{version}-dev 
%{buildroot}%{_bindir}/docker
-
-# install dockerinit
 install -d %{buildroot}%{_libexecdir}/docker
-install -p -m 755 bundles/%{version}-dev/dynbinary/dockerinit-%{version}-dev 
%{buildroot}%{_libexecdir}/docker/dockerinit
+
+# Grab the first thing from -dev
+for x in bundles/*-dev; do \
+  install -p -m 755 $x/dynbinary/docker-*-dev %{buildroot}%{_bindir}/docker
+  install -p -m 755 $x/dynbinary/dockerinit-*-dev 
%{buildroot}%{_libexecdir}/docker/dockerinit
+  break
+done
 
 # install manpages
 install -d %{buildroot}%{_mandir}/man1
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang


[Bug 1200612] Package rocksdb binary for Fedora

2015-03-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1200612

Graeme Gillies ggill...@redhat.com changed:

   What|Removed |Added

  Flags|needinfo?(ggillies@redhat.c |
   |om) |



--- Comment #2 from Graeme Gillies ggill...@redhat.com ---
Hi,

I am incredibly sorry you are correct. I got confused with influxdb and rocksdb
in this case. You are right, this bug should be renamed/changed to having
rocksdb shared library shipped in fedora so that it can be used by this
packaged and eventually influxdb.

Thanks again,

Regards,

Graeme

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
golang mailing list
golang@lists.fedoraproject.org
https://lists.fedoraproject.org/mailman/listinfo/golang