lxc-config/templates/config.erb

18 lines
448 B
Plaintext
Raw Normal View History

2014-08-18 08:29:43 +00:00
lxc.include = /etc/lxc/default.conf
2015-01-30 09:56:58 +00:00
lxc.include = <%= local_conf %>
2015-01-28 21:22:30 +00:00
lxc.utsname = <%= name %>
2014-08-18 08:29:43 +00:00
lxc.rootfs = <%= rootfs %>
lxc.network.ipv4 = <%= ipv4 %>
lxc.network.ipv6 = <%= ipv6 %>
2015-01-28 21:22:30 +00:00
lxc.network.veth.pair = lxc_<%= name[0..(16-4)] %>
2015-03-30 22:02:32 +00:00
<% if dn42_ipv4 || dn42_ipv6 -%>
lxc.include = /etc/lxc/evenet.conf
<% if dn42_ipv4 -%>
lxc.network.ipv4 = <%= dn42_ipv4 %>
<% end -%>
<% if dn42_ipv6 -%>
lxc.network.ipv6 = <%= dn42_ipv6 %>
<% end -%>
<% end -%>