Reinstall of staging openshift

2018-02-22 Thread Kevin Fenzi
Greetings.

Our staging openshift is still version 3.5, and still warns/yells about
nodes not having enough disk space (with 3.4 we allocated 20GB to them,
but in 3.5 and later they want at least 40G).

So, I'd like to take our staging openshift down, reprovision it with
more space for the nodes and also get it up to 3.7

Hopefully this won't take too long, and since we have no persistent data
everything should just reprovision via ansible.

I'd like to look at doing this tomorrow.

If you are using staging openshift and would prefer some other
time/date, please let me know.

Thanks,

kevin



signature.asc
Description: OpenPGP digital signature
___
infrastructure mailing list -- infrastructure@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org


Re: [PATCH] git/hooks: only use first line as project description

2018-02-22 Thread Kevin Fenzi
Seems reasonable to me... pushed.

kevin




signature.asc
Description: OpenPGP digital signature
___
infrastructure mailing list -- infrastructure@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org


Re: [PATCH] remove cron job for atomic-cd repo

2018-02-22 Thread Dusty Mabe


On 02/22/2018 04:50 PM, Kevin Fenzi wrote:
> +1
> 

merged, thanks.

I don't have perms to run the playbook so it'll probably get applied the next 
time
someone else runs it. 

Dusty 
___
infrastructure mailing list -- infrastructure@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org


Re: [PATCH] remove cron job for atomic-cd repo

2018-02-22 Thread Kevin Fenzi
+1

kevin



signature.asc
Description: OpenPGP digital signature
___
infrastructure mailing list -- infrastructure@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org


Re: [PATCH] remove cron job for atomic-cd repo

2018-02-22 Thread Kellin
+1 looks fine to me based on notes in issues.
___
infrastructure mailing list -- infrastructure@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org


[PATCH] remove cron job for atomic-cd repo

2018-02-22 Thread Dusty Mabe
This is not used and we agreed to remove it. See [1] [2].

[1] https://pagure.io/releng/issue/7269
[2] https://pagure.io/atomic-wg/issue/349

Signed-off-by: Dusty Mabe 
---
 roles/releng/files/atomic-cd | 4 
 roles/releng/tasks/main.yml  | 5 -
 2 files changed, 9 deletions(-)
 delete mode 100644 roles/releng/files/atomic-cd

diff --git a/roles/releng/files/atomic-cd b/roles/releng/files/atomic-cd
deleted file mode 100644
index da90f7153..0
--- a/roles/releng/files/atomic-cd
+++ /dev/null
@@ -1,4 +0,0 @@
-# continous delivery of atomic host 
-MAILTO=releng-c...@lists.fedoraproject.org
-*/15 * * * * root TMPDIR=`mktemp -d /tmp/atomic-cd.XX` && pushd $TMPDIR >& 
/dev/null && git clone -q https://pagure.io/releng.git && cd releng && 
LANG=en_US.UTF-8 /usr/local/bin/lock-wrapper atomic-cd 
./scripts/build-test-ostree >& /dev/null && popd >& /dev/null && rm -rf $TMPDIR
-
diff --git a/roles/releng/tasks/main.yml b/roles/releng/tasks/main.yml
index 94ba9d814..6a8d81e79 100644
--- a/roles/releng/tasks/main.yml
+++ b/roles/releng/tasks/main.yml
@@ -167,11 +167,6 @@
   copy: src="docker-updates" dest=/etc/cron.d/docker-updates
   when: inventory_hostname.startswith('compose-x86-01')
 
-# put cron job in for continuously deliverying atomic host
-- name: atomic-cd compose cron
-  copy: src="atomic-cd" dest=/etc/cron.d/atomic-cd
-  when: inventory_hostname.startswith('compose-x86-01')
-
 # put cron job in for purging nightly amis
 - name: purge nightly amis cron
   copy: src="purge-amis" dest=/etc/cron.d/purge-amis
-- 
2.14.3
___
infrastructure mailing list -- infrastructure@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org


[release] simple-koji-ci: 0.3.0

2018-02-22 Thread Pierre-Yves Chibon
Good Morning Everyone,

I just cut a new release of simple-koji-ci: 0.3.0.

Here is its changelog:
* Thu Feb 22 2018 Pierre-Yves Chibon  - 0.3.0-1
- Ensure the license info are consistently GPLv2+
- Flag the PR once the build has been submitted
- Support building in the target branch if known, otherwise default to rawhide
- Mention the commit tested in the flag added
- Trigger a new build on PR updates


It's running in prod already, I'm monitoring it to see if it behaves as expected
:)


Happy pull-requesting!

Pierre


signature.asc
Description: PGP signature
___
infrastructure mailing list -- infrastructure@lists.fedoraproject.org
To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org