[MDBF-505] Handle IP allocation for dev buildbot Created: 2022-11-28  Updated: 2023-01-31  Resolved: 2023-01-31

Status: Closed
Project: MariaDB Foundation Development
Component/s: Buildbot
Affects Version/s: N/A
Fix Version/s: N/A

Type: Task Priority: Major
Reporter: Vlad Bogolin Assignee: Faustin Lammler
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: 0d
Time Spent: 5h
Original Estimate: 1d

Issue Links:
PartOf
is part of MDBF-503 Buildbot development environment Closed

 Description   

Handle IP allocation for development buildbot



 Comments   
Comment by Faustin Lammler [ 2022-11-29 ]

Wireguard role updated.

Here is the new IP allocation :

  • 100.64.100.X (prod)
  • 100.64.101.X (dev)

bb_worker_docker role updated:

  • the docker daemon now can listen on multiple IP, see bellow:

❯ cat /etc/systemd/system/docker.service.d/override.conf
# Ansible managed
[Service]
ExecStart=
ExecStart=/usr/bin/dockerd  -H tcp://100.64.100.9:2375 -H tcp://100.64.101.9:2375 -H unix:///run/docker.sock --tls=false

Ufw new rules have been added and hz-bbw6 machine is now available for testing.

See: https://gitlab.com/mariadb/sysadmin/-/commit/18f502c5e8974f522b842c581b37c753add38f5f

Comment by Faustin Lammler [ 2022-11-29 ]

Deployment has just been successfully tested on hz-bbw5 too.

Comment by Faustin Lammler [ 2022-12-15 ]

Deployment on all machine done, missing:

  • hz-bbw3-windows
  • bg-bbw1-x64 (need to recover ssh access)
Comment by Faustin Lammler [ 2023-01-31 ]

All machine should now have wg1 interface for BB dev environment;

Generated at Thu Feb 08 03:38:22 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.