f5542103b3
This change updates the lxc-host setup role to build the lxc cache using the download template based on default images found here:[0]. These images are upsteam builds from the greater LXC/D community. This update adds support for Ubuntu 14.04, 16.04 and RHEL/CentOS 7 container types and the cache will be generated from the host Operating system. [0] - https://images.linuxcontainers.org/ Change-Id: Ie13be2322d28178760481c59805101d6aeef4f36 Co-Authored-By: Jesse Pretorius <jesse.pretorius@rackspace.co.uk> Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
5 lines
205 B
Django/Jinja
5 lines
205 B
Django/Jinja
lxc.network.type = {{ lxc_container_net_type }}
|
|
lxc.network.name = {{ lxc_container_net_name }}
|
|
lxc.network.link = {{ lxc_container_net_link }}
|
|
lxc.network.flags = up
|
|
lxc.network.hwaddr = 00:16:3e:xx:xx:xx |