Commit Graph

6 Commits

Author SHA1 Message Date
ed95b07b82
Fix openqa iso download and repo permissions (#14998)
* use built-in checksum of ansible get_url

* do not make everything executable, enable write by geekotest group
2021-10-26 23:31:01 -04:00
Lukas Magauer
fb12494308
Remove openqa-vnc firewall service as ports get directly added (#14997)
Co-authored-by: lumarel <lumarel@users.noreply.github.com>
2021-09-26 08:17:35 -04:00
Al Bowles
a0829258e3 Worker start task now honors the openqa_worker_count parameter 2021-09-02 09:53:52 -05:00
Al Bowles
2891c562c8 Fixes for a few openQA dev setup bugs
While prepping for my demo to the testing team, I ran into a few issues.
These did not come up earlier as I was using an incomplete method for
nuking my local openQA install to test this automation.

- Check for Postgres data directory now correctly checks for a `base`
  dir rather than its parent `data` (which can exist but be empty if
  Postgres has been installed but not initialized
- firewalld service is named `http`, not `httpd`
- Automation now "logs in" to web UI, allowing fifloader.py to execute
2021-09-02 08:45:26 -05:00
nazunalika
d2b9157848
fix lints 2021-08-30 17:25:18 -07:00
akatch
65a83babc9
Add automation for bootstrapping an openQA developer box (#14994)
* Add automation for bootstrapping an openQA developer box

This PR adds the playbook `init-rocky-openqa-developer-host.yml`, to be
used for bootstrapping developer instances of OpenQA. This playbook
mostly follows the automation from [this
repo](https://github.com/rocky-linux/OpenQA-Fedora-Installation).

* Add suggestions from @nazunalika
2021-08-30 20:18:39 -04:00