pvc-ansible/group_vars/default
Joshua Boniface 7d329708bc Remove cpuset configurations
This functionality simply did not work, with Libvirt continuing to dump
its processes into the root cset thus defeating the purpose entirely.

Just remove it, from some very initial testing it isn't worth the
headache.
2022-11-06 01:08:27 -04:00
..
README.md Add example of a pvcbootstrapd variables file 2021-12-19 17:43:55 -05:00
base.yml Add method to remove inactive SSH keys 2022-05-18 14:47:27 -04:00
bootstrap.yml Add argument example to bootstrap.yml 2022-07-18 12:48:22 -04:00
pvc.yml Remove cpuset configurations 2022-11-06 01:08:27 -04:00

README.md

PVC Ansible group_vars

  1. There should always be at least two (2) files here, with an optional third (3rd):

    • base.yml: Specifies basic cluster information.

    • pvc.yml: Specifies PVC system information.

    • bootstrap.yml: Specifies pvcbootstrapd deployment information (optional).

  2. The files can be named arbitrarily, but these named are highly recommended. If the names are changed, and you use pvcbootstrapd, ensure you set them properly in its configuration.

These files are self-documented; read the comments carefully.