Re: [OpenStack-Infra] git review -d without check out

2018-03-27 Thread Tony Breeds
On Tue, Mar 27, 2018 at 02:16:32PM +0300, Ram Rachum wrote: > Hi, > > Is there a way to do `git review -d` without having it do a checkout? i.e. > I just want to have these commits in my Git database so I could cherrypick > them on some other branch. We've got tons of submodules so checking out >

Re: [OpenStack-Infra] Options for logstash of ansible tasks

2018-03-27 Thread James E. Blair
Ian Wienand writes: > The closest other thing I could find was "aggregate" [1]; but this > relies on having a unique task-id to group things together with. > Ansible doesn't give us this in the logs and AFAIK doesn't have a > concept of a uuid for tasks. We control the log output format in Zuul

[OpenStack-Infra] Options for logstash of ansible tasks

2018-03-27 Thread Ian Wienand
I wanted to query for a failing ansible task; specifically what would appear in the console log as 2018-03-27 15:07:49.294630 | 2018-03-27 15:07:49.295143 | TASK [configure-unbound : Check for IPv6] 2018-03-27 15:07:49.368062 | primary | skipping: Conditional result was False 2018-03-27 15:07

Re: [OpenStack-Infra] Problems setting up my own OpenStack Infrastructure

2018-03-27 Thread Bernd Bausch
Resending this message because it was too large for the distribution list. --- Clark, My first test uses this local.pp. It's copied verbatim from [1]: # local.pp class { 'openstack_project::etherpad': ssl_cert_file_contents => hiera('etherpad_ssl_cert_file_contents'), ssl_key_file_

Re: [OpenStack-Infra] Adding new etcd binaries to tarballs.o.o

2018-03-27 Thread Jeremy Stanley
On 2018-03-28 08:22:53 +1100 (+1100), Ian Wienand wrote: [...] > Anyway, we got there in the end :) I'll add to my todo list to clear > them from tarballs.o.o once this settles out. [...] Thanks! Excellent news indeed. -- Jeremy Stanley signature.asc Description: PGP signature _

Re: [OpenStack-Infra] Adding new etcd binaries to tarballs.o.o

2018-03-27 Thread Ian Wienand
On 03/28/2018 01:04 AM, Jeremy Stanley wrote: I would be remiss if I failed to remind people that the *manually* installed etcd release there was supposed to be a one-time stop-gap, and we were promised it would be followed shortly with some sort of job which made updating it not-manual. We're co

Re: [OpenStack-Infra] Adding new etcd binaries to tarballs.o.o

2018-03-27 Thread Paul Belanger
On Tue, Mar 27, 2018 at 02:04:51PM +, Jeremy Stanley wrote: > On 2018-03-27 10:39:35 +1100 (+1100), Tony Breeds wrote: > [...] > > Except something sets ETCD_DOWNLOAD_URL to tarballs.o.o > [...] > > I would be remiss if I failed to remind people that the *manually* > installed etcd release the

Re: [OpenStack-Infra] Adding new etcd binaries to tarballs.o.o

2018-03-27 Thread Jeremy Stanley
On 2018-03-27 10:39:35 +1100 (+1100), Tony Breeds wrote: [...] > Except something sets ETCD_DOWNLOAD_URL to tarballs.o.o [...] I would be remiss if I failed to remind people that the *manually* installed etcd release there was supposed to be a one-time stop-gap, and we were promised it would be fo

[OpenStack-Infra] git review -d without check out

2018-03-27 Thread Ram Rachum
Hi, Is there a way to do `git review -d` without having it do a checkout? i.e. I just want to have these commits in my Git database so I could cherrypick them on some other branch. We've got tons of submodules so checking out often creates problems. I tried `git fetch gerrit my_commit_hash:tempor