WIP: Automation for configuring an openQA worker host #1

Draft
raktajino wants to merge 23 commits from worker_host into develop
Showing only changes of commit a6868ed7a6 - Show all commits

View File

@ -1,6 +1,6 @@
--- ---
# The primary openQA host # The primary openQA host
openqa_host: openqa.rockylinux.org openqa_host: localhost
openqa_client_key: 1234567890ABCDEF openqa_client_key: 1234567890ABCDEF
openqa_client_secret: 1234567890ABCDEF openqa_client_secret: 1234567890ABCDEF
@ -9,7 +9,7 @@ openqa_user: geekotest
openqa_group: geekotest openqa_group: geekotest
# The number of workers to enable on this system # The number of workers to enable on this system
openqa_worker_count: 2 openqa_worker_count: 1
# Port range to open for VNC access to local workers. # Port range to open for VNC access to local workers.
# The max port should be 5990 + n where n is the total # The max port should be 5990 + n where n is the total