
This adds support for kata containers by installing and configuring the relevant runtime. The default remains as 'runc' but can be adjusted using the variable added to the defaults. Change-Id: Iea07012d092333c656b397f97b541a2f0a5f0e44
4 lines
326 B
Django/Jinja
4 lines
326 B
Django/Jinja
[Service]
|
|
ExecStart=
|
|
ExecStart=/usr/bin/dockerd --group {{ zun_system_group_name }} -H tcp://127.0.0.1:2375 -H unix:///var/run/docker.sock --cluster-store etcd://{% for item in groups['zun_api'] %}{{ hostvars[item]['ansible_host'] }}:2379{% if not loop.last %},{% endif %}{% endfor %} --add-runtime kata=/usr/bin/kata-runtime
|