Commit Graph

11 Commits

Author SHA1 Message Date
Sanjay Chari 1f3cbd0fae Update RSA SSH host key for GitHub
GitHub recently updated its RSA SSH host key[1], and this is causing errors
in the Zuul job that pushes to the Browbeat GitHub mirror[2]. This patch fixes
the issue.

[1] https://github.blog/2023-03-23-we-updated-our-rsa-ssh-host-key/
[2] https://zuul.openstack.org/build/b2f1b0ccbcc94424877e195c53411d92

Change-Id: I74023bdafb667db3a26b72250a77190711b587f2
2023-05-15 13:45:40 +05:30
Sanjay Chari bb856ce938 Change from Openssh to RSA private key for Github
The previous private key began with -----BEGIN OPENSSH PRIVATE KEY-----.
This patch updates the private key to begin with -----BEGIN RSA PRIVATE KEY-----

Change-Id: Ia56f0e529dc275c1e510cc1b82117b793da6e76a
2022-03-08 13:51:27 +05:30
Sanjay Chari 8ab88d3f91 Use rsa instead of edd25519 for Github key
Zuul does not seem to support edd25519 keys. This patch changes the
algorithm used for ssh key cryptography from edd25519 to rsa.

Change-Id: Ieb31f152295b2c20981acb22331f5fc21bf0fd5b
2022-03-08 10:27:33 +05:30
Sanjay Chari 8c29c48e94 Update Github Mirror account
This patch updates the Github account used for the github mirror
from rht-perf-ci to osp-perfscale-ci. SSH keys have been updated
in .zuul.yaml accordingly.

Change-Id: I1cf18e58662842b0b0d033c77239e98d4e0838db
2022-03-07 18:04:14 +05:30
Sanjay Chari 4b7db7eb52 Remove python 2.7 tox checks
Latest ansible pip release 5.0.0 causes the error
ERROR: No matching distribution found for ansible-core<2.13,>=2.12.0
Since we use browbeat on OSP 13 rarely, python 2.7 tox checks can
be removed.

Change-Id: I4b6e3effd5c56eb8706daf423ff4360cd587e43d
2021-12-01 16:08:17 +05:30
Charles Short 73138475dc Add molecule infrastructure
- Add molecule support to test ansible roles.
- Also fix flake8 failures.
- Also drop python36 from the templates

Change-Id: Ib647d93144a02a6be7340991c31f65842fdf3f29
Signed-off-by: Charles Short <chucks@redhat.com>
2019-12-16 08:11:35 -05:00
aakarshg 7285b2f58e Update git user
Change-Id: I6f686511ab04d7a23c0ff4a919408814f06b48bb
2019-06-07 16:31:02 +00:00
aakarshg 70a2314297 updating secret for github
Change-Id: Ic0881b7ba1cf9a1ce5c6379fa6c6e8bd74fe9932
2019-06-07 10:47:42 -04:00
aakarshg 784ff736c7 new git mirror at cloud-bulldozer
As openstack/browbeat can no longer be kept in sync,
this would let replicating the git repo to cloud-bulldozer/browbeat

Change-Id: Ia6cbc928e5bcb011ffb496454fb6248b07839226
2019-06-06 20:12:57 +01:00
Sorin Sbarnea 8f338e08c2 Fix python3.7 import errors and made job voting
Python3.7 finally removed relative imports so we adopt the correct
syntax and also making py37 job voting to avoid regressions.

Change-Id: I16e01344e8ae1c732c31264c50d6dd57143ea799
2018-11-14 16:47:12 +00:00
Sorin Sbarnea 24e337c8c3 Add zuul job definitions
Add zuul job definitions inside the repository.

Change-Id: I14487b889e3f26e49fb6cb9493448c975cf92672
2018-10-25 13:45:59 -04:00