Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Buildbot ansible rm #214

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
[submodule "roles/nginx"]
path = ansible/roles/nginx
url = [email protected]:void-ansible-roles/nginx.git
[submodule "roles/sshd"]
path = ansible/roles/sshd
url = [email protected]:void-ansible-roles/sshd.git
[submodule "roles/xbps-repoconf"]
path = ansible/roles/xbps-repoconf
url = [email protected]:void-ansible-roles/xbps-repoconf.git
[submodule "roles/acmetool"]
path = ansible/roles/acmetool
url = [email protected]:void-ansible-roles/acmetool.git
[submodule "roles/mosh"]
path = ansible/roles/mosh
url = [email protected]:void-ansible-roles/mosh.git
Expand Down
15 changes: 0 additions & 15 deletions ansible/build.yml

This file was deleted.

2 changes: 0 additions & 2 deletions ansible/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,3 @@ network_forward_policy: ACCEPT

network_static_dns_resolvers:
- 127.0.0.1

nginx_bind_443: "{{void_aquire_certs}}"
80 changes: 0 additions & 80 deletions ansible/group_vars/build.yml

This file was deleted.

2 changes: 0 additions & 2 deletions ansible/group_vars/buildmaster.yml

This file was deleted.

4 changes: 0 additions & 4 deletions ansible/group_vars/prod.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
---
void_aquire_certs: true

sshd_passwords: false
sshd_challengeresponse: false

nginx_acme_challenge_path: /var/run/acme/acme-challenge/

void_mesh:
a-hel-fi.m.voidlinux.org: 192.168.99.100
b-lej-de.m.voidlinux.org: 192.168.99.101
Expand Down
3 changes: 0 additions & 3 deletions ansible/host_vars/a-fsn-de.m.voidlinux.org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ xbps_repository_multilib_nonfree: /data/pkgs/multilib/nonfree

sshd_AllowGroups:
- build-ops
- void-buildsync

buildslave_zone: DE-1

nomad_host_volumes:
- name: void-packages
Expand Down
28 changes: 0 additions & 28 deletions ansible/host_vars/a-hel-fi.m.voidlinux.org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,30 +14,6 @@ network_static_interfaces:

sshd_AllowGroups:
- build-ops
- syncpeers

nginx_dhparam_bits: 2048

buildmaster_ssl_cert_path: /var/lib/acme/live/build.voidlinux.org/fullchain
buildmaster_ssl_certkey_path: /var/lib/acme/live/build.voidlinux.org/privkey

buildslave_zone: FI-1
buildslave_master: localhost

buildslave_groups:
- xbuilder
- void-repo

buildslave_hostdir_group: void-repo

acmetool:
sites:
- site: build.voidlinux.org
names:
- build.voidlinux.org
hostmaster_email: [email protected]
services:
- nginx

nomad_host_volumes:
- name: terrastate
Expand All @@ -52,7 +28,3 @@ nomad_host_volumes:
- name: ccache
path: /hostdir/ccache
read_only: true

nomad_reserved_ports:
- 80 # Legacy nginx on this host
- 443 # Legacy nginx on this host
3 changes: 0 additions & 3 deletions ansible/host_vars/b-fsn-de.m.voidlinux.org.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
---
sshd_AllowGroups:
- build-ops
- void-buildsync

buildslave_zone: DE-2

nomad_host_volumes:
- name: ccache
Expand Down
12 changes: 0 additions & 12 deletions ansible/inventory
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
[buildmaster]
a-hel-fi.m.voidlinux.org

[buildslave]
a-hel-fi.m.voidlinux.org
a-fsn-de.m.voidlinux.org
b-fsn-de.m.voidlinux.org

[build:children]
buildmaster
buildslave

[buildworker]
a-hel-fi.m.voidlinux.org
a-fsn-de.m.voidlinux.org
Expand Down
1 change: 0 additions & 1 deletion ansible/roles/acmetool
Submodule acmetool deleted from 0a4f60
53 changes: 0 additions & 53 deletions ansible/roles/buildmaster/defaults/main.yml

This file was deleted.

52 changes: 0 additions & 52 deletions ansible/roles/buildmaster/files/ShellCommandChangeList.py

This file was deleted.

Empty file.
6 changes: 0 additions & 6 deletions ansible/roles/buildmaster/files/buildmaster.6rules

This file was deleted.

6 changes: 0 additions & 6 deletions ansible/roles/buildmaster/files/buildmaster.rules

This file was deleted.

4 changes: 0 additions & 4 deletions ansible/roles/buildmaster/files/buildmaster_root.conf

This file was deleted.

Binary file removed ansible/roles/buildmaster/files/state.sqlite
Binary file not shown.
38 changes: 0 additions & 38 deletions ansible/roles/buildmaster/files/terse-irc.patch

This file was deleted.

4 changes: 0 additions & 4 deletions ansible/roles/buildmaster/meta/main.yml

This file was deleted.

Loading