mirror of
https://github.com/clearlinux/clear-config-management.git
synced 2026-08-19 03:57:28 +00:00
6aced4034c
When restarting ciao-launcher on the CN or NN it's important to keep the qemu processes that they've started alive. The default, KillMode=control-group, will result in all processes in the control group being killed when the service is stopped. This will include all the qemu processes created by ciao-launcher as they are placed into the same cgroup by systemd. Signed-off-by: Rob Bradford <robert.bradford@intel.com>
clearlinux.ciao-compute
Ansible role to install the compute node for a CIAO cluster
Requirements
- docker
- qemu-kvm
- xorriso
Role Variables
The available variables for this roles are the variables from clearlinux.ciao-common
Dependencies
Example Playbook
file ciao.yml
- hosts: computes
roles:
- clearlinux.ciao-compute
file group_vars/all
ciao_controller_fqdn: controller.example.com
Contribution
Pull Requests and Issues should be opened at clearlinux/clear-config-management.
License
Apache-2.0
Author Information
This role was created by Alberto Murillo