Summary: | ansible: Install a set of packages that should be installed on each host | ||
---|---|---|---|
Product: | Infrastructure | Reporter: | Michael Tremer <michael.tremer> |
Component: | --- | Assignee: | Timo Eissler <morlix> |
Status: | CLOSED FIXED | QA Contact: | |
Severity: | - Unknown - | ||
Priority: | - Unknown - | CC: | morlix |
Version: | unspecified | ||
Hardware: | unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 11640, 11666 |
Description
Michael Tremer
2018-02-26 20:00:20 UTC
Please add the ovirt client agent to this list. Implemented in common role, but not tested. rsync or backup Done. The VMs are running loads of useless services by default. I guess this is because they are not being installed for running as a VM only, but on baremetal hardware. On systems that are running as a VM we should remove the following services: * tuned (sets power save features) * irqbalance * audit (the worst invention in history) * smartmontools (runs smartd in the background which is useless on a VM) Please install wget on all machines Wget will installed on every system now. There is now a task which removes the listed packages from VMs and another which installs the required ones only on physical hardware. ovirt-guest-agent won't be started after it has been installed |