Plan for tomorrow's Fedora Infrastructure meeting (2015-01-29)

2015-01-28 Thread Kevin Fenzi
The infrastructure team will be having it's weekly meeting tomorrow, 2015-01-29 at 18:00 UTC in #fedora-meeting on the freenode network. Suggested topics: #topic New folks introductions and Apprentice tasks. If any new folks want to give a quick one line bio or any apprentices would like to ask

Re: Ansible question

2015-01-28 Thread Kevin Fenzi
On Wed, 28 Jan 2015 16:57:56 +0100 Miroslav Suchý wrote: ...snip... > Is there way to mask the output (using -name or something) so the > password is not print to console? Sadly, I don't know of any way to do that. ;( It does sound like something that would be a nice feature... Perhaps it c

Re: Ansible question

2015-01-28 Thread Kevin Fenzi
On Wed, 28 Jan 2015 23:12:02 +0100 Maciej Lasyk wrote: > Wouldn't it be more secure to use Vault here? We don't actually use vault at all. It would require (as far as I know) everyone to know the password. Instead we keep private stuff in private vars files. kevin pgpNPZ0XJIaP_.pgp Descripti

Re: Great Infrastructure projects status roundup

2015-01-28 Thread Kevin Fenzi
On Wed, 28 Jan 2015 18:01:59 +0100 Pierre-Yves Chibon wrote: > After some more fighting: > is working: > - shell access for admins > - fedpkg clone, pull, push > - Fails on package on which user does not have the ACLs > - Fails on branches not allowed > - Fails on branches named origin/...

Re: Ansible question

2015-01-28 Thread Maciej Lasyk
Wouldn't it be more secure to use Vault here? Cheers, Maciej Lasyk GPG key ID: 4FED49C5 GPG public key: http://maciek.lasyk.info/gpg_maciej_lasyk.asc On Wed, Jan 28, 2015 at 4:57 PM, Miroslav Suchý wrote: > I have this ansible snippet: > - name: Create users > keystone_user: > logi

Re: [PATCH] Remove davej RH address from kernel-team emails

2015-01-28 Thread Kevin Fenzi
Applied. Thanks! kevin pgpLDdGwLyHnV.pgp Description: OpenPGP digital signature ___ infrastructure mailing list infrastructure@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/infrastructure

Re: Great Infrastructure projects status roundup

2015-01-28 Thread Pierre-Yves Chibon
On Mon, Jan 26, 2015 at 04:12:31PM +0100, Mathieu Bridon wrote: > On Fri, 2015-01-23 at 14:10 +0100, Pierre-Yves Chibon wrote: > > Since it seems to us that all is now fixed and ready, we are re-building the > > host from scratch and then all that is left is: testing :) > > So Pierre-Yves finished

[PATCH] Remove davej RH address from kernel-team emails

2015-01-28 Thread Paul W. Frields
--- roles/fas_client/files/aliases.template|2 +- roles/fas_client/files/aliases.template.mailserver |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/fas_client/files/aliases.template b/roles/fas_client/files/aliases.template index fafc724..88ef746 1

Remove invalid address from kernel-team alias

2015-01-28 Thread Paul W. Frields
Since davej isn't at Red Hat any longer, this patch removes his old address from the kernel-team alias. ___ infrastructure mailing list infrastructure@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/infrastructure

Re: Can not use mirrorlist with RHEL $releasever (bz#1175566)

2015-01-28 Thread Miroslav Suchý
On 01/08/2015 11:13 PM, Ian Wienand wrote: > Hi, > > I'd like to try and find the/a person who could help out with [1]. > > EPEL version updates are a fairly constant annoyance that causes > issues with CI systems in upstream openstack when the version updates. > > As described in the bug, I'd r

Ansible question

2015-01-28 Thread Miroslav Suchý
I have this ansible snippet: - name: Create users keystone_user: login_user="admin" login_password="{{ ADMIN_PASS }}" login_tenant_name="admin" user="{{ item.name }}" email="{{ item.email }}" tenant="{{ item.tenant }}" password="{{ item.password }}" state=