Files
Rob Bradford 6aced4034c ciao-compute/ciao-network: Ensure qemu processes stay alive (#84)
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>
2016-10-14 17:32:49 -05:00
..
2016-09-02 11:17:47 -05:00
2016-09-02 11:17:47 -05:00

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