osmith has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ci/+/39356?usp=email
)
Change subject: ansible/hosts: add comments with usage hints
......................................................................
ansible/hosts: add comments with usage hints
When adding build5, these steps were not intuitive so add some
documentation hints about them.
Change-Id: I7b9c14db47d747dab4d96464ab67f4bec5cf9b7a
---
M ansible/hosts
1 file changed, 4 insertions(+), 1 deletion(-)
Approvals:
fixeria: Looks good to me, but someone else must approve
Jenkins Builder: Verified
neels: Looks good to me, approved
diff --git a/ansible/hosts b/ansible/hosts
index 57966d3..d8ed3fe 100644
--- a/ansible/hosts
+++ b/ansible/hosts
@@ -6,6 +6,7 @@
build4-deb12build-ansible ansible_host=2a01:4f8:121:200a::1:3
build5-deb12build-ansible ansible_host=2a01:4f8:140:926a::1:3
+# Add new x86_64 entries to [coverity_slaves] and [qemu] too!
[jenkins_slaves]
build4-deb12build-ansible ansible_host=2a01:4f8:121:200a::1:3
osmocom_jenkins_slave_fstrim=True docker_max_image_space="50 GB"
build5-deb12build-ansible ansible_host=2a01:4f8:140:926a::1:3
osmocom_jenkins_slave_fstrim=True docker_max_image_space="50 GB"
@@ -22,7 +23,9 @@
build5-obsworker ansible_host=2a01:4f8:140:926a::1:2 obs_worker_instances=8
obs_worker_jobs=8
lx2-1-obs-aarch64-1 ansible_host=2a02:8106:13:1e34:4e9:e7ff:fe97:fe92
obs_worker_instances=1 obs_worker_jobs=4
-# Need to have kvm inside lxc, see OS#5365
+# Need to have kvm inside lxc, see OS#5365. Make sure to disconnect and
+# reconnect the jenkins agent after running this playbook, so its login session
+# gets the kvm group!
[qemu]
build4-deb12build-ansible ansible_host=2a01:4f8:121:200a::1:3
build5-deb12build-ansible ansible_host=2a01:4f8:140:926a::1:3
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ci/+/39356?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I7b9c14db47d747dab4d96464ab67f4bec5cf9b7a
Gerrit-Change-Number: 39356
Gerrit-PatchSet: 2
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: neels <nhofmeyr(a)sysmocom.de>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>