[rdo-dev] Fwd: unable to talk with rdo gerrit using api-key

2019-03-18 Thread Sorin Sbarnea
Based on RDO documentation, when talking with https://review.rdoproject.org/ Gerrit we are supposed to use the API key from https://review.rdoproject.org/sf/user_settings.html page. Still, with my account this does not work and I always get 401 from Gerrit, even if I use HTTP Basic or Digest.

Re: [rdo-dev] Fwd: unable to talk with rdo gerrit using api-key

2019-03-18 Thread Sorin Sbarnea
Thanks Generating a new API key make it working but only after I also removed the local gerrtty database. regenerating API key solved authentication issue but gerrtty was still unable to list my fav reviews and other queries. After removal it started to work. Thanks! > On 18 Mar 2019, at 18

Re: [rdo-dev] [infra][tripleo-ci] Disk space usage in logs.rdoproject.org

2019-06-14 Thread Sorin Sbarnea
2TB seems very little for a data hoarder like me, I happen to have ~30TB of storage at home. 10-14TB hard drives are not really so expensive. While I totally agree that we should control/limit better what we collect, I wonder if we should not aim to get a setup where we do not struggle with di

[rdo-dev] doing a docker pull from rdo registry?

2019-07-15 Thread Sorin Sbarnea
It seem that i am facing some issues trying to follow the documentation for pulling images with docker. Based on https://rdo-container-registry.readthedocs.io/en/latest/using.html There is a mention of a "-e unused" argument on docker. docker login -p abcdef_token -e unused -u unused trunk.re

[rdo-dev] changing default ansible to 2.8 for rdo zuul jobs

2019-08-30 Thread Sorin Sbarnea
In order to benefit from improved support for detecting python interpreter (rhel8/centos8) we want to update default version of ansible used by zuul to be 2.8 This will happen when we merge: https://review.rdoproject.org/r/#/c/21996/ As this will affect any job running on zuul that does not alr

[rdo-dev] Any ETA for getting RDO kibana back online?

2019-09-24 Thread Sorin Sbarnea
RDO Kibaba, which was supposed to provide the similar log search experience as upstream http://logstash.openstack.org went down a long time ago, I reported it again on 18th on irc but got no replies. https://review.rdoproject.org/analytics/app/kibana As ruck/rover the ability to investigate wh

Re: [rdo-dev] Building and shipping RPMs from Ansible collections

2020-02-25 Thread Sorin Sbarnea
I would go for the least problematic approach: starting to build collections ASAP. Collections can be used starting with Ansible 2.9. My gut feeling is that RPM approach would cause more problems than fixing. Remember that we test our code on lots of platforms, with virtualenvs (usually tox)

Re: [rdo-dev] Building and shipping RPMs from Ansible collections

2020-02-25 Thread Sorin Sbarnea
Regarding "TripleO is not tested with Ubuntu" statement, let me give one random example: Look at: https://review.opendev.org/#/c/709188/ All "tox" jobs (linters, unittests, molecule) are running on Ubuntu upstream and they so test bits of tripleo code, on Ubuntu. Also upstream molecule jobs ar

[rdo-dev] Switching default base-minimal nodeset to centos-8 on rdo

2020-03-14 Thread Sorin Sbarnea
Hi! I would like to announce that very soon we will switch the default zuul nodesets used by jobs from centos-7 to centos-8. This will affect any job that does not override the nodeset somewhere in its hierarchy because base-minimal is the "root " of al

[rdo-dev] Can rdo help pypa bring us less surprises?

2020-03-19 Thread Sorin Sbarnea
, setuptools, virtualenv. I may sound as extra headaches, but I wonder if the benefits would not be significantly bigger. What do you think? PS. Please keep RPM packaging out of this topic, that is another aspect which would benefit from this but cannot replace it. Thanks Sorin Sbarnea